/* 尾部 */

.footer {

    width: 100%;

    background: url(../images/bg.jpg) center center no-repeat;

    background-size: 100% 100%;

    font-size: 0;

    line-height: normal;

    text-align: center;

}



.footer-server {

    border-bottom: 1px solid #1e224b;

}



.footer-server-item {

    display: inline-block;

    vertical-align: top;

    width: 20%;

    height: 110px;

    background: linear-gradient(to right, #15193d, #191e48);

    line-height: 110px;

    text-align: center;

    opacity: .6;

    transition: all .4s ease;

}



.footer-server-item:hover {

    opacity: 1;

}



.footer-server-item-icon {

    width: auto;

    max-width: 28px;

}



.footer-server-item-title {

    font-size: 16px;

    color: #ffffff;

    display: inline-block;

    vertical-align: middle;

    margin-left: 12px;

}



.footer-guild {

    width: 100%;

    padding: 40px 0 48px;

}



.footer-left {

    display: inline-block;

    width: 30%;

    text-align: left;

    vertical-align: top;

}






.footer-contact-title {

    font-size: 14px;

    font-weight: 400;

    color: #9c9fbf;

    margin-top: 18px;

}



.footer-contact-tel {

    font-size: 22px;

    color: #ffffff;

    margin-top: 4px;

}



.footer-share-logo-box {

    position: relative;

    margin-top: 13px;

}



.footer-share-er {

    display: none;

    position: absolute;

    top: -285%;

    left: -18.5%;

}



.footer-share-logo {

    width: 36px;

    height: 36px;

    margin-top: 8px;

    margin-right: 12px;

    opacity: .6;

    transition: all .4s ease;

}



.footer-share-logo:hover {

    opacity: 1;

}



.footer-right {

    display: inline-block;

    width: 70%;

    text-align: left;

    vertical-align: top;

}



.footer-right-link-title {

    font-size: 18px;

    font-weight: bold;

    color: #ffffff;

    margin-bottom: 8px;

}



.footer-right-link-arrow {

    display: none;

}



.footer-right-link-list {

    font-size: 14px;

    color: #9497b4;

    line-height: 21px;

    padding: 6px 0;

    transition: all .4s ease;

    list-style: none;

}



.footer-right-link-list:hover {

    color: #fff;

}



.footer-right-link-box {

    display: inline-block;

    vertical-align: top;

    width: 15%;

}



.footer-site-info {

    color: #7b7e93;

    font-size: 14px;

    font-weight: 400;

    width: 100%;

    padding: 30px 0 26px;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

}



.footer-copyright {



float:left;

    text-align: left;

}

.footer-copyright a{

    transition: all .4s ease;

}

.footer-statement {

    /* display: inline-block; */
float:right;



    text-align: right;

}



.footer-statement-a,

.footer-statement-a:focus {

    color: #7b7e93;

}



.footer-statement-a:hover {

    color: #fff;

    transition: all .4s ease;

}



.footer-partner {

    width: 100%;

    position: relative;

    padding-bottom: 16px;

}



.footer-partner .contain {

    position: relative;

    padding-left: 74px;

    width: 1200px;

    margin: 0 auto;

}



.footer-partner-name,

.footer-partner-link a {

    font-size: 14px;

    color: #7b7e93;

    line-height: 16px;

}



.footer-partner-name {

    position: absolute;

    top: 0;

    left: 0;

}



.footer-partner-link {

    width: 100%;

    text-align: start;

}



.footer-partner-link a {

    display: inline-block;

    vertical-align: top;

    margin-right: 16px;

    position: relative;

    transition: all .4s ease;

}



.footer-partner-link a:hover {

    color: #fff;

}



/* 下拉框弹出层 */



.mask {

    position: fixed;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    background-color: rgba(0, 0, 0, 0.5);

    z-index: 99999;

}

.after-sale-servicr {

    display: none;

}



.after-sale-servicr-box {

    width: 650px;

    height: 230px;

    background-color: #fff;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 99;

    padding: 30px;

}

.after-sale-servicr-title {

    font-size: 24px;

    margin-bottom: 20px;

}

.after-sale-servicr-choicr {

    text-align: center;

}

.after-sale-servicr-selection {

    text-align: left;

    display: inline-block;

    overflow: hidden;

    text-overflow:ellipsis;

    white-space: nowrap;

    position: relative;

    width: 350px;

    height: 40px;

    line-height: 40px;

    font-size: 16px;

    color: #555;

    padding: 0 20px 0 10px;

    border: 1px solid #828282;

    margin-bottom: 30px;

    background: url(../images/pull-down.png) 96px center no-repeat;

    background-position-x: 322px;

}

.after-sale-servicr-selection:hover {

    border: 1px solid #000;

    color: #333;

}

.after-sale-servicr-ul {

    display: none;

    background-color: #fff;

    width: 350px; 

    height: 250px;

    overflow-y: scroll;

    position: absolute;

    top: 140px;

    left: 50%;

    transform: translateX(-50%);

    text-align: left;

    border: 1px solid #828282;

    padding: 10px 0;

}

.after-sale-servicr-ul li {

    padding-left: 15px;

    color: #333;

    padding: 7.5px 15px;

    cursor:pointer

}

.after-sale-servicr-ul .after-sale-servicr-active {

    background-color: #e8e8e8;

}

.after-sale-servicr-ul li:hover {

    background-color: #eee;

}

.after-sale-servicr-ul h4 {

    font-size: 18px;

    margin-bottom: 5px;

    overflow: hidden;

    text-overflow:ellipsis;

    white-space: nowrap;

}

.after-sale-servicr-ul p{

    font-size: 14px;

    color: #555;

}

.after-sale-servicr-But {

    width: 100px;

    height: 40px;

    font-size: 16px;

    text-align: center;

    line-height: 40px;

    background-color: #fff;

    border-radius: 5px;

    border: none;

}

.after-sale-servicr-cancel {

    border: 1px solid #828282;

}

.after-sale-servicr-cancel:hover {

    background-color: #f8f8f8;

}

.after-sale-servicr-determine {

    background-color: #0186EF;

    color: #fff;

    margin-left: 80px;

}

.after-sale-servicr-determine:hover {

    background-color: #0075ce;

}



/* 客服电话弹框 */

.customer_phone_mask {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: rgba(0, 0, 0, 0);

    z-index: 99999;

}

.customer_phone_box {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 553px;

    height: 280px;

    background-color: #0086F1;

    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.5);

}

