/* 公共 */
input,
textarea,
select,
a:focus {
	outline: none;
}
a:hover{
	color: #FF6980;
}
.z_red{
	color: #CC0000;
}
.z_pink{
	color: #FF6980;
}
.z_green{
	color: #09C2C5;
}
.z_black{
	color: #0A0204;
}
.z_gray{
	color: #656464;
}
#content{
	min-height: 700px;
}
/* 头部 */
#header{
	min-width: 1200px;
}
#header .header_top{
	background-color: #FAFAFA;
	height: 30px;
	line-height: 30px;
}
#header .header_con .header_logo{
	width: 236px;
	margin-right: 157px;
}
#header .header_con .header_search{
	width: 466px;
}
#header .header_con .header_search .search_top{
	border: 4px solid #FF6980;
	height: 40px;
	line-height: 32px;
}
#header .header_con .header_search .search_top .choice_btn{
	width: 85px;
	border-right: 1px solid #999999;
}
#header .header_con .header_search .search_top .choice_btn .first{
	padding-left:10px;
}
#header .header_con .header_search .search_top .choice_btn .wrapper{
	padding: 0 10px;
	width:90px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 2;
	background: #FFFFFF;
	top: 37px;
	left: -4px;
}
#header .header_con .header_search .search_top .choice_btn .item{
	cursor: pointer;
	color: #FF6980;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #999;
}
#header .header_con .header_search .search_top .choice_btn .item:last-child{
	border-bottom: none;
}
#header .search_top input{
	width: 250px;
	height: 32px;
	line-height:32px;
}
#header .search_top .search_btn{
	width: 92px;
	background-color: #FF6980;
	cursor: pointer;
}
#header .header_con .header_search .search_bottom a{
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #999;
}
#header .header_con .header_search .search_bottom a:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
#header .header_con .header_phone img{
	width: 28px;
	margin-top: 7px;
	margin-right: 15px;
}
#header .header_con .header_phone .header_phone_con{
	width: 172px;
}
/* nav */
#nav{
	min-width: 1200px;
	margin-bottom: 16px;
}
#nav .nav_top{
	height: 60px;
	background-color: #FF6980;
}
#nav .nav_top li{
	margin-right: 82px;
}
#nav .nav_top li:first-child{
	margin-right: 96px;
}
#nav .nav_top li:last-child{
	margin-right: 0;
}
#nav .nav_top li .tip{
	right: -50px;
	top: 9px;
}
#nav .nav_top li a{
	position: relative;
}
#nav .nav_top li.active a:before,
#nav .nav_top li:hover a:before{
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	right: -40px;
	z-index: 1;
	height: 4px;
	background-color: #fff;
}
#nav .nav_top li.active:first-child a:before,
#nav .nav_top li:first-child:hover a:before{
	left: 0;
}
#nav .nav_top li.active:last-child a:before,
#nav .nav_top li:last-child:hover a:before{
	right: 0;
}
#nav .nav_top li a:hover{
	color: #eee;
}
#nav .nav_bottom{
	height: 102px;
	border-bottom: 1px solid #eaeaea;
}
#nav .nav_bottom:before,
#nav .nav_bottom:after{
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #eee;
}
#nav .nav_bottom:before{
	left: 0;
}
#nav .nav_bottom:after{
	right: 0;
}
#nav .nav_bottom .nav_b_list{
	width: 75px;
	height: 100%;
	z-index: 9;
}
#nav .nav_bottom .nav_b_list:before{
	content: '';
	position: absolute;
	height: 40px;
	width: 1px;
	background: #eee;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
#nav .nav_bottom .nav_b_list:last-child:before,
#nav .nav_bottom .nav_b_list:hover:before{
	display: none;
}
#nav .nav_bottom .nav_b_list:hover{
	background-color: #FF6980;
}
#nav .nav_bottom .nav_b_list:hover a{
	color: #fff;
}
#nav .nav_bottom .nav_b_list .nav_list_img{
	height: 70px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}
