body{
    overflow-x: hidden;
    background-color: rgb(250,250,250);
}

#content{
    margin-top: 71.04px;
    width: 100%;
}
.top-img{
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: 34em;
    overflow: hidden;
}
.top-img:before{
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-top: 16.5em solid transparent;
    border-right: 16.5em solid #64BCED;
    opacity: 0.8;
    right: 0em;
    bottom:  0em;
}
.top-img:after{
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-top: 12em solid transparent;
    border-right: 12em solid rgb(250,250,250);
    right: 0em;
    bottom:  0em;
}
.top-img-mask{
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity:0.37;
}


.top-text{
    margin: 0 auto;
    width: 63%;
    height: 12em;
}
.top-text .top-text-title{
    margin-top: 1.2em;
}
.top-text .top-text-title > span{
    font-size: 2.92em;
    color: white;
}
.top-text .top-text-line{
    margin-top: 1.7em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.top-text .top-text-line:before{
    margin-left: 0.2em;
    content: "";
    display: block;
    height: 0.42em;
    width: 5.16em;
    background-color: #6BBDEB;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
}
.top-text .top-text-line:after{
    content: "";
    display: block;
    height: 0;
    width: 0;
    border: 0.4em solid transparent;
    border-top-color: #4D94BB;
    transform: translateY(0.15em);
    -webkit-transform: translateY(0.15em);
    -moz-transform: translateY(0.15em);
    -ms-transform: translateY(0.15em);
    -o-transform: translateY(0.15em);
    margin-left: 0.2em;
}
.top-text .top-text-des{
    margin-top: 1.2em;
}
.top-text .top-text-des >span{
    color: white;
    font-size: 1.25em;
}
.top-text-pos{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.contact-msg{
    margin: 0 auto;
    width: 62%;
}
.contact-msg .title{
    margin-top: 3.5em;
    text-align: center;
}
.contact-msg .title > span{
    font-size: 1.88em;
    font-weight: 500;
}
.contact-msg .pos-label{
    margin-left: 0.5em;
}
.contact-msg .pos-label > span{
    font-size: 0.94em;
    font-weight: 400;
    color: #999999;
    line-height: 1.56em;
}
.contact-msg .des{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.contact-msg .pos-text > span{
    font-size: 0.94em;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 1.3em;
}

.contact-msg.lang-en .pos-text{
    width: 50em;
    margin-left: 0.5em;
    transform:translateY(0.6em);
}
.contact-msg .phone{
    margin-top: 1.2em;
    text-align: center;
}
.contact-msg .phone > span{
    font-size: 1.88em;
    font-weight: 500;
    color: #64bced;
    line-height: 2.40em;
    letter-spacing: 1px;
}
.contact-msg .pos-icon{
    width: 0.94em;
    height: 1.09em;
    background-size: 100% 100%;
    background-image: url("../images/img/pos-icon.png") ;
    background-repeat: no-repeat;
}
.contact-msg .des{
    margin-top: 1.5em;
}
.interactive{
    margin-top: 3.5em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    background-color: #fff;
}
.interactive .item-list{
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    width: 75%;
}
.interactive .item{
    cursor: pointer;
}
.interactive .title{
    text-align: center;
    margin-top: 0.9em;
}
.interactive .title > span{
    font-size: 1.25em;
    font-weight: 500;
}
.interactive .des{
    margin-top: 0.25em;
    text-align: center;
}
.interactive .des > span{
    font-size: 0.63em;
    font-weight: 300;
    color: #4a4a4a;
}
.interactive .item-icon{
    text-align: center;
}
.interactive .item-icon >img{
    width: 3.07em;
    height: auto;
}
.interactive .des > svg{
    transform: translateY(0.2em);
    -webkit-transform: translateY(0.2em);
    -moz-transform: translateY(0.2em);
    -ms-transform: translateY(0.2em);
    -o-transform: translateY(0.2em);
}

#screen-mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.15);
    display: none;
}

/*-------------弹窗------------------*/
.type-select{
    position: relative;
}

/* ---------------我要发货--------------------------*/
#ship{
    position: fixed;
    width: 50em;
    height: 36em;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 4em;
    overflow: hidden;
    box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.11);
    display: none;
    z-index: 200;
}
#ship .close{
    width: 4.48em;
    height: 2.14em;
    background-color: #3C3C3C;
    position: absolute;
    right: -1em;
    top: 0;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    cursor: pointer;
}
#ship .close > img{
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    width: 1.2em;
    margin-left: 1.45em;
    margin-top: 0.4em;

}
#ship .title{
    margin-top: 2.3em;
    margin-left: 5.3em;
}
#ship .title > span{
    font-size: 1.67em;
    font-weight: 500;
    line-height: 2.34em;
}
#ship .des{
    width: 41em;
    margin-top: 0.3em;
    margin-left: 5.3em;
}
#ship .des > span{
    font-size: 1.04em;
    font-weight: 400;
    color: #999999;
}

