.banner{
	height:1070px;
	width: 100%;
	background: #FFFFFF;
}
.banner .banner-ct{
	width: 1110px;
	margin: 142px auto 0;
}
.banner .banner-ct img{
    width:1110px;
    height:1070px;
}
.content-bg{
    background:#F9F9F9;
}
.ct-product{
    width:100%;
    height:220px;
    background:#fff;
}
.ct-product ul {
    width:920px;
    margin:0 auto;
    overflow:hidden;
    padding-top:56px;
}
.ct-product ul li{
    float:left;
    width:80px;
    margin-right:200px;
}
.ct-product ul li:last-child{
    margin-right:0;
}
.ct-product ul li div{
    height:68px;
}
.ct-product ul li p{
    text-align:center;
    margin-top:12px;
    color:#666666;
    font-size:20px;
    line-height:28px;
}

.ct-goods{
    width:1200px;
    margin:0 auto;
    overflow:hidden;
    padding-bottom:40px;
}
.ct-goods ul{
    margin-left:-30px;
}
.ct-goods li{
    float:left;
    width:380px;
    overflow:hidden;
    margin:0 0 80px 30px;
}
.ct-goods li img{
    display:block;
    width:380px;
    height:380px;
}
.ct-goods li div{
    padding-top:20px;
}
.ct-goods li h3{
    color:#333333;
    font-size:20px;
    width:380px;
    height:56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height:28px;
    font-weight:500;
}
.ct-goods li p{
    margin-top:8px;
    color:#999999;
    font-size:16px;
    width:380px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height:22px;
}
.ct-goods li a{
    float:right;
    margin-top:28px;
    margin-right:28px;
    width:112px;
    height:48px;
    border:1px solid #227DFF;
    border-radius:2px;
    line-height:48px;
    text-align:center;
    color:#227DFF;
    font-size:18px;
    cursor:pointer;
    background:#F9F9F9;

}
.ct-goods li a:hover{
    background:#227DFF;
    color:#fff;
}
.el-tabs{
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
.content-bg .el-tabs__header{
    margin:30px 0 30px 0;
}
.content-bg .el-tabs__nav-wrap::after{
    height:0px;
}
.content-bg .el-tabs__active-bar{
    height:0px;
}
.content-bg .el-tabs__item{
    padding:0 30px;
    color:#666666;
    font-size:16px;
}
.content-bg .el-tabs__item.is-active{
    color:#227DFF;
    font-size:20px;
    font-weight:bold;
}

.goods-content{
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
.goods-info{
    margin-top:60px;
    overflow:hidden;
    margin-bottom:50px;
    
}
.goods-info>div{
    float:left;   
}
.goods-info .goods-lunbo{
    width:520px;
    height:520px;
    margin-right:40px;

}
.goods-info .goods-lunbo .el-carousel,.el-carousel__container{
    width:520px;
    height:520px;
}
.goods-info .goods-lunbo  .el-carousel__item img{
    width:520px;
    height:520px;
}
.goods-info .goods-lunbo .el-carousel__item{
    width:520px;
    height:520px;
}
.goods-info .goods-lunbo .el-carousel__arrow{
    width:44px;
    height:44px;
    top:100%;
    margin-top:-44px;
    font-size:18px;
}
.goods-info .goods-lunbo .el-carousel__indicator .el-carousel__button{
    background:rgba(51,51,51,0.36);
    width:12px;
    height:12px;
    border-radius:100px;
    padding:0;
}
.goods-info .goods-lunbo  .el-carousel__indicator{
    padding:12px 10px;
}
.goods-info .goods-list{
    width:640px;
}
.goods-list h3{
    color:#333333;
    font-size:18px;
    line-height:26px;
    font-weight:bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goods-list p{
    color:#999999;
    font-size:14px;
    line-height:18px;
    margin-top:8px;
}
.goods-list .price{
    height:72px;
    width:608px;
    background:#F4F4F4;
    line-height:72px;
    margin-top:12px;
    padding:0 16px;
    border-radius:2px;
}
.goods-list .price span{
    color:#F64C10;
    font-size:28px;
}
.goods-list .price span:first-child{
    color:#999999;
    font-size:16px;
    padding-right:20px;
}
.goods-list .specs-list{
    overflow:hidden;
}
.goods-list .specs-list .specs-li{
    margin-top:28px;
    clear:both;
}
.goods-list .specs-list .specs-li .specs-li-name{
    color:#333333;
    font-size:16px;
    line-height:22px;
}
.specs-li-item{
    margin-top:8px;
}
.specs-li-item span{
    float:left;
    padding:4px 20px;
    background:#F4F4F4;
    margin: 0 24px 12px 0;
    color:#333;
    font-size:16px;
    line-height:22px;
    height:22px;
    border-radius:2px;
    cursor:pointer;
}
.specs-li-item .select{
    background: rgba(34,125,255,0.1);
    color: #227DFF;
    border:none
}
.specs-li-item .disable{    
    color:#999999;
}
.specs-li-item span:hover{
    background:rgba(34,125,255,0.1);
}
.goods-info .downApp{
    clear:both;
    width:200px;
    height:48px;
    background:#227DFF;
    border-radius:2px;
    border:1px solid rgba(34,125,255,1);
    margin-top:16px;
    text-align:center;
    line-height:48px;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    display:block
}
.goods-details{
    overflow:hidden;
    padding-bottom:120px;
}
.goods-details-title{
    height:40px;
}
.goods-details-title span{
    float:left;
    width:140px;
    text-align:center;
    color:#333333;
    font-size:28px;
    font-weight:bold;
}
.goods-details-title .goods-line{
    width:530px;
    border-top:1px solid #DDDDDD;
    margin-top:20px;

}
.goods-details-content{
    overflow:hidden;
    margin-top:40px;
    text-align:center
}
.goods-details-content img{display:block;margin:0 auto}
.no-goods{
    width:180px;
    height:240px;
    margin:160px auto 0;
    padding-bottom:180px;
}
.no-goods image{
    width:180px;
    height:180px;

}
.no-goods p{
    margin-top:20px;
    color:#666666;
    font-size:16px;
    line-height:22px;
    text-align:center;
}