header {
    background: #009f69 !important;
}
.selected {}
/*导航*/
nav {
    background: #009f69;
    padding: 0px 4% 5px;
}

nav a {
    color: #fff;
    font-size: 1.65rem;
    margin-right: 0;
    display: inline-block;
    margin: 3px 0 0;
    width: 24% !important;
    text-align: center;
}

nav a:nth-child(3), nav a:nth-child(7) {
    /* width: 20%; */
}

.nav-a {
    width: 23%;
}
.nav-a:nth-child(1) {
    width: 11.111%;
}

header, nav{background: unset;}
.logo{
    width: 36%;
    margin-bottom: 0;
}
.dlTop{
    background: linear-gradient(to bottom, #009f69, #fff);
}
.dlTopBg{}
.dlNav a img{
    width: 35px;
    margin: 0 auto;
}

.nav-list{
    display: flex;
    justify-content: space-between;
}
.nav-a{
    margin-right: 4%;
}
#nav .bar{
    width: 10.111%;
}
#nav .bar .color{
    background: #009966;
}

.banner .swiper-pagination-bullet-active {
    background-color: #009966;
}

.celeb .swiper-pagination-fraction{
    color: #009966;
}
.celeb .pagPage span{
    color: #009966;
}

.pro_L ul li:nth-child(1) span{
    background: url(https://gtimg.in-en.com/mobile_rev/huanbao/images/yp1.png) no-repeat center;
    background-size: 28px;
}
.pro_L ul li:nth-child(2) span{
    background: url(https://gtimg.in-en.com/mobile_rev/huanbao/images/yp2.png) no-repeat center;
    background-size: 28px;
}
.pro_L ul li:nth-child(3) span{
    background: url(https://gtimg.in-en.com/mobile_rev/huanbao/images/yp3.png) no-repeat center;
    background-size: 31px;
}

.pro_L ul li.pro_L_on p{
    color: #009966;
}
.pro_L ul li.pro_L_on:nth-child(1) span{
    background: url(https://gtimg.in-en.com/mobile_rev/huanbao/images/yp1-1.png) no-repeat center;
    background-size: 28px;
}
.pro_L ul li.pro_L_on:nth-child(2) span{
    background: url(https://gtimg.in-en.com/mobile_rev/huanbao/images/yp2-1.png) no-repeat center;
    background-size: 28px;
}
.pro_L ul li.pro_L_on:nth-child(3) span{
    background: url(https://gtimg.in-en.com/mobile_rev/huanbao/images/yp3-1.png) no-repeat center;
    background-size: 31px;
}
.pro .swiper-pagination .swiper-pagination-bullet-active{
    background: #009966;
}

/*页面css*/
.adbox{width:100%;position: relative;padding: 11px 0 5px;background: #f3f3f3;}
.adbox span{position: absolute;bottom: 8px;right:3px;border: 1px solid #696969;background: rgba(0,0,0,.42);color: #909090;border-radius: 3px;z-index: 99;padding: 0 4px;line-height: 16px;}
