.p-btn a.v1{
    padding-left: 10px;
    min-width: max-content;
}
.p-btn a.v1:hover{
    padding-left:0;
    padding-right:50px;
}
.p-btn .has-p-sub a.v1{
    background:url(../image/right-icon.png) no-repeat right 50%;
    background-position-y: 5px;
}

.pro-det-dowmload{
    padding: 60px 0;
    background-color: #fff;
}

.pro-det-dowmload .container .head-tit{
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-align: center;
}
.pro-det-dowmload .container .body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #333333;
}
.pro-det-dowmload .container .body .left-sidebar {
    box-sizing: border-box;
    width: 22%;
}
.pro-det-dowmload .container .body .left-sidebar .m-select-box {
    display: none;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 0 0 31px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    height: 60px;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item:hover{
    background-color: #f8f8f8;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item.on{
    color: #FF9000;
    background-color: #f2f2f2;
}

.pro-det-dowmload .container .body .left-sidebar .list .li-item .ico,
.pro-det-dowmload .container .body .left-sidebar .m-select-box .ico{
    width: 20px;
    height: 20px;
    background: url("../image/pro-icon5.png") center no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item.on .ico.i-book,
.pro-det-dowmload .container .body .left-sidebar .m-select-box .ico.i-book{
    background: url("../image/pro-icon5-on.png") center no-repeat;
    background-size: contain;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item .ico.i-book{
    background: url("../image/pro-icon5.png") center no-repeat;
    background-size: contain;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item .ico.i-other{
    background: url("../image/pro-icon4.png") center no-repeat;
    background-size: contain;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item.on .ico.i-other,
.pro-det-dowmload .container .body .left-sidebar .m-select-box .ico.i-other{
    background: url("../image/pro-icon4-on.png") center no-repeat;
    background-size: contain;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item .ico.i-video{
    background: url("../image/pro-icon3.png") center no-repeat;
    background-size: contain;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item.on .ico.i-video,
.pro-det-dowmload .container .body .left-sidebar .m-select-box .ico.i-video{
    background: url("../image/pro-icon3-on.png") center no-repeat;
    background-size: contain;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item .ico.i-certificate{
    background: url("../image/pro-icon2.png") center no-repeat;
    background-size: contain;
}
.pro-det-dowmload .container .body .left-sidebar .list .li-item.on .ico.i-certificate,
.pro-det-dowmload .container .body .left-sidebar .m-select-box .ico.i-certificate{
    background: url("../image/pro-icon2-on.png") center no-repeat;
    background-size: contain;
}


.pro-det-dowmload .container .body .right-content {
    width: 70%;
}
.pro-det-dowmload .container .body .right-content .box{
    display: none;
}
.pro-det-dowmload .container .body .right-content .box.on{
    display: block;
}
.pro-det-dowmload .container .body .right-content .item{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 21px 0;*/
    border-bottom: 3px solid #f3f3f3;
    font-size: 14px;
    height: 60px;
}
.pro-det-dowmload .container .body .right-content .item:last-child{
    border-bottom: none;
}
.pro-det-dowmload .container .body .right-content .item .name{
    display: flex;
    height: 26px;
    align-items: center;
    transition: .3s;
    border-left: 4px solid #ffffff;
    flex: 1;
    padding-right: 20px;
}
.pro-det-dowmload .container .body .right-content .item:hover .name{
    border-left: 4px solid #ff9000;
    padding-left: 9px;
}

.pro-det-dowmload .container .body .right-content .item .down-box{
    display: flex;
    align-items: center;
    color: #FF9000;
    cursor: pointer;
    flex-shrink:0;
}
.pro-det-dowmload .container .body .right-content .item .down-box .ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../image/pro-icon1.png") center no-repeat;
    background-size: contain;
    margin-right: 8px;
}

.pro-det-dowmload .container .body .right-content .item .down-box .i-play {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../image/i-play.png") center no-repeat;
    background-size: contain;
    margin-right: 8px;
}





@media screen and (max-width: 1200px) {
    .p-btn a {
        min-width:max-content;
    }
}




@media screen and (max-width: 767px){

    .p-btn a.v1:hover{
        padding-left:10px;
        padding-right:30px;
    }
    .p-btn .has-p-sub a.v1{
        background:url(../image/right-icon.png) no-repeat right 50%;
        background-position-y: center;
    }

    .pro-det-dowmload .container .body{
        flex-direction: column;
    }
    .pro-det-dowmload .container .body .left-sidebar,
    .pro-det-dowmload .container .body .right-content{
        width: 100%;
    }
    .pro-det-dowmload .container .body .right-content{
        margin-top: 10px;
    }
    .pro-det-dowmload .container .head-tit {
        margin-bottom: 30px;
    }

    .pro-det-dowmload .container .body .left-sidebar .list .li-item.on{
        color: #333333;
        background-color: #FFFFFF;
    }
    .pro-det-dowmload .container .body .left-sidebar .list .li-item:hover{
        background-color: #FFFFFF;
    }

    .pro-det-dowmload .container .body .left-sidebar .m-select-box{
        display: flex;
        width: 100%;
        align-items: center;
        height: 50px;
        padding-left: 15px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 8px;
        background-color: #f2f2f2;
    }
    .pro-det-dowmload .container .body .left-sidebar .m-select-box:after{
        position: absolute;
        display: inline-block;
        content: '';
        width: 10px;
        right: 10px;
        height: 10px;
        background: url(../image/ar3.png) top no-repeat;
        background-size: cover;
    }
    .pro-det-dowmload .container .body .left-sidebar {
        position: relative;
    }
    .pro-det-dowmload .container .body .left-sidebar .m-select-box.on + .list {
       display: block;
    }
    .pro-det-dowmload .container .body .left-sidebar .list .li-item{
        padding: 0 0 0 15px;
        height: 50px;
    }

    .pro-det-dowmload .container .body .left-sidebar .list{
        position: absolute;
        width: 100%;
        top: 51px;
        display: none;
        border-radius: 8px;
        box-shadow: 0px 0px 17px 6px #f2f2f2;
        margin-top: 5px;
        background-color: #FFFFFF;
    }
    .pro-det-dowmload .container .body .left-sidebar .list .li-item .ico,
    .pro-det-dowmload .container .body .left-sidebar .m-select-box .ico {
        margin-right: 10px;
    }

    .pro-det-dowmload .container .body .right-content .item {
        flex-direction: column;
        border-bottom: 2px solid #f3f3f3;
        align-items: flex-start;
        padding: 21px 0;
        height: auto;
    }
    .pro-det-dowmload .container .body .right-content .item:hover .name{
        border-left: 4px solid #FFFFFF;
        padding-left: 0;

    }
    .pro-det-dowmload .container .body .right-content .item .name {
        margin-bottom: 15px;
        padding-right: 0;
    }


    .pro-det-dowmload .container .body .left-sidebar .list .li-item.on .ico.i-book{
        background: url("../image/pro-icon5.png") center no-repeat;
        background-size: contain;
    }
    .pro-det-dowmload .container .body .left-sidebar .list .li-item.on .ico.i-other{
        background: url("../image/pro-icon4.png") center no-repeat;
        background-size: contain;
    }
    .pro-det-dowmload .container .body .left-sidebar .list .li-item.on .ico.i-video{
        background: url("../image/pro-icon3.png") center no-repeat;
        background-size: contain;
    }
    .pro-det-dowmload .container .body .left-sidebar .list .li-item.on .ico.i-certificate{
        background: url("../image/pro-icon2.png") center no-repeat;
        background-size: contain;
    }


}

/*产品页参数->table样式调整 start*/

.new_prds tr td h4 {
    color: #ff9000;
    font-size: 16px !important;
    float: left;
    width: 130px;
    line-height: 1.2;
    /*text-align: justify;*/
    word-wrap: break-word;

}
.new_prds tr td{
line-height: 2.4;
border-bottom: 1px solid #f3f3f3;
  width: 25% !important;
    padding: 0 15px;
}
.new_prds tr td span {
    font-size: 12px;
    display: inline-block;
    font-family: "思源黑体", "微软雅黑", "Arial";
}
.new_prds tr td:first-child {
    width: 80px !important;
    border-bottom: 0px solid #f3f3f3 !important;
    padding: 0 !important;
}
@media (max-width: 767px) {
    /*.new_prds tr {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    align-content: flex-start;*/
    /*}*/
    /*.new_prds tr td {*/
    /*    width: 50% !important;*/
    /*    border: 0 solid #fff !important;*/
    /*}*/
    .new_prds table {
        width: 100%;
    }
    .new_prds tr td {
        display: flex;
        flex-flow: row wrap;
        border: 0 solid #fff !important;
        width: 50% !important;
    }
    .new_prds tr td:nth-child(n+2) {
        float: left;
    }
    .new_prds tr:nth-child(n+2) td:first-child{
        display: none !important;
    }

}
/*产品页参数样式调整 end*/
@media screen and (max-width: 767px) {
    .serv-list {
        display: flex;
        flex-flow: row wrap;
    }
    .serv-list .s3 .bor {
        padding: 17.5px 0 !important;
    }
}
.video-pad video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.label_vd {

}
.label_vd {
    width: 90px;
    color: #666;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.label_vd em {
    text-decoration: none;
    font-style: normal;
    color: #ff9000;
}

.news-det .container > .bd p video{
    width: 100% !important;
}

.bgc_white {
    display: none;
}

@media screen and (max-width: 767px) {
    .bgc_white {
        display: block;
        background: #ffffff !important;
        padding: 0 15px;
    }
    .bgc_white ul li {
        padding: 0 !important;
    }
    .pro-select4 ul {
        background-color: #ffffff;
    }
    .pro-select4 ul a {
        color: #2d2d2d;
        border-top: 1px solid #ffffff;
    }
    .pro-select4 .has-sub .v1 {
        background: url(https://cmsdata.solisinverters.com/static_resources/static/image/jt_right.svg) no-repeat 99% 50%;
        background-size: 14px;
    }
    .pro-select4 .has-sub .v1.opening {
        background: url(https://cmsdata.solisinverters.com/static_resources/static/image/jt_down.svg) no-repeat 99% 50%;
        background-size: 14px;
    }
    .pro-select4 {
        border-bottom: 1px solid rgba(73, 75, 77, .5);
    }
    .pro-select4 dd a {
        font-size: 14px;
    }
    .pro-select4 h3 {
        background: none !important;
    }
    .lang_tit > p {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #000000;
        margin: 0 20px;
        border-bottom: 1px solid #d9d9d9;
    }
    .m-change-pop em, .m-change-pop span {
        color: #666666;
        width: 35% !important;
    }
    .m-change-pop span {
        width: 65% !important;
    }
    .c_download {
        background: #444647 !important;
    }
}

@media screen and (max-width: 1660px) {
    .kof #hd .nav li .v1{
        padding: 22px !important;
    }
}
@media screen and (max-width: 1400px) {
    .kof #hd .nav li .v1{
        padding: 16px !important;
    }
    #hd {
        padding:0 3% !important;
    }
    .logo {
        left: 3% !important;
    }
    .hdr {
        right: 3% !important;
    }
}
@media screen and (max-width: 1310px) {
    .kof #hd .nav li .v1{
        padding: 8px !important;
    }
}
