@charset "utf-8";
body, html {
    font-family: "微软雅黑";
    margin: 0 auto;
    padding: 0;
    /*word-break: break-all;*/
    word-wrap:break-word;
}

ul {
    list-style: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
    display: block
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

button, textarea, select {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    font-family: "微软雅黑";
}

textarea::-webkit-input-placeholder {
    color: #999;
}

textarea:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder {
    color: #999;
}

body::-webkit-scrollbar {
    display: none;
}

.fwb{
    font-weight: bold;
}
.color_b{
    color: #0386ED!important;
}
.color_o{
    color: #FF8E3F!important;
}
[v-cloak]{
    display: none !important;
}

.container{
    min-height: 100vh;
    box-sizing: border-box;
    background: #F6F5F8;
}

/*头*/
.heard_bg{
    width: 100%;
    height: 0.88rem;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}
.heard_bg .back{
    width: 0.8rem;
    height: 0.88rem;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.heard_bg .back img{
    width: 0.2rem;
    height: auto;
}
.heard_bg h3{
    text-align: center;
    font-size: 0.34rem;
    line-height: 0.88rem;
    color: #1A1A1A;
    font-weight: bold;
}




/*登录*/
.loging{
    min-height: 100vh;
    box-sizing: border-box;
    background: #fff;
}
.loging .top{
    width: 100%;
    height: 6.28rem;
    background: url("../image/loging_bj.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding-top: 1.45rem;
    box-sizing: border-box;
}
.loging .top a{
    position: absolute;
    right: 0.25rem;
    top: 0.26rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #fff;
}
.loging .top .logo{
    width: 4.8rem;
    margin: 0 auto;
}
.loging .top .logo img{
    width: 100%;
    height: auto;
}
.loging .log_nr{
    position: relative;
    background: #fff;
    margin-top: -0.68rem;
    border-radius: 0.6rem 0.6rem 0 0;
    padding: 1rem 0.55rem 0;
}
.loging .log_nr .btn{
    margin-bottom: 1rem;
}
.loging .log_nr .btn div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1rem;
    color: #1F3B61;
    text-align: center;
    border-radius: 0.6rem;
    background: #F6F6F6;
    margin-bottom:0.48rem
}
.loging .log_nr .btn div img{
    width: 100%;
    height: 100%;
    display: block;
}
.loging .log_nr .btn div p{
    font-size: 0.32rem;
    line-height: 0.42rem;
    color: #fff;
    font-weight: bold;
}
.loging .log_nr .btn div span{
    font-size: 0.22rem;
    line-height:  0.32rem;
    color: #417A9E;
    display: block;
    margin-top: 0.1rem;
}

.loging .log_nr .btn div:first-child p{
    color: #fff;
    font-style: italic;
}
.loging .log_nr .btn div:nth-child(2){
    background: linear-gradient(139deg, #2267B4 0%, #1A9FE2 100%);
}
.loging .log_nr .btn div:last-child{
    margin-bottom: 0;
}
.loging .log_nr .btn div:last-child p{
    color: #203A62;
}
.loging .other h3{
    position: relative;
    text-align: center;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #333;
    margin-bottom: 0.54rem;
}
.loging .other h3:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0.27rem;
    width: 1.4rem;
    height: 0.01rem;
    background: #ccc;
}
.loging .other h3:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0.27rem;
    width: 1.4rem;
    height: 0.01rem;
    background: #ccc;
}
.loging .other .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.loging .other .list > div{
    text-align: center;
    margin: 0 0.5rem;
}
.loging .other .list div img{
    width: 0.88rem;
    height: auto;
    margin: 0 auto 0.08rem;
}
.loging .other .list div p{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333;
}

/*忘记密码*/
.forgot{
    min-height: 100vh;
    box-sizing: border-box;
    background: #fff;
    padding-top: 0.88rem;
}
.forgot .top{
    width: 100%;
    height: 2.66rem;
    background: url("../image/forgot_bj.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding: 0.74rem 0.55rem 0;
    box-sizing: border-box;
}
.forgot .top p{
    font-size: 0.48rem;
    line-height: 0.68rem;
    color: #fff;
    font-weight: bold;
}
.forgot .forgot_nr{
    position: relative;
    background: #fff;
    margin-top: -0.86rem;
    border-radius: 0.6rem 0.6rem 0 0;
    padding: 0.43rem 0.55rem 0;
}
.forgot .forgot_nr .input_box p{
    padding: 0 0.48rem;
    margin-bottom: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1A1A1A;
}
.forgot .forgot_nr .input_box .nr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F6F6F6;
    border-radius: 0.6rem;
    padding: 0 0.48rem;
}
.forgot .forgot_nr .input_box .nr div{
    width: 1.14rem;
    padding-right: 0.22rem;
    background: url("../image/icon_xl.png") no-repeat right center;
    background-size: 0.22rem auto;
    box-sizing: border-box;
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    font-weight: bold;
}
.forgot .forgot_nr .input_box .nr input{
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    width: calc(100% - 1.14rem);
    box-sizing: border-box;
    padding: 0 0.3rem;
    background: transparent;
}
.forgot .forgot_nr .input_box .sm{
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #999;
    margin-top: 0.25rem;
}
.forgot .forgot_nr .input_box .codeDiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F6F6F6;
    border-radius: 0.2rem;
    padding: 0.3rem;
}
.forgot .forgot_nr .input_box .codeDiv input{
    width: 0.56rem;
    border-bottom: 0.04rem solid #2261AE;
    outline:none;
    background-color: transparent;
    font-size: 22px;
    line-height: 0.62rem;
    color: #1A1A1A;
    text-align: center;
}
.forgot .forgot_nr .input_box .Resend{
    text-align: center;
    margin-top: 0.55rem;
}
.forgot .forgot_nr .input_box .Resend div{
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.62rem;
    border: 0.01rem solid #2261AE;
    border-radius: 0.42rem;
    color: #2261AE;
    padding: 0 0.24rem;
}

