body, html {
    background: #fff;
    text-align: center;
}
header{
    border: none;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
}
.ty-logo{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.ty-logo img {
    width: 1.45rem;
    height: auto;
}
.content{
    margin-top: 0.86rem;
    padding-top: 1.2rem;
    padding-bottom: 1.9rem;
    min-height: 100vh;
    width: 7.5rem !important;
    max-width: 7.5rem;
    background: url("../../images/mobile/qiansheng/bg1.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.title{
    height: 0.42rem;
    font-size: 0.42rem;
    font-weight: 600;
    color: #233347;
    line-height: 0.42rem;
    text-align: center;
}
.describe{
    padding: 0.53rem 0 1.23rem 0.83rem;
}
.describe > div{
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 0.24rem;
}
.describe > div:first-child{
    margin-top: 0;
}
.describe > div > img{
    width: 0.22rem;
    height: 0.22rem;
}
.describe > div > p{
    padding-left: 0.16rem;
}
.bg2{
    width: 6.37rem;
    height: 5.08rem;
}
.footer-mobile{
    display: block;
    /*margin-top: 0.5rem;*/
}
.footer-mobile > div{
    display: flex;
    align-items: center;
    justify-content: center;

}
.footer-mobile > div > .icon-box-mobile > img, .footer-mobile > div > div > a > img{
    width: 0.70rem;
    height: 0.70rem;
    margin-left: 0.48rem;
    padding: 0.14rem;
    border-radius: 0.1rem;
    border: 1px solid #DEE2E4;
    box-sizing: border-box;
}
.footer-mobile > div > .icon-box-mobile > img:first-child{
    margin-left: 0;
}
.icon-box-mobile{
    position: relative;
}
.footer-mobile > span{
    display: block;
    padding-top: 0.32rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #B5BAC1;
    text-align: center;
}