.sale-item02-pic{
    margin: 0 auto;
    margin-top: 60px;
    border: 4px solid rgba(198,193,193,0.2);
    border-top: 18px solid rgba(198,193,193,0.2);
    border-radius: 5px 5px 0 0;
    width: 100%;
    position: relative;
    opacity: 0;
    
    
    box-sizing: border-box;
}
.sale-item02-pic div {
    position: absolute;
    top: -20px;
    left: 0px;
}
.sale-item02-pic div span {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: rgba(255,255,255,0.7);
    position: relative;
    top: 1px;
    color: #20ad65;
    background: white;
    
    
}



.sale-banner{
    width: 100%;
    padding-bottom: 100px;
    background: url(../img/sale-banner.svg) no-repeat bottom,linear-gradient(to bottom,#20ad65,#21796a);
    background-size: 100% auto;
}
.sale-banner-top{
    padding-top: 50px;
    color: #fff;
    margin-bottom: 16px;
}
.sale-banner-top i{
    display: inline-block;
    width: 34px;
    height: 2px;
    background-color: #fff;
    margin-right: 10px;
    position: relative;
    top: -5px;
}
.sale-banner-top span{
    font-size: 16px;
}
.sale-banner-title{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 22px;
}
.sale-banner-desc{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 20px 0;
}
.sale-banner-btn{
    width: 145px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #20ad65;
    color: #fff;
    font-size: 14px;
    border-radius: 22px;
    margin-top: 45px;
    cursor: pointer;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.sale-banner-btn:active{
    background-color: #fff;
    color: #20ad65;
}
.sale-item01-btn{
    width: 46px;
    height: 46px;
    border-radius: 100%;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    text-align: center;
    line-height: 46px;
    color: rgb(32, 173, 101,.5);
    background-color: #fff;
    font-size: 20px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    font-weight: normal;
}
.sale-item01-btn.left{
    margin-left: 60px;
}
.sale-item01-btn.right{
    margin-right: 60px;
}
.sale-item01-btn:active{ 
    color: rgb(32, 173, 101,1);
}
.sale-item01-main{
    padding-top: 50px;
}
.sale-item01-mainarea{
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    overflow: hidden;
    position: relative;
}
.sale-item01{
    margin-bottom: 50px;
    z-index: 999;
}

.sale-item01-content{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    visibility: hidden;
}
.sale-item01-content.active{
    position:static;
    opacity: 1;
    visibility: visible;
    transition: all .3s .2s;
    -o-transition: all .3s .2s;
    -ms-transition: all .3s .2s;
    -moz-transition: all .3s .2s;
    -webkit-transition: all .3s .2s;
}
.sale-item01-content .pic{
    width: 100%;
    height: auto;
}
.sale-item01-content .pic img{
    width: 100%;
    height: 100%;
}
.sale-item01-content .desc{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.sale-item01-content .desc-title{
    font-weight: 500;
    color: #4d4d4d;
    margin: 10px 0;
    font-size: 21px;
}
.sale-item01-content .desc-p01{
    font-weight: 700;
    color: #4d4d4d;
    font-size: 14px;
}
.sale-item01-content .desc-p02{
    color: #666;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sale-item01-content .desc-tips-item{
    margin-right: 20px;
    margin-bottom: 15px;
}
.sale-item01-content .desc-tips-item i{
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: -3px;
    margin-right: 3px;
}
.sale-item01-content .desc-tips-item i img{
    width: 24px;
    height: 24px;
}
.sale-item01-content .desc-tips-item span{
    font-size: 15px;
    color: #666;
}
.sale-item01-content .desc-btn{
    margin-top: 25px;
    width: 205px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: #20ad65;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}
.sale-item01-content .desc-btn:active{
    background-color: #08723c;
}
.sale-item01-btns{
    padding-bottom: 20px;
    margin-top: 20px;
}
.sale-item01-dots{
    text-align: center;
    padding-top: 16px;
    margin-left: 126px;
    margin-right:126px;
}
.sale-item01-dots span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #e6e6e6;
    margin: 0 2px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}
.sale-item01-dots span.active{
    background-color: #20ad65;
    border-color: #20ad65;
}
.sale-item02{
    text-align: center;
    padding: 60px 0;
}
.sale-item02 h1{
    font-size: 32px;
    color: #3C3F40;
}
.sale-item02 p{
    font-size: 20px;
    line-height: 30px;
    margin: 16px auto;
    color: #3C3F40;
}
.sale-item02 img{
    width: 100%;
    height: auto;
   
    
}

.sale-item02.ani .sale-item02-pic{
    opacity: 1; 
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
}
.sale-item03{
    
    padding: 60px 0;
}
.sale-item03 h1{
    font-size: 32px;
    color: #3C3F40;
    text-align: center; 
}
.sale-item03 li{
    float: left;
    width: 100%;
    background: #FFF;
    border: 1px solid #F5F6F6;
    -webkit-box-shadow: 0 6px 20px 0 rgba(60,63,64,0.07);
    box-shadow: 0 6px 20px 0 rgba(60,63,64,0.07);
    box-sizing: border-box;
    margin-top: 50px;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
}

.sale-item03 li.ani{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
}
.sale-item03 li:last-child{
    margin-right: 0;
}
.sale-item03 .li-top{
    width: 100%;
    height: 105px;
    text-align: center;
    line-height: 105px;
    background-color: #20ad65;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sale-item03 .li-icon{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    background-color: #213e4c;
    color: #fff;
    font-size: 24px;
    margin-top: -40px; 
    margin-bottom: 20px;
}
.li-icon i{
	position: relative;
	left: 1px;
	}
.sale-item03 .li-content{
    padding: 25px 35px;
}
.sale-item03 .li-content h2{
    font-size: 20px;
    font-weight: 500;
    color: #3C3F40;

}
.sale-item03 .li-content p{
    font-size: 16px;
    color: #8A8C8B;
    line-height: 23px;
    margin-top: 6px;
    margin-bottom: 28px;
    
}
.sale-item04{
    width: 100%;
    padding: 60px 0;
     background-image: -ms-radial-gradient(right center, ellipse farthest-side, #008b44 0%, #21796a 90%);
    background-image: -moz-radial-gradient(right center, ellipse farthest-side, #20ad65 0%, #21796a 90%);
    background-image: -o-radial-gradient(right center, ellipse farthest-side, #20ad65 0%, #21796a 90%);
    background-image: -webkit-gradient(radial, right center, 0, right center, 515, color-stop(0, #20ad65), color-stop(90, #21796a));
    background-image: -webkit-radial-gradient(right center, ellipse farthest-side, #20ad65 0%, #21796a 90%);
    background-image: radial-gradient(ellipse farthest-side at right center, #7acea3 0%, #046e38 90%);
    
}
.sale-item04-content01-top .icon{
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #20ad65;
    border-radius: 50%;
    -webkit-box-shadow: 7px 8px 31px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 7px 8px 31px 1px rgba(0,0,0,0.25);
    box-shadow: 7px 8px 31px 1px rgba(0,0,0,0.25);
    font-size: 40px;
    margin: 0 auto;
}
.sale-item04-content01-top .icon i{
    transform: rotate(-720deg);
    -webkit-transform: rotate(-720deg);
    -ms-transform: rotate(-720deg);
}
.sale-item04-content01-top.ani .icon i{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 1.7s ease,-webkit-transform 1.7s ease;
    transition: opacity 1.7s ease,-webkit-transform 1.7s ease;
    transition: transform 1.7s ease,opacity 1.7s ease;
    transition: transform 1.7s ease,opacity 1.7s ease,-webkit-transform 1.7s ease;
}
.sale-item04-content01-top .desc{
    padding-top: 30px;
    text-align: center;
}
.sale-item04-content01-top .desc h2{
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    color: #fff;
    
}
.sale-item04-content01-top .desc h1{
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 25px;
    letter-spacing: 0.75px;
}
.sale-item04-content01-top .desc p{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
}

.sale-item04-content01-main{
    margin-top: 50px;
}
.sale-item04-content01-main svg {
    opacity: 0;
    background-image: url(../img/sale-pic05.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sale-item04-content01-main.ani svg{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
}
.sale-item04-content02-main{
    margin: 50px 0;
}
.sale-item04-content02-main h1{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
}
.sale-item04-content02-main i{
    margin-right: 15px;
    font-size: 20px;
}
.sale-item04-content02-main p{
    font-size: 16px;
    line-height: 24px;
    opacity: 0.6;
    color: #fff;
    margin-top: 16px;
}
.sale-item04-content03-main{
    margin: 50px 0;
}
.sale-item04-content03-main h1{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
}
.sale-item04-content03-main i{
    margin-right: 15px;
    font-size: 20px;
}
.sale-item04-content03-main img{
    width: 100%;
    height: auto;
    margin-top: 10px;
    opacity: 0;
    
}
.sale-item04-content03-main.ani img{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
}





