@charset "utf-8";
/* 仟色3.0-01-pink */

body{
	margin: 0;
	padding: 0;
	font-family: "Microsoft JhengHei", Verdana, sans-serif;
	background: #333;
}
html * {
	margin: 0;
	padding: 0;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
ui,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
/*input:focus {outline: none; } 
input:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: .4s; transition: .4s; } 
input:focus::-moz-placeholder {opacity: 0; -moz-transition: .4s; } 
input:focus:-ms-input-placeholder {opacity: 0; -webkit-transition: .4s; transition: .4s; }
textarea:focus {outline: none; } 
textarea:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: .4s; transition: .4s; } 
textarea:focus::-moz-placeholder {opacity: 0; -moz-transition: .4s; } 
textarea:focus:-ms-input-placeholder { opacity: 0; -webkit-transition: .4s; transition: .4s; }*/
form{
	margin: 0;
	padding: 0;
}
img{
		border:0;
		outline: 0;
		margin: 0;
		padding: 0;
		display: block;
	}

@font-face {
    font-family: "FZYaZTFU";
    src: url("fonts/FZYaZTFU.eot"); /* IE9 */
    src: url("fonts/FZYaZTFU.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("fonts/FZYaZTFU.woff") format("woff"), /* chrome、firefox */
    url("fonts/FZYaZTFU.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("fonts/FZYaZTFU.svg#FZYaZTFU") format("svg"); /* iOS 4.1- */

}
@font-face {
    font-family: "FZDIHTFU_ZHONG";
    src: url("fonts/FZDIHTFU_ZHONG.eot"); /* IE9 */
    src: url("fonts/FZDIHTFU_ZHONG.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("fonts/FZDIHTFU_ZHONG.woff") format("woff"), /* chrome、firefox */
    url("fonts/FZDIHTFU_ZHONG.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("fonts/FZDIHTFU_ZHONG.svg#FZDIHTFU_ZHONG") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
section{
	min-height: 300px;
}
.index-main{
	width:100%;
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
	background-color: #f0f0f0;
	overflow: hidden;
}
.index-header{
	width:100%;
	max-width: 1024px;
	height: 308px;
    padding-top: 60px;
	padding-left: 30px;
	box-sizing: border-box;
	background-color: #db5f79;
	position: relative;
}
.header_icon{
	width:200px;
	height: 80px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}
.header_icon .user_login{
	width:50px;
	height: 50px;
	display: inline-block;
	background: url("../images/user.png") no-repeat;
	background-size: contain;
	margin-right: 30px;
	cursor: pointer;
}
.header_icon .cs_qiehuan{
	width:50px;
	height: 50px;
	display: inline-block;
	background: url("../images/qiehuan.png") no-repeat;
	background-size: contain;
	margin-right: 20px;
	cursor: pointer;
}
.index-header-left{
	width:18.5%;
	height: 175px;
	float: left;
}
.index-header-center{
	width:65%;
	height: 175px;
	float: left;
}
.index-header-right{
	width:15%;
	height: 175px;
	float: left;
	line-height: 175px;
}
.index-header-right a{
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
}
.index-header-right a:hover{
	text-decoration: underline;
}
.index_logo{
	width:175px;
	height: 175px;
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.index_logo img{
	width:155px;
	height: 155px;
	border-radius: 50%;
}
.index_serach{
	width:95%;
	margin: 0 auto;
	height: 92px;
	margin-top: 47px;
	position: relative;
}
.index_serach form{
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.index_serach input{
	width:100%;
	height: 100%;
	background: #fff;
	border-radius: 110px;
	border: none;
	outline: none;
	font-size: 24px;
	padding-left: 40px;
	box-sizing: border-box;
}
.index_topbar{
	width:76%;
	height: 76px;
	line-height: 76px;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	padding-left: 10px;
	box-sizing: border-box;
	float: right;
}
.index_topbar.detail_topbar{
	width:100%;
}
.index_topbar_left{
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
    position: absolute;
	top: 245px;
	left: 45px;
}

.index_swiper_row{
	width:100%;
	max-width: 1024px;
	height: auto;
	overflow: hidden;
	background:#f0f0f0 url("../images/swiper_bg.gif");
	background-repeat: repeat-x;
	background-size: contain;

}
.index_swiper_div{
	width:95%;
	height: 490px;
	margin: 0 auto;
	background-color: #fd7b97;
	border-radius: 15px;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.index_swiper_div img{
	width:100%;
	border-radius: 15px;
	margin: 0 auto;
}
.index_menu_row{
	width:95%;
	height: auto;
	background-color: #fff;
	border-radius: 15px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 35px;
	padding-bottom: 45px;
	box-sizing: border-box;
}

.index_menu_row a{
	width:93px;
	height: 93px;
	display: inline-block;
	border-radius: 50%;
	background-color: #f2f2f2;
	font-family: "FZYaZTFU";
	font-size: 30px;
	color: #999;
	text-align: center;
	line-height: 100px;
	margin-left: 15px;
	margin-top: 15px;
}
.index_menu_row a:hover{
	background-color: #eb2654;
	color: #fff;
}
.index_menu_row a.on{
	background-color: #eb2654;
	color: #fff;
}
.phb_top{
	width:95%;
	height: 250px;
	background:#f78ca7 url("../images/phb.jpg")center no-repeat;
	background-size: contain;
	margin: 0 auto;
	border-radius: 15px;
	margin-top: 25px;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}
.phb_top .phb_sm{
	width:50%;
	height: auto;
	float: right;
	font-size: 30px;
	color: #fff;
	text-shadow: 0px 2px 2px #666;
	font-weight: 600;
}
.phb_top .phb_more{
	width:100%;
	height: auto;
	text-align: right;
	font-size: 30px;
	color: #fff;
	text-shadow: 0px 2px 2px #666;
	font-weight: 600;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.phb_top .phb_more a{
	text-decoration: none;
	color: #fff;
}
.phb_block{
	width:97%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 6px;
	box-sizing: border-box;
	overflow: hidden;
}
.phb_block ul{
	width:100%;
}
.phb_block li{
	width:32.3%;
	height: 650px;
	float: left;
	margin-right: 10px;
    background-image: linear-gradient(#e66465, #9198e5);
	border-radius: 15px;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
.phb_block li:nth-child(1){
	width:48%;
	height:1008px;
	background-image: linear-gradient(#ffffff, #fec3b5);
}
.phb_block li:nth-child(2){
	width:50%;
	height:328px;
	background-image: linear-gradient(#ffffff, #ffb2ff);
	margin-right: 0px;
}
.phb_block li:nth-child(3){
	width:50%;
	height:328px;
	background-image: linear-gradient(#ffffff, #c8d4ff);
	margin-right: 0px;
}
.phb_block li:nth-child(4){
	width:50%;
	height:328px;
	background-image: linear-gradient(#ffffff, #ff6491);
	margin-right: 0px;
}
.phb_block li:nth-child(5){
	clear: both;
}
.phb_block .number{
	width:40px;
	height: 40px;
	background-color: #b5b5b5;
	border: 3px solid #fff;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	position: absolute;
	top: 15px;
	left:15px;
	border-radius: 50%;
	color: #fff;
	z-index: 10000;
}
.phb_block .img_div{
	width:100%;
	height: 50%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
.phb_block .detail_div{
	width:100%;
	height: 50%;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.phb_block .detail_div .cp_name{
	width:100%;
	height: 40px;
	font-size: 30px;
	font-weight: 600;
	line-height: 60px;
	padding-left: 10px;
	box-sizing: border-box;
}
.phb_block .detail_div dl{
	width:100%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 600;
}
.phb_block .detail_div dt{
	display: block;
	float: left;
	width:50%;
	height: 38px;
	line-height: 42px;
	border-bottom: 1px dashed #ddd;
	color: #333;
}
.phb_block .detail_div dt.long{
	width:100%;
}
.phb_block li:nth-child(1) .number{
	width:80px;
	height: 80px;
	background-color: #ff2c59;
	border: 6px solid #fff;
	line-height: 80px;
	text-align: center;
	font-size: 50px;
	font-weight: bolder;
	position: absolute;
	top: 15px;
	left:15px;
	border-radius: 50%;
	color: #fff;
	z-index: 10000;
}
.phb_block li:nth-child(1) .img_div{
	width:100%;
	height: 60%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.img_div img{
	width:100%;
}
.phb_block li:nth-child(1) .detail_div{
	width:100%;
	height: 40%;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.phb_block li:nth-child(1) .detail_div .cp_name{
	font-size: 40px;
}
.phb_block li:nth-child(1) .detail_div dl{
	width:100%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	font-size: 1.7rem;
	font-weight: 600;
}
.phb_block li:nth-child(1) .detail_div dt{
	display: block;
	float: left;
	width:50%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
}
.phb_block li:nth-child(1) .detail_div dt.long{
	width:100%;
}
.detail_div dt span{
	display: inline-block;
	color: #999;
	padding-left:3px;
}
.detail_div dt span.price{
	color: #db5f79;
	font-size: 13px!important;
	font-style: italic;
}
.phb_block li:nth-child(2) .img_div{
	width:45%;
	height: 100%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	float: left;
}
.phb_block li:nth-child(2) .detail_div{
	width:55%;
	height: 100%;
	background-color: #f5f5f5;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
	float: left;
}
.phb_block li:nth-child(2) .detail_div dl{
	width:100%;
	height: auto;
	padding: 15px;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 600;
}
.phb_block li:nth-child(2) .detail_div dt{
	display: block;
	float: left;
	width:50%;
	height: 38px;
	line-height: 42px;
}
.phb_block li:nth-child(2) .detail_div dt.long{
	width:100%;
}
.phb_block li:nth-child(2) .number{
	width:40px;
	height: 40px;
	background-color: #ae5da1;
	border: 3px solid #fff;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	position: absolute;
	top: 15px;
	left:15px;
	border-radius: 50%;
	color: #fff;
}
.phb_block li:nth-child(3) .img_div{
	width:45%;
	height: 100%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	float: left;
}
.phb_block li:nth-child(3) .detail_div{
	width:55%;
	height: 100%;
	background-color: #f5f5f5;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
	float: left;
}
.phb_block li:nth-child(3) .detail_div dl{
	width:100%;
	height: auto;
	padding: 15px;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 600;
}
.phb_block li:nth-child(3) .detail_div dt{
	display: block;
	float: left;
	width:50%;
	height: 38px;
	line-height: 42px;
}
.phb_block li:nth-child(3) .detail_div dt.long{
	width:100%;
}
.phb_block li:nth-child(3) .number{
	width:40px;
	height: 40px;
	background-color: #f19149;
	border: 3px solid #fff;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	position: absolute;
	top: 15px;
	left:15px;
	border-radius: 50%;
	color: #fff;
}
.phb_block li:nth-child(4) .img_div{
	width:45%;
	height: 100%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	float: left;
}
.phb_block li:nth-child(4) .detail_div{
	width:55%;
	height: 100%;
	background-color: #f5f5f5;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
	float: left;
}
.phb_block li:nth-child(4) .detail_div dl{
	width:100%;
	height: auto;
	padding: 15px;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 600;
}
.phb_block li:nth-child(4) .detail_div dt{
	display: block;
	float: left;
	width:50%;
	height: 38px;
	line-height: 42px;
}
.phb_block li:nth-child(4) .detail_div dt.long{
	width:100%;
}
.phb_block li:nth-child(4) .number{
	width:40px;
	height: 40px;
	background-color: #26ad23;
	border: 3px solid #fff;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	position: absolute;
	top: 15px;
	left:15px;
	border-radius: 50%;
	color: #fff;
}
.t_menu_bar{
	width:95%;
	height: 80px;
	background: #db5f79;
	padding: 15px;
	padding-left: 25px;
	box-sizing: border-box;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	color: #333;
	margin: 15px auto;
	border-radius: 15px;
	position: relative;
}
.t_menu_bar span{
	display: inline-block;
	color: #fff;
	margin-right: 10px;
}
.t_menu_bar .more{
	color: #fff;
	font-size: 30px;
	width:200px;
	height: 50px;
	position: absolute;
	line-height: 50px;
	top: 15px;
	right: 15px;
	text-align: right;
	padding-right: 15px;
}
.t_menu_bar .more a{
	color: #fff;
}
.xincai_block{
	width:97%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 6px;
	box-sizing: border-box;
	overflow: hidden;
}
.xincai_block ul{
	width:100%;
}
.xincai_block li{
	width:32.3%;
	height:650px;
	float: left;
	margin-right: 10px;
    /*background-image: linear-gradient(#e66465, #9198e5);*/
	background: #fec3b5;
	border-radius: 15px;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
.xincai_block li .update{
	width:100%;
	background-color: rgba(241,49,192,.5);
	color: #fff;
	position: absolute;
	top:0px;
	left: 0px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding-left: 15px;
	box-sizing: border-box;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.img_div .toolbar {
    width:100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    box-sizing: border-box;
}
.img_div .toolbar span{
	margin-right: 10px;
	width:50px;
}
.img_div .toolbar .shoucang{
	display: block;
	float: left;
	background: url("../images/sc.png")center no-repeat;
	background-size: 40%;
	font-size: 14px;
	padding-left: 40px;
	box-sizing: border-box;
	line-height: 40px;
}
.img_div .toolbar .i_zan{
	display: block;
	float: left;
	background: url("../images/i_zan.png")center no-repeat;
	background-size: 35%;
	font-size: 14px;
	padding-left: 40px;
	box-sizing: border-box;
	line-height: 40px;
}
.img_div .toolbar .i_pinglun{
	display: block;
	float: left;
	background: url("../images/pinglun.png")center no-repeat;
	background-size: 35%;
	font-size: 14px;
	padding-left: 40px;
	box-sizing: border-box;
	line-height: 40px;
}
.logo .toolbar {
    width:100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    box-sizing: border-box;
}
.logo .toolbar span{
	margin-right: 10px;
	width:50px;
}
.logo .toolbar .shoucang{
	display: block;
	float: left;
	background: url("../images/sc.png")center no-repeat;
	background-size: 40%;
	font-size: 14px;
	padding-left: 40px;
	box-sizing: border-box;
	line-height: 40px;
}
.logo .toolbar .i_zan{
	display: block;
	float: left;
	background: url("../images/i_zan.png")center no-repeat;
	background-size: 35%;
	font-size: 14px;
	padding-left: 40px;
	box-sizing: border-box;
	line-height: 40px;
}
.logo .toolbar .i_pinglun{
	display: block;
	float: left;
	background: url("../images/pinglun.png")center no-repeat;
	background-size: 35%;
	font-size: 14px;
	padding-left: 40px;
	box-sizing: border-box;
	line-height: 40px;
}
.xincai_block .img_div{
	width:100%;
	height: 50%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
.xincai_block .detail_div{
	width:100%;
	height: 50%;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.xincai_block .detail_div .cp_name {
    width: 100%;
    height: 40px;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    padding-left: 10px;
    box-sizing: border-box;
}
.xincai_block .detail_div dl{
	width:100%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 600;
}
.xincai_block .detail_div dt{
	display: block;
	float: left;
	width:50%;
	height: 38px;
	line-height: 42px;
	border-bottom: 1px dashed #ddd;
}
.xincai_block .detail_div dt.long{
	width:100%;
}
.footer{
	width:100%;
	height: 180px;
	background-color: #fff;
	margin-top: 20px;
	border-top: 3px solid #db5f79;
}
.footer a{
	display:block;
	width:20%;
	height: 100%;
	position: relative;
	float: left;
}
.footer p{
	display: block;
	width:100%;
	height: 35px;
	font-size: 24px;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 35px;
	position: absolute;
	bottom: 30px;
	font-weight: 600;
}
.footer .on p{
	color: #e33860;
}
.footer a.home{
	background:  url("../images/home.png")top center no-repeat;
	background-size: 46%;
	background-position: 50% 20px;
}
.footer a.home.on{
	background:  url("../images/home_on.png")top center no-repeat;
	background-size: 46%;
	background-position: 50% 20px;
}
.footer a.new_caipin{
	background: url("../images/caipin.png") center no-repeat;
	background-size: 50%;
	background-position: 50% 20px;
}
.footer a.new_caipin.on{
	background: url("../images/caipin_on.png") center no-repeat;
	background-size: 50%;
	background-position: 50% 20px;
}
.footer a.kefu{
	background: url("../images/kefu.png") center no-repeat;
	background-size: 46%;
	background-position: 50% 20px;
}
.footer a.kefu.on{
	background: url("../images/kefu_on.png") center no-repeat;
	background-size: 46%;
	background-position: 50% 20px;
}
.footer a.phb{
	background: url("../images/phb.png") center no-repeat;
	background-size: 46%;
	background-position: 50% 20px;
}
.footer a.phb.on{
	background: url("../images/phb_on.png") center no-repeat;
	background-size: 46%;
	background-position: 50% 20px;
}

.footer a.u_center{
	background: url("../images/my.png") center no-repeat;
	background-size: 46%;
	background-position: 50% 20px;
}
.footer a.u_center.on{
	background: url("../images/my_on.png") center no-repeat;
	background-size: 46%;
	background-position: 50% 20px;
}
.index_clear{
    width:100%;
    height: 0px;
}

/* 排行榜 */
.list_row{
	width:100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	margin-top: 0px;
}
.list_row.phb_list{
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
}
.nt_city{
	width:190px;
	height: auto;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
.nt_city ul{
	width:100%;
	margin: 0;
	padding: 0;
}
.nt_city li{
	width:125px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	color: #666;
	line-height: 50px;
	margin: 0 auto;
	font-weight: 600;
	margin-bottom: 10px;
}
.nt_city li a{
	display: block;
	width:100;
	height: 100%;
	color: #666;
	text-decoration: none;
}
.nt_city li a:hover{
	background: #ff2c59;
	border-radius: 50px;
	color: #fff;
}
.nt_city li a.on{
	background: #ff2c59;
	border-radius: 50px;
	color: #fff;
}
.nt_right{
	width:833px;
	height: auto;
	min-height: 1280px;
	overflow: hidden;
	border-left: 1px solid #ddd;
	padding-bottom: 30px;
}
.nt_right .nt_sort{
	width:100%;
	height: 90px;
	border-bottom: 1px solid #ddd;
}
.rs_right{
	width:833px;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	margin: 0 auto;
}
.rs_right .nt_sort{
	width:100%;
	height: 90px;
	border-bottom: 1px solid #ddd;
}
.nt_sort ul{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
.nt_sort li{
	width:20%;
	height: 100%;
	float: left;
	text-align: center;
	color: #666;
	font-size: 24px;
	line-height: 90px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.nt_sort li.on{
	color: #ff2c59;
}
.nt_sort li a{
	color: #666;
	text-decoration: none;
}
.nt_sort li .sort_arrow{
	display: block;
	width:18px;
	height: 36px;
	background: url("../images/sort_arrow.png") center no-repeat;
	position: absolute;
	right: 20px;
	top: 29px;
}
.nt_sort li .sort_arrow_a{
	display: block;
	width:18px;
	height: 36px;
	background: url("../images/sort_arrow_a.png") center no-repeat;
	position: absolute;
	right: 20px;
	top: 29px;
}
.nt_sort li .sort_arrow_d{
	display: block;
	width:18px;
	height: 36px;
	background: url("../images/sort_arrow_d.png") center no-repeat;
	position: absolute;
	right: 20px;
	top: 29px;
}
.nt_tea_list{
	width:100%;
	height: auto;
	overflow: hidden;
}
.nt_tea_list ul{
	padding: 0;
	width:97%;
	margin: 0 auto;
	padding-top: 10px;
}
.nt_tea_list li{
	width:33.3333%;
	height:475px;
	box-sizing: border-box;
	padding: 16px;
	float: left;
}
.nt_tea_list li .jqthumb{
	width:90%;
	height:0;
	padding-bottom: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.nt_content{
	width:100%;
	box-sizing: border-box;
	padding-top: 25px;
	color: #333;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}
.nt_content .nickname{
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}
.nt_content .neirong{
	display: inline-block;
	padding-left: 6px;
	padding-right: 20px;
	color: #999;
	font-size: 15px;
}
.nt_content .price{
	display: inline-block;
	text-align: right;
	font-style: italic;
	font-size: 20px;
	color:#fe6a89;
}
.nt_phb_list{
	width:100%;
	height: auto;
	overflow: hidden;
	padding: 25px;
	box-sizing: border-box;
}
.nt_phb_list ul{
	width:100%;
	height: auto;
}
.nt_phb_list li {
    width: 48%;
    height: auto;
    margin-bottom: 40px;
    float: left;
    margin-left: 10px;
    position: relative;
}
.nt_phb_list li .logo{
    width: 100%;
    height: 450px;
    text-align: center;
    align-items: center;
    overflow: hidden;
    background: #f0f0f0;
	position: relative;
}
.nt_phb_list li .cp_pinglun{
    width: 100%;
    height: 45px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 45px;
}
.nt_phb_list li .logo img{
	width:100%;
	height: auto;
}
.nt_phb_list li .detail_div{
    width: 100%;
    height: 250px;
    padding-left: 15px;
    box-sizing: border-box;
	position: relative;
}
.nt_phb_list .detail_div span.cp_name{
	display: block;
	width:100%;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #333;
	font-weight: 600;
}
.detail_div span.cp_pingfen{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #db5f79;
    font-weight: 600;
    right: 6px;
    top: 0px;
    position: absolute;
}
.nt_phb_list .detail_div dt{
	width:48%;
	float: left;
	font-size: 16px;
	height: 35px;
	margin-right: 1%;
	border-bottom: 1px dotted #eee;
	line-height: 30px;
	font-weight: 600;
}

.nt_phb_list li .number_div{
    width: 100%;
    align-items: top;
    position: absolute;
    top: 0;
    left: 0;
}
.nt_phb_list li .number_div span{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}
.number_div span.number{
	background:#b5b5b5;
}
.number_div span.number_1{
	background:#ff2c59;
}
.number_div span.number_2{
	background:#ae5da1;
}
.number_div span.number_3{
	background:#f19149;
}
.number_div span.number_4{
	background:#26ad23;
}
.uc-pagination-mian {
    padding: 10px;
    height: 40px;
    text-align: center;
    margin-top: 40px;
    border-top: 1px dotted #ccc;
    padding-top: 15px;
}
.inner {
    display: inline;
	font-size: 0;
}
.inner li {
    display:inline-block;
    height: 30px;
    color: #999;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    margin-left: 6px;
    cursor: pointer;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: italic;
	font-weight: 500;
}
.inner li a{
	color: #999;
	font-weight: 800;
}
.inner li.page_active a{
	color: #ff0051;
	font-weight: 800;
}
.inner a {
    display: inline-block;
	width:50px;
    height: 50px;
	line-height: 50px;
    color: #999;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    overflow: hidden;
    margin-left: 6px;
    cursor: pointer;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: italic;
	font-weight: 500;
	background: #eee;
	border-radius: 5px;
}
.inner a:hover {
    color: #ff0051;
}
.inner a.page_active {
    color: #fff;
	font-weight: 800;
	background: #ff0051;
	
}

.phb_header_div{
	background: #fff;
	height: 60px;
}
.phb_header{
    width: 120%;
    height: 40px;
    border-radius: 0 0 100% 100%/0 0 150% 150%;
    background: #db5f79;
    margin-left: -11.5%;
}
.nt_menu{
	width:100%;
	height: 146px;
	background: #ddd;
	position: relative;
	margin-top: -18px;
}
.shixian_s{
	width:25%;
	height: auto;
	position: absolute;
	left: 0;
	top: 30px;
}
.nt_menu ul{
	width:100%;
	height: 100%;
	padding: 0;
	padding-left: 24%;
	box-sizing: border-box;
}
.nt_menu li{
	width:33.3%;
	height: 100%;
	display:block;
	box-sizing: border-box;
	padding-top: 30px;
	float:left;
	position: relative;
}
.shixian_s .m_button_xs{
	display: block;
	width:80%;
	height:86px;
	border-radius: 50px;
	margin:0 auto;
	text-align: center;
	line-height: 86px;
	font-size: 32px;
	background: #ff2c59;
	border: 1px solid #fff;
	color: #fff;
	
}
.nt_menu li .m_button{
	width:80%;
	height:86px;
	border-radius: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 86px;
	font-size: 32px;
	background: #fff;
	border: 1px solid #ccc;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.nt_menu li .l_button{
	width:80%;
	height:115px;
	border-radius: 0;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 86px;
	font-size: 32px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	color: #ff2c59;
}
.a_list{
	width:100%;
	height: auto;
	background: #fff;
	position: absolute;
	z-index: 99;
	left:0;
	top: 126px;
    box-shadow: 0px 20px 20px  rgba(0,0,0, 0.2);
    display: none;
	padding-bottom: 90px;
}
.show{
	display: block;
}
.a_list ul,li{
	margin: 0;
	padding: 0;
}
.a_list ul{
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.a_list li{
	width:33.333%;
	height: 70px;
	float: left;
	font-size: 28px;
	font-weight: 600;
	color:#999;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.a_list li a{
	color:#999;
}
.a_list li.selected {
	color: #ff2c59;
	background: transparent url(../images/icon-selected.png) right bottom no-repeat ;
	background-position: 90% 25px;
}
.a_list li.selected a{
	color: #ff2c59;
}
.a_list li span{
	display: bolock;
	position: relative;
	width:100%;
	height: 100%;
	background: #fff;
	z-index: 10;
	top: 0;
	left: 0;
	line-height: 70px;

}
.mm_sx{
	width:100%;
	height: 70px;
	position: absolute;
	top: 460px;
	left: 0;
	z-index: 100;
	display: none;
}
.my_show{
	display: block;
}
.mm_sx .reset{
	display: block;
	width:50%;
	height: 69px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	float: left;
	background: #fff;
	line-height: 70px;
	border-top: 1px solid #ddd;
	cursor: pointer;
}
.mm_sx .submit{
	display: block;
	width:50%;
	height: 70px;
	font-size: 30px;
	font-weight: 600;
	background: #ff2c59;
	color: #fff;
	float: left;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}
.nt_menu li .arrow{
	display: block;
	width:18px;
	height: 18px;
	background: url("../images/arrow.png") center no-repeat;
	position: absolute;
	right: 25px;
	top: 34px;
}
.nt_menu li .arrow_slected{
	background: url("../images/arrow_on.png") center no-repeat;
	right: 25px;
	top: 42px;
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.nt_img{
	width:90%;
	height:0;
	padding-bottom: 100%;
	border-radius: 15px;
	overflow: hidden;
	background-repeat: no-repeat; 
	background-position: 50% 0px; 
	background-size: 100%; 
	left: 0%;
	position: relative;
}
.nt_banner{
	width:100%;
	height: 120px;
	font-size: 30px;
	background: #fff;
	line-height: 80px;
	font-weight: 600;
	text-align: center;
}
.nt_banner a{
	color: #999;
}
.nt_banner a.on{
	color: #db5f79;
}
.nt_banner span{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	color: #ff2c59;
}

.index_search{
	border: 0;
	width:50px;
	height: 50px;
	background: url("../images/index-search.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 40px;
	top: 20px;
	cursor: pointer;
}
/*菜品詳情*/
.detail_back{
	width:80px;
	height: 100%;
	align-items: center;
	background: url("../images/arrow_left.png") center no-repeat;
	background-size: cover;
}
.detail_left{
	width:35%;
	height: 470px;
	background: #fff;
	float: left;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}
.detail_left img{
	width:auto;
	height:100%;
	border-radius: 0px;
}
.detail_right{
	width:65%;
	height: 470px;
	background: #fff;
	float: left;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
.detail_right dt span.price{
	color: #db5f79;
	font-style: italic;
}
.detail_right .cp_name{
	width:100%;
	height: 100px;
	line-height: 120px;
	font-size: 40px;
	font-weight: 600;
}
.detail_right .bianhao{
    display: block;
    padding-left: 10px;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
	color:#db5f79;
}
.detail_right .bianhao span{
	display: inline-block;
	color: #999;
}
.detail_right dl{
	width:100%;
	height: auto;
	overflow: hidden;
}
.detail_right dt{
	width:50%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	border-bottom: 1px dotted #ccc;
	font-weight: 600;
}
.detail_right dt.long{
	width:100%;
}
.detail_right dt span{
	color: #999;
}
.de_tab{
	width:100%;
	height: auto;
	background: #eee;
}

.de_tab ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.my_tab{
	width:100%;
	height: 130px;
    background: #fff;
	margin-bottom: 20px;
}
.my_tab li{
	width:25%;
	float: left;
	height: 130px;
	line-height: 130px;
	text-align: center;
	font-size: 2em;
	cursor: pointer;
	margin-right: 2px;
}

.my_tab li.on{
	border-bottom: 2px solid #ff0051;
	color: #ff0051;
}
.de_con_div{
	width:100%;
	height: auto;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	margin-top: 20px;
}
.de_con_div .show{
	display: block;
}
.de_con{
	width:100%;
	height: auto;
	display: none;
	overflow: hidden;
}
.de_con ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.de_con ul{
	padding-bottom: 30px;
}
.fuwu li{
	width:100%;
	height: auto;
	border-bottom: 1px dotted #eee;
	font-size: 20px;
	text-align: left;
	padding-top: 15px;
	line-height: 28px;
	padding-bottom: 10px;
}
.fuwu li span{
	color:#999;
}
.img_cover{
	width:100%;
	position: fixed;
	background-color: rgba(0,0,0,1.0);
	z-index: 100000000000;
	height: 0;
}
.slide-galley {
	width:100%;

}

#gallery{
    height: 0;
}

.gallery li {
    float: left;
	width: 33%!important;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.gallery li img {
    width:100%;
}
.galley-close{
	position: absolute;
	width:10%;
	height: 10%;
	background: url("../images/close.png")center no-repeat;
	background-size: contain;
	top: 0;
	right:10px;
	cursor: pointer;
	z-index: 1001;
}
.play-button{
	position: absolute;
	width:40%;
	height: 40%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	z-index: 10;
	background: url("../images/play-button.png")center no-repeat;
	background-size: contain;
	pointer-events: none;
}
.swiper-zoom-container video{
	height:100%!important;
}
#list-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}
.commont_sm{
	width:100%;
	height: 30px;
	border-bottom: 1px dotted #eee;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #999;
}
#list-wrap .list {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
	margin-bottom: 30px;
}
#list-wrap .user-pic {
    text-align: center;
    width: 82px;
    float: left;
}
.user-pic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#list-wrap .user-commont {
	width: calc(100% - 90px);
    float: left;
	box-sizing: border-box;
	border-bottom: 1px dotted #eee;
	position: relative;
}
.user-commont-top{
	width:100%;
	float: left;
}
.user-commont .zan{
	display: block;
	width:70px;
	padding-left: 50px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/zan.png") center no-repeat;
	background-size: 40%;
	cursor: pointer;
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	box-sizing: border-box;
	color: #999;
}
.user-commont .wenda{
	display: block;
	font-size: 24px;
	color: #7a7a7a;
	line-height: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right:58px;
	font-weight:600;
	cursor: pointer;
}
.user-commont .reply{
	display: block;
	font-size: 24px;
	color: #f879a1;
	line-height: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 78px;
	font-weight:600;
	cursor: pointer;
	padding: 10px;
}

#list-wrap .c-name {
    font-size: 18px;
    color: #4e7d9b;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	float: left;
	font-weight: 700;
}
#list-wrap .c-level {
    height: 40px;
	width:120px;
    overflow: hidden;
    line-height: 40px;
	font-size: 14px;
	display: inline-block;
	text-align: left;
}
#list-wrap .c-level .medal{
	display: inline-flex;
	width:22px;
	height: 40px;
	margin-left: 10px;
	vertical-align: middle;
	align-items: center;
}
.c-level .medal img{
	width:100%;
}

#list-wrap .c-time {
    font-size: 14px;
    color: #999;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	width:100%;
	float: left;
	text-align: right;
	background: #fff;
    padding-right: 10px;
    box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
#list-wrap .c-neirong {
    font-size: 18px;
    color: #333;
    height: auto;
    overflow: hidden;
    line-height: 36px;
	width:100%;
	float: left;
	background: #fff;
}
.user-commont-list{
	height: auto;
	overflow: hidden;
	background: #f8f8f8;
	border-radius: 10px;
	padding: 20px;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-left: -3em;
}
.user-commont-list dt{
    width:100%;
	margin-bottom: 10px;
}
.user-commont-list dt a{
	color: #f879a1;
	font-size: 20px;
	text-decoration: none;
	font-weight: 600;
	padding-top: 10px;
}
.user-commont-list .reply-name {
	display: inline-block;
    font-size: 18px;
    color: #4e7d9b;
 	font-weight: 700;
}
.share-div {
    position: fixed;
    background: #fff;
    width: 638px;
    height: 220px;
    border-radius:12px;
    margin: auto;
	top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 24px #666;
    z-index: 10;
	display: none;
	text-align: center;
}
.share-div .title {
    height: 60px;
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
    line-height: 60px;
    padding-left: 20px;
    position: relative;
	text-align: left;
	font-weight: 600;
}
.share-div .share-close{
	width:40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url("../images/share_close.png")center no-repeat;
	background-size: contain;
	z-index: 100;
	cursor: pointer;
}
.popover-share a {
    display: inline-block;
    width: 200px;
	height: 100px;
    color: #666;
    font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 220px;
	margin-top: 10px;
}
.popover-share a:nth-child(1){
	background: url("../images/line_share.png") center no-repeat;
	background-size: 50%;
}
.popover-share a:nth-child(2){
	background: url("../images/facebook.png") center no-repeat;
	background-size: 40%;
}
.popover-share a:nth-child(3){
	background: url("../images/google.png") center no-repeat;
	background-size: 50%;
}
.popover-share a img{
	width:100%;
}
#box {
	margin: 0 auto;
	width: 48%;
	float: left;
	padding-left: 2%;
}

#myPoint {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	overflow: hidden;
	padding-top: 0;
	border-bottom: #ddd 1px solid;
	height: 50px;
	margin-bottom: 20px;
	margin-top: 12px
}

#myPoint span {
	float: left;
	line-height: 64px;
	font-family: Tahoma;
}

#myPoint span big {
	font-weight: 700;
	font-size: 60px;
	color: #f879a1;
}

#myPoint span small {
	font-size: 30px;
	color: #f879a1;
}

#myPoint img {
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px
}

#myPoint em {
	margin-left: 10px;
	margin-top: -10px;
	font-weight: 700;
	font-size: 40px
}
#doPoint{
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	overflow: hidden;
}
#doPoint strong {
	font-size: 15px;
	color: #6bc414;
	font-weight: 700;
}

#doPoint span {
	display: block;
	background: url(../images/star_small.png) no-repeat 2px 0;
	width: 120px;
	height: 20px;
	margin-left: 50px;
	margin-top: -21px
}

#doPoint span small {
	font-size: 0;
	float: left;
	overflow: hidden;
	width: 12px;
	cursor: pointer;
	padding-top: 20px;
	height: 0
}

#doPoint .star10 {
	background: url(../images/star_small.png) no-repeat 2px 0
}

#doPoint .star9 {
	background: url(../images/star_small.png) no-repeat 2px -20px
}

#doPoint .star8 {
	background: url(../images/star_small.png) no-repeat 2px -40px
}

#doPoint .star7 {
	background: url(../images/star_small.png) no-repeat 2px -60px
}

#doPoint .star6 {
	background: url(../images/star_small.png) no-repeat 2px -80px
}

#doPoint .star5 {
	background: url(../images/star_small.png) no-repeat 2px -100px
}

#doPoint .star4 {
	background: url(../images/star_small.png) no-repeat 2px -120px
}

#doPoint .star3 {
	background: url(../images/star_small.png) no-repeat 2px -140px
}

#doPoint .star2 {
	background: url(../images/star_small.png) no-repeat 2px -160px
}

#doPoint .star1 {
	background: url(../images/star_small.png) no-repeat 2px -180px
}

#doPoint .star0 {
	background: url(../images/star_small.png) no-repeat 2px -200px
}

#doPoint .biaoti {
	width: 180px;
	float: left;
	font-weight: 700;
	height: 24px;
}

#doPoint .fenshu {
	width: 140px;
	float: left!important;
	height: 24px;
}
.pingfen-submit {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	margin-top: 10px
}

.pingfen-submit button {
	width: 100%;
	height: 45px;
	background: #eee;
	color: #f879a1;
	font-size: 20px;
	line-height: 40px;
	border: none;
	border-radius: 6px;
	cursor: pointer
}
.detail_topmenu{
	position: relative;
	padding-left: 100px;
	box-sizing: border-box;
}
.detail_topmenu span{
	display: block;
	float: left;
	width:120px;
	height:60px;
	margin-right: 10px;
	line-height: 65px;
	padding-left: 65px;
	box-sizing: border-box;
	cursor: pointer;
}
.detail_topmenu span a{
	display: block;
	width:100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	margin-left: -65px;
	padding-left: 65px;
}
.detail_topmenu span.yaoyueta{
/*	background: url("../images/yyt.png")left center no-repeat;
	background-size: 50%;*/
    position: absolute;
    top: 6px;
    right: 26px;
    background: #fff;
    width: 120px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    /* font-size: 18px; */
    font-weight: 600;
}
.detail_topmenu span.yaoyueta a{
    padding-left: 30px;
    color: #db5f79;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}
.detail_topmenu span.yaoshoucang{
	background: url("../images/shoucang.png")left center no-repeat;
	background-size: 60%;
}
.detail_topmenu span.yaofenxiang{
	background: url("../images/fenxiang.png")left center no-repeat;
	background-size: 40%;
}
.detail_topmenu span.zan{
	background: url("../images/d_zan.png")left center no-repeat;
	background-size: 40%;
}
.index_title{
	width:100%;
	text-align: center;
	font-size: 40px;
	color: #fff;
	position: absolute;
	top:260px;
	left: 0;
	z-index: 10000000000;
}
.ssjg_div{
	width:100%;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #333;
	background: #fff;
	padding-left: 40px;
	box-sizing: border-box;
}
.ssjg_div span{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	color: #e93a5e;
}
.nt_result li{
	width:25%;
	height: auto;
	padding: 5px;
}
.nt_result .nt_content{
	width:100%;
	background: #fff;
	padding-bottom: 25px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.nt_result .nt_img{
	width:100%;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pinglun_clear{
	width:100%;
	height: 0px;
}
.detail_pinglu-send{
	width:100%;
	height: 60px;
}
.detail_pinglu-send input{
	width:85%;
	height: 60px;
	border-radius: 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding-left: 20px;
	float: left;
	font-size: 24px;
}
#comment_submit{
	width:13%;
	height: 60px;
	display: block;
	margin-left: 10px;
	background: #559cfc;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 10px;
	float: left;
	border: 0;
	outline: none;
	font-size: 24px;
		
}
.main_reply_div{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
}
.main_commont{
	border-bottom: 0px;
}
#reply_submit{
	width:13%;
	height: 60px;
	display: block;
	margin-left: 10px;
	background: #559cfc;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 10px;
	float: left;
	border: 0;
	outline: none;
	font-size: 24px;
		
}
.main_commont{
	border-bottom: 0px!important;
}
.main_zan_div{
	width:100%;
	float: left;
	padding-top: 20px;
	padding-left: 0;
	margin-left: -1.5em;
}
.main_zan_div .main_zan{
    width:160px;
	height: 45px;
	background: url("../images/zan.png")left center no-repeat;
	background-size: 20%;
	background-position: 20% 6px;
	border-radius: 20px;
	border: 1px solid #eee;
	color: #666;
	text-align: center;
	line-height: 45px;
	font-weight: 600;
	font-size: 16px;
	margin: 0 auto;
	cursor: pointer;
}		
.main_reply_div .title{
    font-size: 24px;
    padding-left: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #999;
}
.main_reply_div .list{
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
    margin-bottom: 30px;
}
.main_reply_div .user-pic {
    text-align: center;
    width: 82px;
    float: left;
}
.main_reply_div .user-pic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.main_reply_div .user-commont {
width: calc(100% - 90px);
    float: left;
    box-sizing: border-box;
    border-bottom: 1px dotted #eee;
    position: relative;
}
.main_reply_div .c-name {
   font-size: 18px;
    color: #4e7d9b;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    float: left;
    font-weight: 700;
}
.main_reply_div .c-level {
    height: 40px;
    width: 120px;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    text-align: left;
}
.main_reply_div .c-neirong {
    font-size: 18px;
    color: #333;
    height: auto;
    overflow: hidden;
    line-height: 36px;
    width: 100%;
    float: left;
    background: #fff;
}
.main_reply_div .c-time {
    font-size: 14px;
    color: #999;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    width: 100%;
    float: left;
    text-align: right;
    background: #fff;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}
#reply-send{
	display: none;
}
.nt_img .toolbar {
    width: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    box-sizing: border-box;
}
.nt_img .toolbar span {
    margin-right: 10px;
    width: 50px;
}
.nt_img .toolbar .shoucang {
    display: block;
    float: left;
    background: url(../images/sc.png)center no-repeat;
    background-size: 40%;
    font-size: 14px;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 40px;
}
.nt_img .toolbar .i_zan {
    display: block;
    float: left;
    background: url(../images/i_zan.png)center no-repeat;
    background-size: 35%;
    font-size: 14px;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 40px;
}
.nt_img .toolbar .i_pinglun {
    display: block;
    float: left;
    background: url(../images/pinglun.png)center no-repeat;
    background-size: 35%;
    font-size: 14px;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 40px;
}
.h_search_div{
	width:90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 25px;
}
.s_article{
	width:100%;
	height: 40px;
	background: #db5f79;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
}
.detail_div{
	position: relative;
}
.nt_content{
	position: relative;
}
.nt_content span.cp_pingfen{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #db5f79;
    font-weight: 600;
    right: 6px;
    top: 0px;
    position: absolute;
}
/* loadding動畫 */
.l-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
	z-index: 100000000000000000000;
	display: none;
}
.loading_div{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 300px;
	text-align: center;
}
.loading_div p{
	color: #fff;
}
.show_loading{
	display: block;
}
svg {
  height: 120px;
  width: 120px;
  margin: 0 2em 2em;
  overflow: visible;
  /*   border: 1px solid red; */
}

.g-circles {
  -webkit-transform: scale(0.9) translate(7px, 7px);
  -ms-transform: scale(0.9) translate(7px, 7px);
  transform: scale(0.9) translate(7px, 7px);
}

circle {
  fill: dodgerblue;
  fill-opacity: 0;
  -webkit-animation: opacity 1.2s linear infinite;
  animation: opacity 1.2s linear infinite;
}
circle:nth-child(12n + 1) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
circle:nth-child(12n + 2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
circle:nth-child(12n + 3) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
circle:nth-child(12n + 4) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
circle:nth-child(12n + 5) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
circle:nth-child(12n + 6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
circle:nth-child(12n + 7) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
circle:nth-child(12n + 8) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
circle:nth-child(12n + 9) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
circle:nth-child(12n + 10) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
circle:nth-child(12n + 11) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
circle:nth-child(12n + 12) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.g-circles--v2 circle {
  fill-opacity: 0;
  stroke-opacity: 0;
  stroke-width: 1;
  stroke: yellowgreen;
  -webkit-animation-name: opacity-stroke, colors, colors-stroke, transform-2;
  animation-name: opacity-stroke, colors, colors-stroke, transform-2;
}

.g-circles--v3 circle {
  fill-opacity: 1;
  -webkit-animation-name: opacity, colors;
  animation-name: opacity, colors;
}

.g-circles--v4 circle {
  fill-opacity: 1;
  fill: orange;
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-animation-name: opacity, colors-3, transform;
  animation-name: opacity, colors-3, transform;
}

@-webkit-keyframes opacity {
  3% {
    fill-opacity: 1;
  }

  75% {
    fill-opacity: 0;
  }
}

@keyframes opacity {
  3% {
    fill-opacity: 1;
  }

  75% {
    fill-opacity: 0;
  }
}
@-webkit-keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }

  85% {
    stroke-opacity: 0;
  }
}
@keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }

  85% {
    stroke-opacity: 0;
  }
}
@-webkit-keyframes colors {
  0% {
    fill: yellowgreen;
  }

  10% {
    fill: gold;
  }

  75% {
    fill: crimson;
  }
}
@keyframes colors {
  0% {
    fill: yellowgreen;
  }

  10% {
    fill: gold;
  }

  75% {
    fill: crimson;
  }
}
@-webkit-keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }

  10% {
    stroke: gold;
  }

  75% {
    stroke: crimson;
  }
}
@keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }

  10% {
    stroke: gold;
  }

  75% {
    stroke: crimson;
  }
}
@-webkit-keyframes colors-2 {
  0% {
    fill: yellow;
  }

  50% {
    fill: red;
  }

  65% {
    fill: orangered;
  }

  95% {
    fill: gold;
  }
}
@keyframes colors-2 {
  0% {
    fill: yellow;
  }

  50% {
    fill: red;
  }

  65% {
    fill: orangered;
  }

  95% {
    fill: gold;
  }
}
@-webkit-keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }

  50% {
    fill: turquoise;
  }

  65% {
    fill: yellow;
  }

  95% {
    fill: orange;
  }
}
@keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }

  50% {
    fill: turquoise;
  }

  65% {
    fill: yellow;
  }

  95% {
    fill: orange;
  }
}
@-webkit-keyframes transform {
  10% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes transform {
  10% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@-webkit-keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  60% {
    stroke-width: 20;
  }
}
@keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  60% {
    stroke-width: 20;
  }
}
.toast_mask{
	width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    z-index: 1000000;
    overflow: hidden;
    top: 0;
    left: 0;
	display: none;
}
.toast_button{
	width: 58px;
    height: 30px;
    background: #4285f4;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 3px;
	font-size:16px;
  }