#ship .input-list{
    width: 79%;
    margin: 0 auto;
    margin-top: 2.8em;
}
#ship .input-row{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#ship .input-list input{
    border: none;
    outline: none;
    width:22em;
    font-size: 0.83em;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #999999;
    background-color: white;
}
#ship .input-list select{
    border: none;
    outline: none;
}

#ship .input-row:first-child{
    margin-bottom: 2em;
}
#ship .input-row:last-child{
    position: relative;
}

#ship .select-down{
    border-left: #3C3C3C solid 1px;
    border-bottom: #3C3C3C solid 1px;
    border-right: #3C3C3C solid 1px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 101;
    background-color: white;
}
#ship .select-item > span{
    font-size: 0.8em;
}
#ship .select-item{
    padding-left: 0.5em;
    line-height: 1.5em;
    cursor: pointer;
}
#ship .select-item:hover{
    background-color: rgb(240,240,240);
}
#ship .input-msg{
    margin: 0 auto;
    width: 79%;
    margin-top: 1.5em;
    border: 1px solid #999999;
    box-sizing: border-box;
    padding-bottom: 1.9em;
    position: relative;
    height: 9em;
}
#ship .input-msg > textarea{
    border: none;
    outline: none;
    font-size: 0.83em;
    padding-left: 1.5em;
    padding-top: 1.5em;
    padding-right: 1em;
    /*height: 6.5em;*/
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    resize: none;
}

#ship .input-tip{
    position: absolute;
    right: 0.8em;
    bottom: 0.65em;
    display: flex;
}
#ship .world-count{
    margin-right: 1em;
}
#ship .world-count >span{
    font-size: 0.83em;
    font-weight: 500;
    color: #999999;
}
#ship .file-link{
    background-image: url("../images/img/file-link.png");
    width: 1.1em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 1em;
    margin-top: 0.1em;
}
#ship .submit-line{
    margin-right: auto;
    margin-left: auto;
    width: 79%;
    margin-top: 1em;
}

/*-----------------商务合作-----------------*/
#cooperation{
    position: fixed;
    width: 50em;
    height: 40em;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 3em;
    overflow: hidden;
    box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.11);
    display: none;
    z-index: 200;
}
#cooperation .close{
    width: 4.48em;
    height: 2.14em;
    background-color: #3C3C3C;
    position: absolute;
    right: -1em;
    top: 0;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    cursor: pointer;
}
#cooperation .close > img{
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    width: 1.2em;
    margin-left: 1.45em;
    margin-top: 0.4em;

}
#cooperation .title{
    margin-top: 2.3em;
    margin-left: 5.3em;
}
#cooperation .title > span{
    font-size: 1.67em;
    font-weight: 500;
    line-height: 2.34em;
}
#cooperation .des{
    width: 41em;
    margin-top: 0.3em;
    margin-left: 5.3em;
}
#cooperation .des > span{
    font-size: 1.04em;
    font-weight: 400;
    color: #999999;
}

#cooperation .input-list{
    width: 79%;
    margin: 0 auto;
    margin-top: 2.8em;
}
#cooperation .input-row{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#cooperation .input-list input{
    border: none;
    outline: none;
    width:22em;
    font-size: 0.83em;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #999999;
    background-color: white;
}
#cooperation .input-list select{
    border: none;
    outline: none;
}

#cooperation .input-row:first-child,  #cooperation .input-row:nth-child(2){
    margin-bottom: 2em;
}

.type-select:after{
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/img/across-down.png");
    background-size: 100% auto;
    width: 1em;
    height: 0.5em;
    right: 0;
    top: 0.5em;
}
#cooperation .select-down{
    border-left: #3C3C3C solid 1px;
    border-bottom: #3C3C3C solid 1px;
    border-right: #3C3C3C solid 1px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 101;
    background-color: white;
}
#cooperation .select-item > span{
    font-size: 0.8em;
}
#cooperation .select-item{
    padding-left: 0.5em;
    line-height: 1.5em;
    cursor: pointer;
}
#cooperation .select-item:hover{
    background-color: rgb(240,240,240);
}
#cooperation .input-msg{
    margin: 0 auto;
    width: 79%;
    margin-top: 1.5em;
    border:  1px solid #999999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 1.9em;
    position: relative;
    height: 9em;
}
#cooperation .input-msg > textarea{
    border: none;
    outline: none;
    font-size: 0.83em;
    padding-left: 1.5em;
    padding-top: 1.5em;
    padding-right: 1em;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    resize: none;
}

