@import '../font/iconfont.css';
.layout {
    margin: 0 auto;
    overflow: hidden;
    width: 7.5rem;
    position: relative;
    min-height: 100vh;
}

body {
    margin: 0 auto;
    width: 7.5rem;
    position: relative;
}

.qmdgdqr .hd {
    margin: 0.22rem 0.3rem;
    height: 2rem;
    display: flex;
    justify-content: flex-start;
    padding-left: 0.2rem;
    border-radius: 0.16rem;
    overflow: hidden;
    align-items: center;
}

.qmdgdqr .hd .ico {
    width: 0.9rem;
    height: 0.9rem;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 0.14rem;
}

.qmdgdqr .hd .ico img {
    width: 100%;
    height: 100%;
    display: block;
}

.qmdgdqr .hd .txt {
    max-width: 3.7rem;
}

.qmdgdqr .hd .txt h2 {
    font-size: 0.32rem;
    line-height: 1.7;
    font-weight: 400;
    color: #FCFFEE;
}

.qmdgdqr .hd .txt p {
    font-size: 0.26rem;
    font-weight: 400;
    color: #FCFFEE;
    line-height: 1.6;
    margin-top: 0.1rem;
}

.qmdgdqr .box .bg1 {
    width: 100%;
    display: block;
    height: 0.12rem;
}

.qmdgdqr .box .bg1 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.qmdgdqr .box {
    background: #fff;
    padding-bottom: 0.1rem;
}

.qmdgdqr .box .ts {
    padding: 0.32rem 0.3rem 0;
    display: flex;
    justify-content: flex-start;
}

.qmdgdqr .box .ts .img {
    width: 1.06rem;
    height: 1.12rem;
    border-radius: 0.14rem;
    background: #eeeeee;
    position: relative;
}

.qmdgdqr .box .ts .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    max-width: 66%;
    max-height: 66%;
    display: block;
    margin: 0 auto;
}

.qmdgdqr .box .ts .txt {
    margin-left: 0.22rem;
}