.toast{
	width:450px;
	height: 130px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 20px 40px rgba(0,0,0,.2);
	position: fixed;
	margin: auto;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	display: none;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #eee;
}
.toast_close{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/jf_close.png) center no-repeat;
    cursor: pointer;
}
.main_info{
	width:100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}
.toast_content{
    width: 80%;
    height: 30px;
    background: url(../images/warnning.png)left no-repeat;
    background-size: 8%;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 30px;
    font-weight: 600;
    padding-left: 30px;
    box-sizing: border-box;
	margin-top: 25px;
}
.zan-number{
	display: inline-block!important;
	font-size: 16px;
	padding-left: 6px;
	padding-right: 6px;
	color: #fff;
	font-style: normal;
}
.user-commont .zan-number{
	display: inline-block!important;
	font-size: 16px;
	padding-left: 6px;
	padding-right: 6px;
	color: #999;
	font-style: normal;
}
.user-commont-list .reply-time{
    font-size: 14px;
    color: #999;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}
	.is_delete{
		background: #f7d7da!important;
		color:#5c202a!important;
		text-align: center;
		border: 1px solid #eee;
		border-radius: 5px;
	}
.main-mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 98;
    position: fixed;
    top: 0;
    display: none;
}
.main-mask_index {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    position: fixed;
    top: 0;
    display: none;
}
.warnning_diag {
    width: 600px;
    height: 400px;
    background: #fff;
    box-shadow: 0px 0px 15px #999;
    position: fixed;
    z-index: 99999;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 20px;
}
.warnning_diag .close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 8px;
    background: url(../images/share_close.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.warnning_diag .warnning_top {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    background: url(../images/ticrf.png) center no-repeat;
    background-size: contain;
}
.warnning_concent {
    width: 90%;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    line-height: 36px;
    margin: 0 auto;
}
.not_prompt {
    width: 85px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    float: right;
    margin-top: 20px;
}
.not_prompt input {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    outline: none;
    display: block;
    float: left;
}
.wd_bottom .ok_btn {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #d01b1b;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
}
.wd_bottom {
    width: 100%;
    float: left;
    height: 45px;
    padding-top: 20px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
.main-mask_index {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    position: fixed;
    top: 0;
    display: none;
}
.warnning_diag {
    width: 85%;
    height: 75vh;
    background: #fff;
    box-shadow: 0px 0px 15px #999;
    position: fixed;
    z-index: 9999;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15vh;
    border-radius: 6px;
    padding: 15px;
}
.warnning_diag .close {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 8px;
    background: url(../images/share_close.png) center no-repeat;
    background-size: contain;
	cursor: pointer;
}
.warnning_diag .warnning_top {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    background: url(../images/ticrf.png) center no-repeat;
    background-size: contain;
}
.warnning_concent {
    width: 100%;
    font-size: 14px;
    height: auto;
    overflow: hidden;
    line-height: 26px;
}
.not_prompt {
    width: 85px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    float: right;
    margin-top: 20px;
}
	.not_prompt input {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    outline: none;
    display: block;
    float: left;
}
	.wd_bottom .ok_btn {
    padding-left: 22px;
    padding-right: 22px;
    background-color: #d01b1b;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
}
.wd_bottom {
    width: 100%;
    float: left;
    height: 45px;
    padding-top: 20px;
    text-align: center;
}
	.is_delete{
		background: #f7d7da!important;
		color:#5c202a!important;
		text-align: center;
		border: 1px solid #eee;
		border-radius: 5px;
	}
.index-header{
	height: 240px;
	padding-left: 24px;
	padding-top: 44px;
}
.index-header-left{
	height: 130px;
}
.index-header-center{
	height: 130px;
}
.index-header-right{
	height: 130px;
	line-height: 130px;
}
.index-header-right a{
	font-size: 1.5rem;
	text-align: center;
}
.index_logo{
	width:130px;
	height: 130px;
	padding: 8px;
}
.index_logo img{
	width:114px;
	height: 114px;
}
.index_serach{
	height: 62px;
	margin-top: 40px;
	position: relative;
}
.index_topbar{
	height: 57px;
}
.index_topbar_left{
	top: 87px;
    left: 6px;
}
.index_topbar_right{
	width:80%;
	float: left;
	line-height: 57px;
}

.index_swiper_div{
	height: 370px;
	margin: 0 auto;
}
.index_menu_row{
	width:93%;
	height: auto;
	margin-top: 15px;
	padding: 25px;
	padding-bottom: 35px;
	box-sizing: border-box;
}

.index_menu_row a{
	width:70px;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 10px;
}
.phb_top {
	margin-top: 10px;
}
.phb_block {
	width:97%;
	margin-top: 10px;
}
.phb_block li{
	width:48.5%;
	height: 320px;
	float: left;
	margin-right: 5px;
	border-radius: 15px;
	margin-bottom: 5px;
	position: relative;
	padding: 7px;
	box-sizing: border-box;
}

.phb_block li:nth-child(1){
	width:48.5%;
	height:320px;
}
.phb_block li:nth-child(1) .detail_div .cp_name {
    font-size: 20px;
	height: 30px;
	line-height: 40px;
}
.phb_block li:nth-child(2){
	width:48.5%;
	height:320px;
}
.phb_block li:nth-child(3){
	width:48.5%;
	height:320px;
	margin-right: 5px;
}
.phb_block li:nth-child(4){
	width:48.5%;
	height:320px;
}
.phb_block li:nth-child(5){
	clear: both;
}
.phb_block li:nth-child(1) .number{
	width:40px;
	height: 40px;
	background-color: #eb2654;
	border: 3px solid #fff;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	position: absolute;
	top: 15px;
	left:15px;
	border-radius: 50%;
	color: #fff;
}
.phb_block li:nth-child(1) .img_div{
	width:100%;
	height: 45%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.img_div img{
	width:100%;
}
.phb_block li .img_div{
	width:100%;
	height: 45%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 10px;
}
.phb_block li .detail_div{
	width:100%;
	height: 55%;
	background-color: #fff;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.phb_block li .detail_div .cp_name{
	font-size: 20px;
	line-height: 40px;
	height: 30px;
	padding-left: 5px;
	}
.phb_block li .detail_div dl{
	width:100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.7rem;
	font-weight: 500;
	padding-top: 5px;
}
.phb_block li .detail_div dt{
	display: block;
	float: left;
	width:50%;
	height: 20px;
	line-height: 23px;
	border-bottom: 1px dashed #ddd;
}
.phb_block li:nth-child(1) .detail_div{
	width:100%;
	height: 55%;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.phb_block li:nth-child(1) .detail_div dl{
	width:100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.7rem;
	font-weight: 500;
	padding-top: 5px;
}
.phb_block li:nth-child(1) .detail_div dt{
	display: block;
	float: left;
	height: 20px;
	line-height: 23px;
	border-bottom: 1px dashed #ddd;
}
.phb_block li:nth-child(2) .img_div{
	width:100%;
	height: 45%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 10px;
}
.phb_block li:nth-child(2) .detail_div{
	width:100%;
	height: 55%;
	background-color: #fff;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.phb_block li:nth-child(2) .detail_div dl{
	width:100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.7rem;
	font-weight: 500;
	padding-top: 5px;
}
.phb_block li:nth-child(2) .detail_div dt{
	display: block;
	float: left;
	height: 20px;
	line-height: 23px;
	border-bottom: 1px dashed #ddd;
}
.phb_block li:nth-child(3) .img_div{
	width:100%;
	height: 45%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 10px;
}
.phb_block li:nth-child(3) .detail_div{
	width:100%;
	height: 55%;
	background-color: #fff;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.phb_block li:nth-child(3) .detail_div dl{
	width:100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.7rem;
	font-weight: 500;
	padding-top: 5px;
}
.phb_block li:nth-child(3) .detail_div dt{
	display: block;
	float: left;
	height: 20px;
	line-height: 23px;
	border-bottom: 1px dashed #ddd;
}
.phb_block li:nth-child(4) .img_div{
	width:100%;
	height: 45%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 10px;
}
.phb_block li:nth-child(4) .detail_div{
	width:100%;
	height: 55%;
	background-color: #fff;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.phb_block li:nth-child(4) .detail_div dl{
	width:100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.7rem;
	font-weight: 500;
	padding-top: 5px;
}
.phb_block li:nth-child(4) .detail_div dt{
	display: block;
	float: left;
	height: 20px;
	line-height: 23px;
	border-bottom: 1px dashed #ddd;
}
.xincai_block {
	margin-top: 10px;
}
.xincai_block li{
	width:48.5%;
	height: 320px;
	float: left;
	margin-right: 5px;
	border-radius: 15px;
	margin-bottom: 5px;
	position: relative;
	padding: 7px;
	box-sizing: border-box;
}
.xincai_block li .img_div{
	width:100%;
	height: 45%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 10px;
}
.xincai_block li .detail_div{
	width:100%;
	height: 55%;
	background-color: #fff;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.xincai_block li .detail_div .cp_name {
    font-size: 20px;
    line-height: 40px;
    height: 30px;
    padding-left: 5px;
}
.xincai_block li .detail_div dl{
	width:100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.7rem;
	font-weight: 500;
	padding-top: 5px;
}
.xincai_block li .detail_div dt{
	display: block;
	float: left;
	width:50%;
	height: 20px;
	line-height: 23px;
	border-bottom: 1px dashed #ddd;
}
.t_menu_bar{
	width:93%;
	height: 60px;
	padding-left: 15px;
	font-size: 20px;
	line-height: 30px;
	margin: 10px auto;
}
.t_menu_bar .more{
	color: #fff;
	font-size: 14px;
	width:100px;
	height: 30px;
	position: absolute;
	line-height: 30px;
	top: 15px;
	right: 15px;
	text-align: right;
	padding-right: 5px;
}
.xincai_block li .update{
	width:100%;
	top: 0px;
    left: 0px;
	height: 25px;
    line-height: 25px;
    font-size: 14px;
	overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.img_div .toolbar {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.img_div .toolbar span{
	margin-right: 4px;
	width:25%;
}
.img_div .toolbar .shoucang{
	display: block;
	float: left;
	background: url("../images/sc.png")center no-repeat;
	background-size: 40%;
	font-size: 12px;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 25px;
}
.img_div .toolbar .i_zan{
	display: block;
	float: left;
	background: url("../images/i_zan.png")center no-repeat;
	background-size: 35%;
	font-size: 12px;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 25px;
}
.img_div .toolbar .i_pinglun{
	display: block;
	float: left;
	background: url("../images/pinglun.png")center no-repeat;
	background-size: 35%;
	font-size: 12px;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 25px;
}
.logo .toolbar {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.logo .toolbar span{
	margin-right: 4px;
	width:25%;
}
.logo .toolbar .shoucang{
	display: block;
	float: left;
	background: url("../images/sc.png")center no-repeat;
	background-size: 40%;
	font-size: 12px;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 25px;
}
.logo .toolbar .i_zan{
	display: block;
	float: left;
	background: url("../images/i_zan.png")center no-repeat;
	background-size: 35%;
	font-size: 12px;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 25px;
}
.logo .toolbar .i_pinglun{
	display: block;
	float: left;
	background: url("../images/pinglun.png")center no-repeat;
	background-size: 35%;
	font-size: 12px;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 25px;
}
.t_menu_bar .more a{
	color: #fff;
}
.footer{
	width:100%;
	height: 90px;
	position: fixed;
	bottom: 0;
	z-index: 1000000000;
}
.footer p{
	display: block;
	width:100%;
	height: 25px;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 24px;
	position: absolute;
	bottom: 10px;
	font-weight: 600;
}
.index_clear{
    width:100%;
    height: 100px;
}
/* 排行榜 */
.list_row{
	width:100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	margin-top: 0px;
}
.nt_phb_list{
	padding: 5px;
}
.nt_phb_list li{
	width:49%;
    height: auto;
	overflow: hidden;
    margin-bottom: 20px;
    position: relative;
	margin-left: 2px;
}
.nt_phb_list li .logo {
    width: 100%;
    height: 210px;
    text-align: center;
    align-items: center;
    overflow: hidden;
    background: #f0f0f0;
}
.nt_phb_list li .cp_pinglun{
    width: 100%;
    height: 35px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 35px;
}
.nt_phb_list li .logo img{
	width:100%;
}
.nt_phb_list li .detail_div{
	width:100%;
	height: auto;
	overflow: hidden;
	padding-left: 10px;
	margin-top: 10px;
}
.nt_phb_list .detail_div span.cp_name{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.detail_div span.cp_pingfen{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #db5f79;
    font-weight: 600;
    right: 6px;
    top: -20px;
    position: absolute;
}
.nt_content span.cp_pingfen{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #db5f79;
    font-weight: 600;
    right: 6px;
    top: -20px;
    position: absolute;
}	
.nt_phb_list .detail_div dt{
	width:48%;
	float: left;
	font-size: 12px;
	height: 25px;
	line-height: 30px;
}
	.nt_phb_list .detail_div dt span{
		font-size: 11px;
	}
	.nt_phb_list .detail_div dt.long{
		width:100%;
	}
.nt_phb_list .detail_div dt:last-child{
	/*border-bottom: 0px;*/
}
.nt_phb_list .detail_div dt:nth-last-child(2){
/*	border-bottom: 0px;*/
}
.nt_phb_list li .number_div{
	position: absolute;
	right: 0;
	top: 0;
}
.nt_phb_list li .number_div span{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    margin-left: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
}
.number_div span.number{
	background:#b5b5b5;
}
.number_div span.number_1{
	background:#ff2c59;
}
.number_div span.number_2{
	background:#ae5da1;
}
.number_div span.number_3{
	background:#f19149;
}
.number_div span.number_4{
	background:#26ad23;
}
.nt_city{
	width:18%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.nt_city li{
	width:70%;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}
.nt_city li a:hover{
	border-radius: 20px;
}
.nt_city li a.on{
	border-radius: 20px;
}
.nt_right{
	width: calc(82% - 1px);
	padding-bottom: 0px;
	min-height: 500px;
}
.nt_right .nt_sort{
	height: 40px;
}
.rs_right{
	width: calc(82% - 1px);
	padding-bottom: 15px;
}
.rs_right .nt_sort{
	height: 33px;
}
.nt_sort li{
	font-size: 13px;
	line-height: 34px;
}
.nt_sort li .sort_arrow{
	width:10px;
	height: 20px;
	background-size: contain;
	right: 2px;
	top: 7px;
}
.nt_tea_list ul{
	width:95%;
	height: auto;
	padding-top: 5px;
/*	overflow-y: auto;
	-webkit-overflow-scrolling: touch;*/
}
.nt_tea_list li{
	width:50%;
	height:auto;
	padding: 6px;
	border-bottom: 1px dotted #ccc;
}
.nt_tea_list li .jqthumb{
	width:100%;
	height:0;
	padding-bottom: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.nt_content{
	padding-top: 12px;
	padding-left: 6px;
	font-size: 12px;
	line-height: 18px;
}
.nt_content .nickname{
	font-size: 16px;
	padding-bottom: 2px;
}
.nt_content .neirong{
	padding-left: 0px;
	padding-right: 2px;
	font-size: 12px;
}
.nt_content .price{
	font-size: 13px;
	font-weight: bold;
}
.a_list{
	top: 64px;
	padding-bottom: 40px;
}
.a_list li {
    height: 30px;
    font-size: 14px;
	line-height: 30px;
}
.a_list li.selected {
	color: #ff2c59;
	background: transparent url(../images/icon-selected.png) right center no-repeat ;
	background-size: contain;
}
.mm_sx{
	height: 35px;
	top: 0;
}

.mm_sx .reset{
	height: 34px;
	font-size: 16px;
	line-height: 35px;
}
.mm_sx .submit{
	height: 35px;
	font-size: 16px;
	line-height: 35px;
}
.wdtx_header{
	height: 80px;
}
.wdtx_xx{
	width:98%;
	height: 100px;
}
.wdtx_xx_01{
	height: 40px;
	border-bottom: 3px solid #ff2c59;
}
.tx_now{
	font-size: 12px;
	line-height: 50px;
}
.tx_now span{
	font-size: 16px;
}
.tx_fea{
	font-size: 12px;
	line-height: 50px;
	text-align: right;
}
.tx_fea span{
	font-size: 16px;
}
.wdtx_xx_02{
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.wdtx_xx_03{
	height: 60px;
	font-size: 16px;
	line-height: 60px;
}

.hdjf_jl{
	padding-bottom: 15px;
}
.hdjf_title{
	font-size: 16px;
	height: 85px;
	line-height: 125px;
}
.hdjf_title span{
	font-size: 24px;
}

.hdjf_con ul{
	padding-bottom: 15px;
}
.hdjf_con li{
	width:100%;
	height: 30px;
	line-height:30px;
	color: #999;
	font-size: 14px;
}
.inner a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: #eee;
    border-radius: 5px;
	line-height: 30px;
}
.nt_menu {
    height: 64px;
	padding-top: 9px;
}
.shixian_s {
    top: 23px;
    left: 0;
}
.shixian_s .m_button_xs {
    width: 90%;
    height: 32px;
    border-radius: 25px;
    line-height: 33px;
    font-size: 16px;
    font-weight: 600;
}
.list_tab li {
    padding-top: 15px;
}
.nt_menu li .m_button {
    width: 90%;
    height: 32px;
    border-radius: 25px;
    line-height: 33px;
    font-size: 16px;
    font-weight: 600;
}
.nt_menu li .arrow {
    width: 10px;
    height: 10px;
    background-size: contain;
    right: 8px;
    top: 11px;
}
.a_list {
    top: 64px;
    padding-bottom: 40px;
}
.nt_menu ul {
    margin-top: 6px;
}
.nt_menu li{
    padding-top: 0px;
}
.nt_sort li .sort_arrow_d {
    width: 10px;
    height: 20px;
    background-size: cover;
    right: 2px;
    top: 7px;
}
.nt_sort li .sort_arrow_a {
    width: 10px;
    height: 20px;
    background-size: cover;
    right: 2px;
    top: 7px;
}
.nt_banner {
    width: 100%;
    height: 70px;
    font-size: 20px;
    background: #fff;
    line-height: 70px;
    font-weight: 600;
}
.nt_img{
	border-radius: 5px;	
}
.index_search{
	border: 0;
	width:25px;
	height: 25px;
	background: url("../images/index-search.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
}
/*菜品詳情*/
.detail_back{
	width:40px;
	height: 100%;
	align-items: center;
	background: url("../images/arrow_left.png") center no-repeat;
	background-size: 100%;
	margin-top: 8px;
}

.detail_left{
	width:40%;
	height: 230px;
}
.detail_right{
	width:60%;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
}
.detail_right .cp_name{
	width:100%;
	height: 30px;
	line-height:35px;
	font-size: 20px;
	font-weight: 600;
}
.detail_right .bianhao{
	position: absolute;
	right: 10px;
	top: 5px;
	color: #db5f79;
	font-size: 13px;
}
.detail_right .bianhao span{
	display: inline-block;
	font-size: 12px;
	color: #999;
}
.detail_right dl{
	width:100%;
	height: auto;
	overflow: hidden;

}
.detail_right dt{
	width:50%;
	float: left;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	font-weight: 600;
}
.my_tab{
	width:100%;
	height: 70px;
	background: #fff;
	margin-bottom: 0px;
}
.de_tab ul, li {
    margin-top: 8px;
}
.my_tab li{
	height: 60px;
	line-height: 60px;
	font-size: 1em;

}
.de_con_div{
	padding: 15px;
	padding-top: 0px;
	margin-top: 8px;
}
.de_con{
	padding-bottom: 0;
	padding-top: 15px;
}
.suoluetu{
	height: 114px;
	}
.fuwu li{
	width:100%;
	height: auto;
	border-bottom: 1px dotted #eee;
	font-size: 14px;
	text-align: left;
	padding-top: 5px;
	line-height: 20px;
	padding-bottom:5px;
	margin-top: 0px;
}	
.swiper-zoom-container video{
	width:100%!important;
	height: auto!important;
}
.galley-close{
	position: absolute;
	width:10%;
	height: 10%;
	background: url("../images/close.png")center no-repeat;
	background-size: contain;
	top: 0;
	right:10px;
	cursor: pointer;
	z-index: 1001;
}
.share-div {
    width: 90%;
    height: 180px;
}
.share-div .share-close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}
.share-div .title {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}
.popover-share a {
    width: 30%;
    height: 100px;
    font-size: 14px;
    line-height: 180px;
}
.de_gongneng{
	width:100%;
	padding-top: 5px;
}

.de_gongneng .yrz{
    height: 50px;
	background-position: 10px 10px;
    background-size: 22%;
    font-size: 16px;
    line-height: 50px;
    padding-left: 55px;
	font-weight: bold;
}
.de_gongneng .ytj{
    height: 50px;
	background-position: 10px 8px;
    background-size: 22%;
    font-size: 16px;
    line-height: 50px;
    padding-left: 55px;
	font-weight: bold;
}
.de_gongneng .tjly{
	font-size: 14px;
	min-height: 140px;
	margin-top: -10px;
    overflow: hidden;
	padding-top: 0;
}
.de_gongneng .tjly span{
	width: 100%;
	font-size: 16px;
	padding-bottom: 10px;
}
#box {
    margin: 0 auto;
    width: 100%;
    float: left;
    padding-left: 0;
}
#myPoint img {
    display: inline-block;
    margin-left: 20px;
    margin-top: 25px;
    width: 43%;
    height: 43%;
}
#myPoint em {
    margin-left: 10px;
    margin-top: -10px;
    font-weight: 700;
    font-size: 1.0em;
}
#myPoint span big {
	font-size: 45px;
}
#myPoint span small {
    font-size: 18px;
}
#myPoint span {
    line-height: 64px;
	font-size: 12px;
}
#myPoint img {
    margin-left: 20px;
    margin-top: 25px;
    width: 43%;
    height: 43%;
}
#list-wrap {
    padding-top: 1em;
}
#list-wrap .list {
	margin-bottom: 15px;
}
#list-wrap .user-pic {
    width: 3em;
}
#list-wrap .user-commont {
    width: calc(100% - 3em);
}	
#list-wrap .user-pic img {
    width: 2.5em;
    height: 2.5em;
}
#list-wrap .c-name {
    font-size: 1em;
    line-height: 1em;
	height: 1.5em;
}
#list-wrap .c-neirong {
    font-size: 0.9em;
    line-height: 1.5em;
}
#list-wrap .c-time {
    font-size: 0.7em;
	height: 1.5em;
	line-height: 1.5em;
}
.detail_topmenu{
	padding-left: 10px;
}
.detail_topmenu span{
	display: block;
	float: left;
	width:50px;
	height: 40px;
	margin-left: 0px;
	margin-right: 8px;
	line-height: 40px;
	padding-left: 22px;
	box-sizing: border-box;
}
.detail_topmenu span a{
	display: block;
	width:100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}