.customer_phone_close {

    width: 16.26px;

    height: 16.26px;

    position: absolute;

    right: 18px;

    top: 17px;

    cursor: pointer;

}

.customer_phone_close img {

    width: 100%;

    height: 100%;

}

.customer_phone_icon {

    box-sizing: content-box;

    width: 124px;

    height: 124px;

    border-radius: 50%;

    text-align: center;

    position: absolute;

    left: 50%;

    top: 0;

    transform: translate(-50%, -50%);

}

.customer_phone_icon img {

    width: 100%;

    height: 100%;

}

.customer_phone_text {

    margin-left: 80px;

    height: auto;

    width: 100%;

    text-align: center;

}

.customer_phone_title {

    margin-top: 76px;

    width: 100%;

    height: 29px;

    font-size: 21px;

    font-family: PingFangSC-Semibold, PingFang SC;

    font-weight: 600;

    color: #FFFFFF;

    line-height: 29px;

}

.customer_phone_content {

    margin-top: 5px;

    width: 100%;

    height: 22px;

    font-size: 16px;

    font-family: PingFangSC-Regular, PingFang SC;

    font-weight: 400;

    color: #FFFFFF;

    line-height: 22px;

}

.customer_phone_beat {

    margin-top: 9px;

    width: 100%;

    height: 40px;

    font-size: 28px;

    font-family: PingFangSC-Semibold, PingFang SC;

    font-weight: 600;

    color: #FFFFFF;

    line-height: 40px;

}

.customer_phone_buts {

    width: 100%;

    margin-top: 18px;

    text-align: center;

    margin-left: 100px;

}

.customer_phone_but {

    display: inline-block;

    width: 152px;

    height: 48px;

    border-radius: 5px;

    border: none;

    font-size: 18px;

    font-family: PingFangSC-Regular, PingFang SC;

    font-weight: 400;

    line-height: 48px;

}

.customer_phone_but::after {

    content: "\f105";

    font-family: "FontAwesome";

    margin-left: 6px;

    font-size: 22px;

    transition: all .4s ease;

    display: inline-block;

    transform: translateY(2px);

    line-height: 25px;

}

