body,html{position: relative; background: #fff;}
*{font-family: OPPOSans2,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif !important;}
section img{display: block;}
.aclear{clear: both;}
.dryer-header{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.dryer-header img.main{
    width: 100%;margin:0 auto;
}
.dryer-header .logo{
    position: absolute; top: 50%; width: 350px;right: calc(50% - 600px);transform: translateY(-50%);}
.dryer-header .logo img.pro{max-width: 70%;margin-top: 12px;}
.dryer-header .logo h2{font-size: 30px;color: #333;}
.dryer-header .desc{margin-top: 20px;}
.dryer-header .desc p{font-size: 60px;line-height: 1.4;margin-top: 15px;font-weight: bold;display: block;color: #333;}
.dryer-header .logo .button{}
.dryer-header .logo .button a{
    width: 110px;
    height: 34px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #333;
    text-indent: 6px;
    display: flex;
    justify-content:center;
    align-items:center;
    margin: 15px 0 0;
}
.dryer-header .logo .button a em{
    width: 70px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    font-style: normal;
    float: left;
    color: #333;
    text-align: left;
}
.dryer-header .logo .button a span{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/play-icon.png) no-repeat center center;
    background-size: cover;
    float: left;
}


.advantage{margin-top: 100px;}
.advantage .main{width: 1200px;margin: 0 auto;}
.adv-content{
    padding-bottom: 80px;
}
.adv-content .block-title{
    font-size: 50px;
    text-align: center;
    margin: 50px auto 30px;
    font-weight: bold;
}
.adv-content .block-title span{
    color: #00A28A;
}
.adv-content .grid-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    width: calc(100% - 20px);
    margin: auto;
}
.adv-content .grid-item {
    position: relative;
    overflow: hidden;

}
.adv-content .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.adv-content .overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    color: #333;
    z-index: 2;
    pointer-events: none;
}

.adv-content .overlay .content.last {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.adv-content .overlay h4 {
    margin: 0;
    font-size: 22px;
    color: #00A088;
}
.adv-content .overlay p {
    margin-top: 8px;
    font-size: 16px;
}
.adv-content .small {
    grid-column: span 2;
}

.adv-content .narrow {
    grid-column: span 2;
}

.adv-content .wide {
    grid-column: span 4;
}


.per-item{
    padding: 60px 0;
}
.per-item .main{
    width: 1200px;
    margin: 0 auto;
}
.per-item .main .title{
    text-align: center;
}
.per-item .main .title h3{
    font-size: 50px;
}
.per-item .main .title h3 span{
    color: #00A088;
}
.per-item .main .title h4{
    font-size: 34px;margin-top: 40px;
}
.per-item .main .title p{
    font-size: 20px;
    margin-top: 20px;
}
.per-item .main .img{
    margin-top: 30px;
}
.per-item .main .img img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.per-item .main .img.position{
    position: relative;
}
.per-item .main .img.position ul.two-top{
    width: 80%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 10%;
    top: 50px;
}
.per-item .main .img.position ul.two-top li{
    width: 50%;
    text-align: center;
    font-size: 18px;
    color: rgba(0,0,0,.6);
}

.per-item .main .t-parts{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.per-item .main .t-parts .part{
    width: calc(50% - 10px);
    position: relative;
}
.per-item .main .t-parts .part img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.per-item .main .t-parts .part .text{
    position: absolute;
    left: 30px;
    bottom: 20px;
}
.per-item .main .t-parts .part .text h5{
    font-size: 20px;
    color: #fff;
}
.per-item .main .t-parts .part .text p{
    font-size: 18px;
    color: #fff;
    margin-top: 8px;
}

.per-item .main .img.position ul.four-center{
    width: 80%;
    display: flex;
    height: 50%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    flex-wrap: wrap;
    left: 10%;
    top: 25%;
}
.per-item .main .img.position ul.four-center li{
    width: 50%;
    text-align: center;
    font-size: 18px;
    color: rgba(0,0,0,.6);
}
.per-item .main .img.position ul.four-center li h5{font-size: 16px;color: #666;}
.per-item .main .img.position ul.four-center li p{font-size: 16px;color: #000;margin-top: 12px;}
.per-item .main .img.position ul.four-center li p strong{font-size: 40px;}

.per-item .main .img.position ul.three-bottom{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 25%;
    bottom: 30px;
}
.per-item .main .img.position ul.three-bottom li{
    width: 32%;
    text-align: center;
}
.per-item .main .img.position ul.three-bottom li img{display: block;width: 100%;border-radius: 15px;}

.per-item .main .img.position ul.three-bottom.vtext{
    width: 86%;
    bottom: 80px;
    left: 7%;
}
.per-item .main .img.position ul.three-bottom.vtext li{
    width: 32%;
    position: relative;
}
.per-item .main .img.position ul.three-bottom.vtext li .text{
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    text-align: left;
}
.per-item .main .img.position ul.three-bottom.vtext li .text h5{
    font-size: 20px;
}
.per-item .main .img.position ul.three-bottom.vtext li .text p{
    font-size: 18px;
    color: rgba(0,0,0,.6);
    margin-top: 10px;
    line-height: 1.3;
}

.per-item .compare{
    width: 60%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}
.per-item .compare .compare-item{
    width: 40%;
    text-align: center;
}
.per-item .compare .vs{
    width: 10%;
    text-align: center;
}
.per-item .compare .compare-item h3,.per-item .compare .vs h3{
    font-size: 24px;
    background: #EAEAEA;color: #9D9D9D;
    border-radius: 10px;
    padding: 10px 0;
    letter-spacing: 1px;
}
.per-item .compare .vs h3{background: none;color: #000;}
.per-item .compare .compare-item.our h3{
    color: #fff;background: #01A38B;
}
.per-item .compare .compare-item .c-text{
    margin-top: 40px;
}
.per-item .compare .compare-item .c-text p{
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #939393;
}
.per-item .compare .compare-item.our .c-text p{
    color: #333;
}
.per-item .compare .vs .line{
    width:1px;
    height: calc(100% - 70px);
    border-left: 1px dashed #ddd;
    margin: 20px auto 0;
}

.models{

}
.models .title{
    width: 1200px;
}
.models .title h2{
    text-align: center;
    font-size: 60px;
}
.models .imgs{
    position: relative;
    margin-top: 80px;
}
.models img.main{
    width: 100%;display: block;
}
.models .items{
    position: absolute;
    width: 600px;
    left: calc(50% - 600px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 80px;
}
.models .items .content{
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}
.models .items .item{
    display: block;width: 100%;
}
.models .items .item h3{
    background: #000;
    font-size: 22px;
    color: #fff;
    padding: 10px 0;
    width: 160px;
    border-radius: 100px;
    text-align: center;
}
.models .items .item ul{
    margin-top: 30px;
}
.models .items .item ul li{
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 18px;color: #AAAAAA;
    margin: 15px 0;
}
.models .items .item ul li img{
    width: 30px;

}

.smart{position: relative;}
.smart img{width: 100%;display: block;}
.smart .title{
    position: absolute;
    width: 1200px;
    left: calc(50% - 600px);
    top: 120px;
    text-align: center;
}
.smart .title h2{
    font-size: 60px;
}
.smart .title h2 span{color: #00A088;}
.smart .title p{
    color: #666;font-size: 20px;margin-top: 20px;
}
.smart ul{
    display: flex;
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    width: 300px;
    left: calc(50% - 350px);
    align-items: center;
    flex-wrap: wrap;
    gap: 100px;
}
.smart ul li p{
    font-size: 20px;
    color: #5C6B89;
}
.smart ul li h4{
    font-size: 40px;
    color: #000;
}

.per-item .main .img.position ul.air-items.vtext{
    width: 100%;
    left: unset;
    bottom: 0;
}
.per-item .main .img.position ul.air-items.vtext li{
    width: calc(50% - 10px);
}
.per-item .main .img.position ul.air-items.vtext li .text{
    width: 50%;
    left: 30px;
    bottom: 50px;
    font-size: 18px;
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.per-item .main .img.position ul.air-items.vtext li .text p{
    font-size: 20px;line-height: 1.4;
}

.per-item ul.scenes{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.per-item ul.scenes li{
    width: calc(25% - 10px);
    position: relative;
}
.per-item ul.scenes li img{
    display: block;
    width: 100%;
    border-radius: 15px;
}
.per-item ul.scenes li span{
    font-size: 18px;color: #fff;
    position: absolute;left: 25px;bottom: 25px;
}

/*#EAEBED*/
.params-content{background-image: -webkit-linear-gradient(top,#fff 10%,#EAEBED 100%);}
.params{width: 800px;margin: 0 auto;}
.params dl{padding: 15px 0;display: flex;justify-content: space-between;border-bottom: 1px solid rgba(0,0,0,.05);}
.params dl dt,.params dl dd{
    font-size: 20px;color: #333;
    font-weight: 500;
}
.params dl:nth-last-child(1){border-bottom: none;}
.bottom img.main{
    width: 100%;display: block;
}
/*==========================================*/
.popup-item{width: 100%;height: 100%;display: none;position: relative;}
.popup-item .shadow{
    width: 100%;
    height: 100%;
    background: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    overflow: hidden;
}
.popup-item .window{
    z-index: 100002;
    width: 1200px;
    height: 676px;position: fixed;
    margin-left: -600px;
    left: 50%;
    top: 50%;
    margin-top: -337px;
}
.popup-item .window video{
    max-width: 100%;
    margin:0 auto;
}
.popup-item .center{
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
}
.popup-item span{
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    z-index: 100002;
}

@media (max-width:1660px){

}
@media (min-width:1440px) and (max-width:1660px){

}
@media (max-width:1440px){

}
@media (max-width:1280px){
    .dryer-header .desc p,.adv-content .block-title,.per-item .main .title h3,.models .title h2,.smart .title h2{font-size: 48px;}
    .advantage .main,.per-item .main,.smart .title{width: 1000px;}
    .adv-content .overlay h4{font-size: 20px;}
    .adv-content .overlay p{margin-top: 5px;line-height: 1.2;}
    .per-item .main .img.position ul.three-bottom.vtext li .text p{font-size: 16px;line-height: 1.3;}
    .models .items,.smart .title{left: calc(50% - 500px);}
    .smart .title{top: 80px;}
    .smart ul{top: 70%;gap:50px;}
    .per-item .main .img.position ul.air-items.vtext li .text{bottom: 30px;}
}