html{
    overflow-x: hidden;
    overflow-y: auto;
}

.pc .products_inverter .height_reset{
    width: 1920px;
    min-height: 500px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    overflow: hidden;
}
.pc .products_inverter .height_reset2{
    width: 1920px;
    min-height: 500px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    overflow: hidden;
}
.pc .products_inverter{
    width: 1920px;
    background-color: #f2f2f2;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.pc .products_inverter .banner{
    width: 1920px;
    height: 1017px;
}
.pc .products_inverter .infos{
    width: 1920px;
    height: 700px;
    position: absolute;
    top: 50%;
    margin-top: -350px;
    left: 0;
}
.pc .products_inverter .infos .img{
    position: absolute;
    top: 0;
    left: 265px;
    width: 485px;
    height: 608px;
}
.pc .products_inverter .infos .img2{
    position: absolute;
    top: 0;
    left: 265px;
    width: 456px;
    height: 691px;
}
.pc .products_inverter .infos .tit{
    position: absolute;
    top: 0;
    left: 990px;
    font-size: 74px;
    color: #404040;
    font-family: "Gotham-Medium";
}
.pc .products_inverter .infos .explain{
    position: absolute;
    top: 115px;
    left: 1015px;
    color: #727171;
    font-size: 25px;
    line-height: 35px;
}
.pc .products_inverter .infos .btn1{
    position: absolute;
    top: 475px;
    left: 988px;
    width: 349px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    background-color: #bfbfbf;
    border-radius: 5px;
    font-size: 25px;
    color: #000000;
    font-family: "microsoft yahei";
    cursor: pointer;
}
.pc .products_inverter .infos .btn2{
    position: absolute;
    top: 475px;
    left: 1415px;
    width: 349px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    background-color: #bfbfbf;
    border-radius: 5px;
    font-size: 25px;
    color: #000000;
    font-family: "microsoft yahei";
    cursor: pointer;
}


.pc .products_inverter .file{
    width: 1920px;
    height: 900px;
    position: absolute;
    /*top: 50%;*/
    /*margin-top: -450px;*/
    top: 200px;
    left: 0;
}
.pc .products_inverter .file2{

}
.pc .products_inverter .file .model_selection_tit{
    position: absolute;
    top: 0;
    left: 145px;
    color: #404040;
    font-size: 60px;
    font-family: "Gotham-Medium";
}
.pc .products_inverter .file .model_selection_img{
    position: absolute;
    top: 125px;
    left: 145px;
    width: 1517px;
    height: 608px;
}
.pc .products_inverter .file .model_selection_img2{
    position: absolute;
    top: 95px;
    left: 145px;
    width: 1596px;
    height: 393px;
}
.pc .products_inverter .file .documents_tit{
    position: absolute;
    top: 700px;
    left: 145px;
    color: #404040;
    font-size: 60px;
    font-family: "Gotham-Medium";
}
.pc .products_inverter .file2 .documents_tit{
    top: 530px;
}
.pc .products_inverter .file .documents{
    position: absolute;
    top: 805px;
    left: 145px;
    width: 1630px;
}
.pc .products_inverter .file2 .documents{
    top: 625px;
}
.pc .products_inverter .file .documents table{
    width: 1630px;
}
.pc .products_inverter .file .documents tr{
    width: 1630px;
}
.pc .products_inverter .file .documents th{
    color: #fff;
    font-size: 25px;
    font-family: "Gotham-Medium";
    vertical-align: middle;
    text-align: center;
    height: 56px;
    background-color: #727171;
}
.pc .products_inverter .file .documents td{
    color: #727171;
    font-size: 20px;
    text-decoration:underline;
    vertical-align: middle;
    text-align: center;
    height: 53px;
}
/*单行*/
.pc .products_inverter .file .documents tr:nth-child(even){
    background-color: #e6e7e9;
}
/*双行*/
.pc .products_inverter .file .documents tr:nth-child(odd){
    background-color: #ffffff;
}

.pc .products_inverter .file .documents .download{
    float: right;
    width: 20px;
    height: 21px;
    background: url("../images/public/document1.png") no-repeat center;
    background-size: 20px 21px;
    margin-right: 45px;
    cursor: pointer;
}
.pc .products_inverter .file .documents .email{
    float: right;
    width: 24px;
    height: 18px;
    margin-right: 95px;
    background: url("../images/public/document2.png") no-repeat center;
    background-size: 24px 18px;
    cursor: pointer;
}
.pc .products_inverter .file .documents .preview_icon{
    float: right;
    width: 22px;
    height: 24px;
    margin-right: 30px;
    background: url("../images/public/document4.png") no-repeat center;
    background-size: 22px 24px;
    cursor: pointer;
}