.customer_phone_but:hover::after {

    margin-left: 14px;

}

.consultation:link,.consultation:visited,.consultation:hover,.consultation:active{

    text-decoration: none;

    color: #0086F1;

}

.consultation {

    background: #FFFFFF;

    color: #0086F1;

}

.applyNow:link,.applyNow:visited,.applyNow:hover,.applyNow:active{

    text-decoration: none;

    color: #fff;

    border: 1px solid #FFFFFF;

}

.applyNow {

    margin-left: 14px;

    border-radius: 5px;

    border: 1px solid #FFFFFF;

    color: #fff;

    background-color: rgba(0, 0, 0, 0);

}



/* 未购买商品售后拦击弹框 */

.sales-intercept {

    display: none;

}

.sales-intercept-box {

    width: 553px;

    height: 216px;

    background: #fff;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    padding: 42px 84px 0;

    text-align: center;

}

.sales-intercept-close {

    width: 32.5px;

    height: 32.5px;

    position: absolute;

    top: 8px;

    right: 5px;

    cursor: pointer;

}

.sales-intercept-close img {

    width: 100%;

    height: 100%;

}

.sales-intercept-title h3 {

    text-align: center;

    font-size: 19px;

    /* font-family: PingFangSC-Semibold, PingFang SC; */

    font-weight: 600;

    color: #333333;

    line-height: 26px;

    padding: 0;

    margin: 0;

}

.sales-intercept-icon {

    width: 36px;

    height: 48px;

    position: absolute;

    top: 35px;

    left: 32px;

}

.sales-intercept-icon img {

    width: 100%;

    height: 100%;

}

.sales-intercept-describe {

    margin-top: 20px;

    font-size: 13px;

    /* font-family: PingFangSC-Regular, PingFang SC; */

    font-weight: 400;

    color: #333333;

    line-height: 18px;

    text-align: left;

}

.sales-intercept-describe .number {

    margin-top: 20px;

    font-size: 13px;

    /* font-family: PingFangSC-Regular, PingFang SC; */

    font-weight: 400;

    color: #0086FE;

    line-height: 18px;

    text-align: left;

}