#nav .nav_bottom .nav_b_list:nth-child(1) .nav_list_img{
	background-image: url(../image/nav_01.png);
}
#nav .nav_bottom .nav_b_list:nth-child(1):hover .nav_list_img{
	background-image: url(../image/nav_01_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(2) .nav_list_img{
	background-image: url(../image/nav_03.png);
}
#nav .nav_bottom .nav_b_list:nth-child(2):hover .nav_list_img{
	background-image: url(../image/nav_03_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(3) .nav_list_img{
	background-image: url(../image/nav_09.png);
}
#nav .nav_bottom .nav_b_list:nth-child(3):hover .nav_list_img{
	background-image: url(../image/nav_09_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(4) .nav_list_img{
	background-image: url(../image/nav_02.png);
}
#nav .nav_bottom .nav_b_list:nth-child(4):hover .nav_list_img{
	background-image: url(../image/nav_02_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(5) .nav_list_img{
	background-image: url(../image/nav_05.png);
}
#nav .nav_bottom .nav_b_list:nth-child(5):hover .nav_list_img{
	background-image: url(../image/nav_05_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(6) .nav_list_img{
	background-image: url(../image/nav_06.png);
}
#nav .nav_bottom .nav_b_list:nth-child(6):hover .nav_list_img{
	background-image: url(../image/nav_06_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(7) .nav_list_img{
	background-image: url(../image/nav_07.png);
}
#nav .nav_bottom .nav_b_list:nth-child(7):hover .nav_list_img{
	background-image: url(../image/nav_07_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(8) .nav_list_img{
	background-image: url(../image/nav_08.png);
}
#nav .nav_bottom .nav_b_list:nth-child(8):hover .nav_list_img{
	background-image: url(../image/nav_08_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(9) .nav_list_img{
	background-image: url(../image/nav_09.png);
}
#nav .nav_bottom .nav_b_list:nth-child(9):hover .nav_list_img{
	background-image: url(../image/nav_09_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(10) .nav_list_img{
	background-image: url(../image/nav_10.png);
}
#nav .nav_bottom .nav_b_list:nth-child(10):hover .nav_list_img{
	background-image: url(../image/nav_10_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(11) .nav_list_img{
	background-image: url(../image/nav_11.png);
}
#nav .nav_bottom .nav_b_list:nth-child(11):hover .nav_list_img{
	background-image: url(../image/nav_11_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(12) .nav_list_img{
	background-image: url(../image/nav_12.png);
}
#nav .nav_bottom .nav_b_list:nth-child(12):hover .nav_list_img{
	background-image: url(../image/nav_12_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(13) .nav_list_img{
	background-image: url(../image/nav_13.png);
}
#nav .nav_bottom .nav_b_list:nth-child(13):hover .nav_list_img{
	background-image: url(../image/nav_13_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(14) .nav_list_img{
	background-image: url(../image/nav_14.png);
}
#nav .nav_bottom .nav_b_list:nth-child(14):hover .nav_list_img{
	background-image: url(../image/nav_14_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(15) .nav_list_img{
	background-image: url(../image/nav_08.png);
}
#nav .nav_bottom .nav_b_list:nth-child(15):hover .nav_list_img{
	background-image: url(../image/nav_15_h.png);
}
#nav .nav_bottom .nav_b_list:nth-child(16) .nav_list_img{
	background-image: url(../image/nav_16.png);
}
#nav .nav_bottom .nav_b_list:nth-child(16):hover .nav_list_img{
	background-image: url(../image/nav_16_h.png);
}
#nav .nav_bottom .nav_b_list .nav_second{
	display: none;
	top: 101px;
	left: 0;
	width: 225px;
	padding: 8px 0;
	background: rgba(255,105,128,0.6);
}
#nav .nav_bottom .nav_b_list:nth-last-child(1) .nav_second,
#nav .nav_bottom .nav_b_list:nth-last-child(2) .nav_second{
	left: auto;
	right: 0;
}
#nav .nav_bottom .nav_b_list:hover .nav_second{
	display: block;
}
#nav .nav_bottom .nav_b_list .nav_second a{
	min-width: 75px;
	padding: 0 3px;
}
#nav .nav_bottom .nav_b_list .nav_second a:hover{
	font-weight: bold;
}
/* content */
#content{
	min-width: 1200px;
}
/* content_l */
.content_l{
    width: 780px;
}
/* search_r */
.content_r{
    width: 370px;
}
/*content_r_top*/
.content_r .content_r_top{
	padding-left: 14px;
	border: 1px solid #EAEAEA;
}
.content_r .content_r_top .content_top_l{
	width: 196px;
}
.content_r .content_r_top .content_top_l .content_top_btn a{
	width: 88px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #FF6980;
	border-radius: 15px;
	margin-right: 8px;
	text-align: center;
}
.content_r .content_r_top .content_top_l .content_top_btn a.btn_l{
	background-color: #FF6980;
	color: #fff;
}
.content_r .content_r_top .content_top_l .content_top_btn a.btn_r{
	background-color: #fff;
	color: #FF6980;
}
.content_r .content_top_r img:last-child{
	width: 101px;
	height: 139px;
}
/*content_r_project*/
.content_r .content_r_project li{
	margin-bottom: 20px;
}
.content_r .content_r_project li:last-child{
	margin-bottom: 0;
}
.content_r .content_r_project li .r_pro_img{
	width: 113px;
	height: 113px;
}
.content_r .content_r_project li .r_pro_con{
	width: 238px;
}
.content_r .content_r_project li .r_pro_con .more_two{
	height: 64px;
	overflow: hidden;
}
/*content_r_ask*/
.content_r_ask li{
	margin-bottom: 10px;
	padding-bottom: 7px;
}
.content_r_ask li:last-child{
	margin-bottom: 0;
}
.content_r_ask li::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 42px;
	right: 0;
	height: 0;
	border-bottom: 1px solid #F5F5F5;
}
.content_r_ask li .ask .tip,
.content_r_ask li .answer .tip{
    width: 30px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
}
.content_r_ask li .ask .tip{
	color: #FF6980;
    border: 2px solid #FF6980;
}
.content_r_ask li .answer .tip{
    color: #09C2C5;
    border: 2px solid #09C2C5;
    margin-top: 8px;
}
.content_r_ask li .ask_pla_text{
    width: 327px;
}
.content_r_ask li .answer .ask_pla_text{
    height: 40px;
}
.content_r_ask li .answer .ask_pla_text:hover{
    color: inherit;
}
.content_r_ask li .answer .ask_pla_text .pa{
    bottom: 0;
    right: 0;
	padding-right: 110px;
    background-color: #fff;
}
/*content_r_order*/
.content_r_order .r_order_top{
	height: 58px;
}
.content_r_order .r_order_top .pa{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,105,128,0.77);
	padding: 10px 0 0 77px;
}
.content_r_order .r_order_top .pa img{
	width: 28px;
	height: 40px;
	margin-right: 16px;
}
.content_r_order .r_order_b{
	border: 1px solid #DCDCDC;
	padding: 12px 12px 0;
}
.content_r_order form .form_l,
.content_r_order form .form_r{
	width: 155px;
	line-height: 35px;
}
.content_r_order form .form_l input,
.content_r_order form .form_r input{
	height: 37px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #DCDCDC;
	border-radius:10px;
	padding: 0 12px;
}
.content_r_order form .f_input{
	margin-bottom: 15px;
}
.content_r_order form .form_r .yzm{
	height: 37px;
	border: 1px solid #DCDCDC;
	border-radius:10px;
	background-color: #F0F3F8;
}
.content_r_order form .form_r .yzm img{
	width: 90px;
	height: 100%;
}
.content_r_order form .form_r .yzm span{
	width: 62px;
	height: 100%;
	border-left: 1px solid #DCDCDC;
}
.content_r_order form .f_submit{
	width: 251px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	background-color: #FF6980;
	border-radius: 2px;
	margin-left: 47px;
}
/*content_r_hos*/
.content_r_hos li{
	padding-bottom: 20px;
	margin-bottom: 18px;
	border-bottom: 1px dashed #dcdcdc;
}
.content_r_hos li:last-child{
	margin-bottom: 0;
}
.content_r_hos li a:hover{
	color: #333;
}
.content_r_hos li a:hover .title{
	color: #FF6980;
}
.content_r_hos li .r_hos_img{
	width: 106px;
	height: 106px;
}
.content_r_hos li .r_hos_con{
	width: 254px;
}
.content_r_hos li .r_hos_con .tip_l{
	width: 70px;
}
.content_r_hos li .r_hos_con .tip_r{
	width: 166px;
}
/*content_r_doc*/
.content_r_doc li{
	width: 178px;
	margin: 0 14px 20px 0;
}
.content_r_doc li:nth-child(2n){
	margin-right: 0;
}
.content_r_doc li .r_doc_img{
	width: 64px;
	height: 64px;
	border-radius: 100%;
}
.content_r_doc li .r_doc_con{
	width: 110px;
}
/*content_r_art*/
.content_r_art .r_art_top:hover .title{
	color: #FF6980;
}
.content_r_art .r_art_top .r_art_img{
	width: 139px;
	height: 99px;
}
.content_r_art .r_art_top .r_art_con{
	width: 214px;
	padding-right: 14px;
}
.content_r_art .r_art_top .r_art_con .more_thr{
	height: 66px;
	overflow: hidden;
}
.content_r_art .r_art_top .r_art_con .more_thr .pa{
	background-color: #fff;
	right: 0;
	bottom: 0;
	padding-right: 96px;
}
.content_r_art .r_art_list a{
	width: 158px;
	margin: 0 25px 6px 0;
}
.content_r_art .r_art_list a:nth-child(2n){
	margin-right: 0;
}
/*content_r_shaping*/
.content_r_shaping .r_shaping_list a:nth-child(2n),
.content_r_shaping .r_shaping_list a:nth-child(2n+1){
	height: 30px;
	line-height: 28px;
	padding: 0 7px;
	margin-right: 20px;
	margin: 0 20px 14px 0;
	border-radius: 5px;
}
.content_r_shaping .r_shaping_list a:nth-child(2n){
	border: 1px solid #FF6980;
}
.content_r_shaping .r_shaping_list a:nth-child(2n):hover{
	color: #FF6980;
}
.content_r_shaping .r_shaping_list a:nth-child(2n+1){
	border: 1px solid #09C2C5;
}
.content_r_shaping .r_shaping_list a:nth-child(2n+1):hover{
	color: #09C2C5;
}
/* 分页 com_paging */
.com_paging{
	font-size: 15px;
	line-height: 20px;
	color: #555;
}
.com_paging a{
	padding: 6px 12px;
	margin-right: 10px;
	border-radius:4px;
	color: #ffffff;
	background-color: #FF6980;
}
.com_paging a:hover,
.com_paging span{
	padding: 6px 12px;
	margin-right: 10px;
	border-radius:4px;
	color: #fff;
	background-color:rgba(255,105,128,0.5);
}
.com_paging input{
	width: 32px;
	height: 32px;
	border: 1px solid #FF6980;
	border-radius:4px;
}
/* 小标�?*/
.small_title{
	border-left: 3px solid #FF6980;
}

/* footer */
#footer{
	min-width: 1200px;
	border-top: 6px solid #FF6980;
}
#footer .footer_t{
	background-color: #FAFAFA;
	padding-top: 32px;
}
#footer .footer_t .footer_l{
	width: 440px;
	margin-right: 20px;
}
#footer .footer_title{
	color: #FF6980;
}
#footer .footer_title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: #FF6980;
}
#footer .footer_t .footer_l .footer_l_con a{
	margin-right: 70px;
	margin-bottom: 16px;
}
#footer .footer_t .footer_l .footer_l_con a:nth-child(2n+1){
	clear: both;
}
#footer .footer_t .footer_c{
	width: 456px;
	margin-right: 20px;
}
#footer .footer_t .footer_c .footer_c_con p{
	margin-bottom: 16px;
}
#footer .footer_t .footer_c .footer_c_con p:nth-child(1) img{
	width: 16px;
	margin-right: 16px;
	margin-left: 3px;
}
#footer .footer_t .footer_c .footer_c_con p:nth-child(2) img{
	width: 22px;
	margin-top: 3px;
	margin-right: 13px;
}
#footer .footer_t .footer_c .footer_c_con p:nth-child(3) img{
	width: 20px;
	margin-right: 16px;
	margin-top: 3px;
}
#footer .footer_t .footer_r{
	width: 170px;
}
#footer .footer_t .footer_r img{
	margin-left: -14px;
}
#footer .footer_t .footer_t_b a{
	line-height: 24px;
	margin-right: 10px;
}
#footer .footer_b{
	background-color: #f5f5f5;
}

