  
@media screen and (min-width: 1680px){
    .wrap{
        width: 1440px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px){
    .wrap{
      max-width: 1440px;
    }
}

.site-header .subMenuItem ul{
    width: 148px;
}

.site-header .main-nav-right .pc{
    width: 780px;
}

.site-header .main-nav-left .pc .login{
    width: 167px;
}

.site-header .header-wrap{
    max-width: 1476px;
}

.site-header .header-wrap .topPhone{
    margin-right: 22px;
}

.site-header .main-nav-left .pc .login a{
    margin-right: 0px;
}

.pc-footer, .mobile-footer{
    background: #F8FAFA !important;
}

.mobile-footer .footer-free-try{
    position: fixed;
    bottom: 0;
}

.mobile-footer .footer-free-try .footer-try{
    background-color: #fff;
}

.pc-footer .wrap{
    height: 60px;
    align-items: center;
}

.pc-footer .wrap .copyright{
    padding: 0;
}

.app-download .card-wrap{
    display: flex;
    justify-content: center;
}

.app-download .app-card .card{
    width: 488px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.04);
    border-radius: 8px;
    padding-top: 44px;
    display:flex;
    justify-content: center;
}

.app-download .app-card .card .card-info{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.app-download .app-card:nth-child(1){
    margin-right: 64px;
}

.app-download .app-card{
    cursor: pointer;
}

.app-download .app-card:hover .card-info-show{
    display: none;
}

.app-download .app-card:hover .card-info-hover{
    display: flex !important;
}

.app-download .app-card .card-info-hover{
    display: none !important;
}

.app-download .app-card .card .card-info .text{
    margin-top: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 26px;
    text-align: right;
    font-style: normal;
}

.app-download .app-card .card .card-info .img{
    width: 52px;
    height: 56px;
}


.app-download .app-card .card .card-info .img img{
    width:100%;
    height:100%;
}

.app-download .content{
    margin-top: 33px;
}

.fb-block1-m{
    text-align: center;
    width: 100%;
    padding-top: 50px;
    /* background: url('https://stc-op.fenbeitong.com/img_op/5.0%E6%94%B9%E7%89%88/%E4%BA%A7%E5%93%81%E9%A1%B5/%E5%95%86%E5%8A%A1%E6%B6%88%E8%B4%B9/case%EF%BC%8Ftop-bg%E5%A4%87%E4%BB%BD%402x.png') no-repeat center center; */
    background: #FAFAFA;
}

.fb-block1-m .mobile-wrap{
    padding-top: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fb-block1-m .logo{
    width: 88px;
    height: 88px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.04);
    border-radius: 16px;
}

.fb-block1-m .logo img{
    width: 100%;
    height: 100%;
}

.fb-block1-m .sologn-title{
    margin-top: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #222222;
    line-height: 34px;
    text-align: right;
    font-style: normal;
}

.fb-block1-m .sologn-desc{
    margin-top: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 22px;
    text-align: right;
    font-style: normal;
}

.fb-block1-m .sologn-desc_tips{
    margin-top: 8px;
}

.fb-block1-m .download-btn{
    margin-top: 32px;
    width: 252px;
    height: 48px;
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    color: #FF8E22;
    line-height: 22px;
    font-style: normal;
    border-radius: 4px;
    border: 1px solid #FF8E22;
    display:flex;
    justify-content: center;
    align-items: center;
}

.fb-block1-m .step-img{
    margin-top: 115px;
    width: 430px;
    height: 222px;
}

.fb-block1-m .step-img img{
    width: 100%;
    height: 100%;
}