.section{
    background: #8044e0;
}
.theme-block01{
    height: 600px;
    background: url("../images/theme-background01.jpg") center no-repeat;
}
.theme-block02{
    height: 600px;
    background: url("../images/theme-background02.jpg") center no-repeat;
}
.theme-title{
    text-align: center;
}
.theme-title h3{
    height: 50px;
    font-size: 0;
}
.theme-title p{
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
}
.theme-block02 .theme-title h3{
    background: url("../images/new-jiagou.png") center no-repeat;
}
.theme-block03{
    padding-bottom: 60px;
    position: relative;
}
.theme-ico-l,
.theme-ico-r{
    position: absolute;
    width: 175px;
    height: 175px;
    background: url("../images/theme-color-ico1.png") center no-repeat;
}
.theme-ico-l{
    left: 5%;
    top: 0;
}
.theme-ico-r{
    right: 5%;
    bottom: 0;
}
.theme-block03 .theme-title h3{
    background: url("../images/new-color.png") center no-repeat;
}
.skin-slide{
    width: 1000px;
    height: 617px;
    margin: 50px auto 0;
    background: url("../images/theme-block03.png") center no-repeat;
}
.skin-slide .bd{
    height: 391px;
    overflow: hidden;
}
.skin-slide .hd{
    padding-top: 60px;
    text-align: center;
    font-size: 0;
}
.skin-slide .hd li{
    color: #fff;
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.skin-slide .hd li.bg1{
    background: rgba(12,212,15,.5);
}
.skin-slide .hd li.bg2{
    background: rgba(42,154,250,.5);
}
.skin-slide .hd li.bg3{
    background: rgba(89,172,242,.5);
}
.skin-slide .hd li.bg4{
    background: rgba(20,195,248,.5);
}
.skin-slide .hd li.bg5{
    background: rgba(255,174,0,.5);
}
.skin-slide .hd li.bg6{
    background: rgba(255,116,151,.5);
}
.skin-slide .hd li.bg7{
    background: rgba(255,0,0,.5);
}
.skin-slide .hd li.bg8{
    background: rgba(145,3,221,.5);
}
.skin-slide .hd li:hover{
    -webkit-box-shadow: 2px 0 5px rgba(17,91,145,.2),-2px 0 5px rgba(17,91,145,.2),0 2px 5px rgba(17,91,145,.2),0 -2px 5px rgba(17,91,145,.2);
    -moz-box-shadow: 2px 0 5px rgba(17,91,145,.2),-2px 0 5px rgba(17,91,145,.2),0 2px 5px rgba(17,91,145,.2),0 -2px 5px rgba(17,91,145,.2);
    box-shadow: 2px 0 5px rgba(17,91,145,.2),-2px 0 5px rgba(17,91,145,.2),0 2px 5px rgba(17,91,145,.2),0 -2px 5px rgba(17,91,145,.2);
}
.skin-slide .hd li.bg1:hover{
    background: rgba(12,212,15,.8);
}
.skin-slide .hd li.bg2:hover{
    background: rgba(42,154,250,.8);
}
.skin-slide .hd li.bg3:hover{
    background: rgba(89,172,242,.8);
}
.skin-slide .hd li.bg4:hover{
    background: rgba(20,195,248,.8);
}
.skin-slide .hd li.bg5:hover{
    background: rgba(255,174,0,.8);
}
.skin-slide .hd li.bg6:hover{
    background: rgba(255,116,151,.8);
}
.skin-slide .hd li.bg7:hover{
    background: rgba(255,0,0,.8);
}
.skin-slide .hd li.bg8:hover{
    background: rgba(145,3,221,.8);
}
.skin-slide .hd li span{
    display: table-cell;
    width: 56px;
    height: 56px;
    vertical-align: middle;
}

.theme-block04{
    padding: 60px 0;
}
.theme-block04 .theme-title h3{
    background: url("../images/new-apply.png") center no-repeat;
}
.apply-item{
    width: 1200px;
    margin: 40px auto 0;
}
.apply-item li{
    float: left;
    width: 380px;
    margin-right: 30px;
}
.apply-item li.last{
    margin-right: 0;
}
.apply-item li .pic{
    display: block;
    width: 380px;
    height: 232px;
    overflow: hidden;
}
.apply-item li .pic img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.apply-item li .pic:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.apply-item li .nr{
    height: 32px;
    padding: 18px 15px;
    background: #fff;
}
.apply-item li .nr .bt{
    color: #666;
    float: left;
    width: 230px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 16px;
}
.apply-item li .nr .more-link{
    float: right;
    color: #999;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.apply-item li .nr .more-link:hover{
    color: #fb793f;
    border: 1px solid #fb793f;
}

.theme-block05{
    padding: 60px 0;
}
.theme-block05 .theme-title h3{
    background: url("../images/strong-tit.png") center no-repeat;
}


.theme-block06{
    padding: 60px 0;
}
.theme-block06 .theme-title h3{
    background: url("../images/new-sale.png") center no-repeat;
}

.theme-strong{
    width: 1200px;
    margin: 50px auto 0;
}
.theme-strong li{
    float: left;
    width: 190px;
    height: 298px;
    margin-right: 12px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: url("../images/border-bg.png") center no-repeat;
}
.theme-strong li:nth-child(1),
.theme-strong li:nth-child(2),
.theme-strong li:nth-child(3){
    -webkit-transform: perspective(400px) rotateY(45deg);
    -moz-transform: perspective(400px) rotateY(45deg);
    -ms-transform: perspective(400px) rotateY(45deg);
    -o-transform: perspective(400px) rotateY(45deg);
    transform: perspective(400px) rotateY(45deg);
}
.theme-strong li:nth-child(4),
.theme-strong li:nth-child(5),
.theme-strong li:nth-child(6){
    -webkit-transform: perspective(400px) rotateY(-45deg);
    -moz-transform: perspective(400px) rotateY(-45deg);
    -ms-transform: perspective(400px) rotateY(-45deg);
    -o-transform: perspective(400px) rotateY(-45deg);
    transform: perspective(400px) rotateY(-45deg);
}
.theme-strong li.last{
    margin-right: 0;
}
.theme-strong li:hover{
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}
.theme-strong li i{
    display: inline-block;
    width: 47px;
    height: 52px;
    margin-top: 57px;
    background: url("../images/theme-ico.png") no-repeat;
}
.theme-strong li .ico1{
    background-position: 1px 1px;
}
.theme-strong li .ico2{
    background-position: -65px 2px;
}
.theme-strong li .ico3{
    background-position: -132px 2px;
}
.theme-strong li .ico4{
    background-position: 0 -57px;
}
.theme-strong li .ico5{
    background-position: -67px -57px;
}
.theme-strong li .ico6{
    background-position: -132px -57px;
}
.theme-strong li strong{
    display: block;
    color: #fff100;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
}
.theme-strong li p{
    color: #fff45c;
    line-height: 22px;
    padding: 0 15px;
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
}

.theme-sale{
    width: 1200px;
    margin: 30px auto 0;
}
.coupon-list li{
    float: left;
    width: 283px;
    height: 238px;
    margin-right: 20px;
    position: relative;
    border: 1px solid #f0f0f0;
    background: #fff;
}
.coupon-list li.last{
    margin-right: 0;
}
.coupon-list li .attr{
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    background: url("../images/become-due-ico.png") center no-repeat;
}
.coupon-list li p{
    padding: 0 25px;
}
.coupon-list li p.sum{
    color: #666;
    padding: 5px 25px;
    font-size: 14px;
}
.coupon-list li p.sum span{
    font-size: 24px;
}
.coupon-list li p.sum strong{
    padding: 0 15px 0 5px;
    font-size: 54px;
    font-weight: bold;
}
.coupon-list li p.sum em{
    display: inline-block;
    vertical-align: top;
    width: 90px;
    margin-top: 30px;
}
.coupon-list li.after p.sum span,
.coupon-list li.after p.sum strong{
    color: #e6e6e6;
}
.coupon-list li.before p.sum span,
.coupon-list li.before p.sum strong{
    color: #ff6d5e;
}
.coupon-list li p.txt{
    color: #999;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}
.coupon-list li p.date{
    color: #999;
    height: 24px;
    line-height: 24px;
}
.coupon-list li .btn{
    color: #fff;
    display: block;
    width: 285px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    left: -1px;
    bottom: -1px;
    font-size: 16px;
}
.coupon-list li.before .btn{
    background: url("../images/coupon-before-bg.png") center no-repeat;
}
.coupon-list li.after .btn{
    background: url("../images/coupon-after-bg.png") center no-repeat;
}
.coupon-list .use-btn{
    display: block;
    color: #ff8400;
    width: 164px;
    height: 42px;
    line-height: 42px;
    margin: 25px auto 0;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff100;
}
.coupon-list .use-btn:hover{
    background: #fffc00;
}
.coupon-list .use-txt{
    color: #c39eff;
    padding: 15px 0;
    text-align: center;
}

.theme-block07{
    height: 430px;
    background: url("../images/theme-buy.jpg") center no-repeat;
}
.theme-buy{
    width: 1000px;
    height: 275px;
    margin: 0 auto;
    padding: 77px 0;
}
.theme-buy .buy-tb{
    float: left;
    width: 479px;
    height: 275px;
    background: url("../images/theme-zd-ico.png") center no-repeat;
}
.theme-buy .buy-sm{
    float: right;
    width: 410px;
    padding-top: 60px;
    text-align: left;
}
.theme-buy .buy-sm .tit{
    color: #fff100;
    font-size: 26px;
}
.theme-buy .buy-sm .buy-btn{
    display: inline-block;
    color: #ff8400;
    width: 164px;
    height: 42px;
    line-height: 42px;
    margin: 25px auto 0;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff100;
}
.theme-buy .buy-sm .buy-btn:hover{
    background: #fffc00;
}