@charset "utf-8";
/* 软件下载  页面样式 */

.download {
    padding: 15px 110px 35px;
    margin-bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: none;
}

.download_qrcode {
    padding-top: 30px;
}

.download_qrcode_left {
    width: 188px;
    padding: 60px 0 0 12px;
}

.download_qrcode_left h2 {
    font-size: 20px;
}

.download_qrcode_left p {
    padding-top: 10px;
    font-size: 12px;
    color: #595959;
}

.pos-re{
    position: relative;
}
.qrcode_li {
    /*float: left;*/
    /*width: 176px;*/
    /*width: 146px;*/
    margin-right: 1px;
}

.platform-switching{
    display: flex;
    justify-content: space-between;
    padding: 60px 13% 0px;
    border-bottom: 1px solid #fd9d17;
    font-weight: bold;
}

.platform-switching >.item{
    padding: 10px 30px;
    cursor: pointer;
}
.platform-switching >.item.active{
    color: #fd9d17;
    border-bottom: 2px solid #fd9d17;
}

.date-content .content2{
    display: none;
}

.item-centent{
    padding: 12px;
    background: #eee;
    border-radius: 4px;
    margin-right: 20px;
    width: 126px;
    height: 126px;
}

.content1{
    display: flex;
    padding-top: 30px;
}
.content1 .text1{
    width: 150px;
    padding-right: 10px;
}
.content1 .text2{
    width: calc(100% - 160px);
}

.content1 .text2>div{
    height: 410px;
    overflow: auto;
}

.content1 .text2>div::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.content1 .text2>div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #a8a8a8;
}
.content1 .text2>div::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #f1f1f1;
}

.content1 .text2> div{
    display: none;
}
.content1 .text2 .show{
    display: block;
}
.date-content .item{
    display: flex;
    height: 40px;
    align-items: center;
    padding-left: 10px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.date-content .item .text{
    margin-left: 10px;
}
.date-content .item:hover{
    background: #e5e5e5;
}
.content1 .text1 >div{
    background: url(../imgs/left1.png)no-repeat center right 10px;
    background-size: 8px;
    padding-left: 15px;
    cursor: pointer;
    line-height: 40px;
    border-right: 2px solid #e8e8e8;
}

.content1 .text1 >div.active{
    background: url(../imgs/left2.png)no-repeat center right 10px;
    background-size: 8px;
    color: #fd9d17;
    border-right: 2px solid #fd9d17;
}

.qrcode_li img{
    width: 100%;
    max-height: 100%;
}

.swiper-button-prev:after,.swiper-button-next:after{
    content:'' !important;
}

.dow .swiper-button-next{
    right: 0px;
}

.dow .swiper-button-prev{
    left: 0px;
}

.swiper-button-next, .swiper-button-prev{
    width: 34px !important;
    height: 60px !important;
    top: 40% !important;
}

.swiper-button-prev{
    background: url("../imgs/partner_btn_icon_left.png");

}
.swiper-button-next{
    background: url("../imgs/partner_btn_icon_right.png");

}
/*.swiper-container {*/
/*    width: 600px;*/
/*    padding: 0 30px;*/
/*}*/

/*.swiper-slide{*/
/*    width: 170px !important;*/
/*}*/

.qrcode_item {
    /*height: 152px;*/
    padding: 12px;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.qrcode_item img {
    width: 100%;
}

.qrcode_name {
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    margin-right: 20px;
    word-wrap: break-word;
}

.qrcode_mr {
    margin-right: 40px;
}

/* 资料下载 */

.ziliao_header {
    padding-top: 50px;
}

.ziliao_header_line {
    float: left;
    width: 338px;
    height: 35px;
}

.ziliao_header_line img {
    width: 100%;
}

.ziliao_header_title {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 130px;
    font-size: 20px;
    text-align: center;
}

.ziliao_header_sub {
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #929292;
}

.ziliao_ul {
    padding: 30px 0;
}

.ziliao_li {
    padding: 22px 20px 22px 22px;
    margin-right: 12px;
    border-bottom: 1px solid #f8f8f8;
}

.ziliao_imgBox {
    float: left;
    width: 108px;
    height: 102px;
    overflow: hidden;
}

.ziliao_imgBox img {
    width: 100%;
}

.ziliao_content {
    float: left;
    width: 450px;
    padding-left: 38px;
}

.ziliao_content h4 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.ziliao_content .info {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
}

.ziliao_content .date {
    padding-top: 5px;
    font-size: 12px;
    color: #bfbfbf;
}

.ziliao_btnBox {
    float: left;
    padding: 34px 0 0 40px;
    width: 100px;
}

.ziliao_btnBox .btn {
    display: block;
    width: 86px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 2px solid #ff7b1a;
    border-radius: 8px;
    font-size: 13px;
    color: #ff7b1a;
}

.ziliao_btnBox .btn:hover {
    background: #ff7b1a;
    color: #fff;
}

.code-ul{
    position: relative;
    padding: 0 45px;
}

.posleft{
    position: absolute;
    left: 0;
    top: 25%;
}

.posright{
    position: absolute;
    right: 0;
    top: 25%;
}