.forgot .forgot_nr .input_box .input{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    box-sizing: border-box;
    padding: 0 0.44rem;
    background: #F6F6F6;
    border-radius: 0.6rem;
    margin-bottom: 0.3rem;
}
.forgot .forgot_nr .btn{
    font-size: 0.32rem;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 0.6rem;
    background: linear-gradient(139deg, #2261AE 0%, #1BA6E9 100%);
    margin-top: 1.96rem;
}

/*注册*/
.Sign{
    min-height: 100vh;
    box-sizing: border-box;
    background: #fff;
}
.Sign .top{
    width: 100%;
    height: 4.22rem;
    background: url("../image/forgot_bj.png") no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    padding: 1.58rem 0.43rem 0;
    box-sizing: border-box;
}
.Sign .top p{
    font-size: 0.36rem;
    line-height: 0.46rem;
    color: #fff;
}
.Sign .top h3{
    font-size: 0.42rem;
    line-height: 0.52rem;
    color: #fff;
}
.Sign .Sign_nr{
    position: relative;
    background: #fff;
    margin-top: -0.58rem;
    border-radius: 0.6rem 0.6rem 0 0;
    padding: 0.43rem 0.55rem 0;
}
.Sign .Sign_nr .input_box{
    margin-top: 0.3rem;
}
.Sign .Sign_nr .input_box:first-child{
    margin-top: 0;
}
.Sign .Sign_nr .input_box p{
    padding: 0 0.48rem;
    margin-bottom: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1A1A1A;
}
.Sign .Sign_nr .input_box .nr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F6F6F6;
    border-radius: 0.6rem;
    padding: 0 0.48rem;
}
.Sign .Sign_nr .input_box .nr div{
    width: 1.14rem;
    padding-right: 0.22rem;
    background: url("../image/icon_xl.png") no-repeat right center;
    background-size: 0.22rem auto;
    box-sizing: border-box;
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    font-weight: bold;
}
.Sign .Sign_nr .input_box .nr input{
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    width: calc(100% - 1.14rem);
    box-sizing: border-box;
    padding: 0 0.3rem;
    background: transparent;
}
.Sign .Sign_nr .input_box .input{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    box-sizing: border-box;
    padding: 0 0.44rem;
    background: #F6F6F6;
    border-radius: 0.6rem;
}
.Sign .Sign_nr .check{
    padding-left: 0.52rem;
    background: url("../image/icon_nocheck.png") no-repeat left center;
    background-size: 0.36rem auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0.1rem 0 0.36rem;
}
.Sign .Sign_nr .check.on{
    background: url("../image/icon_check.png") no-repeat left center;
    background-size: 0.36rem auto;
}
.Sign .Sign_nr .check p{
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #999;
}
.Sign .Sign_nr .check div{
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #2261AE;
    margin-left: 0.1rem;
}
.Sign .Sign_nr .submit{
    font-size: 0.32rem;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 0.6rem;
    background: linear-gradient(139deg, #2261AE 0%, #1BA6E9 100%);
    margin-bottom: 0.33rem;
}
.Sign .Sign_nr .sm{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Sign .Sign_nr .sm p{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #999;
}
.Sign .Sign_nr .sm a{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #2261AE;
    margin-left: 0.1rem;
}

/*验证码*/
.code_bg{
    min-height: 100vh;
    padding: 1.4rem 0.5rem 0;
    box-sizing: border-box;
    background: linear-gradient(180deg, #2261AE 0%, #1BA6E9 100%);
}
.code_bg h3{
    font-size: 0.48rem;
    line-height: 0.68rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.code_bg .input_box p{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.14rem;
}
.code_bg .input_box .codeDiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem;
}
.code_bg .input_box .codeDiv input{
    width: 0.56rem;
    border-bottom: 0.04rem solid #2261AE;
    outline:none;
    background: transparent;
    font-size: 22px;
    line-height: 0.62rem;
    color: #1A1A1A;
    text-align: center;
}
.code_bg .input_box .Resend{
    text-align: center;
    margin-top: 0.35rem;
}
.code_bg .input_box .Resend div{
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.62rem;
    border: 0.01rem solid #fff;
    border-radius: 0.42rem;
    color: #fff;
    padding: 0 0.24rem;
}
.code_bg .btn{
    margin: 0.62rem 0 0.36rem;
    font-size: 0.32rem;
    line-height: 1rem;
    color: #1F3B61;
    font-weight: bold;
    text-align: center;
    border-radius: 0.6rem;
    background: #F6F6F6;
}
.code_bg .pic{
    width: 100%;
}
.code_bg .pic img{
    width: 100%;
    height: auto;
}
/*注册成功*/
.registered{
    min-height: 100vh;
    padding: 1.66rem 0.4rem 0;
    box-sizing: border-box;
    background: linear-gradient(180deg, #2261AE 0%, #1BA6E9 100%);
}
.registered .successfully{
    text-align: center;
    margin-bottom: 0.55rem;
}
.registered .successfully img{
    width: 1.58rem;
    height: auto;
    margin: 0 auto 0.26rem;
}
.registered .successfully h3{
    font-size: 0.36rem;
    line-height: 0.46rem;
    color: #fff;
    margin-bottom: 0.1rem;
    font-weight: bold;
}
.registered .successfully p{
    font-size: 0.34rem;
    line-height: 0.44rem;
    color: #fff;
}
.registered .btn{
    font-size: 0.3rem;
    line-height: 0.7rem;
    color: #fff;
    border: 0.01rem solid #fff;
    border-radius: 0.6rem;
    width: 4.1rem;
    margin: 0 auto 0.85rem;
    text-align: center;
}
.registered .nr img{
    width: 100%;
    height: auto;
}


/*首页*/
.home{
    min-height: 100vh;
    padding: 0 0.3rem;
    box-sizing: border-box;
    background: #fff;
}
.home .user{
    display: flex;
    flex-wrap: wrap;
    padding: 0.3rem 0;
}
.home .user .pic{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    overflow: hidden;
}
.home .user .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .user p{
    font-size: 0.34rem;
    line-height: 0.8rem;
    color: #1A1A1A;
    margin-left: 0.16rem;
}

#sy_banner{
    border-radius: 0.2rem;
    overflow: hidden;
    width: 100%;
    position: relative;
}
#sy_banner .swiper-slide{
    border-radius: 0.2rem;
    overflow: hidden;
}
#sy_banner img{
    width: 100%;
    height: auto;
}
.home .frequently{
    margin: 0.3rem 0 0.96rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.56rem 0 0.3rem;
    background: #F6F6F6 url("../image/icon_lj.png") no-repeat right 0.2rem center;
    background-size: 0.36rem auto;
    border-radius: 0.2rem;
}
.home .frequently p{
    font-size: 0.28rem;
    line-height: 1.17rem;
    color: #2261AE;
}
.home .frequently span{
    font-size: 0.28rem;
    line-height: 1.17rem;
    color: #1A1A1A;
    margin-left: 0.1rem;
}
.home .scan{
    padding: 0 0.25rem;
    text-align: center;
    margin: 0.96rem 0 0.3rem;
}
.home .scan button{
    width: 100%;
    background: linear-gradient(139deg, #2261AE 0%, #1BA6E9 100%);
    border-radius: 0.6rem;
}
.home .scan button p{
    padding-left: 0.68rem;
    background: url("../image/icon_scan.png") no-repeat left center;
    background-size: 0.48rem auto;
    font-size: 0.36rem;
    line-height: 1rem;
    color: #fff;
    display: inline-block;
}
/*.home .scan input{*/
/*    display: none;*/
/*}*/
.home .scan div{
    background: linear-gradient(139deg, #2261AE 0%, #1BA6E9 100%);
    border-radius: 0.6rem;
}
.home .scan div p{
    padding-left: 0.68rem;
    background: url("../image/icon_scan.png") no-repeat left center;
    background-size: 0.48rem auto;
    font-size: 0.36rem;
    line-height: 1rem;
    color: #fff;
    display: inline-block;
}
.home .sm{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #666;
    text-align: center;
}

/*常见问题*/
.frequently_bg .top{
    position: relative;
}
.frequently_bg .top .back{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.frequently_bg .top .back div{
    width: 0.8rem;
    height: 0.88rem;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.frequently_bg .top .back div img{
    width: 0.2rem;
    height: auto;
}
.frequently_bg .top .back h3{
    text-align: center;
    font-size: 0.34rem;
    line-height: 0.88rem;
    color: #1A1A1A;
    font-weight: bold;
}
.frequently_bg .top img{
    width: 100%;
    height: auto;
}
.frequently_bg .frequently_box{
    padding: 0 0.3rem;
    position: relative;
    margin-top: -1.5rem;
}
.frequently_bg .frequently_box .frequently_nr{
    background: #fff;
    padding: 0.32rem 0.32rem 0;
    border-radius: 0.2rem;
}
.frequently_bg .frequently_box .frequently_nr .nav{
    padding-bottom: 0.15rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.frequently_bg .frequently_box .frequently_nr .nav div{
    font-size: 0.28rem;
    line-height: 0.6rem;
    color: #666;
    position: relative;
}
.frequently_bg .frequently_box .frequently_nr .nav div.on{
    font-size: 0.32rem;
    color: #1A1A1A;
}
.frequently_bg .frequently_box .frequently_nr .nav div.on:after{
    content: '';
    width: 100%;
    height: 0.08rem;
    background: linear-gradient(90deg, #2261AE 0%, #1BA6E9 100%);
    border-radius: 0.6rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.frequently_bg .frequently_box .frequently_nr .list{
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
}
.frequently_bg .frequently_box .frequently_nr .list .nr{
    padding: 0.28rem 0;
    border-bottom: 0.01rem solid #EFEFEF;
}
.frequently_bg .frequently_box .frequently_nr .list .nr:last-child{
    border-bottom: none;
}
.frequently_bg .frequently_box .frequently_nr .list .nr div{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #1B1F24;
    padding-right: 0.4rem;
    position: relative;
    transition: all 1s ease;
}
.frequently_bg .frequently_box .frequently_nr .list .nr div:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url("../image/icon_up.png") no-repeat right center;
    background-size: 0.36rem 0.36rem;
}
.frequently_bg .frequently_box .frequently_nr .list .nr.on div{
    font-weight: bold;
}
.frequently_bg .frequently_box .frequently_nr .list .nr div{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #1B1F24;
}
.frequently_bg .frequently_box .frequently_nr .list .nr.on div:after{
    transform: rotate(180deg);
}
.frequently_bg .frequently_box .frequently_nr .list .nr p{
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #999;
    margin-top: 0.24rem;
    display: none;
}
.frequently_bg .frequently_box .frequently_nr .list .nr.on p{
    display: block;
}

/*个人中心*/
.my_bg{
    padding: 0 0.3rem;
    background: url("../image/my_bj.png") no-repeat top center;
    background-size: 100% auto;
}
.my_bg .top{
    padding-top: 1.8rem;
    height: 4.55rem;
    box-sizing: border-box;
}
.my_bg .top .pic{
    margin: 0 auto 0.22rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
}
.my_bg .top .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my_bg .top p{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
}
.my_bg .nav .nr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0.6rem 0 0.3rem;
    border-radius: 0.24rem;
    background: #fff url("../image/icon_lj.png") no-repeat right 0.2rem center;
    background-size: 0.36rem auto;
    margin-top: 0.24rem;
}
.my_bg .nav .nr img{
    width: 0.36rem;
    height: auto;
}
.my_bg .nav .nr p{
    font-size: 0.28rem;
    line-height: 1.2rem;
    color: #1A1A1A;
    margin-left: 0.18rem;
}

/*设置*/
.set_bg{
    padding: 1.12rem 0.3rem 0;
}
.set_bg .user{
    background: #fff;
    padding: 0.6rem 0.32rem 0;
    border-radius: 0.24rem;
    margin-bottom: 0.24rem;
}
.set_bg .user .pic{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
}
.set_bg .user .pic img{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-bottom: 0.2rem;
    object-fit: cover;
}
.set_bg .user .pic .uplod{
    position: relative;
}
.set_bg .user .pic .uplod input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.set_bg .user .pic .uplod p{
    font-size: 0.24rem;
    line-height: 0.64rem;
    color: #fff;
    border-radius: 0.32rem;
    padding: 0 0.12rem;
    background: linear-gradient(90deg, #2261AE 0%, #1BA6E9 100%);
}
.set_bg .user .input_box{
    border-bottom: 0.01rem solid #EFEFEF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.set_bg .user .input_box:last-child{
    border-bottom: none;
}
.set_bg .user .input_box p{
    font-size: 0.3rem;
    line-height: 0.98rem;
    color: #1A1A1A;
}
.set_bg .user .input_box input{
    font-size: 0.3rem;
    line-height: 0.98rem;
    color: #1A1A1A;
    text-align: right;
}
.set_bg .sanf{
    background: #fff;
    padding: 0 0.32rem;
    border-radius: 0.24rem;
    margin-bottom: 0.24rem;
}
.set_bg .sanf div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0.36rem;
    background: url("../image/icon_lj.png") no-repeat right center;
    background-size: 0.36rem 0.36rem;
    border-bottom: 0.01rem solid #EFEFEF;
}
.set_bg .sanf div:last-child{
    border-bottom: none;
}
.set_bg .sanf div p{
    font-size: 0.3rem;
    line-height: 1rem;
    color: #1A1A1A;
}
.set_bg .sanf div p.on{
    color: #2261AE;
}
.set_bg .cont{
    background: #fff;
    padding: 0 0.32rem;
    border-radius: 0.24rem;
}
.set_bg .cont p{
    font-size: 0.3rem;
    line-height: 1.1rem;
    color: #1A1A1A;
    padding-right: 0.36rem;
    background: url("../image/icon_lj.png") no-repeat right center;
    background-size: 0.36rem 0.36rem;
}
.set_bg .btn{
    width: 6.4rem;
    margin: 1.27rem auto 0;
    background: linear-gradient(139deg, #2261AE 0%, #1BA6E9 100%);
    border-radius: 0.6rem;
    font-size: 0.32rem;
    line-height: 1rem;
    color: #fff;
    text-align: center;
}

/*租借记录*/
.rental_bg{
    padding-top: 2rem;
}
.rental_bg .nav{
    position: fixed;
    top: 0.88rem;
    left: 0;
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    display: flex;
    background: #fff;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 10;
}
.rental_bg .nav::-webkit-scrollbar{
    display:none
}
.rental_bg .nav div{
    font-size: 0.28rem;
    line-height: 0.88rem;
    color: #1A1A1A;
    position: relative;
    margin-right: 0.34rem;
    flex-shrink: 0;
}
.rental_bg .nav div:last-child{
    margin-right: 0;
}
.rental_bg .nav div.on{
    font-weight: bold;
    color: #2261AE;
}
.rental_bg .nav div.on:after{
    content: '';
    width: 100%;
    height: 0.05rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #2261AE 0%, #1BA6E9 100%);
    border-radius: 0.6rem;
}
.rental_bg .list{
    padding: 0 0.3rem;
}
.rental_bg .list .nr{
    background: #fff;
    padding: 0.32rem;
    border-radius: 0.24rem;
    margin-top: 0.24rem;
}
.rental_bg .list .nr:first-child{
    margin-top: 0;
}
.rental_bg .list .nr .user{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.28rem;
}
.rental_bg .list .nr .user .pic{
    display: flex;
    flex-wrap: wrap;
}
.rental_bg .list .nr .user .pic img{
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    object-fit: cover;
}
.rental_bg .list .nr .user .pic p{
    font-size: 0.28rem;
    line-height: 0.64rem;
    color: #1A1A1A;
    margin-left: 0.24rem;
}
.rental_bg .list .nr .user .state{
    font-size: 0.28rem;
    line-height: 0.64rem;
    color: #2261AE;
}
.rental_bg .list .nr .xx{
    background: #F6F5F8;
    border-radius: 0.2rem;
    padding: 0.28rem;
    margin-bottom: 0.33rem;
}
.rental_bg .list .nr .xx div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.16rem;
}
.rental_bg .list .nr .xx div:last-child{
    margin-bottom: 0;
}
.rental_bg .list .nr .xx div p{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #666;
}
.rental_bg .list .nr .xx div span{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #666;
    width: 50%;
    text-align: right;
}
.rental_bg .list .nr .price{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rental_bg .list .nr .price .text{
    display: flex;
    flex-wrap: wrap;
}
.rental_bg .list .nr .price .text p{
    font-size: 0.26rem;
    line-height: 0.64rem;
    color: #999;
}
.rental_bg .list .nr .price .text span{
    font-size: 0.26rem;
    line-height: 0.64rem;
    color: #1A1A1A;
}
.rental_bg .list .nr .price .btn{
    font-size: 0.24rem;
    line-height: 0.64rem;
    color: #fff;
    padding: 0 0.18rem;
    border-radius: 0.32rem;
    background: linear-gradient(90deg, #2261AE 0%, #1BA6E9 100%);
}

/*门店信息*/
.store_bg .pic img{
    width: 100%;
    height: auto;
}
.store_bg .store_nr{
    padding: 0 0.3rem;
    position: relative;
    margin-top: -1.6rem;
}
.store_bg .store_nr .store{
    background: #fff;
    padding: 0.36rem 0.32rem 0.22rem;
    border-radius: 0.24rem;
    margin-bottom: 0.22rem;
}
.store_bg .store_nr .store .nr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}
.store_bg .store_nr .store .nr .pic{
    width: 1rem;
    height: 1rem;
}
.store_bg .store_nr .store .nr .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.store_bg .store_nr .store .nr .xx{
    margin-left: 0.3rem;
}
.store_bg .store_nr .store .nr .xx .name{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #1A1A1A;
    margin-bottom: 0.05rem;
    font-weight: bold;
}
.store_bg .store_nr .store .nr .xx .time{
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #999;
    margin-bottom: 0.08rem;
}
.store_bg .store_nr .store .nr .xx .numb{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.32rem;
    background: url("../image/icon_store.png") no-repeat left center;
    background-size: 0.22rem auto;
}
.store_bg .store_nr .store .nr .xx .numb p{
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #1A1A1A;
}
.store_bg .store_nr .store .nr .xx .numb p:first-child{
    color: #2261AE;
    margin-right: 0.1rem;
}
.store_bg .store_nr .store .address{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.store_bg .store_nr .store .address .xx{
    width: 4.18rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1A1A1A;
}
.store_bg .store_nr .store .address .tel{
    text-align: center;
}
.store_bg .store_nr .store .address .tel img{
    width: 0.52rem;
    height: auto;
    margin: 0 auto 0.06rem;
}
.store_bg .store_nr .store .address .tel p{
    font-size: 0.24rem;
    line-height: 0.33rem;
    color: #1A1A1A;
}

.store_bg .store_nr .sm{
    background: #fff;
    padding: 0.32rem 0.4rem;
    border-radius: 0.24rem;
    margin-bottom: 0.54rem;
}
.store_bg .store_nr .sm h4{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #1A1A1A;
}
.store_bg .store_nr .sm div{
    margin-top: 0.26rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.store_bg .store_nr .sm div p{
    width: 0.42rem;
    font-size: 0.36rem;
    line-height: 0.42rem;
    color: #fff;
    background: #2261AE;
    border-radius: 50%;
    text-align: center;
}
.store_bg .store_nr .sm div span{
    width: calc(100% - 0.64rem);
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #666;
}
.store_bg .store_nr .btn{
    width: 6.4rem;
    font-size: 0.32rem;
    line-height: 1rem;
    color: #fff;
    border-radius: 0.6rem;
    background: linear-gradient(139deg, #2261AE 0%, #1BA6E9 100%);
    text-align: center;
    margin: 0 auto;
}
/*弹宝成功*/
.successful_bg{
    background: #fff;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 1.7rem 0 0;
    text-align: center;
}
.successful_bg img{
    width: 1.6rem;
    height: auto;
    display: block;
    margin: 0 auto 0.27rem;
}
.successful_bg p{
    font-size: 0.38rem;
    line-height: 0.56rem;
    color: #2261AE;
    font-weight: bold;
    margin-bottom: 0.35rem;
}
.successful_bg div{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #666;
    margin-bottom: 1.46rem;
}
.successful_bg .btn{
    font-size: 0.32rem;
    line-height: 0.88rem;
    color: #2261AE;
    border: 0.01rem solid #2261AE;
    border-radius: 0.6rem;
    display: inline-block;
    padding: 0 0.6rem;
}

/*代理商家*/
.merchant_bg{
    background: #fff url("../image/merchant_bj.png") no-repeat top center;
    background-size: 100% auto;
    min-height: 100vh;
}
.merchant_bg .top{
    padding: 1.58rem 0.43rem 0;
    margin-bottom: 0.82rem;
}
.merchant_bg .top p{
    font-size: 0.36rem;
    line-height: 0.46rem;
    color: #fff;
}
.merchant_bg .top h3{
    font-size: 0.42rem;
    line-height: 0.52rem;
    color: #fff;
}
.merchant_bg .Sign_nr{
    background: #fff;
    border-radius: 0.6rem 0.6rem 0 0;
    padding: 0.43rem 0.55rem 0;
    min-height: 60vh;
}
.merchant_bg .Sign_nr .input_box{
    margin-top: 0.3rem;
}
.merchant_bg .Sign_nr .input_box:first-child{
    margin-top: 0;
}
.merchant_bg .Sign_nr .input_box p{
    padding: 0 0.48rem;
    margin-bottom: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1A1A1A;
}
.merchant_bg .Sign_nr .input_box .nr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F6F6F6;
    border-radius: 0.6rem;
    padding: 0 0.48rem;
}
.merchant_bg .Sign_nr .input_box .nr div{
    width: 1.14rem;
    padding-right: 0.22rem;
    background: url("../image/icon_xl.png") no-repeat right center;
    background-size: 0.22rem auto;
    box-sizing: border-box;
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    font-weight: bold;
}
.merchant_bg .Sign_nr .input_box .nr input{
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    width: calc(100% - 1.14rem);
    box-sizing: border-box;
    padding: 0 0.3rem;
    background: transparent;
}
.merchant_bg .Sign_nr .input_box .input{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    box-sizing: border-box;
    padding: 0 0.44rem;
    background: #F6F6F6;
    border-radius: 0.6rem;
}
.merchant_bg .Sign_nr .submit{
    font-size: 0.32rem;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 0.6rem;
    background: linear-gradient(139deg, #2261AE 0%, #1BA6E9 100%);
    margin: 1.6rem 0 0.48rem;
}
.merchant_bg .Sign_nr .sm{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.merchant_bg .Sign_nr .sm div{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #999;
}
.merchant_bg .Sign_nr .sm div a{
    display: inline-block;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #999;
}

.merchant_cent .top{
    background: linear-gradient(136deg, #2261AE 0%, #1BA6E9 100%);
    padding: 1.08rem 0.3rem 0.8rem;
    position: relative;
}
.merchant_cent .top .back{
    position: absolute;
    left: 0;
    top: 0;
    width: 0.8rem;
    height: 0.88rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.merchant_cent .top .back img{
    width: 0.2rem;
    height: auto;
}
.merchant_cent .top .user{
    margin-bottom: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.merchant_cent .top .user .pic{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    overflow: hidden;
}
.merchant_cent .top .user .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.merchant_cent .top .user .xx{
    margin-left: 0.28rem;
}
.merchant_cent .top .user .xx div{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #fff;
    margin-bottom: 0.1rem;
}
.merchant_cent .top .user .xx p{
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #fff;
}

.merchant_cent .top .earnings{
    width: 100%;
    height: 1.88rem;
    padding: 0.35rem;
    box-sizing: border-box;
    background: url("../image/earnings_bj.png") no-repeat center;
    background-size: 100% 100%;
}
.merchant_cent .top .earnings div{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #E5EEFF;
    margin-bottom: 0.3rem;
}
.merchant_cent .top .earnings p{
    font-size: 0.56rem;
    line-height: 0.6rem;
    color: #fff;
}
.merchant_cent .statistics{
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0.48rem 0.3rem 0.3rem;
    border-radius: 0.32rem 0.32rem 0 0;
    margin: -0.48rem 0 0.24rem;
    box-sizing: border-box;
}
.merchant_cent .statistics .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}
.merchant_cent .statistics .title div{
    font-size: 0.32rem;
    line-height: 0.4rem;
    color: #1A1A1A;
    font-weight: bold;
    padding-left: 0.1rem;
    border-left: 0.04rem solid #2261AE;
}
.merchant_cent .statistics .title p{
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #1A1A1A;
    padding-right: 0.4rem;
    background: url("../image/icon_down.png") no-repeat right center;
    background-size: 0.3rem 0.3rem;
}
.merchant_cent .statistics .earnings{
    padding-bottom: 0.27rem;
    border-bottom: 0.01rem solid #EFEFEF;
    margin-bottom: 0.34rem;
}
.merchant_cent .statistics .earnings .numb{
    font-size: 0.48rem;
    line-height: 0.68rem;
    color: #2261AE;
    font-weight: bold;
    margin-bottom: 0.12rem;
}
.merchant_cent .statistics .earnings .order{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.merchant_cent .statistics .earnings .order p{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #666;
}
.merchant_cent .statistics .earnings .order div{
    display: flex;
    flex-wrap: wrap;
}
.merchant_cent .statistics .earnings .order div span{
    font-size: 0.28rem;
    line-height: 0.34rem;
    color: #1A1A1A;
    font-weight: bold;
}
.merchant_cent .statistics .numbs{
    display: flex;
    flex-wrap: wrap;
}
.merchant_cent .statistics .numbs .xx{
    width: 25%;
    text-align: center;
}
.merchant_cent .statistics .numbs .xx p{
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #1A1A1A;
    margin-bottom: 0.16rem;
}
.merchant_cent .statistics .numbs .xx div{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #666;
}
.merchant_cent .other{
    background: #fff;
    padding: 0.48rem 0.3rem;
}
.merchant_cent .other .title{
    font-size: 0.32rem;
    line-height: 0.46rem;
    color: #1A1A1A;
    font-weight: bold;
}
.merchant_cent .other .nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.merchant_cent .other .nav .xx{
    margin-top: 0.24rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F6F5F8;
    padding: 0.48rem 0.3rem 0.35rem;
    border-radius: 0.24rem;
}
.merchant_cent .other .nav .xx .pic{
    width: 0.9rem;
    height: 0.96rem;
}
.merchant_cent .other .nav .xx .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.merchant_cent .other .nav .xx p{
    width: 1.48rem;
    margin-left: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1A1A1A;
    word-break: break-word;
}

/*设备列表*/
.devices_bg{
    padding: 1.12rem 0.3rem 0;
}
.devices_bg .list .nr{
    background: #fff;
    border-radius: 0.24rem;
    padding: 0 0.3rem 0.3rem;
    margin-top: 0.24rem;
}
.devices_bg .list .nr:first-child{
    margin-top: 0;
}
.devices_bg .list .nr .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 0.01rem solid #EFEFEF;
    margin-bottom: 0.08rem;
}
.devices_bg .list .nr .title div{
    font-size: 0.3rem;
    line-height: 1.1rem;
    color: #1A1A1A;
}
.devices_bg .list .nr .title p{
    font-size: 0.3rem;
    line-height: 1.1rem;
    color: #BDBDBD;
    position: relative;
    padding-left: 0.3rem;
}
.devices_bg .list .nr .title p.on{
    color: #43E0A2;
}
.devices_bg .list .nr .title p:after{
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #BDBDBD;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.devices_bg .list .nr .title p.on:after{
    background: #43E0A2;
}
.devices_bg .list .nr .xx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.devices_bg .list .nr .xx div{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.12rem;
}
.devices_bg .list .nr .xx div p{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #999;
}
.devices_bg .list .nr .xx div span{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1A1A1A;
    font-weight: bold;
}

/*用户列表*/
.user_bg{
    padding: 1.12rem 0.3rem 0;
}
.user_bg .list .nr{
    background: #fff;
    border-radius: 0.24rem;
    padding: 0.3rem 0.25rem 0.2rem;
    margin-top: 0.24rem;
}
.user_bg .list .nr:first-child{
    margin-top: 0;
}
.user_bg .list .nr .user{
    background: #F6F5F8;
    padding: 0.12rem 0.24rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.12rem;
}
.user_bg .list .nr .user .pic{
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    overflow: hidden;
}
.user_bg .list .nr .user .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user_bg .list .nr .user .xx{
    width: calc(100% - 0.8rem);
}
.user_bg .list .nr .user .xx .name{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.user_bg .list .nr .user .xx .name p{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1A1A1A;
}
.user_bg .list .nr .user .xx .name span{
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #999;
}
.user_bg .list .nr .user .xx .text{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #999;
    margin-top: 0.04rem;
}
.user_bg .list .nr .numb{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
}
.user_bg .list .nr .numb .xx{
    width: 50%;
    text-align: center;
}
.user_bg .list .nr .numb .xx p{
    font-size: 0.32rem;
    line-height: 0.46rem;
    color: #1A1A1A;
    font-weight: bold;
}
.user_bg .list .nr .numb .xx div{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #999;
}

/*商家信息*/
.information_bg{
    padding: 1.12rem 0.3rem 0;
}
.information_bg .merchant{
    background: #fff;
    padding: 0.6rem 0.32rem 0.4rem;
    border-radius: 0.24rem;
    margin-bottom: 0.24rem;
}
.information_bg .merchant .pic{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
}
.information_bg .merchant .pic img{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-bottom: 0.2rem;
    object-fit: cover;
}
.information_bg .merchant .pic .uplod{
    position: relative;
}
.information_bg .merchant .pic .uplod input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.information_bg .merchant .pic .uplod p{
    font-size: 0.24rem;
    line-height: 0.64rem;
    color: #fff;
    border-radius: 0.32rem;
    padding: 0 0.12rem;
    background: linear-gradient(90deg, #2261AE 0%, #1BA6E9 100%);
}
.information_bg .merchant .input_box{
    border-bottom: 0.01rem solid #EFEFEF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.information_bg .merchant .input_box p{
    font-size: 0.3rem;
    line-height: 0.98rem;
    color: #1A1A1A;
}
.information_bg .merchant .input_box input{
    font-size: 0.3rem;
    line-height: 0.98rem;
    color: #1A1A1A;
    text-align: right;
}
.information_bg .merchant .address{
    margin-top: 0.28rem;
}
.information_bg .merchant .address p{
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #1A1A1A;
    margin-bottom: 0.14rem;
}
.information_bg .merchant .address input{
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #1A1A1A;
}
.information_bg .password{
    padding: 0 0.32rem;
    background: #fff;
    border-radius: 0.24rem;
}
.information_bg .password p{
    font-size: 0.3rem;
    line-height: 1.1rem;
    color: #1A1A1A;
    padding-right: 0.4rem;
    background: url("../image/icon_lj.png") no-repeat right center;
    background-size: 0.36rem 0.36rem;
}
.information_bg .btn{
    margin-top: 1.82rem;
    padding: 0 0.25rem;
}
.information_bg .btn div{
    font-size: 0.32rem;
    line-height: 1rem;
    color: #fff;
    background: linear-gradient(139deg, #2261AE 0%, #1BA6E9 100%);
    text-align: center;
    border-radius: 0.6rem;
}
.information_bg .btn a{
    font-size: 0.32rem;
    line-height: 1rem;
    color: #2261AE;
    border: 0.01rem solid #2261AE;
    text-align: center;
    border-radius: 0.6rem;
    margin-top: 0.44rem;
}





/*弹窗*/
.tc{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.tc_agreement{
    padding: 0.3rem;
}
.tc_agreement .tc_title{
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #333;
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: bold;
}
.tc_agreement .tc_nr{
    height: 60vh;
    overflow-y: auto;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1A1A1A;
}
.tc_pay{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0.56rem 0.3rem 0.25rem;
    background: #fff;
    border-radius: 0.28rem 0.28rem 0 0;
    display: none;
    z-index: 2;
}
.tc_pay.on{
    display: block;
}

.tc_pay .method .title{
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #1A1A1A;
    font-weight: bold;
    margin-bottom: 0.42rem;
}
.tc_pay .method .pay{
    margin-bottom: 0.34rem;
}
.tc_pay .method .pay div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.26rem 0.6rem 0.26rem 0.24rem;
    border-radius: 0.14rem;
    background: #F6F5F8 url("../image/icon_nocheck.png") no-repeat right 0.24rem center;
    background-size: 0.36rem 0.36rem;
}
.tc_pay .method .pay div.check{
    background: #F6F5F8 url("../image/icon_check.png") no-repeat right 0.24rem center;
    background-size: 0.36rem 0.36rem;
}
.tc_pay .method .pay div img{
    width: 0.68rem;
    height: 0.68rem;
    object-fit: cover;
}
.tc_pay .method .pay div p{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #1A1A1A;
    margin-left: 0.18rem;
}

.tc_pay .instructions{
    margin-bottom: 0.6rem;
}
.tc_pay .instructions div{
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #1A1A1A;
    margin-bottom: 0.14rem;
}
.tc_pay .instructions p{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #666;
}
.tc_pay .form{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    box-sizing: border-box;
    padding: 0 0.44rem;
    background: #F6F6F6;
    border-radius: 0.2rem;
}
.tc_pay .input_box{
    margin-top: 0.2rem;
}
.tc_pay .input_box input{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1rem;
    color: #1A1A1A;
    box-sizing: border-box;
    padding: 0 0.44rem;
    background: #F6F6F6;
    border-radius: 0.2rem;
}
.tc_pay .pic{
    width: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
}
.tc_pay .pic image{
    width: 100%;
    height: auto;
}
.tc_pay .btn{
    margin-top: 0.6rem;
    padding: 0 0.25rem;
}
.tc_pay .btn button{
    font-size: 0.32rem;
    line-height: 1rem;
    color: #fff;
    border-radius: 0.6rem;
    background: linear-gradient(139deg, #2261AE 0%, #1BA6E9 100%);
    text-align: center;
    width: 100%;
}
.tc_pay .btn p{
    font-size: 0.32rem;
    line-height: 1rem;
    color: #999;
    text-align: center;
}

.zwsj{
    width: 5rem;
    margin: 30% auto 0;
    text-align: center;
}
.zwsj img{
    width: 100%;
    height: auto;
    display: block;
}
.zwsj p{
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333;
}