/* 二维码弹窗 */
.qrcode-shade {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qrcode-box {
    width: 4.80rem;
    height: 4.90rem;
    background: rgba(255, 255, 255, 1);
    border-radius: .20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qrcode-title {
    font-size: .34rem;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
    line-height: .43rem;
}

.qrcode-img {
    width: 3.08rem;
    height: 3.08rem;
    margin: .20rem 0 .15rem;
}

.qrcode-msg {
    font-size: .28rem;
    font-weight: 400;
    color: rgba(34, 90, 252, 1);
    line-height: .32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 微信二维码支付 */
.wxqrcode-shade {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wxqrcode-box {
    width: 4.80rem;
    background: rgba(255, 255, 255, 1);
    border-radius: .20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .3rem 0;
}

.wxqrcode-title {
    font-size: .34rem;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
    line-height: .43rem;
}

.wxqrcode-img {
    width: 3.08rem;
    height: 3.08rem;
    margin: .20rem 0 .15rem;
}

.wxqrcode-msg {
    font-size: .28rem;
    font-weight: 400;
    color: rgba(34, 90, 252, 1);
    line-height: .32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wxqrcode-btn {
    width: 3.08rem;
    height: .75rem;
    background-color: #225AFC;
    border-radius: .75rem;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.wxpay-msg {
    font-size: .24rem;
    margin-top: .4rem;
    padding: 0 .3rem;
    display: flex;
    align-items: center;
}

.wxpay-msg-icon {
    font-size: .56rem;
    color: #235AFD;
    margin-right: .34rem;
}

.wxpay-msg-box {
    display: flex;
    flex-direction: column;
    margin-left: .2rem;
}

.wxpay-msg-title {
    font-size: .34rem;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: .18rem;
    margin-top: .18rem;
}

.wxpay-msg-msg {
    font-size: .26rem;
    font-weight: 400;
    color: rgba(78, 103, 150, 1);
    line-height: .40rem;
}

/* 登录弹窗 */
.login-shade {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .56);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 999;
}

.login-box {
    width: calc(100% - .6rem);
    margin: 0 auto;
    border-radius: .20rem;
    padding: .66rem .30rem .5rem;
    background-color: #FFF;
}

.login-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.login-title {
    font-size: .32rem;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
}

.login-btn {
    width: 1.3rem;
    height: .60rem;
    background: rgba(35, 90, 250, 1);
    box-shadow: 0px 0px .65rem 0px rgba(91, 133, 255, 0.39);
    border-radius: .10rem;
    font-size: .30rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-submit-btn {
    width: 5.70rem;
    height: .74rem;
    background: rgba(35, 90, 253, 1);
    border-radius: .16rem;
    font-size: .28rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .30rem auto .28rem;
}

.input-phone {
    width: 100%;
    height: 1rem;
    border: 0;
    font-size: .30rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(209, 217, 230, .5);
    border-radius: 0;
    margin-bottom: .2rem;
}

.input-phone-code {
    width: 100%;
    height: 1rem;
    border: 0;
    font-size: .30rem;
    font-weight: 400;
    color: #15294e;
    border-bottom: 1px solid rgba(209, 217, 230, .5);
    border-radius: 0;
}

.input-code-box {
    position: relative;
    margin-bottom: .6rem;
}

.get-code {
    position: absolute;
    right: 0;
    bottom: .16rem;
    height: .67rem;
    border: 1px solid rgba(34, 90, 252, 1);
    border-radius: .10rem;
    font-size: .28rem;
    color: rgba(35, 90, 250, 1);
    background-color: #FFF;
}

.login-msg {
    display: flex;
    flex-wrap: wrap;
    font-size: .26rem;
    font-weight: 400;
    color: rgba(103, 121, 154, 1);
    line-height: .36rem;
    justify-content: center;
}

.login-msg a {
    color: #225afc;
    margin: 0 .05rem;
}

/* 问题遮罩 */
.protocol-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1995;
}

.protocol {
    background-color: #FFF;
    border-radius: .20rem;
    width: 90%;
    overflow: hidden;
}

.protocol-title {
    font-size: .34rem;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.protocol-content {
    padding: .20rem .30rem .30rem;
    font-size: .28rem;
    line-height: 1.8;
    text-indent: 2em;
    background-color: #FFF;
    height: 60vh;
    overflow-y: scroll;
}

.protocol-btn {
    background-color: #225AFC;
    color: #FFF;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .30rem;
}

.login-msg-link {
    color: #225AFC;
}

/* 重复下单弹窗 */
.redo-shade {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1995;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redo-box {
    background-color: #FFF;
    width: 6.52rem;
    padding: 0 0 .43rem;
    border-radius: .20rem;
}

.redo-top-img {
    position: relative;
    height: 1.2rem;
    margin-bottom: .46rem;
}

.redo-top-bac {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.31rem;
}

.redo-box-title {
    font-size: .32rem;
    font-weight: bold;
    color: #333C4C;
    text-align: center;
    margin-bottom: .19rem;
}

.redo-box-msg {
    font-size: .28rem;
    font-weight: 300;
    color: #666666;
    text-align: center;
    margin-bottom: .34rem;
    padding: 0 .3rem;
}

.redo-box-btns {
    display: flex;
    justify-content: space-between;
    padding: 0 .23rem;
}

.redo-box-btn {
    height: .80rem;
    border-radius: .80rem;
    font-size: .30rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redo-btn-exit {
    width: 2.4rem;
    font-weight: 500;
    color: #666666;
    border: 1px solid #666666;
}

.redo-btn-submit {
    width: 2.9rem;
    border: 1px solid #517BFF;
    background: #517BFF;
    font-weight: 500;
    color: #FFFFFF;
}

/* 支付弹窗 */
.pay-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .56);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 990;
}

.pay-popup-box {
    position: relative;
    bottom: 0;
    width: calc(100% - 1rem);
    padding: .40rem;
    border-radius: .20rem;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pay-popup-title {
    width: 100%;
    font-size: .34rem;
    font-weight: 700;
    padding-bottom: .35rem;
}

.pay-popup-msg {
    width: 100%;
    font-size: .28rem;
    color: rgb(21, 41, 78);
    margin-bottom: .24rem;
}

.pay-popup-pay {
    width: 100%;
    font-size: .50rem;
    font-weight: bold;
    color: #141414;
    text-align: center;
}

.pay-popup-info {
    display: flex;
    padding: 0 0 .2rem;
    font-size: .26rem;
    color: #8c8c8c;
}

.pay-popup-info i {
    font-size: .30rem;
    margin-right: .10rem;
    padding-top: .02rem;
}

.pay-popup-btn {
    width: 100%;
    height: .86rem;
    border-radius: .86rem;
    font-size: .26rem;
    color: #FFF;
    background: #4371ff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .44rem;
    cursor: pointer;
}

.pay-popup-reset {
    width: 100%;
    height: .86rem;
    font-size: .26rem;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pay-popup-paybtn {
    width: 100%;
    height: .86rem;
    border-radius: .86rem;
    font-size: .26rem;
    color: #fff;
    background: #4371ff;
    margin-top: .44rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 支付方式 */
.payment-list {
    width: 100%;
    padding: .3rem 0 .3rem;
    display: flex;
    justify-content: center;
}

.service-shade-text {
    width: 100%;
    text-align: center;
    color: #666;
    margin-bottom: .2rem;
}

.payment-item {
    width: 1.90rem;
    height: 1.35rem;
    background: #f2f2f2;
    border-radius: .20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: .28rem;
    font-weight: 400;
    transition: all 0 !important;
}

.payment-item.active {
    background: #4371ff;
    color: #FFF;
    box-shadow: 0px 0px .30rem 0px hsla(225, 100%, 68%, 0.35);
}

.payment-item.active i {
    color: #fFF;
}

.payment-item i {
    font-size: .50rem;
    color: #595959;
    margin-bottom: .06rem;
}

.wxpay {
    color: #595959;
}

/* toast 弹出提醒 */
.popup-toast-shade {
    position: fixed;
    z-index: 5000;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.popup-toast {
    min-width: 2.7rem;
    max-width: 5rem;
    text-align: center;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(76 76 76 / 90%);
    box-sizing: border-box;
    line-height: 1.4;
    padding: .24rem 0;
}

.popup-toast i {
    display: block;
    font-size: .80rem;
    margin-bottom: .32rem;
}

.popup-toast i.popup-toast__loading {
    animation: rotate 1.5s linear infinite;
}

.popup-toast__content {
    font-size: .28rem;
    padding: 0 .24rem;
    word-wrap: break-word;
    hyphens: auto;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

/* 免费单退出弹窗 */
.freeupg-box {
    width: 100%;
    height: 100vh;
    z-index: 995;
    background: rgba(0, 0, 0, .56);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.freeupg {
    display: flex;
    flex-direction: column;
}

.freeupg-content {
    width: 6.52rem;
    background: #FFFFFF;
    box-shadow: 0px -.02rem .09rm 0px rgba(172, 95, 20, 0.17);
    border-radius: .20rem;
    overflow: hidden;
}

.freeupg-head {
    width: 100%;
    height: 2.9rem;
    position: relative;
    margin-bottom: .40rem;
}

.freeupg-head-bac {
    width: 100%;
    height: 2.9rem;
}

.freeupg-head-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: .67rem .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.freeupg-head-title {
    margin-bottom: .12rem;
    font-size: .36rem;
    font-weight: 600;
    color: #FFD52B;
    line-height: .48rem;
    text-shadow: .04rem .02rem 0px rgba(28, 70, 202, 0.41);
}

.freeupg-head-txt {
    font-size: .28rem;
    font-weight: bold;
    color: #FFF;
    line-height: .48rem;
    text-shadow: .04rem .02rem 0px rgba(28, 70, 202, 0.41);
}

.freeupg-list {
    display: flex;
    flex-direction: column;
    padding: 0 0 .16rem .70rem;
}

.freeupg-list-title {
    font-size: .36rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: .46rem;
}

.freeupg-title-msg {
    flex: 1;
    position: relative;
}

.freeupg-item {
    font-size: .32rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: .35rem;
    display: flex;
}

.freeupg-item span {
    color: #FB890F;
}

.freeupg-item-icon {
    font-weight: 400;
    color: #4371FF;
    margin-right: .2rem;
}

.freeupg-btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 .4rem;
    padding-bottom: .31rem;
}

.freeupg-btn {
    width: 100%;
    height: .80rem;
    border-radius: .40rem;
    font-size: .32rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: .18rem;
}

.freeupg-btn-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .32rem;
    font-weight: 600;
    color: #666666;
}

.freeupg-btn-rec {
    height: .42rem;
    background: #F75F14;
    border-radius: .10rem .10rem .10rem 0px;
    position: absolute;
    /* right: -1.00rem; */
    right: .2rem;
    top: -.38rem;
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .09rem;
}

.freeupg-btn-close {
    background: #ECEFF5;
    color: #4371FF;
}

.freeupg-btn-submit {
    background: #4371FF;
    color: #FFF;
}

.ask-lawyer-close {
    display: flex;
    justify-content: center;
    padding-top: .46rem;
}

.ask-lawyer-closeicon {
    font-size: .6rem;
    color: #FFF;
}

/* 升级弹窗 */
.freewin-btns {
    display: flex;
    justify-content: space-between;
    padding: 0 .4rem;
    padding-bottom: .4rem;
}

.freewin-btn {
    height: .80rem;
    border-radius: .40rem;
    font-size: .32rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.freewin-btn-rec {
    height: .38rem;
    background: #F75F14;
    border-radius: .10rem .10rem .10rem 0px;
    position: absolute;
    right: .3rem;
    top: -.23rem;
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .12rem;
}

.freewin-btn-close {
    width: 2.26rem;
    background: #ECEFF5;
    color: #4371FF;
}

.freewin-btn-submit {
    width: 3.26rem;
    background: #4371FF;
    color: #FFF;
}

.freewin-head-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: .65rem .4rem;
}

.freewin-head-title {
    font-size: .36rem;
    font-weight: 600;
    color: #4371FF;
    line-height: .49rem;
    margin-bottom: .19rem;
}

.freewin-head-txt {
    display: inline;
    font-size: .26rem;
    font-weight: 400;
    color: #FB890F;
    line-height: .49rem;
    background: #FFF4DA;
    border-radius: .08rem;
    padding: .06rem .27rem;
}

/* loading */
.home-loading-box {
    position: fixed;
    top: 40vh;
    width: 60%;
    left: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.93);
    z-index: 999;
    border-radius: .1rem;
    box-shadow: 0px 1px 7px 0px rgba(181, 197, 246, 0.91);
}

.home-loading-box span {
    font-size: .28rem;
    margin-left: .2rem;
    color: #6273a7;
    font-weight: 700;
    padding-bottom: 20px;
    color: #225AFC;
}

/* 退出弹窗 */
.exit-page-shade {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0rem;
    left: 0rem;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exit-page-content {
    position: relative;
    width: 92vw;
    background: #fff;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(24, 144, 253, 0.15);
    border-radius: 10px;
}

.exit-page-contents {
    position: relative;
    width: 83%;
    margin: auto;
}

.exit-page-title {
    width: 100%;
    height: 1.22rem;
    line-height: 1.22rem;
    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #262020;
    text-align: center;
}

.exit-page-describe {
    font-size: 0.32rem;
    color: #343434;
    font-family: Source Han Sans CN;
    margin-bottom: 0.3rem;
}

.exit-page-describes {
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    color: #0250ff;
    margin-bottom: 0.3rem;
}

.exit-page-footer {
    width: 100%;
    height: 0.65rem;
    line-height: 0.65rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.exit-page-left {
    width: 1.4rem;
    height: 100%;
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666;
}

.exit-page-right {
    width: 2.9rem;
    height: 0.65rem;
    background: #1890FD;
    border-radius: 0.33rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

.chat-msg-exit {
    position: absolute;
    right: -.16rem;
    top: -.16rem;
    background-color: #ffffff;
    width: .60rem;
    height: .60rem;
    border-radius: .60rem;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -.01rem .02rem .09rem 0px #225afc3d;
}

.chat-msg-exit i {
    font-size: .2rem;
}

@media (min-width: 800px) {
    .exit-page-content {
        width: 350px;
    }
}

/* 首页和个人中心为支付订单弹窗 */
.popup-order-shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .56);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-order-box {
    width: 6.66rem;
    background-color: #FFF;
    border-radius: .22rem;
    overflow: hidden;
    padding-bottom: 0.22rem;
}

.popup-order-exit {
    display: flex;
    justify-content: flex-end;
    padding: .30rem  .20rem .10rem;
    cursor: pointer;
}

.popup-order-exit i {
    font-size: .30rem;
}

.popup-order-icon {
    text-align: center;
    margin-bottom: .38rem;
}

.popup-order-icon img {
    width: 1.72rem;
    height: 1.61rem;
}

.popup-order-msg {
    width: calc(100% - .60rem);
    margin: 0 auto;
    background: rgba(242, 245, 252, 1);
    border-radius: .10rem;
    padding: .33rem .43rem;
}

.popup-order-info {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: .28rem;
    font-weight: 400;
    color: #6F82A5;
    margin-bottom: .27rem;
}

.popup-order-info span {
    color: #15294E;
}

.popup-order-info-msg {
    font-size: .28rem;
    font-weight: bold;
    color: rgba(30, 87, 255, 1);
    line-height: .43rem;
}

.popup-order-btn {
    width: 4.23rem;
    height: .82rem;
    background: rgba(35, 90, 250, 1);
    border-radius: .56rem;
    color: #FFF;
    line-height: .82rem;
    text-align: center;
    font-size: .30rem;
    font-weight: bold;
    margin: .47rem auto 0;
    box-shadow: 0 0 .37rem .03rem rgba(110, 147, 255, 0.5);
    cursor: pointer;
}


.popup-order-footer{
    display: flex;
    align-items: center;
    padding: .28rem .40rem;
    background: #EEF0F6;
    margin-top: .40rem;
}

.popup-order-down{
    flex: 1;
    padding-right: .20rem;
}

.popup-order-down_title{
    font-size: .32rem;
    font-weight: 600;
    color: #333333;
    line-height: .44rem;
    margin-bottom: .08rem;
}
.popup-order-down_title span{
    color: #4371FF;
}

.popup-order-down_msg{
    font-size: .24rem;
    font-weight: 400;
    color: #666666;
    line-height: .32rem;
}

.popup-order-downclick{
    width: 1.75rem;
    height: .56rem;
    background: #FFF4DA;
    border-radius: .10rem;
    font-size: .24rem;
    font-weight: bold;
    color: #F98F2D;
    line-height: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-order-logo{
    width: 0.56rem;
    height: 0.56rem;
    margin-right: .18rem;
}

@media (min-width: 769px) {
    .popup-order-box {
        width: 5.66rem;
    }

    .popup-order-btn {
        width: 3.23rem;
    }
}


/* prompt输入框 */
.popup-prompt-shade{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.56);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.popup-prompt{
    width: calc(100% - .60rem);
    background: #FFF;
    border-radius: .10rem;
}
.popup-prompt-head{
    padding: 0 0 0 .30rem;
    height: .86rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup-prompt-title{
    font-size: .32rem;
    color: #666;
}
.popup-prompt-exit{
    width: 1rem;
    height: .86rem;
    padding-right: .30rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.popup-prompt-box{
    padding: 0 .30rem .20rem;
}
.popup-prompt-content{
    font-size: .28rem;
    color: #333;
    margin-bottom: .20rem;
}
.popup-prompt-input{
    width: 100%;
    border: 1px solid #dcdfe6;
    border-radius: .04rem;
    height: .80rem;
    padding: 0 .30rem;
}
.popup-prompt-btns{
    display: flex;
    justify-content: flex-end;
    padding: 0 .30rem .30rem;
}
.popup-prompt-btn{
    display: flex;
    margin-left: .20rem;
    width: 1.14rem;
    height: .64rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .04rem;
    cursor: pointer;
}
.popup-prompt-btn.submit{
    background: #4371FF;
    border-color: #4371FF;
    color: #fff;
}
.popup-prompt-btn.reset{
    background: #fff;
    border: .02rem solid #dcdfe6;
    color: #606266;
}



.qrocde-pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 30px 10px 25px;
    width: 300px;
    border-radius: 10px;
    background: url(../img/bg-pop_wechat.png) bottom center #225afc no-repeat;
    background-size: 100% auto;
    text-align: center;
}
.qrocde-pop .title {
    font-size: 25px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.qrocde-pop .message-title {
    font-size: 15px;
    color: #fff;
    opacity: .65;
    margin-top: 15px;
}

.qrocde-pop  .div-img {
    margin: 35px auto 0;
    width: 160px;
    height: 160px;
    box-shadow: 0 5px 10px rgb(116 184 161 / 20%);
}
.qrocde-pop .div-img img {  
    width: 100%;
    height: 100%;
}
.qrocde-pop .first {
    margin-top: 25px;
    font-size: 16px;
    color: #225afc ;
    font-weight: 700;
}
.qrocde-pop .second {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    font-weight: 700;
}

.qrcode-pop-shade {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wechat-attention {
    /*    margin: 0;   
        height: 68px;
        padding: 13px 100px 28px 15px;
        position: relative;
        border: solid 1px #efefef;*/
    margin: 0;
    height: 68px;
    padding: 13px 100px 28px 15px;
    position: fixed;
    border: solid 1px #efefef;
    width: 100%;
    background: white;
    z-index: 999;
}
.wechat-attention .attention-btn{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 66px;
    height: 30px;
    padding: 0;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}

.attention-btn {
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    border: 1px solid #225afc;
    border-radius: 22px;
    background-color: #225afc;
    font-size: 16px;
    color: #fff;
}

.wechat-attention .icon-weixin {
    float: left;
    font-size: 44px;
    color: #3dbc60;
    margin-right: 12px;
}

.wechat-attention .first {
    font-size: 16px;
    font-weight: 600;

    height: 20px;
    overflow: hidden;
}

.wechat-attention .second {
    font-size: 12px;
    color: #333;
    opacity: .5;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    margin-top: 3px;
}
.wechat-attention .icon-weixin{
    background: url(../img/icon/wechat.png);
    width: 44px;
    height: 44px;
}

.wechat-attention-exit{
    display: flex;
    justify-content: flex-end;
    padding: 0.3rem 0.2rem 0.1rem;
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: -10px;
}