@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #FF8DA4
}

body {
    max-width: 6.4rem;
    min-width: 3.2rem;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 0.24rem;
    color: #444
}

input[type="submit"],
input[type="reset"],
input[type="date"] {
    -webkit-appearance: none;
}

textarea,
select,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.b {
    vertical-align: top;
    width: 100%;
}

.clear {
    clear: both;
}



.main {
    width: 6rem;
    margin: 0.3rem auto;
}



#q2 .bg {
    background: url('../images/x2.jpg') no-repeat;
    background-size: 100%;
    height: 2.35rem;
    margin: 0.1rem auto;
    position: relative
}

#q2 .p1 {
    position: absolute;
    width: 72%;
    color: #fff;
    right: 1%;
    font-size: 0.2rem;
    top: 1%;
    line-height: 0.35rem;
}

#q2 .p2 {
    position: absolute;
    width: 72%;
    color: #fff;
    right: 1%;
    font-size: 0.2rem;
    bottom: 3%;
    line-height: 0.35rem;
}

#q2 .z1 {
    float: left;
    width: 2.2rem;
    height: 0.6rem;
    display: inline-block;
    margin: 0.2rem 0.4rem;
}



#q3 .zjjx {
    border-radius: 0.1rem;
    background-color: #E0F4FF;
    padding: 0.1rem;
    margin: 0.2rem auto
}

#q3 strong {
    color: #FF8DA4;
    font-size: 0.26rem;
}

#q3 p {
    line-height: 0.32rem;
    padding-top: 0.1rem;
}



#q3 ul {
    margin: 0.2rem auto;
    display: flex;
    justify-content: space-between;
}

#q3 ul li {
    width: 1.4rem;
    background-color: #87CBF0;
    text-align: center;
    line-height: 0.6rem;
    height: 0.6rem;
}

.line_t{
    line-height: 0.3rem !important;
}

#q3 ul li a {
    color: #fff;
}

#q3 .zx img {
    width: 4.5rem;
    height: 1rem;
    margin: 0 auto;
    display: block
}



#q4 {
    background-color: #FAD7E1
}

#q4 ul li {
    float: left;
    width: 2.95rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    line-height: 0.3rem
}

#q4 ul li.r {
    margin-right: 0.1rem;
}

#q4 ul li img {
    padding: 0.1rem;
    background-color: #fff;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
}



#q5 {
    margin: 0.3rem auto;
}

#q5 .q5l {
    width: 2.9rem;
    height: 3.6rem;
    margin-right: 0.1rem;
}

#q5 .q5r {
    width: 3rem;
    height: 3.6rem;
    overflow: hidden;
    line-height: 0.32rem;
}

#q5 .q5r .zx img {
    width: 2.21rem;
    height: 0.61rem;
    display: block;
    margin: 0.1rem auto 0
}



#q6 .top,
#q7 .top {
    margin: 0.2rem auto;
}

#q6 .zx img {
    width: 3.34rem;
    height: 0.6rem;
    display: block;
    margin: 0 auto;
}



#q7 .zxl {
    width: 3.6rem;
    height: 0.56rem;
    margin-right: 0.3rem;
}

#q7 .zxr {
    width: 2.1rem;
    height: 0.56rem;
}



#q8 .t {
    width: 4rem;
    height: 1.2rem;
    display: block;
    margin: 0 auto 0.2rem;
}



#q8 ul {}

#q8 ul li {
    float: left;
    height: 0.5rem;
    width: 100%;
    border-bottom: 0.01rem dashed #ccc;
    padding: 0.2rem 0 0.4rem;
    font-size: 0.24rem;
}

#q8 ul li img {
    margin-right: 0.1rem;
}

#q8 ul li span {
    font-size: 0.16rem;
    color: #FF8DA4;
    padding-left: 0.2rem;
}

#q8 ul li a {
    float: right;
    color: #fff;
    background-color: #FF8DA4;
    text-align: center;
    border-radius: 0.1rem;
    padding: 0.1rem 0.2rem;
    margin-top: -0.1rem;
}