.pc .form{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114,113,113,0.8);
    z-index: 99999;
    display: none;
}
.pc .form .bg{
    position: absolute;
    top: 50%;
    margin-top: -619px;
    left: 50%;
    margin-left: -464px;
    width: 928px;
    height: 1238px;
    background: url("../images/public/form.png") no-repeat;
    background-size: 928px 1238px;

    transform: scale(0.5);
    transform-origin: 50% 50%;
}
.pc .form .bg .close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: url("../images/public/close.png") no-repeat;
    background-size: 44px 44px;
    cursor: pointer;
}
.pc .form .bg .btn{
    position: absolute;
    bottom: 80px;
    left: 253px;
    width: 406px;
    height: 96px;
    background-color: #5cb431;
    border-radius: 15px;

    color: #fff;
    font-size: 32px;
    font-family: "Gotham-Medium";
    line-height: 96px;
    text-align: center;
    cursor: pointer;
}
.pc .form .bg input{
    position: absolute;
    left: 175px;

    width: 645px;
    height: 70px;
    line-height: 70px;
    border: 0;

    font-size: 30px;
    font-family: "Gotham-Medium";
    color: #727171;

    background: transparent;
    /*background-color: #000;*/
    /*opacity: 0.5;*/
}
.pc .form .bg input.company{
    top: 140px;
}
.pc .form .bg input.ACN{
    top: 288px;
}
.pc .form .bg input.name{
    top: 436px;
}
.pc .form .bg input.tel{
    top: 584px;
}
.pc .form .bg input.email{
    top: 732px;
}
.pc .form .bg .code_send{
    position: absolute;
    left: 667px;
    top: 732px;
    width: 170px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    font-family: "Gotham-Book";
    background-color: #707070;
    cursor: pointer;
}
.pc .form .bg input.code{
    top: 878px;
}
.pc .form .bg .k{
    position: absolute;
    top: 978px;
    left: 85px;
    width: 20px;
    height: 20px;
    border: 2px solid #b0b0b0;
    cursor: pointer;
}
.pc .form .bg .k.act{
    background-color: #5cb231;
}
.pc .form .bg .tip{
    position: absolute;
    top: 980px;
    left: 120px;
    font-size: 18px;
    font-family: "Gotham-Medium";
    color: #404040;
    letter-spacing: -1px;
    cursor: pointer;
}
.pc .form .bg .tip span{
    color: #5cb231;
}


.pc .tip_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114,113,113,0.8);
    z-index: 100000;
    display: none;
}
.pc .tip_box .bg{
    position: absolute;
    top: 50%;
    margin-top: -348px;
    left: 50%;
    margin-left: -463px;
    width: 926px;
    height: 695px;
    background: url("../images/public/tip.png") no-repeat;
    background-size: 926px 695px;

    transform: scale(0.8);
    transform-origin: 50% 50%;
}
.pc .tip_box .bg .agree{
    position: absolute;
    top: 489px;
    left: 260px;
    width: 403px;
    height: 94px;
    cursor: pointer;
}
.pc .tip_box .bg .close{
    position: absolute;
    top: 595px;
    left: 260px;
    width: 403px;
    height: 60px;
    cursor: pointer;
}



