/* 公共样式 */
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.float_clr{
	clear: both;
}
.m_b10{
	margin-bottom: 10px;
}
.m_b20{
	margin-bottom: 20px;
}
.m_b30{
	margin-bottom: 30px;
}
.m_t20{
	margin-top: 20px;
}
/* 头部样式修改  */
#top{
	background: #000000;
}
.quick-menu a:hover{
	background: #000000;
}
.d-corner {
    font: 8px/25px arial;
    color: #999;
    font-style: normal;
    float: right;
    margin-left: 2px;
    margin-top: 4px;
}
.up-arrow{
	display: none;
}
#website_ind_wrap:hover #website_nav{
	display: block;
}
#website_ind_wrap:hover .up-arrow{
	display: block;
}
#website_ind_wrap:hover .down-arrow{
	display: none;
}
#top #website_ind_wrap:hover{
	background: #d00 !important;
}
#top #website_nav:hover{
	background: #fff;
	color: #666 !important;
}
#top .wraplist_title:hover{
	background: #fff;
	color: #666 !important;
}
#top a:hover{
	background: #000;
	color: #fff;
}
#website_nav{
	display: none;
	position: absolute;
    top: 31;
    left: 15.5px;
    width: 966px;
    z-index: 999;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sub_dis_wrap{
    height: 180px;
    border-right: 1px solid #d9d9d9;
    text-align: left;
    margin: 10px 0;
    padding: 0 38px 10px;
    z-index: 1000;
    float: left;
}
.sub_dis_wrap .disList {
    list-style: none;
    display: block;
    margin-right: 10px;
    float: left;
}
.sub_dis_wrap .disList li {
    float: none;
    padding-left: 0;
    background: none;
    margin: 0 0 10px;
    padding-right: 0;
}
#top #website_nav a {
    color: #666666 !important;
}
#top #website_nav a:hover{
	background: #fff;
}
.sub_dis_wrap .disTitle a {
    font-size: 14px;
    font-family: "Microsoft YaHei","微软雅黑";
    font-weight: bold;
    color: #444444;
    height: 40px;
    line-height: 40px;
}

/* 公共标题样式  */
.title{
	line-height: 120px;
	width: 100%;
	color: #e30327;
	text-align: center;
}

/* 产品 视频 */
.product_video{
	width: 100%;
	background: #e30327;
	margin-top: 100px;
	padding-bottom: 120px;
}
.product_video h2{
	width: 100%;
	line-height: 120px;
	text-align: center;
	color: #fff;
}
.video_box{
	position: relative;
	width: 1200px;
	height: 675px;
	margin: 0 auto;
}
.video_box img{
	position: absolute;
	width: 1200px;
	height: 675px;
	left: 0;
}

