


/* 优势 */
.advantage {
    width: 100%;
    margin-top: 0.6rem;
}
.advantage .texts {
    width: 12rem;
    margin: 0 auto;
    font-size: 0.16rem;
    color: #494949;
    line-height: 0.32rem;
    text-align: center;
}
.advantage .dplayer {
    width: 12rem;
    height: 6.74rem;
    margin: 0.86rem auto 0;
}


/* 全球布局 */
.global {
    width: 100%;
    margin-top: 0.45rem;
}
.global .g_img {
    width: 100%;
    height: 7.52rem;
}
.global .g_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.global .instruction {
    margin-top: 1.3rem;
}
.global .instruction .item {
    margin-top: 0.5rem;
    padding-bottom: 0.44rem;
    border-bottom: 0.01rem solid #DDDDDD;
}
.global .instruction .item:first-child {
    margin-top: 0;
}
.global .instruction .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.global .instruction .title {
    position: relative;
    height: 0.5rem;
    padding-left: 0.38rem;
    font-size: 0.36rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.5rem;
}
.global .instruction .title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.15rem;
    height: 0.5rem;
    background-color: #D61428;
}
.global .instruction .explain {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.global img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




/* 合作客户 */
.cooperate {
    width: 100%;
    margin-top: 0.45rem;
    display: flex;
    flex-wrap: wrap;
}
.cooperate .item {
    width: 2.36rem;
    height: 1.36rem;
    margin-top: 0.5rem;
    margin-right: 0.16rem;
    border: 0.01rem solid #DDDDDD;
}
.cooperate .item:nth-child(-n+6) {
    margin-top: 0;
}
.cooperate .item:nth-child(6n) {
    margin-right: 0;
}



/* 在线留言 */
.online {
    width: 14rem;
    margin: 1.06rem auto 0;
    display: flex;
    justify-content: space-between;
}
.contact {
    width: 5.2rem;
}
.contact .tip {
    margin-top: 0.4rem;
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #D61428;
}
.contact .info {
    margin-top: 0.4rem;
    padding: 0.15rem 0;
    border-top: 0.01rem solid #FFD8C5;
    border-bottom: 0.01rem solid #FFD8C5;
    display: flex;
}
.contact .info .item {
    flex: 1;
    font-family: PingFang SC, PingFang SC;
}
.contact .info .t1 {
    font-size: 0.14rem;
    color: #494949;
}
.contact .info .t2 {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #222222;
    font-weight: bold;
}
.formbox {
    width: 7.75rem;
}
.formbox input {
    display: block;
    width: 100%;
    height: 0.48rem;
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    background: #FAFAFA;
    border: none;
    outline: none;
}
.formbox input::placeholder {
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #494949;
}
.formbox .twobox {
    display: flex;
    justify-content: space-between;
}
.formbox .twobox input {
    width: 3.8rem;
}
.formbox textarea {
    display: block;
    width: 100%;
    height: 1.44rem;
    margin-bottom: 0.2rem;
    padding: 0.15rem 0.2rem;
    background: #FAFAFA;
    border: none;
    outline: none;
    resize: none;
}
.formbox textarea::placeholder {
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #494949;
}
.formbox .sub_btn {
    width: 1.44rem;
    height: 0.48rem;
    background: #D61428;
    border-radius: 0.02rem;
    border: none;
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}
.formbox .sub_btn:hover {
    background: #cf4a58;
}



@media only screen and (max-width: 1520px) {
    /* 客户说字体有点小，看不清了，所以先适配一下字体，在1500px以下，字体设置成固定大小 */
    .global .instruction .explain,
    .global .instruction .explain p,
    .contact .tip,
    .contact .info .t1,
    .contact .info .t2,
    .formbox input,
    .formbox input::placeholder,
    .formbox textarea,
    .formbox textarea::placeholder {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px){
    .global .instruction{
        width: 94%;
        margin: 0 auto;
        margin-top: 20px;
    }.global .instruction .title{
        font-size: 16px;
    }.cooperate{
        width: 94%;
        margin: 0 auto;
    }.cooperate .item{
        width: 30%;
        margin-right:10px;
        margin-top: 10px;
    }.cooperate .item:nth-child(-n+6){
        margin-bottom: 10px;
    }.online{
        width: 94%;
        margin: 0 auto;
        flex-direction: column;
    }.contact{
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }.formbox{
        width: 100%;
    }.formbox .twobox{
            flex-wrap: wrap;
    }
    .formbox .twobox input{
        width: 100%;
    }.formbox .sub_btn{
        font-size: 14px;
    }
}