.pc .login{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114,113,113,0.8);
    z-index: 99999;
    display: none;
}
.pc .login .bg{
    position: absolute;
    top: 50%;
    margin-top: -461px;
    left: 50%;
    margin-left: -386px;
    width: 772px;
    height: 922px;
    background: url("../images/phone/login_bg.png") #fff top center no-repeat;
    background-size: 772px 922px;
    transform: scale(0.5);
    transform-origin: 50% 50%;
}
.pc .login .bg .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background: url("../images/phone/close.png") center no-repeat;
    background-size: 25px 24px;
    cursor: pointer;
}
.pc .login .bg .login_email{
    position: absolute;
    top: 277px;
    left: 185px;
    width: 350px;
    height: 94px;
    line-height: 94px;
    border: 0;
    background: transparent;
    color: #707070;
    font-family: "Gotham-Medium";
    font-size: 25px;
}
.pc .login .bg .login_code{
    position: absolute;
    top: 459px;
    left: 185px;
    width: 350px;
    height: 94px;
    line-height: 94px;
    border: 0;
    background: transparent;
    color: #707070;
    font-family: "Gotham-Medium";
    font-size: 25px;
}
.pc .login .bg .login_code_send{
    position: absolute;
    top: 310px;
    left: 550px;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    color: #ffffff;
    font-family: "Gotham-Book";
    cursor: pointer;
}
.pc .login .bg .login_btn{
    position: absolute;
    top: 655px;
    left: 80px;
    width: 614px;
    height: 100px;
    cursor: pointer;
}
.pc .login .bg .login_sign{
    position: absolute;
    top: 810px;
    left: 265px;
    width: 145px;
    height: 70px;
    cursor: pointer;
}

.pc .email_send_tip{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114,113,113,0.8);
    z-index: 100000;
    display: none;
}
.pc .email_send_tip .bg{
    position: absolute;
    top: 50%;
    margin-top: -291px;
    left: 50%;
    margin-left: -386px;
    width: 772px;
    height: 582px;
    background: url("../images/public/email_send_tip.png") #fff top center no-repeat;
    background-size: 772px 582px;
    transform: scale(0.5);
    transform-origin: 50% 50%;
}



.bottom{
    background-color: #fff !important;
    box-shadow:
        1000px 0 0 0 #fff,
        -1000px 0 0 0 #fff !important;
}




.phone{
    background-color: #f2f2f2;
}
.phone .products_inverter{

}
.phone .products_inverter .banner{
    position: relative;
    width: 10.8rem;
    height: 8.48rem;
    z-index: 1;
}
.phone .products_inverter .banner img{
    width: 10.8rem;
    height: 8.48rem;
}
.phone .products_inverter .banner .swiper-pagination{

}
.phone .products_inverter .banner .swiper-pagination .swiper-pagination-bullet{
    width: 0.27rem;
    height: 0.27rem;
}
.phone .products_inverter .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #5cb531;
}

.phone .products_inverter .line{
    position: relative;
    width: 10.8rem;
    height: 1.5rem;
    background-color: #727171;
    margin-top: -0.3rem;
}
.phone .products_inverter .infos{
    position: relative;
    width: 10.8rem;
    height: 18.11rem;
}
.phone .products_inverter .infos .text{
    position: absolute;
    top: 1.25rem;
    left: 0.95rem;
    line-height: 0.36rem;
    width: 8.9rem;
    font-size: 0.3rem;
    color: #727171;
    font-family: "Gotham-Book";
}
.phone .products_inverter .infos .img{
    position: absolute;
    top: 4.7rem;
    left: 2.83rem;
    width: 4.85rem;
    height: 6.09rem;
}
.phone .products_inverter .infos .img2{
    position: absolute;
    top: 4.2rem;
    left: 3.1rem;
    width: 4.56rem;
    height: 6.9rem;
}
.phone .products_inverter .infos .tit{
    position: absolute;
    top: 11.73rem;
    left: 2.15rem;
    font-size: 0.45rem;
    color: #404040;
    font-family: "Gotham-Medium";
}
.phone .products_inverter .infos .explain{
    position: absolute;
    top: 12.5rem;
    left: 2.2rem;
    line-height: 0.35rem;
    font-size: 0.3rem;
    color: #727171;
    font-family: "Gotham-Book";
}
.phone .products_inverter .infos .btn1{
    position: absolute;
    top: 16.1rem;
    left: 1.8rem;
    width: 3.48rem;
    height: 0.83rem;
    line-height: 0.83rem;
    background-color: #bfbfbf;
    font-size: 0.25rem;
    color: #000000;
    font-family: "microsoft yahei";
    text-align: center;
    border-radius: 0.1rem;
    cursor: pointer;
}
.phone .products_inverter .infos .btn2{
    position: absolute;
    top: 16.1rem;
    left: 6.1rem;
    width: 3.48rem;
    height: 0.83rem;
    line-height: 0.83rem;
    background-color: #bfbfbf;
    font-size: 0.25rem;
    color: #000000;
    font-family: "microsoft yahei";
    text-align: center;
    border-radius: 0.1rem;
    cursor: pointer;
}
.phone .products_inverter .file{
    width: 10.8rem;
    height: 8.63rem;
    background-color: #f0f0f0;
    position: relative;
}
.phone .products_inverter .file .model_selection_tit{
    position: absolute;
    top: 0.6rem;
    left: 0.9rem;
    font-size: 0.45rem;
    color: #404040;
    font-family: "Gotham-Medium";
}
.phone .products_inverter .file .model_selection_img{
    position: absolute;
    top: 2.05rem;
    left: 1.18rem;
    width: 8.37rem;
    height: 4.36rem;
}
.phone .products_inverter .file .documents_tit{
    position: absolute;
    top: 7.8rem;
    left: 0.9rem;
    font-size: 0.45rem;
    color: #404040;
    font-family: "Gotham-Medium";
}
.phone .products_inverter .file2{
    width: 10.8rem;
    height: 12.63rem;
    background-color: #f0f0f0;
    position: relative;
}
.phone .products_inverter .file2 .model_selection_tit{
    position: absolute;
    top: 0.6rem;
    left: 0.9rem;
    font-size: 0.45rem;
    color: #404040;
    font-family: "Gotham-Medium";
}
.phone .products_inverter .file2 .model_selection_img{
    position: absolute;
    top: 2.05rem;
    left: 1.18rem;
    width: 8.37rem;
    height: 8.24rem;
}
.phone .products_inverter .file2 .documents_tit{
    position: absolute;
    top: 11.8rem;
    left: 0.9rem;
    font-size: 0.45rem;
    color: #404040;
    font-family: "Gotham-Medium";
}
.phone .products_inverter .documents{
    width: 10.8rem;
    overflow: hidden;
}