/* 产品 样式  */
.product a:hover{
	color: #FF0000;
}
.product{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.product_box{ 
	width: 100%;
	background: #e30327;
	padding:40px;
	box-sizing: border-box;
}
.product_title_box{
	width: 100%;
	text-align: center;
	height: 136px;
	padding-top:40px;
	box-sizing: border-box;
}
.product_title{
	display: inline-block;
	width: 324px;
	height: 56px;
	line-height: 56px;
	background: #fff;
	color: #e30327;
	font-size: 22px;
	border-radius: 28px;
	text-align: center;
}
.product_1{
	padding-top: 0;
}
.product_1_title{
	color: #fff;
	font-size: 18px;
	line-height: 66px;
}
.product_list{
	width: 100%;
}
.product_list ul{
	display: flex;
	display: -webkit-flex;
	width: 100%;
}
.product_list_1 li{
	width: 32%;
}
.product_list li{
	margin-right: 2%;
	background: #fff;
}
.product_list li:nth-last-of-type(1){
	margin-right: 0;
}
.product_list .product_img{
	width: 100%;
	position: relative;
}
.product_img img{
	width: 100%;
	background: #f4f4f4;
	height: 100%;
}
.product_img span{
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	background: #7a7a7a;
	width: 80px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
}
.product_msg{
	padding: 20px;
	font-size: 16px;
	position: relative;
	box-sizing: border-box;
}
.product_msg p{
	font-size: 14px;
}
.text_overhide{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product_msg .quiz_btn{
	cursor: pointer;
	width: 140px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	bottom: 22px;
	background: #d00;
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
	text-align: center;
}
.quiz_btn_active{
	background: #7a7a7a !important;
}
.product_list_1 img{
	border-bottom: 1px solid #E4E4E4;
}
.product_list_2{
	height: 200px;
}
.product_list_2 li{
	width: 49%;
	height: 100%;
}
.product_list_2 .product_img{
	width: 55%;
	float: left;
}
.product_list_2 .product_img img{
	max-height: 200px;
}
.product_list_2 .product_msg{
	width: 45%;
	float: left;
}
.product_list_2 .quiz_btn{
	bottom: -32px;
	left: 47px;
}
.product_list .product_list_3{
	height: 400px;
}
.product_list_3 .product_img{
	width: 55%;
	float: left;
}
.product_list_3 .product_msg{
	width: 45%;
	float: left;
	font-size: 20px;
	padding: 40px;
	box-sizing: border-box;
}
.product_list_3 .product_img img{
	max-height: 400px;
}

/* 活动说明 */
.product_tip{
	width: 100%;
	margin-top: 40px;
}
.product_tip img{
	width: 100%;
}

/*  活动说明奖品  */
.product_jp{
	width: 1200px;
	margin: 0 auto;
	padding:0px 20px 40px 20px;
	box-sizing: border-box;
}
.product_jp ul{
	display: flex;
	display: -webkit-flex;
}
.product_jp ul li{
	width: 32%;
	margin-right: 2%;
	border: 1px solid #E4E4E4;
	height: 382px;
}
.product_jp ul li img{
	margin-top: -1px;
}
.product_jp ul li:nth-last-of-type(1){
	margin-right: 0;
}
.product_jp ul li p{
	text-align: center;
	line-height: 120px;
}

.company_des{
	width: 100%;
}
.company_des img{
	width: 100%;
}

.footer{
	background: #fff;
	border: none;
	padding: 10px 0;
}
.footer a,.footer p{
	color: #999;
}
.content_nav{
	position: fixed;
	right: 30px;
	bottom: 160px;
	width: 120px;
	height: 400px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	border-radius: 60px 60px 0 0;
	border: 1px solid #e30327;
	color: #e30327;
}
.content_nav h3{
	margin-top: 30px;
}
.content_nav ul li a{
	display: block;
	width: 100%;
	color: #e30327;
	line-height: 40px;
	border-bottom:1px dashed #e30327;
}
.content_nav ul li a:hover{
	font-weight: 700;
}
.content_nav ul li .a_active{
	font-weight: 700;
}
.content_nav .top_btn{
	display: block;
	width: 100%;
	line-height: 30px;
	border-radius: 5px;
	background: #e30327;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}

/*  修改弹窗样式  */
#submit_form{
	overflow: inherit;
}
.pop_window{
	border: none;
	border-radius: 20px;
	height: 620px;
}
.dialog{
	border-radius: 20px;
}
.dialog-hd{
	background: #fff;
	border: none;
	height: 30px;
}
.collect_title{
	text-align: center;
	padding: 10px 0 0 0;
}
.close-dialog{
	right: 5px;
	top: 5px;
	color: #999999;
}
.inline_dl {
	padding-left: 30px;
}
#submit_form dd input[type=text]{
	width: 350px;
	border-radius: 5px;
}
#submit_form .inline_dl textarea{
	width: 350px;
	height: 18px;
	overflow:hidden; 
	resize:none; 
	border-radius: 5px;
}
#submit_form .inline_dl dd{
	float: inherit;
}
#submit_form .user_info_cookie{
	margin-left: 36px;
}
#submit_form dd{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#submit_form dd label{
	width: 50%;
}
#submit_form .sub{
	position: inherit;
	float: inherit;
	width: 300px;
	border-radius: 10px;
	margin: 20px auto;
	cursor: pointer;
}
.jc_price{
	width: 100%;
	background: #e30327;
	padding-bottom:10px;
}
.jc_price h3{
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}
.input_box{
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.input_box span{
	position: absolute;
	left: 20px;
	top: 5px;
	font-size: 20px;
	color: #999;
}
.input_box input{
	width: 300px;
	line-height: 40px;
	border-radius: 5px;
	padding: 0px 10px 0 50px;
	box-sizing: border-box;
}
.dialog-bd{
	padding: 0;
}
#video_player_box{
	width: 1200px;
	height: 675px;
}
.chang_bg{
	background: #e30327;
}
.chang_color{
	color: #fff;
}
#s_tip_box{
	text-align: center;
}
#s_tip_box h2{
	font-size: 24px;
	color: #e30327;
	text-align: center;
	margin-bottom: 40px;
}
#s_tip_box p{
	margin-bottom: 40px;
	font-size: 20px
}
#s_tip_box h5{
	color: #999;
}
#video_player_box{
	height: 675px;
}
/* 分享 */
.bdsharebuttonbox .share-need-vfy { width: 266px; height: 38px; display: block; margin: 0; padding: 0; background: none; position: absolute; left: auto; right: 0; z-index: 1000; }
.bdshare-button-style0-16::after { clear: both; content: ''; display: block; height: 0; visibility: hidden; }
.bdsharebuttonbox { top: 37px; position: absolute; right: 57px; font-size: 14px; color: #333; line-height: 38px; z-index: 999; }
.bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }
.bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }
.bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }
.bdsharebuttonbox .bds_sqq { 
	background-attachment: scroll; 
	background-clip: border-box; 
	background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/qq-ico.png"); 
	background-origin: padding-box; 
	background-position: 0 0 !important; 
	background-size: auto; 
	background-repeat: no-repeat; 
	height: 38px; 
	margin: 0 0 0 18px;
	padding: 0; 
	width: 38px; 
}
.bdsharebuttonbox .bds_weixin { 
	background-attachment: scroll; 
	background-clip: border-box; 
	background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/weixin-ico.png"); 
	background-origin: padding-box; 
	background-position: 0 0 !important; 
	background-size: auto; 
	background-repeat: no-repeat; 
	height: 38px; 
	margin: 0 0 0 18px;
	padding: 0; 
	width: 38px; 
}
.bdsharebuttonbox .bds_tsina { 
	background-attachment: scroll; 
	background-clip: border-box; 
	background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/weibo-ico.png");
	background-origin: padding-box; 
	background-position: 0 0 !important; 
	background-size: auto; 
	background-repeat: no-repeat; 
	height: 38px; 
	margin: 0 0 0 18px;
	padding: 0; 
	width: 38px; 
}
.bdsharebuttonbox .bds_qzone { 
	background-attachment: scroll; 
	background-clip: border-box; 
	background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/qzone-ico.png");
	background-origin: padding-box; 
	background-position: 0 0 !important; 
	background-size: auto; 
	background-repeat: no-repeat; 
	height: 38px; 
	margin: 0 0 0 18px;
	padding: 0; 
	width: 38px; 
}
.bdsharebuttonbox a, .bdsharebuttonbox .bds_more{
	cursor: pointer;
	float: left;
	font-size: 12px;
	line-height: 16px;
}
.quiz_click:hover{
	color: #FF0000;
	cursor: pointer;
}
#submit_form dd label{
	margin: 5px 0;
}
/*  y移动端适配  */
@media screen and (max-width: 800px) {
    .quick-menu{
    	display: none;
    }
    .sso_dialog{
    	width: 92% !important;
    }
    .product{
    	width: 100%;
    }
    .product li{
    	width: 100%;
    	margin-bottom: 20px;
    }
    .content_nav{
    	display: none;
    }
    .product_list {
    	font-size: 14px;
    }
    .product_list ul{
    	display: flex;
    	flex-wrap: wrap;
    }
    .bdsharebuttonbox{
    	top: 5px;
    	right: 5px;
    }
    .product_list_2 .quiz_btn {
	    bottom: 20px;
	    left: -146px;
	}
	.product_list_2 {
	    height: auto;
	}
	.product_jp{
		width: 100%;
	}
	.product_jp ul{
		flex-wrap: wrap;
	}
	.product_jp ul li{
		width: 100%;
		margin-bottom: 10px;
		border: none;
	}
	.video_box{
		width: 100%;
		height: auto;
	}
	.video_box img{
		width: 100%;
		height: auto;
	}
	.dialog-bd{
		width: 100%;
		height: auto;
	}
	.product_video h2{
		line-height: 60px;
	}
	.product_msg .quiz_btn {
	    right: 4px;
	    bottom: 5px;
	 }
	 .product_list p{
	 	height: auto !important;
	 	overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	 }
	 .pc{
	 	display: none;
	 }
	 .yd{
	 	display: block !important;
	 }
	 .product_video{
	 	margin-top: 20px;
	 }
	 #video_player_box{
	 	width: 100%;
	 	height: auto;
	 }
	 .pop_window{
	 	width: 92%;
	 	margin: 10% 0px 0px -46%;
	 	height: 520px;
	 }
	 .info_msgBox{
	 	height: 332px;
	 	overflow-y: scroll;
	 }
	 #submit_form dd input[type=text]{
		width: 220px;
		border-radius: 5px;
	}
	#submit_form .inline_dl textarea{
		width: 220px;
		height: 18px;
		overflow:hidden; 
		resize:none; 
		border-radius: 5px;
	}
	#submit_form .inline_dl select {
    	width: 115px;
    }
    #submit_form dd label{
    	margin: 5px 0;
    }
    .jc_price{
    	padding: 0;
    	height: 90px;
    }
    .jc_price h3{
    	margin-bottom: 5px;
    }
    #s_tip_box .pop_window{
    	height: 300px;
    }
    #s_tip_box .dialog{
    	height: 300px;
    }
}