.about-history-list .li100 .history-content{
    height: 100%!important;
}
.about-history-list .li100 .history-line{
    height: 90%!important;
}
.about-history-list li .history-info{
    min-height: 100%;
    height: auto!important;
    padding: 0 0 30px;
}
.about-history-list li .history-font i{
    top: 100px!important;
}

.page-of-about .panel .about-project .about-project-btn{
    margin: 0 80px;
}
.account-list{
    margin-left: 100px;
}
.account-list p{
    font-size: 14px;
    line-height: 16px;
    color: #5B6677;
    margin-top: 33px!important;
    text-align: left;
}
.account-list p:first-of-type{
    margin-top: 0!important;
}
.account-list strong{
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #262E3D;
    display: block;
}

.box{
    padding: 0 1.44rem;
}

.banner-box{
    background: #ECF3FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-box .title{
    width: 6.44rem;
    height: 2.62rem;
}
.banner-box .code{
    width: 1.32rem;
    height: 1.32rem;
}
.banner-box .sao{
    display: block;
    width: 1.32rem;
    margin-top: .18rem;
    color: #5B6677;
    text-align: center;
}
.banner-box .content{
    margin-top: .5rem;
}
.banner-box .content .text{
    margin-left: .2rem;
    font-size: .18rem;
    color: #5B6677;
    line-height: .4rem;
}
.banner-box .content .text strong{
    font-weight: bold;
    font-size: .18rem;
}
.banner-box .banner{
    width: 9.51rem;
    height: 6.77rem;
}

.offline-box{
    display: flex;
    align-items: center;
    margin: .72rem 0;
}
.offline-box .list{
    margin-right: .32rem;
}
.offline-box li{
    float: left;
    width: 3.5rem;
    height: 4.3rem;
    margin-right: .5rem;
    border: .01rem solid #E5E5E5;
}
.offline-box li h5{
    font-size: .22rem;
    color: #111827;
    padding: .38rem 0 .3rem 0;
    margin: 0 .22rem;
    border-bottom: .01rem solid #E5E5E5;
    text-align: center;
}
.offline-box li p, .donate-issues li p{
    color: #5B6677;
    padding: 0 .55rem;
    margin-top: .3rem;
}
.offline-box li span, .donate-issues li span{
    display: block;
    color: #262E3D;
    font-size:0.18rem;
    margin-top: .1rem;
}
.offline-box .note{
    /*margin-left: 1rem;*/
    padding: 0 .2rem;
    font-size: .2rem;
    color: #111827;
    line-height: .5rem;
}
.offline-box .note strong{
    font-size: .3rem;
    font-weight: bold;
}

.donate-issues{
    border-top: .01rem solid #209269;
    padding: .8rem 0 1.89rem;
}
.donate-issues .illustrate{
    width: 7.54rem;
    height: 9.94rem;
}
.donate-issues .list{
   margin-left: 1.02rem;
}
.donate-issues li{
    padding: 0 .1rem 0 0;
}
.donate-issues li:first-of-type{
    border-bottom: .01rem solid #209269;
    padding-bottom: .53rem;
    margin-bottom: .8rem;
}
.donate-issues li h4{
    font-size: 0.28rem;
    font-weight: bold;
    color: #111827;
}
.donate-issues li p{
    padding: 0;
    line-height: 0.34rem;
    margin-top: .32rem;
}
.donate-issues li span{
    margin: 0;
}

.btn-code{
    display: inline-block;
    margin-top: .63rem;
    position: relative;
}
.btn-code .btn{
    display: inline-block;
    padding: 0 .69rem;
    line-height: 0.56rem;
    font-size: 0.22rem;
    color: #FFFFFF;
    background: #209269;
    border-radius: 0.03rem;
}
.mask-code{
    background: #fff;
    padding: .2rem;
    position: absolute;
    left: 50%;
    bottom: .76rem;
    transform: translate(-50%, 0);
    box-shadow: 0 0 .1rem 0 rgba(79,80,89,0.15);
}
.mask-code:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    transform: translate(-50%, 0);
    width: 0;
    height: .1rem;
    border: .1rem solid;
    border-color: #fff transparent transparent transparent;
}
.mask-code .close{
    position: absolute;
    right: .05rem;
    top: .05rem;
    transform: rotateX(30deg);
    cursor: pointer;
}
.mask-code h6{
    font-weight: bold;
    color: #111827;
    /*text-align: center;*/
    padding-bottom: .15rem;
}
.mask-code img{
    width: 2.1rem;
    border: .01rem solid #E5E5E5;
}
.donate-issues .mask-code p{
    font-size: .14rem;
    line-height: .14rem;
    color: #5B6677;
    margin-top: .15rem;
    text-align: center;
}
