.introduction_wrap{
    padding: 0.2rem;
}
.about-banner {
    margin-top: 0.5rem;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 3.43rem;
    /*background: url(/static/images/index_banner.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-ms-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*-moz-background-size: cover;*/
}
.banner-line{
    width:  100%;
    height: 0.15rem;
    background: linear-gradient(-90deg, #871B14 0%, #842F29 100%);
}
.banner-img{
    display: block;
    width: 100%;
    height: 100%;
}
.about-nav-wrap{
    position: relative;
    margin-top: -1rem;
}
.about-nav{
    height: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.about-nav .nav-item{
    height: 1rem;
    text-align: center;
    font-size: 0.26rem;
    width: 25%;
    background: radial-gradient( 0% 0% at 0% 0%, #CFBB87 0%, #FBEDCB 100%), #FFFFFF;
}
.about-nav .nav-item > a{
    display: block;
    width: 100%;
    height: 100%;
}
.about-nav .nav-item > a > span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.26rem;
    line-height: 1rem;
}
.about-nav .nav-item .in{
    background: #fff;
}
.introduction-inf{
    text-align: center;
}
.inf-title{
    margin: 0.5rem;
    font-size: 0.36rem;
}
.introduction-inf-title{
    margin: 0.58rem auto 0.47rem;
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.26rem;
    color: #FEFEFE;
    line-height: 0.26rem;
    padding: 0.1rem 0.4rem;
    background: #852821;
    border-radius: 0.2rem;
}
.introduction-inf-title span{
    display: block;
    width: 0.62rem;
    height: 0.03rem;
    background: #852821;
    position: absolute;
    top: 0.2rem;
}
.introduction-inf-title .left-line{
    left: -0.82rem;
}
.introduction-inf-title .right-line{
    right: -0.82rem;
}
.introduction-inf-text p{
    text-indent: 2em;
    letter-spacing: normal;
    text-align: left;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.47rem;
}
/*--------------------------team--------------------------*/
.team-info{
    padding: 0.25rem;
    text-align:  left;
}
.team-info .info-photo{
    width: 1.73rem;
    height: 1.73rem;
    background: #000000;
    margin-right:0.32rem;
    display: block;
    float: left;
}
.team-info .info-text{
    float: left;
}
.team-info  .info-name{
    margin-top: 0.8rem;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.26rem;
    color: #000000;
    line-height: 0.24rem;
}
.team-info  .info-position{
    margin-top: 0.16rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.26rem;
    color: #000000;
    line-height: 0.24rem;
}
/*---------------------question------------------------------*/
.question-item{
    padding: 0.15rem;
    background: #F1F4FD;
}
.question-title{
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.26rem;
    color: #000000;
    line-height: 0.24rem;
    text-align: left;
}
.question-title .question-img{
    display: inline-block;
    width: 0.34rem;
    height: 0.34rem;
    position: relative;
    top: -0.02rem;
    margin-right: 0.16rem;
}
.question-as{
    margin-top: 0.18rem;
    font-family: HarmonyOS Sans SC;
    text-align: left;
    font-weight: 400;
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.47rem;
    letter-spacing: normal;
    padding: 0.2rem 0.34rem;
    background: #FFFFFF;
    border: 0.02rem solid #B88F85;
}
/*---------------------idea------------------------------*/
.idea-item{
    margin-bottom: 0.4rem;
    text-align: left;
}
.idea-title{
    height: 0.39rem;
}
.idea-title .title-line{
    float:  left;
    width: 0.07rem;
    height: 0.39rem;
    background: #852821;
    margin-right: 0.06rem;
}
.idea-title .title-text{
    float:  left;
    width: 3.32rem;
    height: 0.39rem;
    padding-left: 0.16rem;
    background: linear-gradient(87deg, #852821 0%, rgba(133,40,33,0) 100%);
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.26rem;
    color: #FEFEFE;
    line-height: 0.39rem;

}
.idea-con{
    margin-top: 0.18rem;
    padding: 0.25rem 0.07rem;
    background: #F1F4FD;
    font-weight: 400;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.47rem;
    letter-spacing: normal;
}
.idea-con .idea-info{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.47rem;
}
.idea-info.email{
    float: left;
}
.idea-info.web{
    float: right;
}

/*----------------------------------trends-----------------------------*/
.list-item{
    text-align: left;
    background: #F1F4FD;
    border: 0.02rem solid #B88F85;
    padding: 0.25rem 0.3rem;
    margin-bottom: 0.3rem;
}
.item-title{
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.26rem;
    color: #000000;
    line-height: 0.24rem;
}
.title-yq{
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 0.18rem;
    background: #852821;
    position: relative;
    top: -0.04rem;
}
.title-hx{
    display: inline-block;
    width: 0.24rem;
    height: 0.02rem;
    background:  #852821;
    position: relative;
    top: -0.12rem;
}
.item-info{
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
}
.item-photo{
    margin-top: 0.1rem;
    width: 100%;
    height: 3.37rem;
}
.item-photo .item-img{
    width: 100%;
    height: 100%;
}
.item-author,.item-time{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #C4C4C4;
    line-height: 0.23rem;
}
.item-introduction{
    margin-top: 0.15rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #C4C4C4;
    line-height: 0.23rem;
}
a.item-more{
    display:  inline-block;
    margin-top: 0.23rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #843202;
    line-height: 0.23rem;
}
/*--------------------------product-----------------------------------------*/
.product-wrap{
    /*padding: 0.2rem;*/
    height: calc(100% - 1.12rem);
}
.invest-wrap{
    height: 100%;
}
.product-total{
    text-align: center;
    margin: 0.5rem 0 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(66,66,66,0.08);
    border-radius: 15px;
    padding: 0.48rem 0.3rem 0.3rem ;
}
.total-number{
    font-family: "微软雅黑";
    font-weight: 500;
    font-size: 0.53rem;
    color: #333333;
    line-height: 0.53rem;
}
.total-name{
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 0.26rem;
    color: #989898;
    margin-top: 0.25rem;
    line-height: 0.26rem;
}
.product-nav{
    padding: 0.4rem;
}
.product-content{
    height: calc(100% - 1.5rem);
    overflow: auto;
    padding: 0.2rem;
}
.invest-wrap .product-content{
    height: calc(100% - 0.5rem);
}
.product-info-wrap .product-content{
    height: calc(100% - 0.5rem);
    overflow: auto;
    padding: 0.2rem;
}
.product-nav .product-nav-item{
    display:  inline-block;
    margin-right: 0.85rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 0.32rem;
    color: #FFFEFE;
    padding-bottom: 0.18rem;
    cursor: pointer;
}
.product-nav .product-nav-item.in{
    font-weight: 500;
    border-bottom: 0.04rem solid #ffffff;
}
.product-item{
    margin-top: 0.28rem;
    padding: 0.2rem;
    background: #FFFFFF;
    box-shadow: 0px 0.05rem 0.1rem 0px rgba(66,66,66,0.08);
    border-radius: 0.15rem;
}
.product-item-title{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.3rem;
    color: #010101;
    margin: 0.09rem 0 0.2rem;
    position: relative;
}
.product-item-title .go_invest{
    position: absolute;
    right:  0.05rem;
    color: #690F08;
    font-size: 0.24rem;
}
.product-item-inf .item-level{
    display: inline-block;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.23rem;
    color: #FF0D0D;
    line-height: 0.24rem;
    background: #F8F2E7;
    border-radius: 0.05rem;
    padding: 0.1rem 0.13rem;
}
.product-item-inf .item-state{
    display: inline-block;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.23rem;
    color: #C98D51;
    line-height: 0.24rem;
    background: #F8F2E7;
    border-radius: 0.05rem;
    padding: 0.1rem 0.13rem;
}
.product-item-body{
    background: #F1F4FD;
    border-radius: 0.15rem;
}
.product-item-con{
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
    text-align: center;
    align-items:  end;
}
.product-item-con > div{
    flex-grow: 1;
    flex-basis: 33%;
    max-width: 50%;
    min-width: 25%;
}
.product-item-w{
    width: 2rem;
    margin: 0 0.1rem;
}
.center_line{
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.product-item-con .item-con-number{
    font-family: HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 0.24rem;
    color: #010101;
    line-height: 0.34rem;
    margin-bottom: 0.2rem;
}
.product-item-con .item-con-number.lit{
    color: #861B13;
}
.product-item-con .item-con-number.font2{
    font-size: 0.26rem;
}
.product-item-con .item-con-number.small{
    font-size: 0.18rem;
    line-height: 0.18rem;
}
.product-item-con .item-con-name{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #989898;
    line-height: 0.25rem;
}
.product-item-bottom{
    position: relative;
    text-align: right;
}
.product-item-bottom.left{
    text-align: left;
}
.product-item-status{
    padding: 0.06rem 0.12rem;
    margin-top: 0.16rem;
    display: inline-block;
    background: #F8F2E7;
    border-radius: 0.19rem;
    font-weight: 400;
    font-size: 0.22rem;
    color: #843202;;
}
.product-item-status img{
    display: inline-block;
    height: 0.26rem;
    width: 0.26rem;
    margin-right: 0.05rem;
}
.product-item-bottom.invest{
    position: relative;
    text-align: left;
}
.nodata_div{
    text-align: center;
}
.nodata_img{
    width: 1.46rem;
    height: 1.64rem;
    margin: 3.7rem auto 0;
}
.nolist{
    margin-top: 0.22rem;
    font-weight: 400;
    font-size: 0.26rem;
    color: #010101;
}
.nolistBlack{
    color: #000;
    text-align: center;
    margin-top: 0.5rem;
}
.product-item-qd{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #989898;
    line-height: 0.25rem;
}
.product-item-add{
    cursor: pointer;
    display: inline-block;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.22rem;
    color: #CE372C;
    line-height: 0.24rem;
    background: linear-gradient(0deg, #871A14 0%, #E1533B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.product-item-add img{
    display: inline-block;
    width: 0.22rem;
    height: 0.22rem;
    position: relative;
    top:  -0.03rem;
}
.product-item-line{
    height: 1px;
    width: 100%;
    background: #CCCCCC;
    opacity: 0.5;
    margin: 0.2rem 0;
}
/*-----------------------------info--------------------------------*/
.info-wrap{
    padding: 0.48rem 0.22rem;
}
.info-head{
    padding: 0 0.2rem 0 0.42rem;
    display: flex;
    justify-content: space-between;
}
.info-inf{
    display: flex;
    justify-content: start;
}
.info-arrow{
    background: url("/static/images/icon/arrow_right.png") no-repeat center center;
    background-size: cover;
    height: 0.38rem;
    width: 0.25rem;
    line-height: 0.28rem;
    margin-top: 0.3rem;
}
.info-head .info-photo{
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 0.03rem solid #FFFFFF;
}
.info-head .info-photo img{
    margin: 0.07rem;
    display: block;
    width: 1.11rem;
    height: 1.11rem;
}
.info-name{
    margin: 0.34rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.44rem;
    color: #FEFEFE;
    line-height: 0.44rem;
}
.info-top{
    padding: 0.3rem;
    margin: 0.2rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(66,66,66,0.08);
    border-radius: 15px;
    display:  flex;
    justify-content:  center;
    text-align: center;
}
.info-top .info-top-line{
    margin: 0 1.1rem;
    width: 0.02rem;
    height: 0.8rem;
    background: #CCCCCC;
}
.top-info-name{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #CCCCCC;
    line-height: 0.24rem;
}
.top-info-value{
    font-family: HarmonyOS Sans SC;
    margin-top: 0.15rem;
    font-weight: bold;
    font-size: 0.28rem;
    color: #843202;
    line-height: 0.38rem;
    background: linear-gradient(1deg, #861E16 0%, #D53023 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-list{
    padding: 0 0.2rem;
    margin-top: 0.16rem;
    background: #FFFFFF;
    border-radius: 0.15rem;
}
.info-list-item{
    line-height: 0.88rem;
    height: 0.88rem;
    border-bottom: 0.01rem solid rgba(204, 204, 204,0.5);;
    display: flex;
    justify-content: space-between;
}
.list-item-con{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.28rem;
    color: #010101;
    line-height: 0.88rem;
    height: 0.88rem;
    padding: 0 0.15rem;
}
.list-item-arrow-wrap{
    display: flex;
}
.list-item-arrow-text{
    font-weight: 400;
    font-size: 0.24rem;
    color: #989898;
    line-height: 28px;
    margin: 0.18rem 0.2rem 0;
}
.list-item-arrow{
    background: url("/static/images/icon/arrow_right_c.png") no-repeat center center;
    background-size: cover;
    height: 0.28rem;
    width: 0.15rem;
    line-height: 0.28rem;
    margin-top: 0.3rem;
}
.list-item-con img{
    width: 0.27rem;
    height: 0.33rem;
    margin-right: 0.22rem;
    margin-top: -0.03rem;
}
.info-list-item:nth-last-child(1){
    border-bottom: unset;
}
/*--------------------------------------PRODUCT-INFO----------------------------------*/
.product-info{
    margin-top: 0.4rem;
}
.product-info-title{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.32rem;
}
.product-info-inf{
    margin-top: 0.2rem;
}
.product-info-inf .info-level{
    display: inline-block;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.23rem;
    color: #FFFFFF;
    background: #712520;
    line-height: 0.24rem;
    border-radius: 0.05rem;
    padding: 0.1rem 0.13rem;
    margin-right: 0.2rem;
}
.product-info-inf .info-state{
    display: inline-block;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.23rem;
    line-height: 0.24rem;
    color: #FFFFFF;
    background: #712520;
    border-radius: 0.05rem;
    padding: 0.1rem 0.13rem;
}
.product-info-con{
    display: flex;
    justify-content: space-between;
    padding: 0.47rem;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0.05rem 0.1rem 0px rgba(66,66,66,0.08);
    border-radius: 0.15rem;
    margin-top: 0.37rem;
}
.product-info-con .info-con-number{
    font-family: HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 0.34rem;
    /*color: #010101;*/
    color: #333;
    line-height: 0.34rem;
    margin-bottom: 0.2rem;
}
.product-info-con .info-con-number span{
    font-family: HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 0.32rem;
    color: #333;
    line-height: 0.34rem;
    margin-bottom: 0.2rem;
}
.product-info-con .info-con-number.lit{
    color: #861B13;
}
.product-info-con .info-con-number.small{
    font-size: 0.18rem;
}
.product-info-con .info-con-name{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #989898;
    line-height: 0.25rem;
}
.idea-item{
    margin-bottom: 0.4rem;
    text-align: left;
}
.product-infowrap{
    margin-top: 0.2rem;
    padding: 0.3rem 0.2rem;
    background: #FFFFFF;
    box-shadow: 0px 0.05rem 0.1rem 0px rgba(66,66,66,0.08);
    border-radius: 0.15rem;
}
.infowrap-title{
    height: 0.39rem;
}
.mart26{
    margin-bottom: 0.26rem;
}
.infowrap-title .title-line{
    float:  left;
    width: 0.07rem;
    height: 0.39rem;
    background: #852821;
    margin-right: 0.06rem;
}
.infowrap-title .title-text{
    float:  left;
    width: 3.32rem;
    height: 0.39rem;
    padding-left: 0.06rem;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.32rem;
    line-height: 0.39rem;
    color: #010101;
}
.infowrap-title-f{
    margin-left: 0.1rem;
    margin-top: 0.29rem;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.26rem;
    color: #010101;
    line-height: 0.28rem;
}
.infowrap-title-line{
    width: 100%;
    height: 0.01rem;
    background: #CCCCCC;
    opacity: 0.5;
    margin-top: 0.13rem;
}
.product-bottom{
    width: calc(100% - 0.6rem);
    height: 0.74rem;
    padding: 0.12rem 0.3rem;
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    display:  flex;
    justify-content:   space-between;
}
.bottom-goyy{
    cursor: pointer;
    width: 2.69rem;
    height: 0.72rem;
    text-align: center;
    font-size: 0.36rem;
    line-height: 0.72rem;
    border-radius: 0.15rem;
    color: #fff;
    background: linear-gradient(90deg, #E1533B 0%, #871A14 100%);
}
.productChildren-row{
    padding: 0.18rem;
    background: #F1F4FD;
    border-radius: 0.15rem;
    margin-bottom: 0.1rem;
    height: auto;
    display:  flex;
    align-items: center;
}
.productChildren-row-title{
    width: 2.5rem;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.28rem;
    color: #690F08;
}
.productChildren-row-title span{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #989898;
}
.productChildren-row-value{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.25rem;
    border-left: 0.01rem solid #CCCCCC;
    padding-left: 0.2rem;
}
.productChildren-row-value .row-value-item{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.25rem;
}
.productChildren-row-value .row-value-item span{
    color: #690F08;
    /*color: #FF1700;*/
    font-size: 0.22rem;
}
.productChildren-row-line{
    width: 0.02rem;
    height: auto;
    background: #CCCCCC;
    opacity: 0.5;
    margin-right: 0.2rem;
}
.infowrap-row{
    padding: 0.2rem 0.11rem;
    display: flex;
    /*justify-content: space-between;*/
}
.infowrap-row .infowrap-row-content{
    font-weight: 400;
    font-size: 0.24rem;
    color: #989898;
    line-height: 0.32rem;
    width: 100%;
}
.infowrap-row .infowrap-row-content img{
    width: 100%;
    height: auto;
}
.infowrap-row-title{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.26rem;
    color: #989898;
    line-height: 0.35rem;
    flex: 1;
}
.text-center{
    text-align:  center;
}
.infowrap-row-value{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.26rem;
    /*color: #010101;*/
    color: #333;
    line-height: 0.35rem;
    flex: 3;
    text-align: right;
}
.infowrap-row-value div{
    margin-bottom: 0.2rem;
}
.infowrap-row-value .row-value-item{
    margin-bottom: 0.2rem;
    font-family: "微软雅黑";
    font-weight: 400;
    font-size: 0.26rem;
    color:   #010101;
    line-height: 0.3rem;
}
.infowrap-row-content p,.infowrap-row-content span,.infowrap-row-content div{
    line-height: 0.46rem;
}

/*--------------------------------risk-----------------------------*/
.risk-wrapper{
    height: 100%;
}
.risk-wrapper .step1{
    display: block;
    height: 100%;
    overflow: auto;
}
.risk-wrapper .step2{
    height: 100%;
    overflow: auto;
   display: none;
}
.risk-wrapper .step3{
   padding: 0.3rem 0.2rem;
   display: none;
}
.step2 .risk-wrap{
    height: calc(100% - 1rem);
}
.risk-wrap{
        overflow: auto;
    }
.risk-top{
    margin:0.3rem 0.2rem;
    background: #FFFFFF;
    box-shadow: 0px 0.05rem 0.1rem 0px rgba(66,66,66,0.08);
    border-radius: 0.15rem;
    padding: 0.36rem 0.26rem;
}
.risk-top .color1{
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.23rem;
    color: #010101;
    line-height: 0.35rem;
    text-indent:2em
}
.risk-top .color2{
    margin-top: 0.4rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.23rem;
    color: #843202;
    line-height: 0.35rem;
    text-indent:2em
}
.risk-item{
    padding: 0.45rem 0.2rem 0.45rem 0.3rem;
    margin: 0.25rem 0.2rem 0;
    background: #FFFFFF;
    box-shadow: 0px 0.05rem 0.1rem 0px rgba(66,66,66,0.08);
    border-radius: 0.15rem;
}
.typeRadio{
    display: none;
}
.risk-item .risk-title{
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.3rem;
    color: #690F08;
    line-height: 0.48rem;
}
.risk-item .risk-title .dx{
    display: inline-block;
    padding: 0 0.21rem;
    height: 0.39rem;
    line-height: 0.39rem;
    background: #690F08;
    border-radius: 0.15rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.26rem;
    color: #FFFFFF;

}
.risk-select{
    padding:0.3rem 0 0.3rem 0.3rem;
}
.risk-item .risk-title span{
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.3rem;
    color: #ED0620;
    line-height: 0.28rem;
}
.risk-select-label{
    display: block;
    position: relative;
    line-height: 0.35rem;
    padding: 0.16rem 0.46rem 0.16rem 0.16rem;
    background: #F7F8FA;
    border-radius: 0.15rem;
    margin-top: 0.17rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.26rem;
    color: #000000;
}
.risk-select-label.selected{
    background: #F8F2E7;
    color: #843202;
}
.risk-select-label .checked-img{
    position: absolute;
    right: 0.1rem;
    top:  0.15rem;
}
.risk-item-input{
    height: 0.61rem;
    background: #FFFFFF;
    border-radius: 0.13rem;
    border: 0.02rem solid #E8E8E8;
    width: calc(100% - 0.6rem);
    font-weight: 500;
    font-size: 0.3rem;
    color: #000000;
    padding: 0 0.2rem;
}
.risk-item-textarea{
    min-height: 2.61rem;
    background: #FFFFFF;
    border-radius: 0.13rem;
    border: 0.02rem solid #E8E8E8;
    width: calc(100% - 0.6rem);
    padding:  0.2rem;
    font-weight: 500;
    font-size: 0.3rem;
    color: #000000;
}
.bottom-button{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.98rem;
    width: 100%;
    background: #FFFFFF;;
}
.bottom-button .button{
    margin: 0.12rem 0.2rem;
    height: 0.72rem;
    text-align: center;
    font-size: 0.36rem;
    line-height: 0.72rem;
    border-radius: 0.15rem;
    color: #fff;
    background: linear-gradient(90deg, #E1533B 0%, #871A14 100%);
}
.checked-img{
	/* 隐藏原有样式 */
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	/* 增加新样式:未选中时 */
	display: inline-block;
	width: 0.34rem;
	height:  0.34rem;
	position: static;
	border: 0.01rem solid #000;
    border-radius: 0.17rem;
	background-size: cover;
}
.checked-img:checked{/* 选中时 */
    border: unset;
   background: url('/static/images/icon/checked.png') no-repeat;
   background-size: cover;
}

.risk-end{
    background: #FFFFFF;
    box-shadow: 0px 0.05rem 0.1rem 0px rgba(66,66,66,0.08);
    border-radius: 0.15rem;
    padding: 0.35rem 0.25rem;
}
.risk-end-label{
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.28rem;
    color: #690F08;
    line-height: 0.35rem;
}
.risk-end-title{
    margin: 0.35rem 0 0.5rem;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.6rem;
    color: #690F08;
    line-height: 0.74rem;
}
.risk-end-describe{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.23rem;
    color: #843202;
    line-height: 0.35rem;
}
/*--------------------------survey----------------------------------*/
.survey-wrapper{
    background: #FFFFFF;
}
.survey-wrapper .risk-list{
    padding: 0.3rem;
    background: #fff;
}
.survey-wrapper .risk-content{
    padding: 0.3rem;
    font-weight: 500;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.48rem;
}
.survey-wrapper .risk-content p{
    font-weight: 500;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.48rem;
}
.survey-wrapper .risk-content img{
    width: 100%;
    height: auto;
}
.survey-wrapper .risk-item {
  margin: 0.25rem 0.3rem 0;
  padding: 0;
  background: #FFFFFF;
  box-shadow: unset;
  border-radius: 0;
}
.survey-wrapper .risk-item .risk-title{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.3rem;
    color: #000;
    line-height: 0.48rem;
}
.survey-wrapper .risk-item .risk-title1 {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.3rem;
    color: #000;
    line-height: 0.48rem;
}
.survey-wrapper .risk-item .risk-title1 span{
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.3rem;
    color: #ED0620;
    line-height: 0.28rem;
}
.survey-wrapper .risk-select {
    padding: 0;
}
.survey-wrapper .risk-select-label{
    display: block;
    position: relative;
    line-height: 0.35rem;
    padding: 0.16rem 0.16rem 0.16rem 0.56rem;
    background: unset;
    border-radius: 0.15rem;
    margin-top: 0.17rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.26rem;
    color: #000000;
}
.survey-wrapper .risk-select-label .checked-img{
    position: absolute;
    left: 0.1rem;
    top: 0.15rem;
}
.survey-wrapper .checked-img{
	/* 隐藏原有样式 */
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	/* 增加新样式:未选中时 */
	display: inline-block;
	width: 0.34rem;
	height:  0.34rem;
	position: static;
	border: 0.01rem solid #000;
    border-radius: 0.17rem;
	background-size: cover;
}
.survey-wrapper .checked-img:checked{/* 选中时 */
    border: unset;
    background: url('/static/images/icon/radio_checked.png') no-repeat;
    background-size: contain;
}
.survey-wrapper .risk-select-label .checkbox-img{
    position: absolute;
    left: 0.1rem;
    top: 0.15rem;
}
.survey-wrapper .checkbox-img{
	/* 隐藏原有样式 */
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	/* 增加新样式:未选中时 */
	display: inline-block;
	width: 0.34rem;
	height:  0.34rem;
	position: static;
	border: 0.01rem solid #000;
	background-size: cover;
}
.survey-wrapper .checkbox-img:checked{/* 选中时 */
    background: url('/static/images/icon/checkbox_checked.png') no-repeat;
    background-size: contain;
}
/*-----------------------------enter_group---------------------------*/
.enter_group-wrapper{
    height: 100%;
    overflow: auto;
}
.enter_group-wrapper .step1{
    background: #27160f;
    background-size: contain;
    height: calc(100% - 1.12rem);
}
.enter_group-wrapper .group_center{
    padding: 0.53rem 0;
    background: url("/static/images/enter_group_bg.png")  no-repeat top;
    background-size: contain;
}
.enter_group-wrapper .group_center.img_group_center{
    background: unset;
    padding: 0;
}
.enter_group-wrapper .step1 .product-wrap{
    height: auto;
}
.enter_group-wrapper .bg{
    height: auto;
    width: 100%;
    margin:  0 auto;
}
.enter_group-wrapper .bg img{
    height: auto;
    width: 100%;
}
.enter_group-wrapper .logo{
    height: auto;
    width: 2.38rem;
    margin:  0 auto;
}
.enter_group-wrapper .logo img{
    height: auto;
    width: 2.38rem;
}
.enter_group-wrapper .title{
    height: auto;
    width: 5rem;
    margin:  0.72rem auto 0.2rem;
}
.enter_group-wrapper .title_1{
    height: auto;
    width: 2.93rem;
    margin:  0 auto;
}
.enter_group-wrapper .title img,.enter_group-wrapper .title_1 img{
    height: auto;
    width: 100%;
}
.enter_group-wrapper .group_center_con{
    padding: 0.5rem 0.2rem;
    background: rgba(59,39,32,0.7);
    border-radius: 0.16rem;
    border: 1px solid #3B2720;
    width: 6.6rem;
    margin: 4rem auto 0;
}
/*--------------------------bind-mobile----------------------------*/
.bind-wrap{
    padding-top: 1.5rem;
}
.bind-info-title{
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.36rem;
    color: #FFFFFF;
    line-height: 0.52rem;
    text-align: center;
}
.bind-info-content{
    margin-top: 0.4rem;
    height:calc(100%);
    background: #FFFFFF;
    padding: 0.7rem 0.6rem;
    border-radius: 0.15rem 0.15rem 0px 0px;
    text-align: center;
}
.bind-info-content .form-group {
    margin-bottom: 0.4rem;
    background: #FFF;
    border-radius: 0.08rem;
    overflow: hidden;
}
#yzm_warp{
    display: none;
}
.bind-info-content .input-group {
    display: flex;
    position: relative;
}

.bind-info-content .input-group input {
    flex: 1;
    width:  100%;
    height: 0.72rem;
    border: none;
    padding: 0 0.15rem;
    font-size: 0.32rem;
    outline: none;
    background: #F7F7F7;
    box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.05);
}
.input-group{
    position: relative;
}
.input-group .toggle-password{
    position: absolute;
    right: 0;
    top: 0;
    width: 0.24rem;
    height: 100%;
    cursor: pointer;
    padding:   0.3rem 0.3rem;
}
.input-group .toggle-password img{
    width: 0.24rem;
    height: 0.12rem;
}
.bind-info-content .input-group .toggle-password{
    position: absolute;
    right: 0;
    top: 0;
    width: 0.24rem;
    height: 100%;
    cursor: pointer;
    padding:   0.1rem 0.3rem;
}
.bind-info-content .input-group .toggle-password img{
    width: 0.24rem;
    height: 0.12rem;
}
.bind-info-content .input-group .code-btn {
    width: 2.5rem;
    height: 0.72rem;
    background: linear-gradient(90deg, #E1533B 0%, #871A14 100%);
    color: white;
    border: none;
    font-size: 0.28rem;
    cursor: pointer;
}

.bind-info-content .input-group .code-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.bind-info-content .error-tip {
    color: #ff3b30;
    font-size: 0.24rem;
    margin-top: 0.1rem;
    display: none;
}

.bind-info-content .submit-btn {
    width: 5.1rem;
    height: 0.72rem;
    background: linear-gradient(90deg, #E1533B 0%, #871A14 100%);
    color: white;
    border: none;
    border-radius: 0.15rem;
    font-size: 0.36rem;
    cursor: pointer;
    margin: 0.2rem auto;
}

.bind-info-content .submit-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
.real-name .upload-section {
    margin-bottom: 30px;
}

.real-name .upload-title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

.real-name .upload-box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.real-name .upload-item {
    margin-bottom: 15px;
    position: relative;
}

.real-name .upload-item:last-child {
    margin-bottom: 0;
}

.real-name .upload-label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.real-name .upload-preview {
    width: 100%;
    height: 150px;
    border: 1px dashed #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background-color: #fafafa;
}

.real-name .upload-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.real-name .upload-icon {
    font-size: 30px;
    color: #999;
}

.real-name .upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.real-name .upload-btn {
    width: 100%;
    height: 40px;
    background-color: #871A14 ;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.real-name .upload-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.real-name .error-tip {
    color: #ff3b30;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.real-name .submit-btn {
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #E1533B 0%, #871A14 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.real-name .submit-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.real-name .tips {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}
.doing-img{
    width: 1.05rem;
    height: auto;
    margin: 0 auto;
}
.doing-img img{
    width: 1.05rem;
    height: auto;
}
.doing-text{
    margin-top: 0.72rem;
    text-align:  center;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #000000;
    line-height: 0.35rem;
}
/* -------------------------security-------------------------------------*/
.security-wrap{

}
.security-top{
    position: relative;
}
.security-top-background{
    position: absolute;
    top: 0;
    width:  100%;
    height: 3.21rem;
    background: linear-gradient(180deg, rgba(173,51,37,0.82) 0%, rgb(255, 255, 255) 100%);
    opacity: 0.25;
}
.security-wrap .security-container {
    background-color: white;
    border-radius: 0.2rem;
    box-shadow: 0 0.4rem 0.26rem rgba(0, 0, 0, 0.1);
    padding: 0.3rem;
    width: 100%;
    max-width: 6rem;
    text-align: center;
}
.security-top-content{
    padding: 2rem 0.38rem 0;
    text-align: center;
}
.security-setting .security-top-content{
    padding-top: 1rem;
    text-align: center;
}
.security-setting .security-top-content .security-title-icon{
    height: 0.75rem;
    width: auto;
    margin-bottom: 0.42rem;
}
.security-setting .security-top-content .security-title-icon img{
    height: 0.75rem;
    width: auto;
}
.security-top .security-title {
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.44rem;
    color: #000000;
    line-height: 0.64rem;
    padding-left: 0.2rem;
    margin-bottom: 1rem;
    text-align:  left;
}
.security-setting .security-top .security-title {
    text-align: center;
}
.security-wrap .code-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.security-wrap .code-input {
    width: 0.8rem;
    height: 1rem;
    text-align: center;
    font-size: 0.34rem;
    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
    transition: border-color 0.3s;
}

.security-wrap .code-input:focus {
    border-bottom-color: #AD3325;;
}

.security-wrap .code-input.active {
    border-bottom-color: #f44336;
}

.security-wrap .forgot-code {
    color: #757575;
    font-size: 0.24rem;
    margin-bottom: 0.6rem;
    text-align: right;
}

.security-wrap .forgot-code a {
    color: #757575;
    text-decoration: none;
}

.security-wrap .forgot-code a:hover {
    text-decoration: underline;
}

.security-wrap .confirm-btn {
    width: 5.1rem;
    padding: 0.21rem;
    background: linear-gradient(90deg, #871A14, #E1533B);
    border-radius: 0.7rem;
    color: white;
    border: none;
    font-size: 0.32rem;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 auto;
}
.security-wrap .confirm-btn.isdisabled {
      background: #cccccc;
      color: #666666;
      cursor: not-allowed;
}
.security-wrap .confirm-btn.isdisabled.is-active {
     background: linear-gradient(90deg, #871A14, #E1533B);
     color: white;
     cursor: pointer;
}
.security-wrap .confirm-btn:hover {
    background-color: #d32f2f;
}
.security-wrap .error-tip {
    color: #ff3b30;
    font-size: 0.24rem;
    margin-top: 0.1rem;
    display: none;
}
/*-------------------------safety---------------------------*/
.safety-wrap{
    padding: 0.24rem 0.2rem;
}
.out_login{
    margin-top: 0.25rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.3rem;
    color: #690F08;
    text-align: center;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #FFFFFF;
    border-radius: 15px;
    cursor: pointer;
}

/*-------------------------interest-------------------*/
.interest-content{

}
.interest_row{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0.08rem;
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
    align-items: center;
    background: #F8F2E7;
}
.interest_row.is_return{
    background: #F7F7F7;
}
.interest_row.title{
    background: #FFFFFF;
    box-shadow: 0.01rem 0.01rem 0.06rem 0px rgba(203,203,203,0.72);
}
.interest_row.title .interest_row_item{
    font-weight: 500;
    font-size: 0.22rem;
    color: #690F08;
    line-height: 25px;
}
.interest_row .interest_row_item{
    font-weight: 400;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.35rem;
    position: relative;
}
.returned{
    position: absolute;
    right: 0rem;
    top: -0.23rem;
}
.returned img{
    width: 0.82rem;
    height: 0.23rem;
}
.interest_row .interest_row_item.title{
    flex: 1;
    text-align: left;
    width: 100%;
}
.interest_row .interest_row_item.title a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 2.04rem;
}
.interest_row.title .interest_row_item.title{
    text-align: center;
}
.interest_row .interest_row_item.time{
    flex: 1;
}
.interest_row .interest_row_item.count{
    flex: 1;
    text-align:  right;
}
.interest_row.title .interest_row_item.count{
    text-align: center;
}
/*-------------------------active---------------------------------*/
.active_wrap{
    background: #F7F7F7;
    height: calc(100%);
}
.active_top{
    background: #FFFFFF;
    padding: 0.3rem 0.2rem;
}
.active_top .active-banner{
    height: 3.83rem;
    width: 100%;
}
.active-title{
    margin-top: 0.3rem;
    position: relative;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.26rem;
    color: #010101;
}
.active-sale{
    position: absolute;
    right: 0;
    top: 0rem;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.33rem;
    color: #690F08;
}
.active-local{
    margin-top: 0.45rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.26rem;
    color: #010101;
}
.active-local .local{
    width: 0.28rem;
    height: 0.33rem;
    margin-right: 0.2rem;
}
.active-inf{
    padding: 0.35rem;
    margin-top: 0.15rem;
    background: #FFFFFF;
}
.active-inf-title .title-line{
    float:  left;
    width: 0.04rem;
    height: 0.26rem;
    background: #852821;
    margin-right: 0.06rem;
}
.active-inf-title .title-text{
    float:  left;
    width: 3.32rem;
    padding-left: 0.06rem;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #010101;
}
.active-inf-text{
    padding: 0.1rem;
    margin-top: 0.32rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #000000;
    line-height:0.47rem;
}


.active_list_wrap{
    padding: 0.3rem 0.2rem;
}
.listSwiper {
    position: relative;
    height: 3.83rem;
}
.swiper-slide {
    position: relative;
}

.swiper-slide > img {
    width: 100%;
    height: 100%;
}

.swiper-slide > div {
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
}

.swiper-slide > div > div {
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
    line-height: 0.42rem;
}

.swiper-slide > div > p {
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin: 0.1rem 0;
}

.swiper-slide > div > span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.25rem;
}

.swiper-slide > div > span > span {
    margin: 0 0.52rem;
    font-size: 0.18rem;
}
.active-list-inf{
    padding: 0.27rem 0.1rem;
}
.active-list{
    padding: 0.27rem 0rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:  space-between;
}
.active-list-item{
    width: 3.135rem;
    margin-top: 0.25rem;
}
.active-list-item .item-img{
    width: 100%;
    height: 1.8rem;
    background: #000;
    overflow: hidden;
    position: relative;
}
.active-list-item .item-img img{
    width: 100%;
    height: 100%
}
.active-list-item .item-img .item-img-text{
    position: absolute;
    top: 0;
    right: 0;
    width: 0.92rem;
    height: 0.92rem;
    background-image: radial-gradient(circle 0.92rem at 0 0.92rem, transparent 0.92rem, #690F08 50%);
}
.active-list-item .item-img .item-img-text .text{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 0.14rem;
}
.list-item-title{
    margin-top: 0.15rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.26rem;
    color: #010101;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.active-list-item .item-img .item-img-text{*/
/*      position: absolute;*/
/*      right: -0.46rem;*/
/*      top: -0.46rem;*/
/*      width: 0.92rem;*/
/*      height: 0.92rem;*/
/*      line-height: 1.52rem;*/
/*      text-align: center;*/
/*      !*background: #690F08;*!*/
/*      font-weight: 400;*/
/*      font-size: 0.16rem;*/
/*      color: #FFFFFF;*/
/*      transform: rotate(45deg);*/
/*      background-image: radial-gradient(circle 200px at 100% 0, transparent 200px, #000 50%);*/
/*}*/

/*------------------------------book--------------------------------------*/
.book-wrap{
    position: relative;
    background: #FFF;
    height: calc(100%);
    overflow: auto;
}
.book-bg{
    position: absolute;
    top: 0;
    height: 4.21rem;
    width: 100%;
    background: linear-gradient(180deg, rgba(173,51,37,0.82) 0%, rgb(255, 255, 255) 100%);
    opacity: 0.25;
}
.book-item{
    padding: 2.65rem 0.98rem 0;
    text-align: center;
}
.book-two{
    display: none;
}
.book-three{
    display: none;
}
.book-title{
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.44rem;
    color: #000000;
    margin-bottom: 0.82rem;
}
.book-item .againSub{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.20rem;
    color: #989898;
    line-height: 0.28rem;
    text-decoration-line: underline;
    margin: 0.65rem auto 0.72rem;
    cursor: pointer;
}
.book-img{
    width: 1.78rem;
    height: 1.82rem;
    margin: 0 auto;
}
.book-img img{
    width: 1.78rem;
    height: 1.82rem;
}
.book-info-title{
    margin-top: 0.65rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.26rem;
    color: #000000;
    text-align: center;
    line-height: 0.28rem;
}

.book-info-content .input-group {
    position: relative;
}

.book-info-content .input-group input {
    width:  4.2rem;
    height: 0.5rem;
    border: none;
    padding: 0 0.15rem;
    font-size: 0.32rem;
    outline: none;
    background: #F7F7F7;
    box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.05);
    margin-top: 0.64rem;
}

.book-info-content .input-group .code-btn {
    width: 2.5rem;
    height: 0.72rem;
    background: linear-gradient(90deg, #E1533B 0%, #871A14 100%);
    color: white;
    border: none;
    font-size: 0.28rem;
    cursor: pointer;
}

.book-info-content .input-group .code-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.book-info-content .error-tip {
    color: #ff3b30;
    font-size: 0.24rem;
    margin-top: 0.1rem;
    display: none;
}
.book-info-content #bindPhoneForm{
    text-align: center;
}
.book-info-content .submit-btn {
    width: 2.27rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: linear-gradient(90deg, #E1533B 0%, #871A14 100%);
    color: white;
    border: none;
    border-radius: 0.25rem;
    font-size: 0.31rem;
    cursor: pointer;
    margin: 0.34rem auto;
}

.book-info-content .submit-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
@media (max-width: 1050px) {

}