.header {
	background-color: #2B303B;
	color: white;
}

.cotain_body,
.border_line {
	width: 1200px;
	margin: 0 auto;
}

.cotain,
.nav {
	width: 1200px;
}

.border_line {
	width: 100%;
}
.product_text {
	width: 72px;
}

.new_add {
	background-color: #6B24F8;
}

#headerbox {
	margin-bottom: 102px;
}
#app .pro_item:nth-of-type(even){
	background:rgba(245,245,245,1);
}
.product_container {
	width: 1000px;
	margin: 0 auto;
    clear: both;
	overflow: hidden;
}
.product_container_first{
		margin-top: 103px;
}
.product_left,
.product_right {
     padding-bottom: 72px;
	padding-top: 72px;
	width: 260px;

}

.product_left img ,.product_right img{
	height: 163px;
	width: 260px;
	margin-bottom: 15px;
}
.imgbox{
	width: 200px;
}
.txtbox{
	width: 800px;
}

.circle {
	display: flex;
	justify-content: center;
}
.circle>div{
	height: 5px;
	width: 5px;
	border-radius:50% ;
	/*background:rgba(205,205,205,1);*/
	margin: 10px 5px;
	border: 1px rgba(205,205,205,1) solid;
}
.circle>div:hover{
	cursor: pointer;
}
.product_text {
	display: block;
	text-align: center;
	color: #4165FD;
	border: 1px #4165FD solid;
	/*width: 50px;*/
	padding: 6px 13px;
	font-size: 12px;
	margin: 0 auto;
	border-radius: 4px;
}

.product_right {
	width: 65%;
	float: right;
	margin: 0 auto;
	text-align: center;
}

.product_left {
	float: left;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

.product_title {
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 33px;
	margin-bottom: 10px;
}

.product_title li {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	word-spacing: 5px;
}

.fs {
	margin-bottom: 10px;
	color: #333;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
}

/* .fs  b{
	color: #D8D8D8;
	font-weight:bolder;
	font-size: 30px;
	margin-right: 8px;
	float: left;
} */

.prod_border {
	height: 3px;
	width: 60px;
	margin-bottom: 20px;
	background: linear-gradient(90deg, rgba(65, 101, 253, 1) 0%, rgba(112, 65, 251, 1) 100%);
	border-radius: 4px;
}
.product_type2_left{
	float: left;
}
.product_type2_right{
	float: right;
}
.odd{background-color: #F5F5F5;}
.dotbox{
	text-align: center;
	clear: both;
	width: 100%;
	height: 20px;
}
.dotbox .dot{
	display: inline-block;
	margin: 0 6px;
	width: 12px;
	height: 12px;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
.dotbox .dot.active{
	background-color: #128BED;
}
.not_main_img{
	display: none;
}