.detail_topmenu span.yaoyueta{
/*	background: url("../images/yyt.png")left center no-repeat;
	background-size: 30%;*/
	position: absolute;
    top: 6px;
    right: 16px;
    background: #fff;
    width: 80px;
    height: 26px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}
.detail_topmenu span.yaoyueta a {
    padding-left: 90%;
    color: #db5f79;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
}
.detail_topmenu span.yaoshoucang{
	background: url("../images/shoucang.png")left center no-repeat;
	background-size: 50%;
}
.detail_topmenu span.yaofenxiang{
	background: url("../images/fenxiang.png")left center no-repeat;
	background-size: 35%;
}
.detail_topmenu span.zan{
	background: url("../images/d_zan.png")left center no-repeat;
	background-size: 35%;
}
.uc-pagination-mian {
    padding: 0px;
	padding-bottom: 10px;
    height: 40px;
    text-align: center;
    margin-top:10px;
    border-top: 0px dotted #ccc;
    padding-top: 0px;
	margin-left: -20px;
}
.index_title{
	width:100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	top:110px;
	left: 0;
	z-index: 10000000000;
	font-weight: 600;
}
.ssjg_div{
	width:100%;
	height: 50px;
	line-height: 40px;
	font-size: 18px;
	padding-left: 20px;
}

