    /* PC reset style */
@media only screen and (min-width: 750px){
    html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video { margin: 0; padding: 0; }
    h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
    article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
    ul, ol { list-style: none; }
    img { border: 0 none; vertical-align: top; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after { content: none; }
    table { border-collapse: collapse; border-spacing: 0; }
    strong, em, i { font-style: normal; font-weight: normal; }
    ins { text-decoration: underline; }
    del { text-decoration: line-through; }
    mark { background: none; }
    input::-ms-clear { display: none !important; }
    body { background: rgba(0,0,0,0.08); }
    a { text-decoration: none; color: #333; }
    a:hover { text-decoration: underline; }


    .content {
        overflow: hidden;
        padding-top: .7rem;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        height: .7rem;
        padding: 0 1rem;
        overflow: hidden;
        background:linear-gradient(to right,#1F69FF,#6197FF);
        border-bottom: rgba(255,255,255,0.2) solid 2px;
    }
    .header .logo {
        float: left;
        width: .7rem;
        height: .35rem;
        margin-top: .175rem;
        overflow: hidden;
        background: url(./logo_header.png) no-repeat;
        background-size: 100% 100%;
    }
    .header .times {
        overflow: hidden;
        color: #fff;
        font-size: .14rem;
        float: right;
        line-height: .7rem;
    }
    .header .times span {
        overflow: hidden;
        margin-left: .2rem;
    }
    .itemWap1 {
        height: 5.3rem;
        overflow: hidden;
        background:linear-gradient(to right,#1F69FF,#6197FF);
    }
    .winth1200 {
        width: 12rem;
        margin: 0 auto;
        overflow: hidden;
    }
    .itemChild1 {
        overflow: hidden;
    }
    .itemChild1 .logo {
        display: none;
    }
    .itemChild1 .left {
        float: left;
        /* display: inline-block; */
        width: 37%;
        overflow: hidden;
        height: 100%;
    }
    .itemChild1 .right {
        float: right;
        width: 6.6rem;
        height: 4.05rem;
        margin-top: 0.7rem;
        overflow: hidden;
        background: url(./banner_pic.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemChild1 .left p {
        font-size:.3rem;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:#fff;
        margin-top: 1.1rem;
    }
    .itemChild1 .left .about {
        display: block;
        height: .65rem;
        overflow: hidden;
        margin-top: .4rem;
        border-radius: .04rem;
        border:2px solid rgba(255,255,255,1);
    }
    .itemChild1 .left .about label {
        float: left;
        line-height: .65rem;
        font-size: .5rem;
        background-color: #fff;
        overflow: hidden;
        color: rgba(42,113,255,1);
        height: 100%;
        font-weight: 400;
        padding: 0 .15rem;
    }
    .itemChild1 .left .about i {
        display: block;
        font-size: .16rem;
        font-weight: 400;
        color: #fff;
        overflow: hidden;
        padding: 0.01rem .2rem;
    }
    .itemChild1 .left .about i.marinTop7 {
        margin-top: .08rem;
    }


    .itemChild1 .left .codewaps {
        margin-top: .5rem;
        overflow: hidden;
    }
    .itemChild1 .left .codewaps>div {
        float: left;
        overflow: hidden;
    }
    .itemChild1 .left .codewaps>div:nth-child(2) {
        margin-left: .6rem;
    }



    .itemChild1 .left .codewaps>div span {
        font-size:.14rem;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:#fff;
        display: block;
    }
    .itemChild1 .left .codewaps>div .code {
        display: block;
        width:.7rem;
        height:.7rem;
        border:#fff solid .003rem;
        border-radius: 6px;
        background-color: #fff;
        overflow: hidden;
        margin-top: .18rem;
        background: url(./weiwangting.png) no-repeat;
        background-size: 100% 100%;
        border: #fff solid 5px;
    }
    .itemChild1 .left .codewaps>div:nth-child(2) .code
    {
        background: url(./weiwangtingapp.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemChild1 .left .codewaps>div .code img {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .itemWap2 {
        overflow: hidden;
        background-color: #fff;
    }
    .itemChild2 {
        padding: 1rem 0;
        overflow: hidden;
    }
    .itemChild2 .p1 {
        font-weight:500;
        color:rgba(0,0,0,0.7);
        font-size: .24rem;
        overflow: hidden;
        text-align: center;
        width: 8.5rem;
        margin: 0 auto;
        position: relative;
    }
    .itemChild2 .minP1 {
        display: none;
    } 
    .itemChild2 .p1:before {
        content: "";
        display: inline-block;
        width: .2rem;
        height: .2rem;
        background-color: rgba(30, 105, 255, 1);
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        left: -0.1rem;
        top: 50%;
        margin-top: -.1rem;
    }
    .itemChild2 .p1:after {
        content: "";
        display: inline-block;
        width: .2rem;
        height: .2rem;
        background-color: rgba(30, 105, 255, 1);
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        right: -0.1rem;
        top: 50%;
        margin-top: -.1rem;
    }
    .itemChild2 .p2 {
        color:rgba(0,0,0,0.25);
        overflow: hidden;
        text-align: center;
        font-size: .14rem;
        margin: .05rem .4rem;
    }
    .itemChild2 .lists {
        overflow: hidden;
        margin-top: .6rem;
    }
    .itemChild2 .lists .item {
        float: left;
        overflow: hidden;
        background-color: rgba(241, 248, 255, 1);
        min-height: 3.84rem;
        width: 3.2rem;
        border-radius: .1rem;
        text-align: center;
        /* -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1); */
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .itemChild2 .lists .item b {
        display: block;
        width: 2.16rem;
        height: 2rem;
        overflow: hidden;
        margin: .25rem auto .35rem;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .itemChild2 .lists .item:nth-child(1) b {
        background: url(./icon1.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemChild2 .lists .item:nth-child(2) b {
        background: url(./icon2.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemChild2 .lists .item:nth-child(3) b {
        background: url(./icon3.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .itemChild2 .lists .item p {
        overflow: hidden;
        font-size: .18rem;
        color:rgba(11,11,13,0.7);
        font-weight: 500;
    }
    .itemChild2 .lists .item span {
        overflow: hidden;
        color:rgba(11,11,13,0.5);
        font-size: .14rem;
        display: block;
        margin-top: .15rem;
        padding: 0 .45rem;
        height: auto;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .itemChild2 .lists .item:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#04bffe), to(#4481eb));
        background-image: -o-linear-gradient(top, #04bffe 0%, #4481eb 100%);
        background-image: linear-gradient(to bottom, #04bffe 0%, #4481eb 100%);
    }
    .itemChild2 .lists .item:hover b {
        margin: .6rem auto .3rem;
    }
    .itemChild2 .lists .item:hover span {
        height: 0;
        color: transparent;
    }
    .itemChild2 .lists .item:hover p {
        color: #fff;
    }
    .magin1_2 {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }
    .itemWap3 {
        height: 6rem;
        overflow: hidden;
        background:linear-gradient(to right,#1F69FF,#6197FF);
    }
    .itemWap3 .itemChild3 {
        height: 100%;
        overflow: hidden;
    }
    .itemWap3 .itemChild3 b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(./banner_main.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }
    .itemWap4,
    .itemWap5,
    .itemWap6 {
        height: 4.64rem;
        overflow: hidden;
        background-color: #fff;
    }
    .itemWap4 .itemChild4,
    .itemWap6 .itemChild6,
    .itemWap5 .itemChild5 {
        overflow: hidden;
        height: 4.64rem;
    }
    .itemWap4 .itemChild4>b,
    .itemWap6 .itemChild6>b,
    .itemWap5 .itemChild5>b {
        float: left;
        width: 6rem;
        height: 3.5rem;
        overflow: hidden;
        background: url(./pic1.png) no-repeat;
        background-size: 100% 100%;
        margin-top: .6rem;
    }
    .itemWap5 .itemChild5>b {
        background: url(./pic2.png) no-repeat;
        background-size: 100% 100%;
        margin-top: .8rem;
    }
    .itemWap6 .itemChild6>b {
        background: url(./pic3.png) no-repeat;
        background-size: 100% 100%;
        margin-top: .8rem;
    }
    .itemWap4 .itemChild4 .right,
    .itemWap6 .itemChild6 .right,
    .itemWap5 .itemChild5 .right {
        padding-left: 1.8rem;
        overflow: hidden;
        padding-top: 1.2rem;
    }
    .itemWap5 .itemChild5 .right .btns {
        overflow: hidden;
        margin-top: .2rem;
    }
    .itemWap5 .itemChild5 .right .btns label {
        float: left;
        margin-right: .2rem;
        height: .26rem;
        line-height: .26rem;
        width: auto;
        padding: 0 .13rem;
        font-size: .14rem;
        color: #fff;
        overflow: hidden;
        background: url(./bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemWap5 .itemChild5 .right .btns label:nth-child(1):before {
        content: "";
        display: inline-block;
        width: .16rem;
        height: .16rem;
        overflow: hidden;
        background: url(./chongzhijiaofei.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        margin-right: .04rem;
        position: relative;
        top: .03rem;
    }
    .itemWap5 .itemChild5 .right .btns label:nth-child(2):before {
        content: "";
        display: inline-block;
        width: .16rem;
        height: .16rem;
        overflow: hidden;
        background: url(./yewubanli.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        margin-right: .04rem;
        position: relative;
        top: .03rem;
    }
    .itemWap5 .itemChild5 .right .btns label:nth-child(3):before {
        content: "";
        display: inline-block;
        width: .16rem;
        height: .16rem;
        overflow: hidden;
        background: url(./shenghuofuwu.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        margin-right: .04rem;
        position: relative;
        top: .03rem;
    }
    .itemWap4 .itemChild4 .right b,
    .itemWap6 .itemChild6 .right b,
    .itemWap5 .itemChild5 .right b {
        display: inline-block;
        width: .64rem;
        height: .64rem;
        overflow: hidden;
        background: url(./shangcheng.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemWap5 .itemChild5 .right b {
        background: url(./life.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemWap6 .itemChild6 .right b {
        background: url(./zengzhifuwu.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemWap4 .itemChild4 .right p,
    .itemWap6 .itemChild6 .right p,
    .itemWap5 .itemChild5 .right p {
        position: relative;
        font-weight:500;
        color:rgba(11,11,13,0.7);
        font-size: .24rem;
        font-weight: 500;
        display: inline-block;
        overflow: hidden;
    }
    .itemWap4 .itemChild4 .right p i,
    .itemWap6 .itemChild6 .right p i,
    .itemWap5 .itemChild5 .right p i {
        position: absolute;
        display: block;
        width: 100%;
        background: rgba(97,151,255,0.38);
        height: .2rem;
        bottom: -12px;
        border-radius: 40%;
    }
    .itemWap4 .itemChild4 .right span,
    .itemWap6 .itemChild6 .right span,
    .itemWap5 .itemChild5 .right span {
        color:rgba(11,11,13,0.7);
        display: block;
        font-size: .14rem;
    }
    .itemWap5 {
        background:rgba(241,248,255,1);
    }
    .itemWap5 .itemChild5>b {
        float: right;
    }
    .itemWap5 .itemChild5 .right {
        padding-left: 0;
    }

    .footer {
        background:linear-gradient(to right,#1F69FF,#6197FF);
        overflow: hidden;
        margin-top: .3rem;
        padding: .3rem 0;
    }
    .footer .conauto {
        overflow: hidden;
        color: #fff;
    }
    .footer .conauto>p{
        overflow: hidden;
        font-size: .14rem;
    }
    .footer .conauto>p b{
        overflow: hidden;
        display: inline-block;
        width: .7rem;
        height: .35rem;
        overflow: hidden;
        background: url(./logo_header.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: sub;
        margin-right: .1rem;
    }
    .footer .conauto>p a{
        float: right;
        font-size: .12rem;
        overflow: hidden;
        color: #fff;
    }
    .footer .conauto>p a:before{
        content: "";
        display: inline-block;
        /* width: .16rem;
        height: .16rem; */
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url(./link.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: bottom;
        margin-top: .1rem;
        margin-right: .03rem;
    }
    .footer .conauto span.logo {
        display: none;
    }
    .footer .conauto .info {
        overflow: hidden;
        color: #fff;
        font-size: .12rem;
    }
    .footer .conauto span {
        margin-top: .2rem;
        display: inline-block;
        margin-right: .4rem;
    }
    .footer .conauto span:nth-child(1):before {
        content: "";
        display: inline-block;
        /* width: .16rem;
        height: .16rem; */
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url(./phone.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: bottom;
        margin-right: .05rem;
    }
    .footer .conauto span:nth-child(2):before {
        content: "";
        display: inline-block;
        /* width: .16rem;
        height: .16rem; */
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url(./mail.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: bottom;
        margin-right: .05rem;
    }
    .footer .conauto span:nth-child(3):before {
        content: "";
        display: inline-block;
        /* width: .16rem;
        height: .16rem; */
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url(./location.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: bottom;
        margin-right: .05rem;
    }
    .footer .conauto span:nth-child(4) {
        border: #fff solid .01rem;
        float: right;
        border-radius: .05rem;
        padding: .015rem .12rem;
        margin-right: 0;
    }
    .footer .conauto .min {
        display: none;
    }
    .footer .conauto .max {
        float: right;
        border: #fff solid 1px;
        border-radius: .08rem;
        overflow: hidden;
        vertical-align: sub;
        margin-left: .3rem;
        padding: .02rem .2rem;
        position: relative;
        margin-top: .15rem;
        display: none;
    }
    .footerCopyright {
        /* background: rgba(31, 105, 255, 1); */
        background: linear-gradient(to right,#1c64f7,#6093f7);
        overflow: hidden;
        padding: .15rem 0;
    }
    .footerCopyright .conauto{
        overflow: hidden;
        text-align: center;
        color: #fff;
        font-size: .12rem;
    }
    .footerCopyright .conauto span {
        margin: 0 .1rem;
    }

}

/* Mobile reset style */
@media screen and (max-width: 750px){
    * { -webkit-tap-highlight-color: transparent; outline: 0; margin: 0; padding: 0; vertical-align: baseline; }
    body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; vertical-align: baseline; }
    img { border: 0 none; vertical-align: top; }
    i, em { font-style: normal; }
    ol, ul { list-style: none; }
    input, select, button, h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: inherit; }
    table { border-collapse: collapse; border-spacing: 0; }
    a { text-decoration: none; color: #666; }
    body { margin: 0 auto; min-width: 320px; max-width: 640px; height: 100%; font-family: -apple-system,Helvetica,sans-serif; color: #666; -webkit-text-size-adjust: 100% !important; text-size-adjust: 100% !important; }
    input[type="text"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

    .content {
        overflow: hidden;
    }
    .header,
    .itemWap1 .itemChild1 .right,
    .itemWap2 .itemChild2 .p2 {
        display: none;
    }
    .itemWap1 {
        padding: .4rem;
        overflow: hidden;
        background:linear-gradient(to right,#1F69FF,#6197FF);
    }
    .itemChild1>.logo {
        display: block;
        margin-top: .4rem;
        width: 1.4rem;
        height: .7rem;
        overflow: hidden;
        background: url(./logo_header.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemChild1 .left {
        /* position: relative; */
        margin-bottom: .1rem;
    }
    .itemChild1 .left p {
        font-size:.4rem;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:#fff;
        margin-top: .9rem;
    }
    .itemChild1 .left .about {
        display: block;
        width: 5rem;
        height: .75rem;
        overflow: hidden;
        margin-top: .4rem;
        border-radius: .1rem;
        border:2px solid rgba(255,255,255,1);
    }
    .itemChild1 .left .about label {
        float: left;
        line-height: .75rem;
        font-size: .5rem;
        background-color: #fff;
        overflow: hidden;
        color: rgba(42,113,255,1);
        height: 100%;
        font-weight: 400;
        padding: 0 .15rem;
    }
    .itemChild1 .left .about i {
        display: block;
        font-size: .2rem;
        font-weight: 400;
        color: #fff;
        overflow: hidden;
        padding: 0.01rem .2rem;
    }
    .itemChild1 .left .about i.marinTop7 {
        margin-top: .08rem;
    }
    .itemChild1 .codewaps {
        position: absolute;
        right: 0.1rem;
        top: 1.35rem;
        overflow: hidden;
        text-align: center;
    }
    .itemChild1 .codewaps>div:nth-child(1) {
        overflow: hidden;
    }
    .itemChild1 .codewaps>div:nth-child(2) {
        overflow: hidden;
        margin-top: .4rem;
    }
    .itemChild1 .codewaps>div span {
        font-size:.2rem;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:#fff;
        display: block;
        /* position: absolute; */
        /* right: 0; */
        /* top: .2rem; */
    }
    .itemChild1 .codewaps>div .code {
        display: block;
        width:.7rem;
        height:.7rem;
        border:#fff solid .003rem;
        border-radius: 6px;
        background-color: #fff;
        overflow: hidden;
        /* position: absolute; */
        /* right: 0; */
        /* bottom: 0; */
        background: url(./weiwangting.png) no-repeat;
        background-size: 100% 100%;
        border: #fff solid 3px;
        margin: 0.1rem auto 0;
    }
    .itemChild1 .codewaps>div:nth-child(2) .code {
        background: url(./weiwangtingapp.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemChild1 .codewaps>div .code img {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .itemWap2 {
        background:#f0f2f5;
        overflow: hidden;
        padding: .5rem .4rem;
    }
    .itemWap2 .itemChild2 .p1 {
        font-weight:500;
        color:rgba(0,0,0,0.7);
        font-size: .34rem;
        overflow: hidden;
        text-align: center;
        /* margin-bottom: .6rem; */
    }
    .itemWap2 .itemChild2 .p1.marginTop05 {
        margin-top: .05rem;
    }
    .itemWap2 .itemChild2 .maxP1 {
        display: none;
    }
    .itemWap2 .item {
        background:rgba(241,248,255,1);
        border-radius: .1rem;
        overflow: hidden;
        margin-top: .4rem;
        padding: .1rem .4rem .2rem;
    }
    .itemChild2 .lists .item b {
        float: left;
        display: block;
        width: 2.16rem;
        height: 2rem;
        overflow: hidden;
        margin-right: .4rem;
    }
    .itemChild2 .lists .item:nth-child(1) b {
        background: url(./icon1.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemChild2 .lists .item:nth-child(2) b {
        background: url(./icon2.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemChild2 .lists .item:nth-child(3) b {
        background: url(./icon3.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemChild2 .lists .item p {
        overflow: hidden;
        font-size: .26rem;
        color:rgba(11,11,13,0.7);
        font-weight: 500;
        text-align: center;
        margin-top: .5rem;
        margin-bottom: .15rem;
    }
    .itemChild2 .lists .item span {
        overflow: hidden;
        color:rgba(11,11,13,0.5);
        font-size: .22rem;
        display: block;
        text-align: center;
    }
    .itemWap3 {
        height: 2.34rem;
        overflow: hidden;
        background:linear-gradient(to right,#1F69FF,#6197FF);
    }
    .itemWap3 .itemChild3 {
        height: 100%;
        overflow: hidden;
    }
    .itemWap3 .itemChild3 b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(./banner_main.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        /* margin-top: 0.53rem; */
    }
    .itemWap4,
    .itemWap5,
    .itemWap6 {
        background:#f0f2f5;
        overflow: hidden;
        padding: .6rem .4rem;
    }
    .itemWap5 {
        background:rgba(241,248,255,1);
    }
    .itemWap4 .itemChild4>b,
    .itemWap5 .itemChild5>b,
    .itemWap6 .itemChild6>b {
        float: left;
        width: 100%;
        height: 3.5rem;
        overflow: hidden;
        background: url(./pic1.png) no-repeat;
        background-size: 100% 100%;
        background-position: 0.5rem;
    }
    .itemWap5 .itemChild5>b {
        background: url(./pic2.png) no-repeat;
        background-size: 100% 100%;
        background-position: 0;
    }
    .itemWap6 .itemChild6>b {
        background: url(./pic3.png) no-repeat;
        background-size: 100% 100%;
        background-position: 0.6rem;
    }
    .itemWap4 .itemChild4 .right b,
    .itemWap6 .itemChild6 .right b,
    .itemWap5 .itemChild5 .right b {
        display: inline-block;
        width: .58rem;
        height: .58rem;
        overflow: hidden;
        background: url(./shangcheng.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemWap5 .itemChild5 .right b {
        background: url(./life.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemWap6 .itemChild6 .right b {
        background: url(./zengzhifuwu.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemWap5 .itemChild5 .right .btns {
        overflow: hidden;
        margin-top: .2rem;
    }
    .itemWap5 .itemChild5 .right .btns label {
        float: left;
        margin-right: .2rem;
        height: .42rem;
        line-height: .42rem;
        width: auto;
        padding: 0 .2rem;
        font-size: .22rem;
        color: #fff;
        overflow: hidden;
        background: url(./bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .itemWap5 .itemChild5 .right .btns label:nth-child(1):before {
        content: "";
        display: inline-block;
        width: .26rem;
        height: .26rem;
        overflow: hidden;
        background: url(./chongzhijiaofei.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        margin-right: .04rem;
        position: relative;
        top: .03rem;
    }
    .itemWap5 .itemChild5 .right .btns label:nth-child(2):before {
        content: "";
        display: inline-block;
        width: .26rem;
        height: .26rem;
        overflow: hidden;
        background: url(./yewubanli.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        margin-right: .04rem;
        position: relative;
        top: .03rem;
    }
    .itemWap5 .itemChild5 .right .btns label:nth-child(3):before {
        content: "";
        display: inline-block;
        width: .26rem;
        height: .26rem;
        overflow: hidden;
        background: url(./shenghuofuwu.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        margin-right: .04rem;
        position: relative;
        top: .03rem;
    }
    .itemWap4 .itemChild4 .right p,
    .itemWap6 .itemChild6 .right p,
    .itemWap5 .itemChild5 .right p {
        position: relative;
        font-weight:500;
        color:rgba(11,11,13,0.7);
        font-size: .34rem;
        font-weight: 500;
        display: inline-block;
        overflow: hidden;
    }
    .itemWap4 .itemChild4 .right p i,
    .itemWap6 .itemChild6 .right p i,
    .itemWap5 .itemChild5 .right p i {
        position: absolute;
        display: block;
        width: 100%;
        background: rgba(97,151,255,0.38);
        height: .2rem;
        bottom: -.13rem;
        border-radius: 40%;
    }
    .itemWap4 .itemChild4 .right span,
    .itemWap6 .itemChild6 .right span,
    .itemWap5 .itemChild5 .right span {
        color:rgba(11,11,13,0.7);
        display: block;
        font-size: .24rem;
    }
    .footer,
    .footerCopyright {
        background:linear-gradient(to right,#1F69FF,#6197FF);
        overflow: hidden;
        padding: .4rem;
    }
    .footer .conauto>.logo {
        display: block;
        width: 1.4rem;
        height: .7rem;
        margin-bottom: .3rem;
        overflow: hidden;
        background: url(./logo_header.png) no-repeat;
        background-size: 100% 100%;
    }
    .footer .conauto>p {
        display: none;
    }
    .footer .conauto .info {
        overflow: hidden;
        color: #fff;
        font-size: .24rem;
    }
    .footer .conauto span {
        display: block;
    }
    .footer .conauto span:nth-child(1):before {
        content: "";
        display: inline-block;
        /* width: .16rem;
        height: .16rem; */
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url(./phone.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: bottom;
        margin-right: .08rem;
    }
    .footer .conauto span:nth-child(2):before {
        content: "";
        display: inline-block;
        /* width: .16rem;
        height: .16rem; */
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url(./mail.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: bottom;
        margin-right: .08rem;
    }
    .footer .conauto span:nth-child(3):before {
        content: "";
        display: inline-block;
        /* width: .16rem;
        height: .16rem; */
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url(./location.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: bottom;
        margin-right: .08rem;
    }
    .footer .conauto span:nth-child(4):before {  
        content: "";
        display: inline-block;
        /* width: .16rem;
        height: .16rem; */
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url(./link.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: bottom;
        margin-right: .08rem;
    }
    .footer .conauto .max {
        display: none;
    }
    .footer .conauto .min label {
        float: right;
        border: #fff solid 1px;
        border-radius: .08rem;
        overflow: hidden;
        vertical-align: sub;
        margin-left: .3rem;
        padding: .02rem .2rem;
        position: relative;
        top: -.03rem;
        display: none;
    }
    .footer .conauto .info span {
        margin: .2rem 0;
    }
    .footer .conauto .info a {
        color: #fff;
    }
    .footerCopyright {
        padding: .1rem 0;
        background: linear-gradient(to right,#115efb,#5d91f7);
    }
    .footerCopyright .conauto {
        overflow: hidden;
    }
    .footerCopyright .conauto span {
        display: block;
        padding: .1rem 0;
        font-size: .24rem;
        overflow: hidden;
        color: #fff;
        text-align: center;
    }
    .footer .conauto .info a:before{
        content: "";
        display: inline-block;
        /* width: .16rem;
        height: .16rem; */
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url(./link.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: bottom;
        margin-right: .08rem;
    }

    
}