#cooperation .input-tip{
    position: absolute;
    right: 0.8em;
    bottom: 0.65em;
    display: flex;
}
#cooperation .world-count{
    margin-right: 1em;
}
#cooperation .world-count >span{
    font-size: 0.83em;
    font-weight: 500;
    color: #999999;
}
#cooperation .file-link{
    background-image: url("../images/img/file-link.png");
    width: 1.1em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 1em;
    margin-top: 0.1em;
}
#cooperation .submit-line{
    margin-right: auto;
    margin-left: auto;
    width: 79%;
    margin-top: 1em;
}

/*-------------------------意见反馈------------------------------*/

#feedback{
    position: fixed;
    width: 50em;
    height: 36.5em;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 4em;
    overflow: hidden;
    box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.11);
    display: none;
    z-index: 200;
}
#feedback .close{
    width: 4.48em;
    height: 2.14em;
    background-color: #3C3C3C;
    position: absolute;
    right: -1em;
    top: 0;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    cursor: pointer;
}
#feedback .close > img{
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    width: 1.2em;
    margin-left: 1.45em;
    margin-top: 0.4em;

}
#feedback .title{
    margin-top: 2.3em;
    margin-left: 5.3em;
}
#feedback .title > span{
    font-size: 1.67em;
    font-weight: 500;
    line-height: 2.34em;
}
#feedback .des{
    width: 41em;
    margin-top: 0.3em;
    margin-left: 5.3em;
}
#feedback .des > span{
    font-size: 1.04em;
    font-weight: 400;
    color: #999999;
}

#feedback .input-list{
    width: 79%;
    margin: 0 auto;
    margin-top: 2.8em;
}
#feedback .input-row{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#feedback .input-list input{
    border: none;
    outline: none;
    width:22em;
    font-size: 0.83em;
    padding-bottom: 1.25em;
    border-bottom:  1px solid #999999;
    background-color: white;
}
#feedback .input-list select{
    border: none;
    outline: none;
}

#feedback .input-row:first-child,  #feedback .input-row:nth-child(2){
    margin-bottom: 2em;
}

.type-select:after{
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/img/across-down.png");
    background-size: 100% auto;
    width: 1em;
    height: 0.5em;
    right: 0;
    top: 0.5em;
}
#feedback .select-down{
    border-left: #3C3C3C solid 1px;
    border-bottom: #3C3C3C solid 1px;
    border-right: #3C3C3C solid 1px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 101;
    background-color: white;
}
#feedback .select-item > span{
    font-size: 0.8em;
}
#feedback .select-item{
    padding-left: 0.5em;
    line-height: 1.5em;
    cursor: pointer;
}
#feedback .select-item:hover{
    background-color: rgb(240,240,240);
}
#feedback .input-msg{
    margin: 0 auto;
    width: 79%;
    margin-top: 1.5em;
    border: 1px solid #999999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 1.9em;
    position: relative;
    height: 9em;
}
#feedback .input-msg > textarea{
    border: none;
    outline: none;
    font-size: 0.83em;
    padding-left: 1.5em;
    padding-top: 1.5em;
    padding-right: 1em;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    resize: none;
}

#feedback .input-tip{
    position: absolute;
    right: 0.8em;
    bottom: 0.65em;
    display: flex;
}
#feedback .world-count{
    margin-right: 1em;
}
#feedback .world-count >span{
    font-size: 0.83em;
    font-weight: 500;
    color: #999999;
}
#feedback .file-link{
    background-image: url("../images/img/file-link.png");
    width: 1.1em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 1em;
    margin-top: 0.1em;
}
#feedback .submit-line{
    margin-right: auto;
    margin-left: auto;
    width: 79%;
    margin-top: 1em;
}

#tip .close{
    width: 3.44em;
    height: 1.77em;
    background-color: #3C3C3C;
    position: absolute;
    right: -0.8em;
    top: 0;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
}
#tip{
    position: fixed;
    width: 24.5em;
    height: 14.4em;
    background-color: white;
    left: 50%;
    top: 12.7em;
    transform:  translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.11);
    overflow: hidden;
    display: none;
}
#tip .close > img{
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    width: 0.83em;
    margin-left: 1em;
    margin-top: 0.4em;

}
#tip .upload-success{
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
    margin-top: 2.5em;
}
#tip .title, #tip .des{
    text-align: center;
}
#tip .des{
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 22em;
}
#tip .title{
    margin-top: 0.5em;
}
#tip .title > span{
    font-size: 1.46em;
    font-weight: 500;
    line-height: 2.08em;
}
#tip .des > span{
    font-size: 0.83em;
    font-weight: 400;
    color: #999999;
    line-height: 1.67em;
}
.close{
    cursor: pointer;
}



@media screen  and (max-width: 1500px){
    #ship,#cooperation,#feedback{
        font-size:15px ;
    }
}
@media screen  and (max-width: 1200px) {
    body{
        width: 1200px;
        font-size: 12px;
    }
    html{
        overflow-x: scroll;
    }
}