.foot_wrap{
    background: #112346;
    color: #fff;
    padding-top: 1%;
    padding-bottom: 1.3%;
}
.f_tit{
    font-size: 30px;
    margin-bottom: 3.6%;
}
.f_intro{
    font-size: 14px;
}
.f_left{
    border-right: 1px solid #000;
    padding-top: 7%;
    padding-bottom: 9%;
}
.f_download_w{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6%;
}
.f_right{
    padding-top: 0.7%;
    padding-left: 2.8%;
}
.f_btn{
    display: block;
    font-size: 14px;
    color: #fff;
    width: 77%;
    margin: 0 auto;
    line-height: 35px;
    border-radius: 4px;
}
.mac_btn{
    display: block;
    font-size: 14px;
    color: #fff;
    width: 77%;
    margin: 0 auto;
    line-height: 35px;
    border-radius: 4px;
}
.f_btn:hover{
    color: #fff;
}
.f_items{
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 6%;
    padding-bottom: 4%;
    position: relative;
}
.f_items:hover{
    background: #303f5e;
}
.f_items:hover .f_btn{
    background: #0e15e9;
}
.f_items:hover .mac_btn{
    color: #fff;
    background: #0e15e9;
    /*background: #ccc;*/
}
.f_items img{
    margin-bottom: 15%;
    height: 30px;
}
.links{
    margin: 1% 0 3.5%;
}
.links a{
    color: #fff;
    margin-right: 2%;
}
.f_copyright{
    text-align: center;
}
.f_qrcode{
    display: none;
    position: absolute;
    background: url("../png/qrcodeback1.png");
    background-size: 100% 100%;
    width: 72%;
    left: 50%;
    margin-left: -36%;
    top: 87%;
    padding: 8% 0 5%;
    z-index: 999;
    text-align: center;
}
.f_qrcode img{
    width: 80%;
    height: auto;
    margin-bottom: 0;
}
.ioscode:hover .f_qrcode,
.androidcode:hover .f_qrcode{
    display: block;
}

/*新版客服按钮+常见问题2020.06.12*/
.new-kf-wrap{
    position: fixed;
    bottom: 5%;
    right: 0;
    cursor: pointer;
    z-index: 99999;
}
.feedback-con{
    display: none;
    font-size: 14px;
}
.feedback-con .layui-layer{
    min-width: 500px !important;
}
.guanbi-wrap{
    overflow: hidden;
    height: 49px;
    border-bottom: 1px solid #c5c5c5;
}
.guanbi-btn{
    float: right;
    width: 15px;
    margin: 16px 24px 0 0;
    cursor: pointer;
}
.feedback-tabs{
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 3.3% 0 2.5%;
}
.feedback-tabs span{
    display: inline-block;
    line-height: 30px;
    padding: 0 1.8%;
    margin-right: 10.5%;
    cursor: pointer;
}
.feedback-tabs span:last-child{
    margin-right: 0;
}
.feedback-tabs .active{
    border: 1px solid #000;
    line-height: 28px;
}
.feedback-items{
    padding: 0 5.2%;
}
.feedback-item{
    display: none;
}
.feedback-items .show{
    display: block;
}
.feedback-item li{
    margin-bottom: 2.5%;
}
.feedback-more{
    float: right;
    position: relative;
    padding-right: 40px;
    margin-top: 3%;
    line-height: 22px;
}
.feedback-more a{
    display: inline-block;
}
.feedback-more .right-arrow{
    width: 11px;
    position: absolute;
    right: 25px;
    bottom: 6px;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.feedback-more:hover .right-arrow{
    right: 20px;
}
.feedback-btn{
    display: block;
    background: #0e76eb;
    color: #fff;
    width: 38%;
    margin: 7% auto 12%;
    padding: 2.44% 0;
    border-radius: 10px;
    text-align: center;
}
.feedback-btn:hover{
    color: #fff;
}

@media (max-width: 768px) {
    .f_left{
        border: none;
    }
    .feedback-con .layui-layer{
        min-width: 90% !important;
    }
    .feedback-tabs span{
        margin-right: 0;
    }
}
