*{
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
}
.rb_content{
	margin-top: 80px;
	position: relative;
	overflow: hidden;
	background-color: #f0f0f0;
}



@media all and  (min-width: 1172px){
	#rb_product_list{
		margin: 0 auto;
		width: 1172px;
		font-family: 'Microsoft YaHei';
	}
}
@media all and  (max-width: 1171px){
	#rb_product_list{
		width: 100%;
		font-family: 'Microsoft YaHei';
	}
}



@media all and  (min-width: 768px){
	.max{
		display: block;
	}
	.min{
		display: none !important;
	}
	.rb_to_top{
		position: fixed;
	    right: 45px;
	    bottom: 40px;
	    width: 50px;
	    height: 50px;
	}
	
	#rb_product_list #student_slab,#rb_product_list #child_slab, #rb_product_list #watch{
		width: 100%;
	}
	#rb_product_list .rb_product_title{
		width: 100%;
		margin: 2.846% 0;
	}
	#rb_product_list .rb_products{
		position: relative;
		margin-top: -1.5%;
		width: 100%;
		/*display: flex;
		justify-content: space-between; 
		flex-wrap: wrap;*/
	}
	#rb_product_list .rb_products .rb_products_item{
		position: relative;
		width:49.489%;/*574.86*/
		padding-top: 36.834%;
		background-color: white;
		margin-top: 1.2%;
		cursor: pointer;
		transition: all .2s;
	}
	#rb_product_list .rb_products .rb_products_item:nth-child(odd){
		float: left;
	}
	#rb_product_list .rb_products .rb_products_item:nth-child(even){
		float: right;
	}
	#rb_product_list .rb_products .rb_products_item:hover {
		box-shadow: rgb(204,204,204) 0px 10px 20px;
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
	}
	#rb_product_list .rb_products .rb_products_item .rb_products_item_name{
		position: absolute;
		top: 10.4545%;
		width: 100%;
		color: #0d0d0d;
		font-weight: 600;
		text-align: center;
	}
	#rb_product_list .rb_products .rb_products_item .rb_products_item_descrip{
		position: absolute;
		top: 20.34%;
		width: 100%;
		color: #0d0d0d;
		text-align: center;
	}
	#rb_product_list .rb_products .rb_products_item .rb_products_item_view{
		position: absolute;
		left: 22.413%;
		top: 27.73%;
		width: 55.667%;
		height: auto;
		/* height: 50.69%; */
	}
	#rb_product_list .rb_products .rb_products_item .rb_products_item_link{
		box-sizing: border-box;
		margin: auto;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 9.318%;
		display: -webkit-box;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		width: 20.862%;
		height: 7.045%;
		border: 1px solid #999;
		border-radius: 15px;
	    color: #333;
		text-decoration: none;
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	#rb_product_list .rb_products .rb_products_item .rb_products_item_link:hover{
		background-color: #e60012;
		color: white;
		border: 1px solid #e60012;
	}
	#rb_product_list .rb_products .rb_products_item .rb_products_item_link span{
		/*margin: auto;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 12%;*/
	}
	.rb_products:last-child{
		margin-bottom: 2.846%;
	}
	
}
@media all and (max-width: 767px){
	.max{
		display: none !important;
	}
	.min{
		display: block !important;
	}
	.rb_content{
		margin-top: 0px;
	}
	.rb_products_1{
		position: relative;
		width:100%;
		padding-top: 110.4%;
	}
	.rb_products_1 .rb_products_item_name{
		position: absolute;
		top: 18.2222%;
		width: 100%;
		text-align: center;
		font-size: 0.6rem;
		font-weight: 600;
		z-index: 2;
	}
	.rb_products_1 .rb_products_item_view{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	.rb_products_1 .rb_products_item_descrip{
		position: absolute;
		top: 26.55556%;
		width: 100%;
		text-align: center;
		font-size: 0.3rem;
		z-index: 2;
	}
	.rb_products_1 .rb_products_item_link{
		text-decoration: none;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.rb_products_1 .rb_products_item_link:first-of-type{
		position: absolute;
		left: 16.66667%;
		top: 37%;
		width: 2.1rem;
		text-align: center;
		height: 0.52rem;
		line-height: 0.52rem;
		font-size: 0.24rem;
		/*color: #333333;
		border: 1px solid #999999;*/
		border-radius: 0.26rem;
		z-index: 2;
	}
	.rb_products_1 .rb_products_item_link:last-child{
		position: absolute;
		right: 16.66667%;
		top: 37%;
		width: 2.1rem;
		text-align: center;
		height: 0.52rem;
		line-height: 0.52rem;
		font-size: 0.24rem;
		background-color: #e60012;
		border-radius: 0.26rem;
		color: white;
		z-index: 2;
	}




	.rb_products_2{
		margin-top: 0.14rem;
		position: relative;
		width:100%;
		padding-top: 110.4%;
	}
	.rb_products_2 .rb_products_item_name{
		position: absolute;
		top: 12.077%;
		width: 100%;
		text-align: center;
		font-size: 0.6rem;
		font-weight: 600;
		/*color: white;*/
		z-index: 2;
	}

	.rb_products_2 .rb_products_item_view{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	.rb_products_2 .rb_products_item_descrip{
		position: absolute;
		top: 21.377%;
		width: 100%;
		text-align: center;
		font-size: 0.3rem;
		/*color: white;*/
		z-index: 2;
	}
	.rb_products_2 .rb_products_item_link{
		text-decoration: none;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.rb_products_2 .rb_products_item_link:first-of-type{
		position: absolute;
		left: 16.66667%;
		top: 31.367%;
		width: 2.1rem;
		text-align: center;
		height: 0.52rem;
		line-height: 0.52rem;
		font-size: 0.24rem;
		/*color: white;
		border: 1px solid white;*/
		border-radius: 0.26rem;
		z-index: 2;
	}
	.rb_products_2 .rb_products_item_link:last-child{
		position: absolute;
		right: 16.66667%;
		top: 31.367%;
		width: 2.1rem;
		text-align: center;
		height: 0.52rem;
		line-height: 0.52rem;
		font-size: 0.24rem;
		background-color: #e60012;
		border-radius: 0.26rem;
		color: white;
		z-index: 2;
	}


	.rb_products_3{
		margin-top: 0.14rem;
		position: relative;
		width:100%;
		padding-top: 50.67%;
	}
	.rb_products_3 .rb_products_item_name{
		position: absolute;
		right: -26%;
		top: 28.895%;
		width: 100%;
		text-align: center;
		font-size: 0.6rem;
		font-weight: 600;
		z-index: 2;
	}
	.rb_products_3 .rb_products_item_view{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	.rb_products_3 .rb_products_item_link{
		text-decoration: none;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		position: absolute;
		right: 10%;
		top: 53.421%;
		width: 2.1rem;
		text-align: center;
		height: 0.52rem;
		line-height: 0.52rem;
		font-size: 0.24rem;
		/*color: #0d0d0d;
		border: 1px solid #0d0d0d;*/
		border-radius: 0.26rem;
		z-index: 2;
	}

	/*偏黑色字体*/
	.blackColor .rb_products_item_name{
		color: black;
	}
	.blackColor .rb_products_item_descrip{
		color: black;
	}
	.blackColor .rb_products_item_link:first-of-type{
		color: #333333;
		border: 1px solid #999999;
	}


	/*偏白色字体*/
	.whiteColor .rb_products_item_name{
		color: white;
	}
	.whiteColor .rb_products_item_descrip{
		color: white;
	}
	.whiteColor .rb_products_item_link:first-of-type{
		color: white;
		border: 1px solid white;
	}
}






/*统一字体大小*/
@media screen and (min-width:1184px) {
	.rb_products_title_size{
		font-size: 22px;
	}
	.rb_products_size{
		font-size: 28px;
	}
	.rb_products_descrip_size{
		font-size: 16px;
	}
	.rb_products_btn_size{
		font-size: 14px;
	}
}
@media screen and (max-width:1183px) and (min-width:1098px) {
	.rb_products_title_size{
		font-size: 21px;
	}
	.rb_products_size{
		font-size: 26px;
	}
	.rb_products_descrip_size{
		font-size: 15px;
	}
	.rb_products_btn_size{
		font-size: 13px;
	}
}
@media screen and (max-width:1097px) and (min-width:993px) {
	.rb_products_title_size{
		font-size: 20px;
	}
	.rb_products_size{
		font-size: 25px;
	}
	.rb_products_descrip_size{
		font-size: 14px;
	}
	.rb_products_btn_size{
		font-size: 12px;
	}
}
@media screen and (max-width:992px) and (min-width:852px) {
	.rb_products_title_size{
		font-size: 19px;
	}
	.rb_products_size{
		font-size: 24px;
	}
	.rb_products_descrip_size{
		font-size: 13px;
	}
	.rb_products_btn_size{
		font-size: 12px;
	}
}
@media screen and (max-width:851px) and (min-width:768px) {
	.rb_products_title_size{
		font-size: 18px;
	}
	.rb_products_size{
		font-size: 23px;
	}
	.rb_products_descrip_size{
		font-size: 12px;
	}
	.rb_products_btn_size{
		font-size: 12px;
	}
}