.sales-intercept-butt {

    margin-top: 30px;

    display: inline-block;

    width: 100px;

    height: 35px;

    background: linear-gradient(315deg, #00BBF9 0%, #0086F1 100%);

    border-radius: 4px;

    font-size: 16px;

    /* font-family: PingFangSC-Medium, PingFang SC; */

    font-weight: 500;

    color: #FFFFFF;

    line-height: 35px;

    letter-spacing: 1px;

    cursor: pointer;

}





@media (max-width: 900px) {

    .customer_phone_box {

        width: 400px;

    }

    .customer_phone_title {

        font-size: 18px;

    }

    .customer_phone_content {

        font-size: 13px;

    }

    .customer_phone_beat {

        font-size: 25px;

    }

}



@media (min-width: 751px) {

    .footer-statement {

        display: inline-block;

    }



    /* 客服咨询 */

    .advisory {

        display: none;

    }



    /* PC个人号 */

    .advisory-pc {

        position: fixed;

        right: 1.5%;

        bottom: 20%;

        z-index: 999;

        display: flex;

    }



    .advisory-pc-dialog-box {

        display: none;

        position: absolute;

        top: 65px;

        right: 65px;

        width: 400px;

        min-height: 300px;

        background: url(../images/dialogbox-bg.png);

        background-size: 100% 100%;

        padding: 10px 18px 10px 12px;

        transition: all 0.3s;

    }



    .advisory-pc-dialog-box-item {

        width: 100%;

        padding: 10px;

        transition: all 0.3s;

        cursor: pointer;

    }



    .advisory-pc-dialog-box-item:hover {

        background-color: #f1f3fa;

    }



    .dialog-box-item-img {

        width: 26px;

        margin-right: 6px;

    }



    .dialog-box-item-text {

        display: inline-block;

        vertical-align: top;

        width: 88.5%;

        text-align: start;

    }



    .dialog-box-item-text-title {

        font-size: 16px;

        font-weight: bold;

        color: #000000;

        margin-bottom: 8px;

        line-height: normal;

    }



    .dialog-box-item-text-subtitle {

        max-height: 30px;

        font-size: 13px;

        font-weight: 400;

        color: #666666;

        line-height: 15px;

        overflow: hidden;

    }



    .advisory-pc-default-box {

        box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.1);

    }



    .advisory-pc-default-box-top {

        width: 65px;

        height: 65px;

        background-color: #0086ee;

        transition: all 0.3s;

        display: flex;

        justify-content: center;

        align-items: center;

    }



    .advisory-pc-default-box-top:hover {

        background-color: #005ca9;

    }



    .advisory-pc-default-box-top img {

        max-width: 37px;

        max-height: 37px;

    }



    .advisory-pc-default-box-under {

        width: 100%;

        padding: 15px 0;

        background-color: #fff;

        display: flex;

        flex-direction: column;

        align-items: center;

        position: relative;

    }



    .advisory-pc-default-box-under img {

        max-width: 30px;

        max-height: 30px;

        margin-bottom: 8px;

    }



    .advisory-pc-default-box-under p {

        width: 20px;

        font-size: 16px;

        font-weight: bold;

        color: #A7A7A7;

        line-height: 20px;

        text-align: center;

    }



    .advisory-pc-default-box-under .red-dot {

        position: absolute;

        top: 8px;

        right: 8px;

        width: 6px;

        height: 6px;

        background: #FF4A4A;

        border-radius: 50%;

    }



    /* 回到顶部 */

    .back-to-top {

        display: none;

        position: fixed;

        z-index: 999;

        right: 1.5%;

        bottom: 10%;

        margin: 0;

        background-color: #fff;

        border-radius: 50%;

        overflow: hidden;

        box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);

        cursor: pointer;

    }



    .back-to-top img {

        width: 48px;

        height: 48px;

    }



    .advisory-pc{

        bottom: 22%;

    }



    .after-sale-dialog-box .advisory-pc-dialog-box{

        display: none;

        top: 105px;

        right: 50px;

        width: 336px;

        min-height: 210px;

        background: url(../images/dialogbox-bg1.png) 100% 100% no-repeat;

        padding: 12px 14px 10px 12px;

    }



    .after-sale-box{

        display: flex;

        flex-direction: column;

        width: 48px;

    }



    .after-sale-box-item:not(:last-child){

        margin-bottom: 10px;

    }



    .after-sale-box-item-center{

        width: 48px;

        height: 48px;

        border-radius: 50%;

        background: #3399FF;

    }



    .after-sale-box-item img{

        width: 100%;

    }



    .content-gif2{

        display: none;

    }



    .after-sale-dialog-box .advisory-pc-dialog-box-item{

        display: flex;

        flex-direction: row;

        align-items: center;

        height: 64px;

        padding: 7px;

    }



    .after-sale-dialog-box .dialog-box-item-img{

        margin-top: -21px;

        width: 18px;

        margin-right: 11px;

        display: block;

    }



    .after-sale-dialog-box .dialog-box-item-text-title{

        font-size: 15px;

        color: #333333;

        line-height: 15px;

    }



    .after-sale-dialog-box .dialog-box-item-text-subtitle{

        font-size: 11px;

        color: #777777;

        text-align: justify;

    }



    .after-sale-dialog-box .advisory-pc-dialog-box-item:hover{

        border-radius: 3px;

    }



    .after-sale-dialog-center{

        display: none;

        position: absolute;

        transition: all 0.3s;

        top: 125px;

        right: 50px;

    }



    .after-sale-dialog-cente-box{

        position: relative;

    }



    .after-sale-dialog-cente-text{

        position: absolute;

        top: 53%;

        transform: translateY(-50%);

        right: 30px;

    }



    .after-sale-dialog-center .dialog-box-item-text-title{

        font-weight: inherit;

        margin-bottom: 5px;

    }

    .after-sale-dialog-center .dialog-box-item-text-subtitle{

        line-height: 11px;

        height: 11px;

    }



    /* 左侧留咨 */

    .advisory-footer-box input{

        font: 14px/1.5 tahoma, "微软雅黑", "\5FAE\8F6F\96C5\9ED1", sans-serif, Arial !important;

    }

    .advisory-footer-left{

        position: fixed;

        left: 0;

        bottom: 8px;

        width: 97px;

        z-index: 999;

    }

    .advisory-footer-left img{

        opacity: .6;

        width: 100%;

    }



    .advisory-footer-left img:hover {

        opacity: 1;

    }



    .advisory-footer-box{

        display: none;

        width: 100%;

        height: 140px;

        position: fixed;

        bottom: 0;

        z-index: 999;

        background: linear-gradient(90deg, #015EEA 0%, #0093FA 100%);

    }



    /* 向右滑 */

    .advisory-footer-box.animateToRight{

        animation:moveToRight 0.5s;

        -moz-animation:moveToRight 0.5s; /* Firefox */

        -webkit-animation:moveToRight 0.5s; /* Safari and Chrome */

        -o-animation:moveToRight 0.5s; /* Opera */

    }

    @keyframes moveToRight

    {

        from {

            left: -100%;

        }

        to {

            left: 0;

        }

    }

    

    @-moz-keyframes moveToRight /* Firefox */

    {

        from {

            left: -100%;

        }

        to {

            left: 0;

        }

    }

    

    @-webkit-keyframes moveToRight /* Safari 和 Chrome */

    {

        from {

            left: -100%;

        }

        to {

            left: 0;

        }

    }

    

    @-o-keyframes moveToRight /* Opera */

    {

        from {

            left: -100%;

        }

        to {

            left: 0;

        }

    }

    /* 向左滑 */

    .advisory-footer-box.animateToLeft{

        animation:moveToLeft 0.5s;

        -moz-animation:moveToLeft 0.5s; /* Firefox */

        -webkit-animation:moveToLeft 0.5s; /* Safari and Chrome */

        -o-animation:moveToLeft 0.5s; /* Opera */

    }

    @keyframes moveToLeft

    {

        from {

            left: 0%;

        }

        to {

            left: -100%;

        }

    }

    

    @-moz-keyframes moveToLeft /* Firefox */

    {

        from {

            left: 0%;

        }

        to {

            left: -100%;

        }

    }

    

    @-webkit-keyframes moveToLeft /* Safari 和 Chrome */

    {

        from {

            left: 0%;

        }

        to {

            left: -100%;

        }

    }

    

    @-o-keyframes moveToLeft /* Opera */

    {

        from {

            left: 0%;

        }

        to {

            left: -100%;

        }

    }





    .advisory-footer{

        position: relative;

        width: 1200px;

        margin: auto;

        display: flex;

        flex-direction: row;

        justify-content: space-between;

    }



    .advisory-footer-img{

        width: 124px;

        margin-top: -40px;

    }



    .advisory-footer-img img,.advisory-footer-close img{

        width: 100%;

    }



    .advisory-footer-close{

        width: 18px;

        cursor: pointer;

        margin-top: 18px;

    }



    .advisory-footer-content-left{

        display: flex;

        flex-direction: column;

        justify-content: center;

        text-align: left;

    }



    .advisory-footer-content{

        display: flex;

        flex-direction: row;

        align-items: center;

    }



    .advisory-footer-content-right{

        margin-left: 280px;

        display: flex;

        flex-direction: column;

        justify-content: center;

        margin-top: 8px;

    }



    .advisory-footer-content-right.advisory-footer-content-code{

        margin-left: 100px;

    }



    .advisory-footer-title{

        font-size: 34px;

        color: #FFFFFF;

        line-height: 48px;

        font-weight: bold;

    }



    .advisory-footer-subtitle{

        height: 20px;

        font-size: 14px;

        color: #FFFFFF;

        line-height: 20px; 

        margin-top: 5px;

    }



    .advisory-footer-subtitle a{

        height: 20px;

        font-size: 14px;

        color: #00FFFE;

        line-height: 20px;

        margin-left: 13px;

    }



    .advisory-footer-subtitle a:hover{

        text-decoration: underline;

    }



    .advisory-footer-subtitle img{

        height: 100%;

    }



    .advisory-footer-content-phone{

        width: 283px;

        height: 43px;

        line-height: 43px;

        border-radius: 3px;

        background: #FFFFFF;

        font-size: 14px;

        color: #999999;

        display: flex;

        flex-direction: row;

        align-items: center;

        padding: 0 20px;

        justify-content: space-between;

    }



    .advisory-footer-content-phoneBefore{

        color: #333333;

        white-space: nowrap;

    }



    .advisory-footer-content-phone input{

        border: none;

        outline: none;

        vertical-align:inherit;

        font-size: 14px;

    }



    .advisory-footer-content-phone input::-webkit-input-placeholder{ /* 使用webkit内核的浏览器 */

        font-size: 14px;

        color: #999999;

    }   

    .advisory-footer-content-phone input:-moz-placeholder{/* Firefox版本4-18 */

        font-size: 14px;

        color: #999999;

    }                  

    .advisory-footer-content-phone input::-moz-placeholder{/* Firefox版本19+ */

        font-size: 14px;

        color: #999999;

    }                  

    .advisory-footer-content-phone input:-ms-input-placeholder{/* IE浏览器 */

        font-size: 14px;

        color: #999999;

    } 



    .advisory-footer-content-input{

        position: relative;

    }



    .phone-error{

        width: 100%;

        height: 43px;

        font-size: 11px;

        color: #FF0000;

        line-height: 43px;   

        position: absolute;    

        top: 0;

        text-align: center;

        display: none;

    }   

    .phone-error img{

        height: 16px;

        margin-right: 5px;

    }



    .advisory-footer-content-btn{

        width: 283px;

        height: 43px;

        border-radius: 3px;

        /* border: 1px solid #FFFFFF; */

        font-size: 16px;

        color: #FFFFFF;

        line-height: 43px;   

        text-align: center; 

        cursor: pointer;    

        background: #17b5fe;

        margin: 8px 0;        

    }



    .advisory-footer-content-btn:hover{

        /* border: 1px solid #00FFFE; */

        background: #015eea;

    }



    .advisory-footer-content-tip{

        font-size: 12px;

        color: #FFFFFF;

        line-height: 11px;

    }



    .advisory-footer-content-tip a{

        color: #00FFFE;

        line-height: 11px;

        text-decoration: underline;

    }



    .advisory-footer-content-code{

        display: none;

    }



    .advisory-footer-content-code-text{

        font-size: 14px;

        color: #FFFFFF;

        line-height: 20px;       

    }



    .advisory-footer-content-code-text1{

        cursor: pointer;

    }



    .advisory-footer-content-code-num{

        padding-top: 10px;

        display: flex;

        flex-direction: row;

    }



    .advisory-footer-content-code-num input{

        width: 48px;

        height: 48px;

        background: #FFFFFF;

        border-radius: 3px;  

        line-height: 48px;  

        text-align: center;    

    }



    .advisory-footer-content-code-num input:not(:last-child){

        margin-right: 13px;

    }



    .advisory-footer-content-code-num input:focus{

        box-shadow: 0px 0px 8px 0px #00CFFF;

        border: 1px solid #0062D9;

    }



    .code-error-box{

        display: none;

    }



    .code-error{

        display: flex;

        flex-direction: row;

        align-items: center;

        margin-top: 2px;

    }



    .code-error img{

        width: 14px;

    }



    .code-error-tip{

        padding: 0 7px;

        height: 14px;

        font-size: 10px;

        color: #FFFFFF;

        line-height: 14px;

        background: #FF0000;

        border-radius: 7px;

        margin-left: 5px;

        text-align: center;

    }



    /* 申请成功 */

    .advisory-footer-content-success{

        display: none;

    }



    .advisory-footer-content-success .advisory-footer-content-right{

        width: 283px;

        height: 43px;

        background: #FFFFFF;

        border-radius: 3px; 

        text-align: center;  

        font-size: 14px;

        color: #3399FF;

        line-height: 43px;

        font-weight: bold;

    }

    .advisory-footer-content-success .advisory-footer-content-right{

        margin-top: 0;

        margin-left: 150px;

        cursor: pointer;

    }



    .codeText{

        cursor: pointer;

    }

}



