body{
    padding-top: 0;
    overflow-x: auto;
    --main-color: #26A73C;
}
.index-banner{
    width: 100%;
    min-width: 1200px;
    height: 670px;
    background-image: url("/static/v2/img/index_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.roll-main{
    position: relative;
    top: 75px;
    transform: skewY(-3deg);

}
.roll-main .item{
    width: 80%;
    margin: 0 auto;
}

.arrow{
    position: absolute;
    left: 50%;
    bottom: 108px;
    cursor: pointer;
    border: none;
    transform: translateX(292px);
}

.arrow div{
    display: inline-block;
    color: #fff;
    margin-left: 30px;
    border: none;
    outline: none;

}
.arrow div:hover > i{
    color: #26A73C;
}

.arrow div i{
    color: #fff;
    font-size: 30px;
    border: none;
}

.banner-about{
    color: #fff;
    width: 1000px;
    position: absolute;
    bottom: -88px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-about-main{
    float:left;
    width: 765px;
}

.banner-about-img{
    float:left;
    padding-top: 8px;
    margin-right: 10px;
    width: 200px;
}
.banner-about-img img{
    width: 100%;
}

.banner-about .p1{
    font-size: 18px;

}
.banner-about .p2{
    font-size: 14px;
    margin-top: 15px;
}


.ensure{
    width: 100%;
    height: 96px;
    background: #D9F1DD;
    display: flex;
}

.ensure-main{
    width: 1015px;
    margin: 0 auto;
    position: relative;

}

.ensure-right{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.ensure-item{
    float:left;
    display: flex;
    margin-right: 60px;
}

.ensure-item .ensure-icon-box{
    float:left;
    align-self: center;
}

.ensure-item p{
    float:left;
    align-self: center;
    color: #26A73C;
    font-size: 14px;
    margin-left: 10px;
}

.full{
    width: 100%;
    position: relative;
}

.full .full-back{
    width: 594px;
    height: 610px;
    position: absolute;
    background-image: url("/static/v2/img/f.jpg");
    background-repeat: no-repeat;
    background-size: cover;

}

.full .d1{
    top: 300px;
    right: 14px;
}

.full .d2{
    bottom: 600px;
    left: 14px;
}

.shop{
    width: 1200px;
    margin: 0 auto;
    margin-top: 56px;
    position: relative;
    z-index: 5;
}
.shop-mode{
    text-align: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.shop-mode .shop-logo{
    width: 157px;
    height: 48px;
}

.shop-mode .shop-title{
    font-size: 26px;
    font-weight: 500;
    color: #0A0A0A;
}
.product-row-last{
    margin-bottom: 50px;
    position: relative;
}
.product-row-last .more-suits{
    width: 360px;
    height: 280px;
    line-height: 280px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
}


.product-row .item{
    width: 100%;
    border-radius: 20px;
    padding: 30px;
}
.product-row .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.product-img-box{
    width: 100%;
    overflow: hidden;

}
.product-row .shop-img{
    width: 100%;
    margin-bottom: 14px;
}

.product-row .p-title{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.product-row .spec{
    font-size: 13px;
    color: #808080;
    text-indent: -6px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-row .oub{
    position: relative;
}
.product-row .price{
    float:left;
}

.product-row .r-price{
    font-size: 20px;
    font-weight: 700;
    color: #ff1924;
}
.product-row .r-price .twd{
    font-size: 12px;
    margin-right: 4px;
}

.product-row .s-price{
    color: #808080;
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 500;
}

.shopping-btn{
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #26A73C;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    display: inline-block;
    float:right;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);

}

.product-row .packing{
    font-size: 14px;
    color: #208B3B;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}


.effect{
    position: relative;
    height: 596px;
}

.effect .effect-backdrop{
    height: 520px;
    width: 100%;
    background-image: url("/static/v2/img/b4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
}
.effect-news{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    width: -moz-fit-content;
}
.effect-news .item{
    width: 256px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    float:left;
    margin-left: 1px;
    position: relative;
}
.effect-news .item:hover{
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.effect-news .item:hover > .effect-img-box .effect-cover{
    /*opacity: 0;*/
    color: #26A73C;
}

.effect-img-box{
    position: relative;
}

.effect-cover{
    position: absolute;
    left: 0;
    width: 100%;
    height: 208px;
    line-height: 208px;
    display: inline-block;
    /*background: rgba(0,0,0,0.6);*/
    background: rgba(8,30,10,0.8);
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.effect-news .item .effect-title{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    background: #FFFFFF;
    height: 72px;
    position: relative;
}

.effect-news .item img{
    width: 100%;
    height: 208px;
}

.effect-news .item .effect-title a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}

.experience{
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 682px;
}

.experience .experience-backdrop{
    height: 600px;
    width: 60%;
    min-width: 880px;
    background-image: url("/static/v2/img/b5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
}


.experience-backdrop-title{
    width: 250px;
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 28px;
    text-align: right;
    font-weight: 500;
    /*background: linear-gradient(to right, transparent,transparent,#008C18);*/
    background-image: linear-gradient(to right,rgba(255,255,255,0),#008C18,#008C18,#008C18,#008C18);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
}
.experience-backdrop-title a{
    color: #fff;
}

.experience-shade{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0px;
    left: 44%;
}

.experience-news{
    width: 680px;
    height: 445px;

    background-color: #fff;
  /*  box-shadow: 0px -9px 20px 0px rgba(0, 0, 0, 0.1);*/

    z-index: 1;
}

.experience-news .experience-img-box{
    position: relative;
    width: 110px;
    height: 90px;
    margin-left: 20px;
}

.experience .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 90px;
    display: inline-block;
    left: 0;
    text-align: center;
    font-size: 20px;
    background: rgba(8,30,10,0.8);
    color: #fff;

}

.experience-news img{
    width: 100%;
    height: 100%;
    float:left;

}


.experience-news .info{
    float:left;
    width: 500px;
    margin-left: 30px;
}

.experience-news .item{
    display: flex;
    /*margin-top: 10px;*/
    padding-top: 10px;
 /*   margin-bottom: 10px;*/
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    background: #fff;
}
.experience-news .item:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 3;
}
.experience-news .item:hover > .experience-img-box .cover{
    /*opacity: 0;*/
    color: #26A73C;
}

.experience-news .info{
    align-self: center;
}
.experience-title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;

}

.experience-desc{
    font-size: 14px;
    height: 37px;
    overflow: hidden;
    color: #999;
}

.experience-more{

    z-index: 2;
    height: 81px;
    line-height: 81px;
    text-align: center;
    background: #fff;
    width: 680px;
    /*box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);*/
    font-size: 14px;
}



.sex{
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 682px;
    margin-bottom: 100px;
}

.sex .sex-backdrop{
    height: 600px;
    width: 60%;
    min-width: 880px;
    background-image: url("/static/v2/img/b6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
}

.sex-backdrop-title{
    width: 250px;
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 28px;
    text-align: left;
    font-weight: 500;

    background-image: linear-gradient(to left,rgba(255,255,255,0),#008C18,#008C18,#008C18,#008C18);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}
.sex-backdrop-title a{
    color: #fff;
}

.sex-shade{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0px;
    right: 44%;
}

.sex-news{
    width: 680px;
    height: 445px;
    background-color: #fff;
    box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.1);

}
.sex-news .sex-img-box{
    position: relative;
    width: 110px;
    height: 90px;
    margin-left: 20px;
}

.sex .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 90px;
    display: inline-block;
    left: 0;
    text-align: center;
    font-size: 20px;
    background: rgba(8,30,10,0.8);
    color: #fff;

}

.sex-news img{
    width: 100%;
    height: 100%;
    float:left;

}

.sex-news .info{
    float:left;
    width: 500px;
    margin-left: 30px;
}

.sex-news .item{
    display: flex;
   /* margin-top: 10px;*/
    padding-top: 10px;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    background: #fff;
}
.sex-news .item:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 3;
}
.sex-news .item:hover > .sex-img-box .cover{
    /*opacity: 0;*/
    color: #26A73C;
}

.sex-news .info{
    align-self: center;
}
.sex-title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;

}

.sex-desc{
    font-size: 14px;
    height: 37px;
    overflow: hidden;
    color: #999;
}

.sex-more{

    height: 81px;
    line-height: 81px;
    text-align: center;
    background: #fff;
    width: 680px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}


.rendering{
    transition: 1s;
}

.rendering:hover{
    background: #f4fff8;
}
