/*banner---start*/
.module.desktop-download-banner{
    background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/desktop/pc-desktop-download-banner.png?v=d1b6610d08);
    background-size: cover;
    width: 100%;
    height: 420px;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.module.desktop-download-banner .banner-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.module.desktop-download-banner .banner-container .title{
    color: #27274A;
    font-size: 44px;
    font-weight: 500;
}
.module.desktop-download-banner .banner-container .sub-title{
    color: #27274A;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
}
/*banner---end*/

/*tab---start*/
.desktop-download-tabs{
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
}
.desktop-download-tabs .tabs{
    width: 646px;
    height: 128px;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 4px;
    box-shadow: 3px 7px 28px 0px rgba(198,204,219,0.21);
    display: flex;
}
.desktop-download-tabs .tabs .tab{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.desktop-download-tabs .tabs .tab:hover{
    cursor: pointer;
}
.desktop-download-tabs .tabs .tab.active{
  background-image: linear-gradient(318deg,#dfebff , #fbfcff , #edefff );
}
.desktop-download-tabs .tabs .tab img{
    display: inline-block;
    width: 40px;
    height: 40px;
}
.desktop-download-tabs .tabs .tab.active .sub-title{
    color: #3776ff;
}
.desktop-download-tabs .tabs .tab .sub-title{
    margin-top: 4px;
    height: 28px;
    font-size: 20px;
    font-weight: 500;
    color: #27274a;
    line-height: 28px;
}
/*tab---end*/

/*客户端下载---start*/
.module-function-show .main-content .item-content .button .btn-free:hover{
    cursor: pointer;
}
.module-function-show .main-content .item-content .button .btn-free.download-btn{
    width: fit-content;
    height: fit-content;
    padding: 0 20px;
}
.module-function-show .main-content .item-content .button .download{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 32px 8px;
    background: #3776FF;
    color: #ffffff;
    border-radius: 4px 4px 4px 4px;
    margin-right: 20px;
    cursor: pointer;
}
.module-function-show .main-content .item-content .button .download .top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 26px;
    line-height: 26px;
    font-weight: 500;
    font-size: 18px;
}
.module-function-show .main-content .item-content .button .download .top img{
    margin-right: 12px;
}
.module-function-show .main-content .item-content .button .download .bottom{
    height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.module-function-show .main-content .item-content .privacy-container{
    height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #656577;
    line-height: 18px;
    margin-top: 28px;
    display: flex;
}
.module-function-show .main-content .item-content .privacy-container .split{
    display: inline-block;
    width: 24px;
    display: flex;
    justify-content: center;
}
.module-function-show .main-content .item-content .privacy-container .item{
    color: #375EE7;
    line-height: 18px;
    height: 18px;
}
.module-function-show .main-content .item-content .privacy-container .item:hover{
    cursor: pointer;
}
#pcClientDownload, #appClientDownload{
    margin-top: -48px;
}
#appClientDownload{
    position: relative;
}
/*客户端下载---end*/

/*IOS Android下载二维码---start*/
#iosAppQrcode{
    width: 110px;
    height: 110px;
    padding: 5px;
}
#iosAppQrcode img{
    width: 100%;
}

#androidAppQrcode{
    width: 110px;
    height: 110px;
    padding: 5px;
}
#androidAppQrcode img{
    width: 100%;
}
#appClientDownload .item-title img {
    width: 32px;
    height: auto;
    position: relative;
    top: 5px;
    margin-right: 12px;
}
/*IOS Android下载二维码---end*/

/* 弹窗和遮罩层样式 */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.verification-container, .qrcode-container {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 240px;
    background: #ffffff;
    border:1px solid #EBEEF6;
    border-radius: 4px;
    box-shadow: 2px 2px 9px 0px rgba(102,106,116,0.19);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
}
.verification-input-container {
    display: flex;
    align-items: center;
    position: relative;
}
.verification-input-container .verify-code-input {
    border-bottom: 1px solid #EBEEF6;
    font-size: 14px;
    padding: 10px 0;
}
.verification-input-container .captcha-img {
    cursor: pointer;
}
.verification-container .input-error::after, .verification-container .input-none::after {
    content: '请输入正确的验证码';
    color: #db3a3a;
    font-size: 12px;
    position: absolute;
    bottom: -1.8em;
    left: 0;
}
.verification-container .input-none::after {
    content: '请输入验证码';
}
.verification-container .input-error .verify-code-input, .verification-container .input-none .verify-code-input {
    border-bottom: 1px solid #db3a3a;
}
.verification-container .button-container {
    display: flex;
    width: 60%;
    justify-content: space-between;
}
.button-container .cancel-btn,.button-container .confirm-btn, .qrcode-container .cancel-btn {
    width: 88px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 2px;
}
.button-container .cancel-btn, .qrcode-container .cancel-btn {
    color: #383838;
    background: #f1f3f8;
}
.button-container .confirm-btn {
    color: #ffffff;
    background-color: #3776ff;
    
}
.qrcode-container .qrcode::after {
    content: '扫描二维码下载';
    font-size: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #383838;
}