.qmdgdqr .box .ts h3 {
    font-size: 0.25rem;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qmdgdqr .box .ts h4 {
    font-size: 0.3rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-top: 0.2rem;
    font-weight: bold;
}

.qmdgdqr .box .bds {
    margin: 0.3rem 0 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qmdgdqr .box .lis li {
    box-shadow: 0 0 0.1rem 0 rgba(80, 80, 80, 0.2);
    background: #fff;
    border-radius: 0.12rem;
    overflow: hidden;
    float: left;
    margin-right: 0.06rem;
    width: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.qmdgdqr .box .lis li:last-child {
    margin-right: 0;
}

.qmdgdqr .box .lis li .img {
    height: 1.5rem;
    background: #eeeeee;
    position: relative;
}

.qmdgdqr .box .lis li .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    max-width: 70%;
    max-height: 70%;
    display: block;
    margin: 0 auto;
}

.qmdgdqr .box .lis li .tx {
    padding: 0.1rem 0.08rem 0.2rem;
}

.qmdgdqr .box .lis li h6 {
    font-size: 0.18rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #000000;
}

.qmdgdqr .box .lis li h5 {
    font-size: 0.25rem;
    font-weight: 400;
    color: #000000;
    margin-top: 0.14rem;
    font-weight: bold;
}

.qmdgdqr .box .rt {
    background: #f1c0b8;
    padding: 0.32rem 0.2rem;
}

.qmdgdqr .box .rt .cha {
    background: #fff;
    width: 0.58rem;
    height: 1.9rem;
    border-radius: 0.25rem;
}

.qmdgdqr .box .rt .cha h4 {
    font-size: 0.25rem;
    background: url(../images/qm7.png) no-repeat center bottom;
    background-size: 0.3rem auto !important;
    font-weight: 400;
    line-height: 1.2;
    color: #EC563E;
    padding: 0.2rem 0.1rem 0;
    text-align: center;
    padding-bottom: 0.4rem;
}

.qmdgdqr .box .lis {
    width: 6.2rem;
}

.qmdgdqr {
    padding-bottom: 1.14rem;
}

.footjg {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 22;
    background: url(../images/qm8.png) no-repeat center/cover;
    height: 1.14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.3rem 0 0.54rem;
    width: 7.5rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.footjg h6 {
    font-size: 0.35rem;
    font-weight: 400;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.14rem;
    letter-spacing: 2px;
}

.footjg h6 span {
    font-size: 0.5rem;
}

.footjg h2 {
    font-size: 0.4rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.14rem;
}

.qmdgdqr .wenz {
    font-size: 0;
    text-align: center;
}

.qmdgdqr .wenz .b1 {
    display: inline-block;
    font-size: 0.25rem;
    line-height: 0.72rem;
    font-weight: 400;
    color: #ABABAE;
    margin: 0 0.24rem;
}

.qmdgdqr .xinx {
    background: #fff;
}

.qmdgdqr .xinx .bg2 {
    height: 0.09rem;
    width: 100%;
}

.qmdgdqr .xinx .bg2 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.qmdgdqr .xinx .bd {
    padding: 0.28rem 0.3rem;
}

.qmdgdqr .xinx .fm1 label {
    font-size: 0.3rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.8rem;
    display: block;
    width: 1.5rem;
    text-align: right;
    float: left;
}

.qmdgdqr .xinx .fm1 .t1 {
    float: right;
    width: calc(100% - 1.5rem);
    line-height: 0.8rem;
    background: #f6f6f6;
    font-size: 0.3rem;
    color: #000000;
    padding: 0 0.24rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.qmdgdqr .xinx .tt {
    font-size: 0.22rem;
    font-weight: 400;
    color: #EC563E;
    line-height: 0.52rem;
    margin-top: 0.1rem;
    margin-left: 0.4rem;
}

.uitrtss {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 23;
    background: rgba(229, 229, 231, 0.9);
    border-radius: 0.1rem 0 0 0.1rem;
    width: 0.7rem;
    padding: 0.06rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
}

.uitrtss li {
    border-bottom: 1px solid #a2a0a0;
    padding: 0.25rem 0 0.2rem;
}

.uitrtss li a {
    display: block;
}

.uitrtss li .ico {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    margin: 0 auto;
}

.uitrtss li .ico img {
    width: 100%;
    height: 100%;
    display: block;
}

.uitrtss li h4 {
    font-size: 0.24rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.26rem;
    text-align: center;
    margin-top: 0.08rem;
}

.uitrtss li:last-child {
    border-bottom: none;
}

.qmdgdqr .zhif {
    background: #fff;
    margin: 0.24rem 0.3rem;
    padding: 0.22rem;
    border-radius: 0.16rem;
}

.qmdgdqr .zhif h3 {
    font-size: 0.3rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
}

.qmdgdqr .zhif .form {
    margin-top: 0.16rem;
}

.qmdgdqr .zhif li {
    margin-bottom: 0.15rem;
}

.qmdgdqr .zhif li h6 {
    font-size: 0.28rem;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
    padding-left: 0.5rem;
    background: url(../images/qm4.png) no-repeat left center;
    background-size: 0.34rem auto !important;
}

.qmdgdqr .zhif li h6 span {
    font-size: 0.22rem;
    color: #FFFFFF;
    background: #ec563e;
    line-height: 0.36rem;
    border-radius: 0.04rem;
    padding: 0 0.04rem;
    margin-left: 0.18rem;
}

.qmdgdqr .zhif li .c1 {
    display: none;
}

.qmdgdqr .zhif li label {
    display: block;
    /* background: url(../images/qm6.png) no-repeat right center;background-size: 0.34rem auto !important; */
}


.mask {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 30;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    width: 7.5rem;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    animation: 1.6s forwards;
}
.mask.in {
    /* animation-name: bgFadeIn;
    z-index: 999; */
}
.mask.out {
    animation-name: bgFadeOut;
    z-index: -1;
}
@keyframes bgFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes bgFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.msktancha {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 31;
    width: 100%;
    /* display: none; */
    /* opacity: 0; */
}

.msktancha .box {
    background: url(../images/qm14.png) no-repeat center/contain;
    height: 9.23rem;
    width: 100%;
    margin: 0 auto;
    padding: 2.05rem 1.3rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.msktancha .pic {
    display: flex;
    justify-content: center;
    height: 4.2rem;
    position: relative;
}

.msktancha .pic msktancha {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    max-width: 130%;
    max-height: 130%;
    display: block;
    margin: 0 auto;
}

.msktancha h6 {
    font-size: 0.36rem;
    line-height: 1.7;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.04rem;
}

.msktancha .tx img {
    width: 2.81rem;
    display: block;
    margin: 0 auto;
}

.msktancha .tx {
    margin-top: 0.24rem;
    text-align: center;
}
.in2line {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2;
    white-space: inherit !important;;
  }

.msktancha .tx h5 {
    font-size: 0.33rem;
    font-weight: 400;
    color: #FCFBF7;
    line-height: 1.6;
}

.msktancha .tx p {
    font-size: 0.33rem;
    font-weight: 400;
    color: #FCFBF7;
    line-height: 1.6;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msktancha .ts {
    margin: 0.5rem auto 0.4rem;
    background: url(../images/qm18.png) no-repeat center/contain;
    height: 0.56rem;
    width: 6.23rem;
    text-align: center;
    opacity: .9;
}

.msktancha .ts p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #DEDADA;
    line-height: 0.58rem;
}

.msktancha .ts p span {
    color: #FF6600;
}

.msktancha .btn {
    width: 3.83rem;
    height: 0.88rem;
    display: block;
    margin: 0 auto;
}

.msktancha .p {
    font-size: 0.22rem;
    font-weight: 400;
    color: rgba(252, 251, 247, 0.8);
    line-height: 1.6;
    margin-top: 0.2rem;
    text-align: center;
}
.msktancha .popup_time {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #fff;
    font-size: 12px;
    transform:translateY(-50%)
}

.maksapglv {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 31;
    display: none;
    width: 7.5rem;
    margin: 0 auto;
}

.maksapglv .gb {
    position: absolute;
    right: 0.24rem;
    top: -1.04rem;
    z-index: 1;
    background: url(../images/gb.png) no-repeat center/cover;
    width: 0.78rem;
    height: 0.78rem;
}

.maksapglv .box {
    background: #fff;
}

.maksapglv .box .bg {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.maksapglv .ovs {
    padding: 0 0.26rem;
}

.maksapglv .ovs .hd {
    margin-top: 0.14rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.maksapglv .ovs .hd h4 {
    font-size: 0.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.maksapglv .ovs .hd span {
    background: url(../images/qm28.png) no-repeat center/100% 100%;
    font-size: 0.23rem;
    font-weight: 400;
    color: #FFFFFF;
    width: 3.9rem;
    padding-left: 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    height: 0.6rem;
    line-height: 0.64rem;
    box-sizing: border-box;
    margin-left: 0.2rem;
    display: block;
}

.maksapglv .ovs .bd {
    margin-top: 0.34rem;
    background: #f6f6f6;
    border-radius: 0.12rem;
    padding: 0.1rem 0 0.05rem;
}

.maksapglv .ovs .bd h3 {
    font-size: 0.3rem;
    line-height: 1.7;
    text-align: center;
    font-weight: 400;
    color: #000000;
    font-weight: bold;
}

.maksapglv .ovs .bd ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.12rem;
}

.maksapglv .ovs .bd li {
    width: 25%;
    text-align: center;
}

.maksapglv .ovs .bd li .ico {
    height: 0.39rem;
}

.maksapglv .ovs .bd li .ico img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.maksapglv .ovs .bd li h6 {
    font-size: 0.26rem;
    font-weight: 400;
    color: #5D93EE;
    line-height: 1.6;
    margin-top: 0.06rem;
}

.maksapglv .ovs .bd li p {
    font-size: 0.26rem;
    font-weight: 400;
    color: #494848;
    line-height: 1.6;
}

.maksapglv .ovs .bd li h6.on {
    color: #F962C0;
}

.maksapglv .ovs .bd li h6.on1 {
    color: #8E50E0;
}

.maksapglv .ovs .bd li h6.on2 {
    color: #FAB229;
}

.maksapglv .ovs .list li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.28rem;
}
.maksapglv .ovs .list li h6{
    text-align: center;
}
.maksapglv .ovs .list {
    margin-top: 0.3rem;
}

.maksapglv .ovs .list ul {
    overflow-y: scroll;
    height: 6rem;
}

.maksapglv .ovs .list .txt {
    width: 3.2rem;
    padding: 0 0 0 10px;
}

.maksapglv .ovs .list .txt h4 {
    font-size: 0.26rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
}

.maksapglv .ovs .list .txt h5 {
    font-size: 0.48rem;
    line-height: 1.7;
    margin-top: 0.4rem;
    font-weight: 400;
    color: #000000;
}

.makhodgz {
    position: fixed;
    left: 0;
    right: 0;
    top: 15%;
    z-index: 32;
    background: url(../images/qm29.png) no-repeat center/cover;
    width: 6.90rem;
    height: 9.38rem;
    margin: 0 auto;
    padding-top: 2.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.makhodgz h6 {
    font-size: 0.4rem;
    background: url(../images/qm30.png) no-repeat center/cover;
    width: 5.97rem;
    height: 0.88rem;
    line-height: 0.8rem;
    font-weight: 400;
    text-align: center;
    color: #F6FFCD;
    margin: 0 auto;
}

.makhodgz .ovs {
    overflow-y: scroll;
    margin: 0.1rem 0.5rem;
    height: 4.95rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6
}

.makhodgz .btn {
    background: url(../images/qm31.png) no-repeat center/cover;
    width: 4.6rem;
    height: 1.3rem;
    display: block;
    margin: 0 auto;
    font-size: 0.5rem;
    line-height: 1.3rem;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
}

.qmapp {
    width: 7.5rem;
    position: relative;
}

.qmapp h6 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../images/qm37.png) no-repeat center/cover;
    width: 4.78rem;
    height: 0.62rem;
    line-height: 0.62rem;
    text-align: center;
    font-size: 0.26rem;
    font-weight: 400;
    color: #5F0BF9;
    margin: 0 auto;
}

.qmapp .box {
    background: url(../images/qm33.png) no-repeat center top/100% auto;
    height: 14.58rem;
    padding-top: 1.54rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 100vh;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.qmapp .box .ts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 1.74rem;
    overflow: hidden;
}

.qmapp .box .ts h3 {
    width: 0.25rem;
    margin-top: 0.02rem;
}

.qmapp .box .ts h3 img {
    width: 100%;
    display: block;
}

.qmapp .box .ts .rt {
    margin-left: 0.15rem;
    font-size: 0.22rem;
    line-height: 1.7;
    height: 0.36rem;
    color: #fff;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qmapp .box .bd {
    margin-top: 1.3rem;
}

.qmapp .box .bd h1 {
    width: 5.19rem;
    margin: 0 auto;
}

.qmapp .box .bd h1 img {
    width: 100%;
    display: block;
}

.qmapp .box .bd h3 {
    font-size: 0.36rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: center;
    margin: 0.2rem 0 0.3rem;
}

.qmapp .box .bd .s1 {
    width: 3.9rem;
    display: block;
    margin: 0 auto;
}

.qmapp .box .btn {
    margin: 0.86rem auto 0;
    width: 5.5rem;
    height: 1.3rem;
    display: block;
}

.qmapp .box .ft {
    margin: 0.8rem 0.6rem 0;
    background: #E93824;
    border-radius: 0.1rem;
    padding: 0.2rem 0.26rem;
}

.qmapp .box .ft p {
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.48rem;
}

.qmapp .box .ft p span {
    display: inline-block;
    background: url(../images/qm34.png) no-repeat center/cover;
    font-size: 0.18rem;
    font-weight: bold;
    color: #E93824;
    line-height: 0.34rem;
    width: 0.34rem;
    margin-right: 0.07rem;
    text-align: center;
}


.hpage1 {
    height: 16.3rem;
    width: 7.5rem;
    position: relative;
    min-height: 100vh;
}

.hpage1 .box {
    background: url(../images/qm40.png) no-repeat center/contain;
    height: 9.8rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 4rem;
    z-index: 1;
    margin: 0 auto;
    padding: 0.36rem 0.36rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.hpage1 .box .list {
    margin: 0.35rem 0.6rem 0;
    height: 2.2rem;
    overflow: hidden;
}

.hpage1 .box .list:nth-child(2) {
    margin-top: 0;
}

.hpage1 .box .list li {
    background: url(../images/qm42.png) no-repeat center top/95% auto;
    width: 1.76rem;
    height: 1.8rem;
    padding-top: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
}

.hpage2 .box .list li {
    background: url(../images/qm46.png) no-repeat center top/95% auto;
    width: 1.76rem;
    height: 1.83rem;
    padding-top: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
}

.hpage1 .box .list .swiper-wrapper {
    transition-timing-function: linear !important;
}

.hpage1 .box .list li .img {
    height: 1.14rem;
    position: relative;
}

.hpage1 .box .list li .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    max-width: 80%;
    max-height: 80%;
    display: block;
    margin: 0 auto;
}

.hpage1 .box .bt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.1rem;
    z-index: 1;
}

.hpage1 .box .form .t1 {
    width: 4rem;
    height: 0.9rem;
    font-size: 0.32rem;
    color: #000000;
    padding: 0 0.1rem 0 0.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
}

.hpage1 .box .form {
    background: url(../images/qm38.png) no-repeat center/cover;
    width: 4.12rem;
    height: 1.02rem;
    margin: 0 auto;
}

.hpage1 .box h6 {
    font-size: 0.18rem;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    margin-bottom: 0.1rem;
}

.hpage1 .box .btn {
    width: 4.64rem;
    height: 1.17rem;
    display: block;
    margin: 0 auto;
}

.hpage1 .box .che {
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hpage1 .box .che .c1 {
    display: none;
}

.hpage1 .box .che label {
    display: block;
    text-align: center;
}

.hpage1 .box .che h4 {
    font-size: 0.18rem;
    line-height: 1.7;
    color: #fff;
    padding-left: 0.38rem;
    display: inline-block;
    background: url(../images/qm45.png) no-repeat left center;
    background-size: 0.24rem auto !important;
}

.hpage1 .box .che label a {
    color: #e6d565;
}
.hpage1 .box .che a {
    color: #e6d565;
}

.hpage3 .box {
    background: url(../images/qm47.png) no-repeat center/contain;
    height: 10.37rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 5.5rem;
    z-index: 1;
    margin: 0 auto;
    padding: 0.36rem 0.36rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.hpage3 .box .btn {
    width: 5.21rem;
    height: 2rem;
    display: block;
    margin: 0 auto;
}

.hpage3 .box .form {
    background: url(../images/qm50.png) no-repeat center/cover;
    width: 4.37rem;
    height: 0.81rem;
    margin: 0 auto 0.1rem;
}

.hpage3 .box .list {
    margin: 0.38rem 0.64rem 0;
    height: 2.65rem;
}

.hpage3 .box .list li .img {
    height: 1.0rem;
    margin-top: 0.2rem;
}

.hpage3 .box .list li {
    background: url(../images/qm49.png) no-repeat center top/95% auto;;
    width: 1.41rem;
    height: 1.77rem;
    padding-top: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.7rem;
}

.hpage1 .box .che input:checked + label h4 {
    background: url(../images/qm53.png) no-repeat left center;
    background-size: 0.24rem auto !important;
}

.qmdgdqr .zhif li input:checked + label {
    background: url(../images/qm53.png) no-repeat right center;
    background-size: 0.34rem auto !important;
}

.hpage3 .box .form .t1 {
    height: 0.8rem;
}

.makhodgz .gb {
    position: absolute;
    right: 0.24rem;
    top: -1.04rem;
    z-index: 1;
    background: url(../images/gb.png) no-repeat center/cover;
    width: 0.78rem;
    height: 0.78rem;
}


.msktancha .box1 {
    background: url(../images/qm55.png) no-repeat center/contain;
}

.msktancha .box2 {
    background: url(../images/qm57.png) no-repeat center/contain;
}

.msktancha .box3 {
    background: url(../images/qm60.png) no-repeat center/contain;
}


.qmapp .box .btn {
    -webkit-animation: pulse1 1s .2s linear infinite;
    -moz-animation: pulse1 1s .2s linear infinite;
    background: url(../images/lbtn.png) no-repeat center/100% 100%;
}

.hpage1 .box .btn {
    -webkit-animation: pulse1 1s .2s linear infinite;
    -moz-animation: pulse1 1s .2s linear infinite;
}

@-webkit-keyframes pulse1 {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse1 {
    0% {
        -moz-transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.1)
    }
    100% {
        -moz-transform: scale(1)
    }
}

.productLogoBG2 {
    width: 2.02rem;
    height: 2.02rem;
    background: #F6F6F6;
    border-radius: 0.14rem;
    position: relative;
    margin-right: 0.2rem;
}

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
    width: 100%;
    color: #e6d565;
    position: absolute;
    left: 0;
    top: 14rem;
}
.footer span+span {
    padding-top: 5px;
}
.logo {
    position: absolute;
    top: 10px;
    left: 9px;
    width: 1.9rem;
}
.lay {
    /* opacity: 0; */
    display: none;
    z-index: 99;
}
.in1line {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1;
}

.fixed {
    position: fixed;
    overflow: hidden;
}
#toastId {
    z-index: 99999;
}