option{
	padding: 0 !important;
}
ul,li{
	list-style: none;
	padding: 0;
}
.compareContainer{
	margin: auto;
	text-align: center;
	overflow: hidden;
	min-width: 1200px;
}
.compareContainer .title{
	font-size: 44px;
	font-family: 'PingFang Medium';
	color: #2b2b2b;
	margin: 130px 0;
	font-weight: unset;
}
.compareContainer>.comparepruducts>div{
	display: inline-block;
}
.compareContainer>.comparepruducts>div+div{
	margin-left: 105px;
}
.compareContainer>.comparepruducts>div>.selectCon{
	width: 330px;
	border: none;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 30px;
    font-size: 18px;
    color: #010101;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/healthcodon/images/xialajt.png) no-repeat right 8px;
    text-align: left;
}

.menu_list{
	width: 330px;
	position: absolute;
    top: 52px;
    left: 0;
    z-index: 2;
    border: 1px solid #449DE2;
    background-color: #f6f6f6;
    text-align: left;
}
.menu_head{
	 padding: 0 12px;
	height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    position: relative;
    margin: 0px;
    background: url(/healthcodon/images/more.png) 310px no-repeat;
}
.menu_list .current{
	    background: #f6f6f6 url(/healthcodon/images/shou.png) 310px no-repeat;
	}
.menu_body{
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	backguound: #fff;
	border-right: 1px solid #e1e1e1;
	
}
.menu_body a{
	display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
    color: #000000;
    background: #fff;
    text-decoration: none;
	}
.menu_body a:hover{
	background-color: #449DE2;
	text-decoration:none;
	color: #FFFFFF;
	}

.compareContainer .imgshow{
	width: 330px;
	height: 330px;
	/*background-color: #f0f0f0;*/
	margin-top: 80px;
	position: relative;
	background: -webkit-linear-gradient(#f0f0f0, #ebebeb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f0f0f0, #ebebeb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f0f0f0, #ebebeb); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f0f0f0, #ebebeb); /* 鏍囧噯鐨勮娉� */
}
.compareContainer .imgshow>img{
	max-width: 330px;
	max-height: 330px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.compareContainer .productprice{
	padding: 40px 0 80px 0;
	text-align: center;
	font-size: 18px;
	color: #777777;
	border-bottom: 1px solid #cccccc;	
}
.compareContainer .buyBtn{
	margin: 35px 0 80px 0;
}
.compareContainer .buyBtn>button{
	width: 120px;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	border: 1px solid #2b77b2;
	border-radius: 3px;
	outline: none;
	background: -webkit-linear-gradient(#69b1e8, #449de2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#69b1e8, #449de2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#69b1e8, #449de2); /* Firefox 3.6 - 15 */
    background: linear-gradient(#69b1e8, #449de2); /* 鏍囧噯鐨勮娉� */
}
.compareContainer .buyBtn>button:hover{
	opacity: .8;
}
.compareContainer .componentsDiv{
	margin: auto;
}
.compareContainer .componentsDiv>h4{
	font-size: 32px;
	color: #000000;
	font-weight: unset;
	width: 1200px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.compareContainer .componentsDiv>ul{
	width: 1200px;
    margin: auto;
    border-bottom: 1px solid #cccccc;
    padding: 30px 0 28px 0;
}
.compareContainer .componentsDiv>ul>li{
	width: 315px;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color: #000000;
}
.compareContainer .componentsDiv>ul>li+li{
	margin-left: 110px;
}
.componentsDiv+.componentsDiv{
	margin-top: 90px;
}
