html,body{
	width: 100%;
	height: 100%;
}
.margin-b-40{
	margin-bottom: 40px;
}
.margin-b-15{
	margin-bottom: 15px;
}
.main{
	width: 100%;
	overflow: hidden;
}
.share-btn{
	position: fixed;
	top: 251px;
	left: 100px;
	z-index: 999;
}
.share-btn .item{
	cursor: pointer;
	margin-bottom: 20px;
	text-align: center;
	width: 35px;
	position: relative;
} 
.share-box .pop-wx{
	left: 55px;
}
.pop-wx{
	width: 110px;
	height: 160px;
	background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px 20px 0;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10000;
    display: none;
}
.pop-wx:after, 
.pop-wx:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    bottom: 100%;
    position: absolute;
    width: 0;
}
.pop-wx:after {
    border-width: 5px;
    border-bottom-color: #fff;
    left: 10px;
}
.pop-wx:before {
    border-width: 6px;
    border-bottom-color: #ddd;
    left: 9px;
}
.pop-wx .code{
	display: block;
	margin-bottom: 6px;
}
.pop-wx .close{
	display: block;
	width: 10px;
	position: absolute;
	top: 0;
	right: 0;
	padding:5px;
}
.pop-wx .close img{
	display: block;
	width: 100%;
}
.pop-wx p{
	font-size: 12px!important;
	line-height: 20px!important;
	color: #888!important;
	text-align: left;
}
.share-btn .item img{
	display: block;
	width: 30px;
	margin: 0 auto;
}
.share-btn .item .weixuan{
	display: block;
}
.share-btn .item .yixuan{
	display: none;
}
.share-btn .item.active .weixuan{
	display: none;
}
.share-btn .item.active .yixuan{
	display: block;
}
.share-btn .item1 img{
	width: 35px;
}
.share-btn .item p{
	font-size: 12px;
	color: #838D8F;
	line-height: 16px;
	margin-top: 3px;
}
.content .content-title{
	font-size: 	36px;
	color: #242424;
	font-weight: 600;
	line-height: 56px;
	margin-bottom: 30px;
	max-width: 840px;
}
.content .content-date{
	font-size: 0;
	*zoom:1;
	line-height: 30px;
	*line-height: 36px;
	margin-bottom: 30px;
}
.content .content-date h1{
	display:inline-block;
	*display:inline;
	*zoom:1;
	float: left;
	font-size: 36px;
	color: #191B1C;
	font-weight: 100;
	line-height: 30px;
	line-height: 1;
}
.content .content-date .line{	
	display: block;
	width: 1px;
	height: 28px;
	background-color: #838D8F;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 3px;
	*margin-top: 8px;
	float: left;
}
.content .content-date span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size: 18px;
	color: #838D8F;
	line-height: 1;
	margin-top: 15px;
}
.content .package{
	padding-right: 285px;
}
.content .package .left{
	float: left;
	width: 100%;
}
.content .package .left .pack{
	padding-right: 45px;
	border-right: 1px solid #DEDEDE;
	padding-bottom: 60px;
}
.content .package .right{	
	float: right;
	position: relative;
	right: -285px;
	width: 285px;
	margin-left: -285px;
}
.content .package .right .pack{
	margin-left: 45px;
}
.content .package .left .lable{
	margin-right: -10px;
	margin-bottom: -10px;
	padding: 40px 0;
}
.content .package .left .lable span{
	float: left;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 28px;
	line-height: 28px;
	border-radius: 100px;
	font-size: 12px;
	color: #7C8088;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #F1F3F5;
}
.content .package .left .share-box{
	margin-bottom: 40px;
	position: relative;
}
.content .package .left .share-box p{
	float: left;
	font-size: 14px;
	color: #3B3D40;
	line-height: 32px;
}
.content .package .left .share-box img{
	display: block;
	width: 32px;
	height: auto;
	float: left;
	cursor: pointer;
	margin-right: 12px;
}
.content .package .left .code .bg{
	display: block;
	width: 165px;
	height: auto;
	margin: 0 auto;
}
.content .package .left .code .desc{
	font-size: 14px;
	color: #242424;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
.content .package .left .code .desc i{
	font-weight: 600;
}
.content .package .left .code .btn{
	position:relative;
    left:50%;
    float:left;
}
.content .advertis{
	width: 100%;
	margin-top: 30px;
}
.content .advertis img{
	width: 100%;
	overflow: hidden;
}
.content .package .left .code .center{
	position:relative;
	float:left;
	right:50%;
}
.content .package .left .code .btn .icon{
	float: left;
	width: 146px;
	border-radius: 100px;
	padding: 12px 0;
	cursor: pointer;
}
.content .package .left .code .btn .icon .weixuan{
	display: block;
}
.content .package .left .code .btn .icon .yixuan{
	display: none;
}
.content .package .left .code .btn .icon.active .weixuan{
	display: none;
}
.content .package .left .code .btn .icon.active .yixuan{
	display: block;
}
.content .package .left .code .btn .icon.active.color1{
	background-color:#D64247;
}
.content .package .left .code .btn .icon.active.color2{
	background-color:#F3B217;
}
.content .package .left .code .btn .icon.active .word{
	color: #FFFFFF;
}
.content .package .left .code .btn .icon .w20{
	width: 20px;
}
.content .package .left .code .btn .icon .a{
	position:relative;
    left:50%;
    float:left;
}
.content .package .left .code .btn .icon .word{
	float: left;
	font-size: 14px;
	color: #7C8088;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 20px;
	margin-left: 3px;
}
.content .package .left .code .btn .icon .word p{
	display:inline-block;
	*display:inline;
	*zoom=1;
}
.content .package .left .code .btn .color1{
	background-color: #F1F3F5;
}
.content .package .left .code .btn .color2{
	background-color: #F1F3F5;
	margin-left: 24px;
}
.content .package .left .comment{
	margin-top: 68px;
}
.content .package .left .comment .subtitle{
	font-size: 28px;
	color: #242424;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 20px;
}
.content .package .left .comment .enter{
	padding-right: 112px;
}
.content .package .left .comment .enter .lt{
	float: left;
	width: 100%;
}
.content .package .left .comment .enter button{
	float: right;
	display: block;
	width: 112px;
	height: 46px;
	margin-right: -112px;
	border: none;
	background-color: #9C1D22;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}
.content .package .left .comment .enter .lt div{
	padding-right: 40px;
	padding-left: 15px;
	border: 1px solid #838D8F;
	border-right: none;
}
.content .package .left .comment .enter .lt img{
	float: right;
	display: block;
	width: 25px;
	height: 18px;
	margin-right: -25px;
	padding: 13px 0;
	cursor: pointer;
}
.content .package .left .comment .enter .lt input{
	float: left;
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #242424;
}
.content .package .left .comment .list{
	padding-bottom: 25px;
	border-bottom: 1px solid #DEDEDE;
}
.content .package .left .comment .list .enter{
	margin-bottom: 25px;
	display: none;
}
.content .package .left .comment .list .message{
	padding-top: 35px;
	padding-bottom: 25px;
}
.content .package .left .comment .list .message .num{
	margin-bottom: 3px;
}
.content .package .left .comment .list .message .num .lt{
	float: left;
}
.content .package .left .comment .list .message .num .lt h1{
	float: left;
	font-size: 24px;
	color: #242424;
	font-weight: 600;
	line-height: 33px;
}	
.content .package .left .comment .list .message .num .rt{
	float: right;
}
.content .package .left .comment .list .message .num .rt span{
	float: left;
	font-size: 16px;
	color: #9C1D22;
	letter-spacing: 2px;
	line-height: 33px;
	cursor: pointer;
}
.content .package .left .comment .list .message .num .rt i{
	float: left;
	font-size: 16px;
	color: #838D8F;
	letter-spacing: 2px;
	line-height: 33px;
}
.content .package .left .comment .list .message .num .rt .thumbs{
	line-height: 33px;
}
.content .package .left .comment .list .message .num .rt .icon{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width: 20px;
	vertical-align: middle;
}
.content .package .left .comment .list .message .num .rt .icon img{
	display: block;
	width: 20px;
	margin-top: -4px;
}
.content .package .left .comment .list .message .num .rt .thumbs .weixuan{
	display: block;
}
.content .package .left .comment .list .message .num .rt .thumbs .yixuan{
	display: none;
}
.content .package .left .comment .list .message .num .rt .thumbs.active .weixuan{
	display: none;
}
.content .package .left .comment .list .message .num .rt .thumbs.active .yixuan{
	display: block;
}
.content .package .left .comment .list .message .num .rt p{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size: 14px;
	color: #838D8F;
	margin-left: 5px;
	vertical-align: middle;
}
.content .package .left .comment .list .message .date{
	font-size: 14px;
	color: #BBBEC1;
	line-height: 20px;
}
.content .package .left .comment .list .message .desc{
	margin-top: 15px;
}
.content .package .left .comment .list .message .desc p{
	font-size: 16px;
	color: #242424;
	line-height: 24px;
}
.content .package .left .comment .list .message .desc .pic-wrap{
	width: 226px;
    height: 226px;
    overflow: hidden;
    margin-top: 18px;
}
.content .package .left .comment .list .message .desc .pic-wrap .pic{
	width: 226px;
    height: 226px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background: none\9;
    cursor: pointer;
    overflow: hidden;
}
.content .package .left .comment .list .submessage{
	padding-left: 22px;
}
.content .package .left .comment .list .submessage .num{
	margin-bottom: 3px;
}
.content .package .left .comment .list .submessage .num .lt{
	float: left;
}
.content .package .left .comment .list .submessage .num .lt h1{
	float: left;
	font-size: 20px;
	color: #242424;
	font-weight: 600;
	line-height: 33px;
}	
.content .package .left .comment .list .submessage .num .lt p{
	float: left;
	font-size: 12px;
	color: #BBBEC1;
	line-height: 33px;
	margin-left: 15px;
}
.content .package .left .comment .list .submessage .num .rt{
	float: right;
}
.content .package .left .comment .list .submessage .num .rt span{
	float: left;
	font-size: 16px;
	color: #9C1D22;
	letter-spacing: 2px;
	line-height: 33px;
	cursor: pointer;
}
.content .package .left .comment .list .submessage .num .rt i{
	float: left;
	font-size: 16px;
	color: #838D8F;
	letter-spacing: 2px;
	line-height: 33px;
}
.content .package .left .comment .list .submessage .num .rt .thumbs{
	line-height: 33px;
}
.content .package .left .comment .list .submessage .num .rt .icon{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width: 20px;
	vertical-align: middle;
}
.content .package .left .comment .list .submessage .num .rt .icon img{
	display: block;
	width: 20px;
	margin-top: -4px;
}
.content .package .left .comment .list .submessage .num .rt .thumbs .weixuan{
	display: block;
}
.content .package .left .comment .list .submessage .num .rt .thumbs .yixuan{
	display: none;
}
.content .package .left .comment .list .submessage .num .rt .thumbs.active .weixuan{
	display: none;
}
.content .package .left .comment .list .submessage .num .rt .thumbs.active .yixuan{
	display: block;
}
.content .package .left .comment .list .submessage .num .rt p{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size: 14px;
	color: #838D8F;
	margin-left: 5px;
	vertical-align: middle;
}
.content .package .left .comment .list .submessage .desc p{
	font-size: 16px;
	color: #1F1F1F;
	line-height: 24px;
}
.content .package .left .comment .list .submessage .desc .btn{
	display:inline-block;
	*display:inline;
	*zoom=1;
	font-size: 0;
}
.content .package .left .comment .list .submessage .desc .btn span{
	display:inline-block;
	*display:inline;
	*zoom=1;
	font-size: 16px;
	color: #9C1D22;
	line-height: 24px;
	background: url(../img/comment/comment_2.png) no-repeat right center;
	background-size: 18px auto;
	padding-right: 22px;
}
.content .package .left .comment .list .submessage .common_reply{
	display: block;
	line-height: 22px;
}
.content .package .left .comment .list .submessage .common_reply span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size: 16px;
	color: #9C1D22;
	letter-spacing: 2px;
	margin-right: 2px;	
	vertical-align: middle;
}
.content .package .left .comment .list .submessage .common_reply i{
	display: block;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width: 9px;
	vertical-align: middle;
}
.content .package .left .comment .list .submessage .common_reply i img{
	display: block;
	width: 9px;
}
/*加载更多*/
.load-btn{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background:#D8D8D8;
    border-radius:4px;
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}
.content .package .right .title{
	font-size: 14px;
	color: #838D8F;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 15px;
}
.content .package .right .list{
	display: block;
	margin-bottom: 30px;
}
.content .package .right .list .pic{
	width: 100%;
    height: 152px;
    border-radius: 8px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
}
.content .package .right .list p{
	font-size: 18px;
	color: #242424;
	font-weight: 600;
	line-height: 25px;
	margin-top: 10px;
}
.content .package .right .item{
	display: block;
	width: 100%;
	height: 312px;
	border-radius: 8px;
	overflow: hidden;
	background: #E5464E;
    background: -webkit-linear-gradient(311deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    background: -moz-linear-gradient(311deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    background: linear-gradient(139deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    position: relative;
}
.content .package .right .item .desc{
	padding: 25px 25px 0 25px;
    text-align: center;
}
.content .package .right .item .desc h2{
	font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.content .package .right .item .desc h1{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}
.content .package .right .item .btn{
	display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border: 1px solid rgba(255,255,255,0.3);
    border: 1px solid #fff\9;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -47.5px;
}

/*查看图片弹窗*/
.pop-pic{
	display: none;
}
.pop-pic .pop-mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgb(0,0,0,.8)!important;
	background: #000;
	filter: alpha(opacity=80);
}
.pop-pic .pop-close{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 69px;
	z-index: 1000;
	cursor: pointer;
}
.pop-pic .pop-content{
	position: fixed;
	top: 30px;
	left: 80px;
	right: 80px;
	bottom: 30px;
	z-index: 1000;
}
.pop-pic .pop-content .pack{
	width: 100%;
	height: 100%;
	position: relative;
}
.pop-pic .pop-content .pack img{
	display: block;
	position: absolute;
	width: auto;
	height: auto;
}

/*表单1*/
.form1 .my-placeholder{color: #B4B4B4; font-size: 14px; letter-spacing: 1px;}
/*placeholder -webkit-input-placeholder*/
.form1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #B4B4B4; font-size: 14px; letter-spacing: 1px;}
.form1 ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #B4B4B4; font-size: 14px; letter-spacing: 1px;}
.form1 input:-ms-input-placeholder,
.form1 textarea:-ms-input-placeholder {  color: #B4B4B4; font-size: 14px; letter-spacing: 1px;}
.form1 input::-webkit-input-placeholder,
.form1 textarea::-webkit-input-placeholder {  color: #B4B4B4; font-size: 14px; letter-spacing: 1px;}
.form1{
	padding: 40px 30px;
	background-color: #F5F5F5;
	margin-top: 40px;
}
.form1 .title{
	font-size: 24px;
	color: #242424;
	font-weight: 600;
	line-height: 33px;
	margin-bottom: 4px;
	text-align: center;
}
.form1 .subtitle{
	font-size: 12px;
	color: #838D8F;
	line-height: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.form1 .line{
	margin-left: -5px;
	margin-right: -5px;
}
.form1 .line .item{
	float: left;
	width: 33.33%;
}
.form1 .line .item .wrap{
	margin-left: 5px;
	margin-right: 5px;
}
.form1 .line .item .wrap p{
	height: 32px;
	line-height: 32px;
	width: 100%;
	font-size: 14px;
	color: #242424;
	margin-bottom: 1px;
	font-weight: 600;
}
.form1 .line .item .wrap p i{
	color: #9C1D22;
}
.form1 .line .item .wrap .enter{
	padding-left: 14px;
	border-radius:4px;
	border:1px solid rgba(151,151,151,0.25)!important;
	border:1px solid #979797;
	background-color: #fff;
}
.form1 .line .item .wrap .enter input{
	float: left;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #242424;
    background: none;
}
.form1 .line .item .wrap .code{
	padding-left: 14px;
	padding-right: 14px;
} 
.form1 .line .item .wrap .code .entercode{
	width: 50%;
}
.form1 .line .item .wrap .code .getcode{
	width: 50%;
	font-size: 14px;
	color: #D59600;
	font-weight: 600;
}
.form1 .line1{
	margin-top: 25px;
}
.form1 .line1 .item{
	width: 100%;
}
.form1 .line1 .item .enter{
	padding: 14px;
}
.form1 .line1 .item textarea{
	width: 100%;
	resize: none;
	border:none;
}
.form1 .line1 .item textarea:focus{
	outline: none;
}
.form1 .line2{
	margin-top: 25px;
}
.form1 .line2 .item{
	width: 100%;
}
.form1 .line3{
	margin-top: 25px;
}
.form1 .line3 .enter{
	padding-right: 14px;
}
.form1 .line3 select{  
	display: block;
    width:100%;  
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;  
    background: url("http://hsdev.efotile.com/webstatic/Public/Home/img/comment/creat.png") no-repeat right center;  
    background-size:12px auto;
    font-size:14px;  
    color:#B4B4B4;  
    outline:none;
    text-align: center;
    border: none;
    padding: 13px 0;
    *margin: 12px 0;
}  
.form1 .checkbox{
	position: relative;
	float: left;
	left: 50%;
	cursor: pointer;
	margin-top: 18px;
}
.form1 .checkbox .center{
	position: relative;
	float: left;
	right: 50%;
}
.form1 .checkbox.active .lt .weixuan{
	display: none;
}
.form1 .checkbox.active .lt .yixuan{
	display:inline-block;
	*display:inline;
	*zoom=1;
}
.form1 .checkbox .lt .weixuan{
	display:inline-block;
	*display:inline;
	*zoom=1;
}
.form1 .checkbox .lt .yixuan{
	display: none;
}
.form1 .checkbox .lt{
	float: left;
	width: 14px;
	line-height: 18px;
}
.form1 .checkbox .lt img{
	display:inline-block;
	*display:inline;
	*zoom=1;
	width: 100%;
	margin-top: 2px;
}
.form1 .checkbox .rt{
	float: left;
}
.form1 .checkbox .rt p{
	font-size: 12px;
	color: #838D8F;
	line-height: 18px;
	margin-left: 10px;
}
.form1 .btn{
	display: block;
	width: 315px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 4px;
	margin: 20px auto 0;
	background-color: #9C1D22;
}

/*富文本样式调整*/
.article_content h4{
	font-size: 20px;
	color: #242424;
	font-weight: 600;
	line-height: 40px;
}
.article_content p,
.article_content li{
	font-size: 16px;
	color: #242424;
	line-height: 32px;
}
.article_content img{
	display: block;
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.article_content a:hover{
	color: #999;
}