.phone .products_inverter .documents th{
    color: #fff;
    font-size: 0.3rem;
    font-family: "Gotham-Medium";
    vertical-align: middle;
    text-align: center;
    height: 1.21rem;
    background-color: #727171;
}
.phone .products_inverter .documents td{
    color: #404040;
    font-size: 0.25rem;
    text-decoration:underline;
    vertical-align: middle;
    text-align: center;
    height: 1.21rem;
}
/*单行*/
.phone .products_inverter .documents tr:nth-child(even){
    background-color: #f0f0f0;
}
/*双行*/
.phone .products_inverter .documents tr:nth-child(odd){
    background-color: #ffffff;
}

.phone .products_inverter .documents .download{
    float: right;
    width: 0.5rem;
    height: 1.2rem;
    background: url("../images/phone/documents_icon1.png") no-repeat center;
    background-size: 0.31rem 0.33rem;
    margin-right: 0.1rem;
    cursor: pointer;
}
.phone .products_inverter .documents .email{
    float: right;
    width: 0.5rem;
    height: 1.2rem;
    background: url("../images/phone/documents_icon2.png") no-repeat center;
    background-size: 0.31rem 0.23rem;
    margin-right: 0.6rem;
    cursor: pointer;
}
.phone .products_inverter .documents  .preview{
    float: right;
    width: 0.5rem;
    height: 1.2rem;
    background: url("../images/phone/documents_icon4.png") no-repeat center;
    background-size: 0.36rem 0.4rem;
    margin-right: 0.1rem;
    cursor: pointer;
}