/* business */
#business{
	right: 30px;
	bottom: 100px;
	z-index: 99;
	width: 200px;
}
/*art_comment 文章评论 2021 04 25*/
.art_comment{
	padding-top:32px;
}
.art_comment .comment_top .t_left{
	width:40px;
	height:40px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.art_comment .comment_top .t_right{
	width:668px;
}
.art_comment .comment_top .t_right .comment_title{
	height:16px;
	margin-bottom:9px;
	width:50%;
}
.art_comment .comment_top .t_right .comment_title .stars .star{
	width:16px;
	height:16px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-right:4px;
}
.art_comment .comment_top .t_right .comment_title span{
	width:70px;
	height:16px;
	line-height:16px;
	text-align:justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
}
.art_comment .comment_top .t_right .comment_title .stars .star img{
	width:16px;
	height:16px;
}
.art_comment .comment_top form{
	padding-left:53px;
}
.art_comment .comment_top form input{
	outline:none;
}
.art_comment .comment_top form .txt{
	width: 560px;
	resize: none;
	height:36px;
	line-height:34px;
	border: 1px solid  #B9B9B9;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.art_comment .comment_top form .submitBtn{
	width: 92px;
	height: 36px;
	line-height:36px;
	background: #FF6980;
	opacity: 0.5;
	border-radius: 4px;
}
.art_comment .comment_top form .submitBtn.active{
	opacity:1;
}
.art_comment .comment_top .warning{
	display: none;
	left:50%;
	top:20px;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 300px;
	height: 44px;
	line-height:44px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(168, 168, 168, 0.29);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.art_comment .comment_top .warning.active{
	display: block;
}
.art_comment .comment_cont{
	width: 720px;
	border: 1px solid #D1D1D1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.art_comment .comment_cont h4{
	height:44px;
	line-height:43px;
	border-bottom:1px solid #D1D1D1;
}
.art_comment .comment_cont .comment_list .comment_item .item_l{
	width:50px;
	height:50px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.art_comment .comment_cont .comment_list .comment_item .item_r{
	width:624px;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .stars .star{
	width:16px;
	height:16px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-right:2px;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .stars .star img{
	float: left;
	width:16px;
	height:16px;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .date{
	line-height:16px;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .comment_result{
	height:16px;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .comment_result span{
	line-height:16px;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .comment_result .result_item{
	width:25%;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .comment_result .result_item .score{
	color: #333;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .comment_b{
	height:18px;
	line-height:18px;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .comment_b ul li .info_title{
	color:#FF6980;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .comment_b .comment_b_t .replay img{
	width:18px;
	height:16px;
}
.art_comment .comment_cont .comment_list .comment_item .item_r .comment_b .comment_b_t .support img{
	width:17px;
	height:15px;
}
/* other_recommend */
.other_recommend .other_rec_list{
	margin-bottom: 30px;
}
.other_recommend .other_rec_list:last-child{
	margin-bottom: 0;
}
.other_recommend .other_rec_list .rec_list_img{
	width: 153px;
	height: 116px;
}
.other_recommend .other_rec_list .rec_list_img .tip{
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.76);
}
.other_recommend .other_rec_list .rec_list_con{
	width: 620px;
}
.other_recommend .other_rec_list .rec_list_con li{
	width: 300px;
	margin: 0 20px 12px 0;
	padding-left: 13px;
}
.other_recommend .other_rec_list .rec_list_con li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	z-index: 1;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background-color: #999;
}
.other_recommend .other_rec_list .rec_list_con li:nth-child(2n){
	margin-right: 0;
}

/* other_art */
.other_art li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F3F3F3;
}
.other_art li:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}
.other_art li .other_art_img{
	width: 166px;
	height: 87px;
	margin-right: 24px;
}
.other_art li .other_art_con{
	width: 590px;
	padding: 0 20px 0 0;
}
.other_art li .other_art_con .title{
	color: #212121;
}
.other_art li .other_art_con .title:hover{
	color: #FF6980;
}
.other_art li .other_art_con .tip{
	height: 20px;
	line-height: 18px;
	border: 1px solid #FF6980;
	border-radius:4px;
	padding: 0 9px;
	color: #FF6980;
	margin-right: 28px;
}
.other_art li .other_art_con .see img{
	width: 20px;
	margin: 1px 10px 0 0;
}
.other_art li .other_art_con .fx{
	width: 17px;
	cursor: pointer;
	margin-right: 34px;
}
.other_art li .other_art_con .fx .bdsharebuttonbox{
	display: none;
	top: 24px;
	left: -54px;
	z-index: 99;
	width: 88px;
	padding: 0 10px;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fff;
}
.other_art li .other_art_con .fx .bdsharebuttonbox.active{
	display: block;
}
.other_art .load_more{
	width: 66px;
	cursor: pointer;
}
.other_art .load_more:hover span{
	color: #FF6980;
}
.other_art .load_more img{
	width: 17px;
	height: 15px;
	margin: 12px 0 0 25px;
}
/*医院，医生，文章评论*/
.comment{
	padding-top:32px;
}
.comment .comment_top .t_left{
	width:40px;
	height:40px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.comment .comment_top .t_right{
	width:668px;
}
.comment .comment_top .t_right .comment_title{
	height:16px;
	margin-bottom:9px;
	width:50%;
}
.comment .comment_top .t_right .comment_title .stars .star{
	width:16px;
	height:16px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-right:4px;
}
.comment .comment_top .t_right .comment_title span{
	width:70px;
	height:16px;
	line-height:16px;
	text-align:justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
}
.comment .comment_top .t_right .comment_title .stars .star img{
	width:16px;
	height:16px;
}
.comment .comment_top form{
	padding-left:53px;
}
.comment .comment_top form input{
	outline:none;
}
.comment .comment_top form .txt{
	width: 560px;
	resize: none;
	height:36px;
	line-height:34px;
	border: 1px solid  #B9B9B9;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment .comment_top form .submitBtn{
	width: 92px;
	height: 36px;
	line-height:36px;
	background: #FF6980;
	opacity: 0.5;
	border-radius: 4px;
}
.comment .comment_top form .submitBtn.active{
	opacity:1;
}
.comment .comment_top .warning{
	display: none;
	left:50%;
	top:20px;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 300px;
	height: 44px;
	line-height:44px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(168, 168, 168, 0.29);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.comment .comment_top .warning.active{
	display: block;
}
.comment .comment_cont{
	width: 720px;
	border: 1px solid #D1D1D1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.comment .comment_cont h4{
	height:44px;
	line-height:43px;
	border-bottom:1px solid #D1D1D1;
}
.comment .comment_cont .comment_list .comment_item .item_l{
	width:50px;
}
.comment .comment_cont .comment_list .comment_item .item_l img{
	width:50px;
	height:50px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.comment .comment_cont .comment_list .comment_item .item_r{
	width:624px;
}
.comment .comment_cont .comment_list .comment_item .item_r .stars .star{
	width:16px;
	height:16px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-right:2px;
}
.comment .comment_cont .comment_list .comment_item .item_r .stars .star img{
	float: left;
	width:16px;
	height:16px;
}
.comment .comment_cont .comment_list .comment_item .item_r .date{
	line-height:16px;
}
.comment .comment_cont .comment_list .comment_item .item_r .comment_result{
	height:16px;
}
.comment .comment_cont .comment_list .comment_item .item_r .comment_result span{
	line-height:16px;
}
.comment .comment_cont .comment_list .comment_item .item_r .comment_result .result_item{
	width:25%;
}
.comment .comment_cont .comment_list .comment_item .item_r .comment_result .result_item .score{
	color: #333;
}
.comment .comment_cont .comment_list .comment_item .item_r .comment_b{
	height:18px;
	line-height:18px;
}
.comment .comment_cont .comment_list .comment_item .item_r .comment_b ul li .info_title{
	color:#FF6980;
}
.comment .comment_cont .comment_list .comment_item .item_r .comment_b .comment_b_t .replay img{
	width:18px;
	height:16px;
}
.comment .comment_cont .comment_list .comment_item .item_r .comment_b .comment_b_t .support img{
	width:17px;
	height:15px;
}
.comment.art_comment .comment_top form{
	padding-left:0;
}
.comment.doc_comment form{
	padding-left:0;
}

.crumbs a:last-child{color:#ff6980;}