.nt_result li{
	width:50%;
	height: auto;
	padding: 5px;
	border-bottom: 0px;
}
.nt_result .nt_content{
	background: #fff;
	padding-bottom: 10px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.nt_result .nt_img{
	width:100%;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#list-wrap .c-level {
    height: 1.5em;
	line-height: 1.0em;
}
#list-wrap .c-level .medal{
	width:16px;
	height: 1.5em;
}
.user-commont .reply {
    font-size: 14px;
    line-height: 0.1em;
    height: 1.5em;
    top: -0.2em;
    right: 63px;
}
.user-commont .wenda {
    font-size: 14px;
    line-height: 1.2em;
    height: 1.5em;
    top: 0;
    right: 43px;
}
.user-commont .zan {
    width: auto;
	min-width: 74px;
    height: 1.5em;
	line-height: 1.5em;
    top: -2px;
    background-size: 25%;
	font-size: 12px;
	padding-left: 50px;
}
.user-commont-list{
    padding: 10px;
	font-size: 14px;
}
.user-commont-list .reply-name {
    font-size: 14px;
}
.user-commont-list dt a {
    font-size: 14px;
}
.commont_sm{
	font-size: 18px;
	padding-bottom: 10px;
}
.detail_pinglu-send{
    position: fixed;
	left: 0;
	bottom: 90px;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	box-shadow:5px 2px 6px #000;
	z-index: 999999;
}
.detail_pinglu-send input{
	width:80%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding-left: 20px;
	float: left;
	font-size: 16px;
}
#comment_submit{
	width:15%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	font-size: 16px;

}
#reply_submit{
	width:15%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	font-size: 16px;

}
.pinglun_clear{
	width:100%;
	height:50px;
}
.main_reply_div{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
}
.main_commont{
	border-bottom: 0px!important;
}
.main_zan_div{
	width:100%;
	float: left;
	padding-top: 20px;
	padding-left: 0;
	margin-left: -1.5em;
}
.main_zan_div .main_zan{
    width:120px;
	height: 35px;
	background: url("../images/zan.png")left center no-repeat;
	background-size: 20%;
	background-position: 20% 6px;
	border-radius: 20px;
	border: 1px solid #eee;
	color: #666;
	text-align: center;
	line-height: 35px;
	font-weight: 600;
	font-size: 14px;
	margin: 0 auto;
}		
.main_reply_div .title{
    font-size: 18px;
    padding-left: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #999;
}
.main_reply_div .list{
	margin: 0;
    padding: 15px;
    height: auto;
    overflow: hidden;
    border: 0;
}
.main_reply_div .user-pic {
    text-align: center;
    width: 3em;
    float: left;
}
.main_reply_div .user-pic img {
    width: 2.5em;
    height: 2.5em;
}
.main_reply_div .user-commont {
    width: calc(100% - 3em);
    float: left;
    box-sizing: border-box;
    border-bottom: 1px dotted #eee;
    position: relative;
}
.main_reply_div .c-name {
    font-size: 1em;
    line-height: 1em;
    height: 1.5em;
    color: #4e7d9b;
    overflow: hidden;
    float: left;
    font-weight: 700;
}
.main_reply_div .c-level {
    height: 1.5em;
    line-height: 1.0em;
    width: 120px;
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
    text-align: left;
}
.main_reply_div .c-neirong {
    color: #333;
    height: auto;
    overflow: hidden;
    font-size: 0.9em;
    line-height: 1.5em;
    width: 100%;
    float: left;
    background: #fff;
}
.main_reply_div .c-time {
    color: #999;
    font-size: 0.5em;
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    width: 100%;
    float: left;
    text-align: right;
    background: #fff;
    padding-right: 10px;
    box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 414px) {
.index-header{
	height: 125px;
	padding-left: 3vw;
	padding-top: 5vw;
}
.index-header.detail_header{
	padding-top: 2vw;
	}
.index-header-left{
	height: 70px;
}
.index-header-center{
	width:60%;
	height: 70px;
}
.index-header-right{
	width:20%;
	height: 70px;
	line-height: 80px;
}
.index-header-right a{
	font-size: 1rem;
}
.index_logo{
    width: 60px;
    height: 60px;
    padding: 4px;
    margin-top: 10px;
}
.index_logo img{
	width:52px;
	height: 52px;
}
.index_serach{
	height: 42px;
	margin-top: 20px;
}
.index_serach input{
	border-radius: 80px;
	font-size: 14px;
	padding-left: 20px;
}
.index_topbar{
	height: 32px;
	line-height: 32px;
	font-size: 12px;
}
.index_topbar_left{
	line-height: 32px;
	padding-left: 0px;
	font-size: 14px;
}


.index_swiper_div{
	width:93%;
	height: auto;
	margin: 0 auto;
	padding: 6px;
}
.index_menu_row{
	height: auto;
	margin-top: 10px;
	padding: 8px;
	box-sizing: border-box;
}

.index_menu_row a{
    width: 10.0vw;
    height: 10.0vw;
    line-height: 10vw;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.phb_top {
    width: 93%;
    height: 100px;
    margin-top: 10px;
    padding: 15px;
	padding-top: 10px;
}
.phb_top .phb_sm {
    width: 55%;
    font-size: 14px;
	float:right;
}
.phb_top .phb_more {
    font-size: 14px;
	bottom: 10px;
}
.header_icon{
	height: 30px;
	right: 0;
	}
.header_icon .user_login {
    width: 5vw;
	margin-right: 15px;
	height: 30px;
}
.header_icon .cs_qiehuan {
    width: 5vw;
	height: 30px;
}
.inner li {
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    margin-left: 6px;
    font-style: italic;
    width: 30px;
    padding: 0;
 }
.nt_img .toolbar {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.nt_img .toolbar span {
    margin-right: 4px;
    width: 25%;
}
.nt_img .toolbar .shoucang {
    display: block;
    float: left;
    background: url(../images/sc.png)center no-repeat;
    background-size: 40%;
    font-size: 12px;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 25px;
}
.nt_img .toolbar .i_zan {
    display: block;
    float: left;
    background: url(../images/i_zan.png)center no-repeat;
    background-size: 35%;
    font-size: 12px;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 25px;
}
.nt_img .toolbar .i_pinglun {
    display: block;
    float: left;
    background: url(../images/pinglun.png)center no-repeat;
    background-size: 35%;
    font-size: 12px;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 25px;
}
.s_article{
	width:100%;
	height: 40px;
	background: #db5f79;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
}
.toast {
    width: 90%;
	}
.zan-number{
	display: inline-block!important;
	font-size: 13px;
	padding-left: 3px;
	padding-right: 3px;
	color: #fff;
	font-style: normal;
}
.user-commont .zan-number{
	display: inline-block!important;
	font-size: 13px;
	padding-left: 3px;
	padding-right: 3px;
	color: #999;
	font-style: normal;
}
.user-commont-list .reply-time{
font-size: 0.7em;
    height: 1.5em;
    line-height: 1.5em;
}
}