.phone .form{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114,113,113,0.8);
    z-index: 99999;
    display: none;
}
.phone .form .bg{
    position: absolute;
    top: 50%;
    margin-top: -619px;
    left: 50%;
    margin-left: -464px;
    width: 928px;
    height: 1238px;
    background: url("../images/public/form.png") no-repeat;
    background-size: 928px 1238px;

    transform: scale(0.5);
    transform-origin: 50% 50%;
}
.phone .form .bg .close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: url("../images/public/close.png") no-repeat;
    background-size: 44px 44px;
    cursor: pointer;
}
.phone .form .bg .btn{
    position: absolute;
    bottom: 80px;
    left: 253px;
    width: 406px;
    height: 96px;
    background-color: #5cb431;
    border-radius: 15px;

    color: #fff;
    font-size: 32px;
    font-family: "Gotham-Medium";
    line-height: 96px;
    text-align: center;
    cursor: pointer;
}
.phone .form .bg input{
    position: absolute;
    left: 175px;

    width: 645px;
    height: 70px;
    line-height: 70px;
    border: 0;

    font-size: 30px;
    font-family: "Gotham-Medium";
    color: #727171;

    background: transparent;
    /*background-color: #000;*/
    /*opacity: 0.5;*/
}
.phone .form .bg input.company{
    top: 140px;
}
.phone .form .bg input.ACN{
    top: 288px;
}
.phone .form .bg input.name{
    top: 436px;
}
.phone .form .bg input.tel{
    top: 584px;
}
.phone .form .bg input.email{
    top: 732px;
}
.phone .form .bg .code_send{
    position: absolute;
    left: 667px;
    top: 732px;
    width: 170px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    font-family: "Gotham-Book";
    background-color: #707070;
    cursor: pointer;
}
.phone .form .bg input.code{
    top: 878px;
}
.phone .form .bg .k{
    position: absolute;
    top: 978px;
    left: 85px;
    width: 20px;
    height: 20px;
    border: 2px solid #b0b0b0;
    cursor: pointer;
}
.phone .form .bg .k.act{
    background-color: #5cb231;
}
.phone .form .bg .tip{
    position: absolute;
    top: 980px;
    left: 120px;
    font-size: 18px;
    font-family: "Gotham-Medium";
    color: #404040;
    letter-spacing: -1px;
    cursor: pointer;
}
.phone .form .bg .tip span{
    color: #5cb231;
}


.phone .tip_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114,113,113,0.8);
    z-index: 100000;
    display: none;
}
.phone .tip_box .bg{
    position: absolute;
    top: 50%;
    margin-top: -348px;
    left: 50%;
    margin-left: -463px;
    width: 926px;
    height: 695px;
    background: url("../images/public/tip.png") no-repeat;
    background-size: 926px 695px;

    transform: scale(0.5);
    transform-origin: 50% 50%;
}
.phone .tip_box .bg .agree{
    position: absolute;
    top: 489px;
    left: 260px;
    width: 403px;
    height: 94px;
    cursor: pointer;
}
.phone .tip_box .bg .close{
    position: absolute;
    top: 595px;
    left: 260px;
    width: 403px;
    height: 60px;
    cursor: pointer;
}



.phone .login{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114,113,113,0.8);
    z-index: 99999;
    display: none;
}
.phone .login .bg{
    position: absolute;
    top: 2rem;
    left: 1.54rem;
    width: 7.72rem;
    height: 9.22rem;
    background: url("../images/phone/login_bg.png") #fff top center no-repeat;
    background-size: 7.72rem 9.22rem;
}
.phone .login .bg .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 0.9rem;
    height: 0.9rem;
    background: url("../images/phone/close.png") center no-repeat;
    background-size: 0.25rem 0.24rem;
    cursor: pointer;
}
.phone .login .bg .login_email{
    position: absolute;
    top: 2.77rem;
    left: 1.85rem;
    width: 3.5rem;
    height: 0.94rem;
    line-height: 0.94rem;
    border: 0;
    background: transparent;
    color: #707070;
    font-family: "Gotham-Medium";
    font-size: 0.25rem;
}
.phone .login .bg .login_code{
    position: absolute;
    top: 4.59rem;
    left: 1.85rem;
    width: 3.5rem;
    height: 0.94rem;
    line-height: 0.94rem;
    border: 0;
    background: transparent;
    color: #707070;
    font-family: "Gotham-Medium";
    font-size: 0.25rem;
}
.phone .login .bg .login_code_send{
    position: absolute;
    top: 3.1rem;
    left: 5.5rem;
    width: 1.25rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.21rem;
    color: #ffffff;
    font-family: "Gotham-Book";
    cursor: pointer;
}
.phone .login .bg .login_btn{
    position: absolute;
    top: 6.55rem;
    left: 0.8rem;
    width: 6.14rem;
    height: 1rem;
    cursor: pointer;
}
.phone .login .bg .login_sign{
    position: absolute;
    top: 8.1rem;
    left: 2.65rem;
    width: 1.45rem;
    height: 0.7rem;
    cursor: pointer;
}

.phone .email_send_tip{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114,113,113,0.8);
    z-index: 100000;
    display: none;
}
.phone .email_send_tip .bg{
    position: absolute;
    top: 50%;
    margin-top: -2.91rem;
    left: 1.54rem;
    width: 7.72rem;
    height: 5.82rem;
    background: url("../images/public/email_send_tip.png") #fff top center no-repeat;
    background-size: 7.72rem 5.82rem;
}