@media (max-width: 750px) {

    .advisory-pc {

        display: none;

    }



    /* 客服咨询 */

    .advisory {

        position: fixed;

        right: 0;

        bottom: 2rem;

        z-index: 999;

        text-align: right;

    }



    .advisory-img {

        width: 1.24rem;

        height: 1.24rem;

    }



    .advisory-box {

        display: none;

        width: 5.82rem;

        height: auto;

        margin-right: 0.3rem;

        text-align: left;

        background: #ffffff;

        border-radius: 0.1rem;

        box-shadow: 0px 0px 3px #eaeaea;

        padding: 0.24rem 0.56rem;

    }



    .advisory-icon {

        display: inline-block;

        width: 0.5rem;

        margin-right: 0.38rem;

        vertical-align: top;

    }



    .advisory-item {

        padding: 0.28rem 0;

    }



    .advisory-text-box {

        display: inline-block;

        vertical-align: middle;

    }



    .advisory-title {

        color: #000000;

        font-size: 0.28rem;

        font-weight: bold;

    }



    .advisory-text {

        width: 3.7rem;

        font-size: 0.2rem;

        color: #666666;

    }



    .advisory-text-tel {

        color: #2386EE;

    }



    .advisory-tips-box {

        margin-right: 0.1rem;

    }



    .advisory-tips-1 {

        display: none;

        width: 2.52rem;

        height: 0.84rem;

        font-size: 0.2rem;

        color: #212121;

        text-align: center;

        line-height: 0.84rem;

        background: url(../images/tips1-bg.png) center center no-repeat;

        background-size: cover;

    }



    .advisory-tips-2 {

        display: none;

        width: 3.24rem;

        height: 0.84rem;

        font-size: 0.2rem;

        color: #212121;

        text-align: center;

        line-height: 0.84rem;

        background: url(../images/tips2-bg.png) center center no-repeat;

        background-size: cover;

    }



    .advisory-img-box {

        position: relative;

    }



    .advisory-img-radius::before {

        position: absolute;

        content: '';

        width: 7px;

        height: 7px;

        top: 0.3rem;

        right: 0.3rem;

        background-color: #ff0000;

        border-radius: 50%;

    }



    .advisory-img-radius-none::before {

        content: unset;

    }



    /* 尾部 */

    .footer {

        height: auto;

    }



    .footer-guild {

        display: flex;

        flex-direction: column;

        padding-bottom: 0.2rem;

    }



    .footer-left {

        width: 100%;

        margin-top: 0.2rem;

        order: 2;

    }



    .footer-right {

        width: 100%;

    }



    .footer-right-link-box {

        display: block;

        width: 100%;

    }



    .footer-link-title-box {

        display: flex;

        justify-content: space-between;

        align-items: center;

        border-bottom: 1px solid #282c4e;

    }



    .footer-right-link-title {

        margin-top: 0;

        margin-bottom: 0;

        font-size: 0.24rem;

        line-height: 0.67rem;

        font-weight: 400;

    }



    .footer-right-link-arrow {

        display: block;

        width: 0.32rem;

        height: 0.4rem;

    }



    .footer-right-link-list {

        font-size: 0.2rem;

    }



    .footer-link-rotate {

        transform: rotate(90deg);

    }



    .footer-link-detailed {

        display: none;

        padding-top: 0.1rem;

        padding-left: 0.3rem;

    }



    .footer-contact-title {

        display: inline-block;

        margin-right: 0.15rem;

        font-size: 0.2rem;

        vertical-align: middle;

    }



    .footer-contact-title:last-of-type {

        margin-left: 0;

    }



    .footer-contact-tel {

        display: inline-block;

        margin-right: 0;

        margin-bottom: 0;

        font-size: 0.24rem;

        vertical-align: middle;

        width: fit-content;

    }





    .footer-share-logo-box {

        margin-top: 0.1rem;

        padding-top: 0.2rem;

        border-top: 1px solid #282c4e;

    }



    .footer-share-logo {

        width: 0.55rem;

        height: 0.55rem;

        margin-right: 0.25rem;

    }



    .footer-share-er {

        position: absolute;

        width: 1.67rem;

        height: 1.92rem;

        top: -1.6rem;

        left: 0.4rem;

        z-index: 2;

    }



    .footer-site-info {

        line-height: normal;

    }



    .footer-copyright,

    .footer-statement {

        width: 100%;

        font-size: 0.16rem;

        text-align: center;

    }

}



/* 

    左侧“免费体验低于1200分辨率时适配问题”

*/

@media all and (max-width:1200px) {

    .advisory-footer {

        width: auto;

        justify-content: space-around;

    }

    .advisory-footer-content-right.advisory-footer-content-code {

        margin-left: 0;

    }

    .advisory-footer-content-right {

        margin-left: 20px;

    }



}


.advisory-pc{ display:none;}