.yproduct .banner {

    margin-top:62px;

}

.yproduct .banner .swiper1{

       height: 477px;

}

.yproduct .banner .swiper-pagination-bullet-active {

    opacity: 1;

    background:#ffaf29!important;

}

.yproduct .product .tab {
    /*position: absolute;*/
    top: 0;
    right: 0;
    overflow: hidden;
}



.yproduct .product .tab a{

    /*width: 60px;*/
	margin-top: 10px;
    text-align: center;

    padding: 3px 8px;

    float: left;

    font-size: 16px;

    border: #999;

    color: #999;

    border: 1px solid #999;

    margin-right: 16px;

    border-radius: 18px;

    cursor: pointer;

}
.yproduct .product .tab a:hover{
	background: #ffaf29;

	color: #fff;
	border: 1px solid #ffaf29;
}


.yproduct .product .tab a.active{

    background: #ffaf29;

    color: #fff;

    border: 1px solid #ffaf29;

}

.yproduct .product{

    padding:50px 0 40px;

}

.yproduct .product .title span{

    font-size: 16px;

    color: #999;

}

.yproduct .product .title text{

    font-size: 16px;

    color: #ffaf29;

}



/* 分页样式 */

div.zxf_pagediv{

	text-align: center;

	color: #999999;

	padding: 20px 20px 40px 0;

}

div.zxf_pagediv a{

	text-decoration: none;



}

div.zxf_pagediv span,div.zxf_pagediv a{

	display: inline-block;

	box-sizing: border-box;

}

div.zxf_pagediv .current{

	color: #ffffff;

	background: #ffaf29;

	width: 40px;

	height: 40px;

	line-height: 40px;

	border-radius: 3px;

}

.zxfPagenum{

	color: #666;

	background: #fff;

	width: 40px;

	height: 40px;

	line-height: 40px;

	margin: 0 5px;

	border-radius: 3px;

}

.nextpage{

	margin: 0 5px;

}

.nextbtn,.prebtn,span.disabled{

	color: #666;

	background: #fff;

	width: 88px;

	height: 42px;

	line-height: 42px;

	border-radius: 3px;

}

.zxfinput{

	width: 50px;

	height: 42px;

	text-align: center;

	box-sizing: border-box;

	border: 1px solid #E6E6E6;

	margin: 0 12px;

	border-radius: 3px;

	color: #666;

}

.zxfokbtn{

	width: 48px;

	height: 32px;

	line-height: 32px;

	border: 1px solid #E6E6E6;

	margin-left: 10px;

	cursor:pointer;

	border-radius: 3px;

	background: #fff;

}

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;

}

input[type="number"]{

  -moz-appearance: textfield;

}

