/* banner  */
.app-banner{
    padding-top: 32px;
    /* padding-bottom: 36px; */
    width: 100%;
    background: linear-gradient(289deg, #14258D 0%, #051044 85%, #040F41 100%);
    color: #fff;
}
.app-banner .app-banner-body {
    display: flex;
    align-items: center;
}
.app-banner .app-banner-body .app-banner-left {
   flex:1;
  
}
.app-banner .app-banner-body .app-banner-left .qrcode-box{
    display: flex;
   
}
.app-banner .app-banner-body .app-banner-left .qrcode-box .qrcode-left{
     margin-right: 30px;
   
}
.app-banner .app-banner-body .app-banner-left .qrcode-box #qrcode {
   width: 160px;
   height: 160px;
   border-radius: 4px;
}
.app-banner .app-banner-body .app-banner-left .qrcode-box .qrcode-left > span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 8px;
    text-align: center;
    width: 100%;
    margin-top: 16px;
}
.app-banner .app-banner-body .app-banner-right {
   width: 417px;
   height: 358px;
}
.app-banner .app-banner-body .qrcode-right .qrcode-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.app-banner .app-banner-body .qrcode-right .qrcode-subtitle{
    font-size: 16px;
    color: #9CA2C0;
    line-height: 24px;
}
.app-banner .app-banner-footer{
   display: flex;
   height: 90px;
}
.app-banner .app-banner-footer .app-banner-text {
    width: 299px;
    line-height: 90px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #8187A1;
    position: relative;
    cursor: pointer;
}
.app-banner .app-banner-footer .app-banner-text:hover {
    color: #fff;
}
.app-banner .app-banner-footer .app-banner-text::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 42px;
    background: rgba(255,255,255,0.1);
}
.app-banner .app-banner-footer .app-banner-text:last-child::after{
    display: none;
}
.app-banner .app-banner-footer .app-banner-text > span {
    font-size: inherit;
    font-weight: inherit;
    margin-right: 8px;
}
h5 {
    display: block;
    margin: 0 auto;
    font-weight: 600;
    font-size: 36px;
    color: #040F43;
    line-height: 1;
    padding: 50px 0 60px;
    text-align: center;
}
.w1100{
    width: 1100px;
    margin: 0 auto;
}
.w1060{
    width: 1060px;
    margin: 0 auto;
}
.bg-grey{
    background: #F7F9FF;
}
.bg-white{
    background: #fff;
}
.mr90{
    margin-right: 90px;
}
.mr60{
    margin-right: 60px;
}
.w550 {
    width: 550px;
}
.w580 {
    width: 580px;
}
.app-info {
}
.app-info-box {
    display: flex;
    align-items: flex-start;
    padding: 80px 0 100px;
}
.app-info-box .info-text {
    flex:1;
    display: flex;
    height: 427px;
    flex-direction: column;
    justify-content: center;
    
}
.app-info-box .info-text .info-title{
    font-weight: 600;
    font-size: 36px;
    color: #040F43;
    line-height: 36px;
    margin-bottom: 24px;
}
.app-info-box .info-text .info-title >span {
    font-size: inherit;
    color: #3464FF;
}
.app-info-box .info-text .info-subtitle{
    font-size: 16px;
    color: #8187A1;
    line-height: 24px;
}

.app-info-box .info-image {
    height: 427px;
}
.app-banner-right > img,.info-image > img {
    width: 100%;
    height: 100%;
}

.wt-box {
    background: #fff;
    width: 1200px;
    padding: 6px 30px 30px;
    margin: 0 auto;
    border-radius: 4px;
}
.yhq_questions li {
    padding: 24px 0;
    cursor: pointer;
    position: relative;
}
.flex-align-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yhq_questions li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #E1E6F0;
}
.yhq_questions li .yhq_question {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #121212;
    line-height: 24px;
}
.yhq_questions li .yhq_question_icon {
    width: 12px;
    height: 16px;
}
.yhq_questions li:hover .yhq_question,
.yhq_questions li:hover .yhq_question_icon {
    color: #3464FF;
}
.yhq_questions li .yhq_answer {
    display: none;
}
.yhq_questions li .yhq_answer p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #8187A1;
    line-height: 22px;
    margin-top: 16px;
    /* padding-right: 16px; */
    white-space: pre-wrap;
}
.yhq_questions li .yhq_question_icon {
    font-size: 14px;
    color: #8187A1;
    line-height: 16px;
    transition: all .3s ease-in-out;
}
.yhq_questions li .plus {
    display: inline-block;
}
.yhq_questions li .minus {
    display: none;
}
.yhq_questions li.open {
    padding: 24px 0 21px;
}
.yhq_questions li.open .plus {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}
.yhq_questions li.open .minus {
    display: inline-block !important;
}
.download-box {
    background: url('../imgs/app/download_bg.png') no-repeat;
    background-size: 100% 100%;
    height: 178px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.download-box .download-title { 
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 26px;
}
.download-box .download-btn { 
    width: 128px;
    height: 42px;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.download-box .download-btn:hover {
    background: #FFFFFF;
    color: #3464FF;
    transition: all 0.3s ease-in-out;

}