@charset "utf-8";
.ydy_box {
	margin: auto;
	width: 7.5rem;
	padding: 0 0.2rem;
	padding-top: 1.01rem;
	box-sizing: border-box;
	background: url(../img/show_bg.jpg) no-repeat bottom center;
	background-size: 7.5rem;
}

.pass_a {
	position: absolute;
	top: 1.34rem;
	right: 0.2rem;
	width: 1.2rem;
	height: 0.6rem;
	border-radius: 0.6rem;
	border: 0.01rem solid #fff;
	font-size: 0.24rem;
	color: #fff;
	line-height: 0.58rem;
	text-align: center;
}

.pass_a:hover {
	color: #fff;
}

.banners .swiper-slide {
	overflow: hidden;
}

.banners_pro {
	padding-top: 0.99rem;
}

.banners_title {
	padding-left: 0.86rem;
	font-size: 0.8rem;
	font-family: hydjs;
	color: #fff;
}

.banners_title2 {
	margin-top: 0.26rem;
	padding-left: 0.86rem;
	font-size: 0.46rem;
	font-family: hydjs;
	color: #fff;
}

.banners_msg {
	margin-top: 0.36rem;
	padding-left: 0.86rem;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.44rem;
}

.banners_a {
	margin-top: 0.43rem;
	margin-left: 0.86rem;
	display: block;
	width: 2.4rem;
	height: 0.7rem;
	border-radius: 0.7rem;
	box-sizing: border-box;
	border: 0.01rem solid #fff;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.68rem;
	text-align: center;
}

.banners_a:hover {
	color: #fff;
}

.banners_img {
	margin-left: 0.38rem;
	margin-top: 0.2rem;
	height: 6.3rem;
	line-height: 6.3rem;
}

.banners_img img {
	vertical-align: middle;
	max-height:342px;
}

.pshows {
	position: relative;
	top: 2rem;
	opacity: 0;
	transition: all 0.5s;
}

.pshows.p1 {
	transition-delay: 0.1s;
}

.pshows.p2 {
	transition-delay: 0.3s;
}

.pshows.p3 {
	transition-delay: 0.5s;
}

.pshows.p4 {
	transition-delay: 0.7s;
}

.pshows.p5 {
	transition-delay: 0.9s;
}

.pshows.on {
	top: 0;
	opacity: 1;
}

.prob_next {
	position: absolute;
	left: 50%;
	bottom: 0.3rem;
	margin-left: -0.135rem;
	width: 0.27rem;
	height: 0.34rem;
	background: url(../img/next_jt.png) no-repeat;
	background-size: 100%;
	z-index: 100;
}

.main {
	margin: 1.01rem auto 0 auto;
	width: 7.5rem;
}

.main.hf {
	padding-bottom: 1.3rem;
}

.indexbanner {
	/*height: 4.5rem;*/
}

.indexbanner img {
	width: 100%;
}

.indexbanner .swiper-slide {
	position: relative;
}

.indexbanner .swiper-slide:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.5rem;
	background: url(../img/banner_line.png) no-repeat;
	background-size: 100%;
}

.indexbanner .swiper-pagination {
	bottom: 0.16rem !important;
}

.indexbanner .swiper-pagination-bullet {
	position: relative;
	margin: 0 0.05rem !important;
	width: 0.26rem;
	height: 0.16rem;
	border-radius: 0;
	background: transparent;
	opacity: 0.6;
	transition: all 0.15s;
}

.indexbanner .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.01rem;
	width: 0.26rem;
	height: 0.02rem;
	background: #fff;
}

.indexbanner .swiper-pagination-bullet-active {
	opacity: 1;
}

.index_about {
	margin-top: 0.6rem;
	padding: 0 0.2rem;
	letter-spacing: 0.03rem;
	line-height: 0.74rem;
}

.iab_left {
	display: inline-block;
	vertical-align: top;
}

.about_title {
	margin-top: -0.2rem;
	position: relative;
	width: 1.9rem;
	height: 1.65rem;
	font-size: 0.46rem;
	font-family: hydjs;
	line-height: 0.74rem;
	color: #cb0d1c;
}

.about_title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.8rem;
	height: 0.02rem;
	background: #cb0d1c;
}

.iab_left_img {
	margin-top: 0.58rem;
	position: relative;
	width: 2.2rem;
	height: 2.2rem;
	background: #eee;
}

.iab_left_img img {
	position: absolute;
	top: -0.14rem;
	left: 0.16rem;
	width: 100%;
	height: 100%;
}

.iab_right {
	margin-top: 0.2rem;
	margin-left: 1.52rem;
	position: relative;
	display: inline-block;
	width: 3.17rem;
	height: 4.05rem;
	background: #eee;
	vertical-align: top;
}

.iab_right img {
	position: absolute;
	top: -0.2rem;
	left: 0.2rem;
	width: 100%;
	height: 100%;
}

.iab_msg {
	margin-top: 0.32rem;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.44rem;
}

.about_more {
	margin: 0.32rem auto 0.6rem auto;
	display: block;
	width: 2.4rem;
	height: 0.7rem;
	border-radius: 0.7rem;
	background: #cb0d1c;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.7rem;
	text-align: center;
}

.about_more:hover {
	color: #fff;
}

.index_videobox {
	margin-bottom: 0.3rem;
	padding: 0 0.2rem;
	overflow: auto;
	white-space: nowrap;
}

.video_left,
.video_right {
	display: inline-block;
	position: relative;
	width: 6.26rem;
	height: 6.26rem;
	overflow: hidden;
}

.video_left {
	margin-right: 0.25rem;
}

.video_left:before,
.video_right:before {
	content: "";
	position: absolute;
	top: 0.13rem;
	left: 0.13rem;
	width: 6rem;
	height: 6rem;
	box-sizing: border-box;
	border: 0.1rem solid rgba(255, 255, 255, 0.3);
	transition: all 0.15s;
	z-index: 10;
}

.video_left img,
.video_right img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.15s;
}

.video_on {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 84, 112, 0.8);
	text-align: center;
	opacity: 0;
	transition: all 0.15s;
	z-index: 10;
	cursor: pointer;
}

.video_left:hover img,
.video_right:hover img {
	top: -2.5%;
	left: -2.5%;
	width: 110%;
	height: 110%;
}

.video_left:hover .video_on,
.video_right:hover .video_on {
	opacity: 1;
}

.video_on img {
	margin-top: 2.36rem;
	width: 0.77rem;
	height: 0.77rem;
}

.video_left:hover .video_on img,
.video_right:hover .video_on img {
	top: 0;
	left: 0;
	width: 0.77rem;
	height: 0.77rem;
}

.video_on p {
	margin: auto;
	margin-top: 0.25rem;
	width: 6rem;
}

.video_player {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin-top: -2.3rem;
	margin-left: -3.55rem;
	width: 7.1rem;
	height: 4.6rem;
	opacity: 0;
	z-index: 201;
}

.vp_close {
	position: absolute;
	top: -0.1rem;
	right: -0.1rem;
	width: 0.45rem;
	height: 0.45rem;
	background: url(../img/iclose_btn.png) no-repeat;
	background-size: 100%;
}

.index_vrbox {
	padding: 0.3rem 0.2rem;
}

.ivr_title {
	font-size: 0.46rem;
	font-family: hydjs;
	color: #cb0d1c;
	text-align: center;
}

.ivr_msg {
	margin-top: 0.32rem;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.44rem;
}

.ivr_more {
	margin: 0.35rem auto;
	display: block;
	width: 2.5rem;
	height: 0.7rem;
	border-radius: 0.7rem;
	background: #cb0d1c;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.7rem;
	text-align: center;
}

.ivr_more:hover {
	color: #fff;
}

.ivr_type {
	margin: 0 0.22rem 0.22rem 0;
	position: relative;
	display: inline-block;
	width: 3.44rem;
	height: 2.63rem;
	vertical-align: top;
}

.ivr_type:nth-of-type(2n) {
	margin-right: 0;
}

.ivr_type img {
	width: 100%;
	height: 100%;
}

.ivr_name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.6rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	background: rgba(0, 84, 112, 0.6);
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.6rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ifooter {
	padding-top: 0.5rem;
	background: #003445 url(../img/ifooter_bg.png) no-repeat top center;
}

.ift_navline {
	font-size: 0.26rem;
	text-align: center;
}

.ift_navline a {
	margin: 0 0.33rem;
	color: #fff;
}

.ift_navline a:hover {
	color: #fff;
}

.ift_msg {
	padding: 0.25rem 0.2rem;
	font-size: 0.24rem;
	color: #fff;
	line-height: 0.42rem;
	text-align: center;
	opacity: 0.5;
}

.ift_under {
	padding: 0.15rem;
	background: #002f3e;
	font-size: 0.22rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 0.39rem;
	text-align: center;
}

.ift_under a,
.ift_under a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.lr_box {
	margin: auto;
	width: 7.5rem;
	padding-top: 1.01rem;
	box-sizing: border-box;
	background: url(../img/lr_bg.jpg) no-repeat bottom center;
	background-size: 7.5rem;
}

.register_box,
.login_box {
	margin: auto;
	margin-top: 0.4rem;
	margin-bottom: 0.48rem;
	width: 6.8rem;
	padding: 0 0.4rem;
	padding-top: 0.54rem;
	box-sizing: border-box;
	background: #fff;
}

.login_box {
	margin-top: 1rem;
	padding-bottom: 1.3rem;
}

.lr_title {
	margin-bottom: 0.4rem;
	font-size: 0.36rem;
	font-family: hydjs;
	text-align: center;
}

.lr_line {
	margin-bottom: 0.2rem;
}

.lr_line .input,
.lr_line .select,
.lr_line .upload {
	width: 100%;
	height: 0.8rem;
	border-radius: 0.05rem;
	padding: 0 0.24rem;
	box-sizing: border-box;
	border: 0.01rem solid #eee;
	font-size: 0.26rem;
}

.lr_line .select {
	background: url(../img/lr_jt.png) no-repeat right 0.18rem center;
	background-size: 0.12rem;
	color: #333;
}

.lr_line .select.on {
	color: #999;
}

.lr_line .select option {
	color: #333;
}

.lr_line .upload {
	position: relative;
	color: #999;
	line-height: 0.78rem;
}

.lu_btn {
	position: absolute;
	top: 0;
	right: 0.22rem;
	width: 1.05rem;
	height: 100%;
	color: #cb0d1c;
	overflow: hidden;
}

.lr_line .input.dtm {
	padding-right: 2rem;
}

.get_dtm {
	position: absolute;
	top: 0.24rem;
	right: 0.15rem;
	border: 0;
	width: 1.5rem;
	background: transparent;
	font-size: 0.26rem;
	color: #cb0d1c;
}

.get_dtm.disabled {
	width: 1.8rem;
	color: #999;
}

.lr_label {
	display: block;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.36rem;
}

.lr_label.login {
	display: inline-block;
}

.lr_label input {
	width: 0.36rem;
	height: 0.36rem;
	vertical-align: middle;
}

.lr_submit {
	margin-top: 0.2rem;
	width: 4rem;
	height: 0.8rem;
	border: 0;
	background: #cb0d1c;
	font-size: 0.28rem;
	color: #fff;
}

.lr_other {
	margin-top: 0.2rem;
	margin-bottom: 0.51rem;
	display: inline-block;
	font-size: 0.28rem;
	color: #cb0d1c;
}

.forget_pwd {
	margin-top: 0.02rem;
	float: right;
	display: block;
	font-size: 0.26rem;
	color: #cb0d1c;
}

.forget_pwd:hover {
	color: #cb0d1c;
}

.lr_other.login {
	margin-bottom: 0.2rem;
}

.lr_third {
	height: 1rem;
	border-top: 0.01rem solid #eee;
	font-size: 0.28rem;
	color: #666;
	line-height: 1rem;
	text-align: center;
}

.lr_third img {
	width: 0.6rem;
	vertical-align: middle;
}

.lr_third a {
	margin-right: 0.2rem;
}

.lr_third a:last-of-type {
	margin-right: 0;
}

.search_box {
	margin: auto;
	width: 7.5rem;
	padding-top: 1.01rem;
}

.search_top {
	height: 1rem;
	padding: 0 0.2rem;
	background: #fff;
	white-space: nowrap;
	line-height: 1rem;
}

.search_content {
	margin-top: 0.1rem;
	min-height: 7.1rem;
	background: #fff;
	padding: 0 0.3rem;
}

.searchc_title {
	height: 0.81rem;
	border-bottom: 0.01rem solid #e5e5e5;
	font-size: 0.28rem;
	color: #999;
	line-height: 0.81rem;
}

.search_a {
	margin-right: 0.2rem;
	margin-bottom: 0.16rem;
	display: inline-block;
	min-width: 1.5rem;
	height: 0.66rem;
	border-radius: 0.66rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	background: #f8f8f8;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.66rem;
	text-align: center;
}

.search_a:hover {
	background: #cb0d1c;
	color: #fff;
}

.abt_img {
	margin-bottom: 0.14rem;
	width:100%;
}

.tftt_box {
	margin-top: 0.2rem;
	padding: 0.01rem 0.2rem 0.6rem 0.2rem;
	background: #fff;
}

.tftt_title {
	margin-top: 0.2rem;
	margin-bottom: 0.45rem;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.44rem;
}

.ins_type {
	position: relative;
	border-radius: 0.05rem;
	box-sizing: border-box;
	border: 0.02rem solid #cb0d1c;
	text-align: center;
}

.ins_type:before {
	content: "";
	position: absolute;
	top: -0.03rem;
	right: -0.03rem;
	width: 0.23rem;
	height: 0.23rem;
	background: #fff url(../img/ins_right.png) no-repeat;
	background-size: 100%;
}

.ins_type.first {
	margin: auto;
	margin-bottom: 0.37rem;
	display: block;
	width: 4.1rem;
	height: 1.06rem;
}

.ins_type.first:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	margin-left: -0.01rem;
	width: 0.02rem;
	height: 0.4rem;
	background: #cb0d1c;
}

.ins_type.first .title {
	padding-top: 0.16rem;
	font-size: 0.3rem;
	font-weight: bold;
	color: #cb0d1c;
}

.ins_type.first .msg {
	margin-top: 0.05rem;
	font-size: 0.24rem;
	color: #ddd;
}

.ins_middle {
	position: relative;
	margin: auto;
	width: 1.6rem;
	height: 0.5rem;
	background: #cb0d1c;
	font-size: 0.26rem;
	font-weight: bold;
	color: #fff;
	line-height: 0.5rem;
	text-align: center;
}

.ins_middle span {
	position: relative;
	z-index: 3;
}

.ins_middle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.01rem;
	margin-left: -2.455rem;
	width: 4.91rem;
	height: 0.02rem;
	background: #cb0d1c;
}

.ins_type.second,
.ins_type.middle,
.ins_type.third {
	margin-top: 0.52rem;
	margin-left: 0.25rem;
	display: inline-block;
	width: 2.2rem;
	height: 3.5rem;
	padding: 0 0.1rem;
	padding-top: 0.2rem;
	vertical-align: top;
}

@media only screen and (max-width: 360px) {
	.ins_type.second,
	.ins_type.middle,
	.ins_type.third {
		height: 3.3rem;
	}
}

.ins_type.second.one {
	margin-left: 0;
}

.ins_type.third {
	margin-top: 0.25rem;
	height: 0.76rem;
}

.ins_type.second:after,
.ins_type.middle:after,
.ins_type.third:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -0.79rem;
	margin-left: -0.01rem;
	width: 0.02rem;
	height: 0.79rem;
	background: #cb0d1c;
}

.ins_type.second .title,
.ins_type.middle .title,
.ins_type.third .title {
	margin-bottom: 0.16rem;
	font-size: 0.26rem;
	font-weight: bold;
}

.ins_type.second .msg,
.ins_type.middle .msg {
	font-size: 0.24rem;
	color: #666;
	line-height: 0.36rem;
}

.ins_type.third.on {
	margin-left: 2.45rem;
	background: #cb0d1c;
	color: #fff;
}

.ins_type.third.on:before {
	top: -0.03rem;
	right: -0.03rem;
	background: #fff url(../img/ins_right2.png) no-repeat left -1px bottom -1px;
	background-size: 100%;
}

.ins_type.third:after {
	display: block;
	top: -0.28rem;
	height: 0.28rem;
}



.abt_logo {
	margin: auto;
	display: block;
	width: 1.22rem;
}

.f2c_msg {
	margin-top: 0.25rem;
	position: relative;
	border-radius: 0.1rem;
	padding: 0.2rem 0.25rem;
	background: #fff;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.44rem;
}

.f2c_msg:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -0.13rem;
	margin-left: -0.13rem;
	border-left: 0.13rem solid transparent;
	border-right: 0.13rem solid transparent;
	border-bottom: 0.16rem solid #fff;
}

.f2c_lc {
	
	display: block;
	width: 100%;
}

.cooper_box {
	margin-top: 0.34rem;
	padding: 0 0.2rem;
	overflow: hidden;
}

.cooper_box.on {
	height: 5.52rem;
}

.cooper_type {
	margin-right: 0.08rem;
	margin-bottom: 0.08rem;
	display: inline-block;
	width: 2.31rem;
	height: 1.3rem;
	background: rgba(255, 255, 255, 1);
	line-height: 1.3rem;
	text-align: center;
	vertical-align: top;
	transition: all 0.15s;
}

.cooper_type:nth-of-type(3n) {
	margin-right: 0;
}

.cooper_type:hover {
	background: rgba(255, 255, 255, 0.1);
}

.cooper_type img {
	vertical-align: middle;
}

.cooper_more {
	padding: 0.39rem;
	font-size: 0.26rem;
	color: #999;
	text-align: center;
}

.tom_news {
	padding-top: 0.19rem;
}

.news_type {
	margin-bottom: 0.1rem;
	display: block;
	padding: 0.2rem;
	background: #fff;
	overflow: hidden;
}

.news_type img {
	width: 2.35rem;
	height: 1.8rem;
	vertical-align: top;
}

.newst_right {
	float: right;
	width: 4.51rem;
	vertical-align: top;
}

.ntr_1 {
	font-size: 0.36rem;
	font-family: hydjs;
	color: #ddd;
}

.ntr_2 {
	font-size: 0.28rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ntr_3 {
	height: 0.72rem;
	font-size: 0.24rem;
	color: #999;
	line-height: 0.36rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_det {
	margin-top: 1.22rem;
	padding: 0.3rem 0.2rem;
	background: #fff;
}

.newsd_title {
	padding-bottom: 0.2rem;
	border-bottom: 0.01rem solid #eee;
}

.ndt_1 {
	font-size: 0.32rem;
	line-height: 0.48rem;
}

.ndt_line {
	font-size: 0.26rem;
	color: #aaa;
}

.ndt_line span {
	margin-right: 0.48rem;
}

.nfx_btn {
	display: inline-block;
	height: 0.34rem;
	padding-right: 0.45rem;
	line-height: 0.34rem;
	background: url(../img/nfx_icon.png) no-repeat right center;
	background-size: 0.32rem;
}

.news_content {
	padding: 0.25rem 0;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.44rem;
	/*text-indent: 2em;*/
}

.news_control {
	margin-bottom: 1.6rem;
	height: 0.8rem;
}

.news_prev,
.news_next {
	display: inline-block;
	width: 3rem;
	height: 100%;
	padding-right: 0.6rem;
	box-sizing: border-box;
	border-radius: 0.8rem 0 0 0.8rem;
	background: #eee;
	font-size: 0.26rem;
	color: #999;
	line-height: 0.8rem;
	text-align: center;
	vertical-align: top;
}

.news_next {
	margin-left: -0.75rem;
	padding-right: 0;
	padding-left: 0.6rem;
	border-radius: 0 0.8rem 0.8rem 0;
}

.news_prev span {
	padding-left: 0.3rem;
	background: url(../img/news_prev.png) no-repeat left center;
	background-size: 0.14rem;
}

.news_next span {
	padding-right: 0.3rem;
	background: url(../img/news_next.png) no-repeat right center;
	background-size: 0.14rem;
}

.news_back {
	position: relative;
	margin-left: -0.69rem;
	display: inline-block;
	width: 2.5rem;
	height: 100%;
	border-radius: 0.8rem;
	background: #cb0d1c;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.8rem;
	text-align: center;
	vertical-align: top;
	z-index: 3;
}

.news_back span {
	padding-left: 0.42rem;
	background: url(../img/news_back.png) no-repeat left center;
	background-size: 0.27rem;
}

.news_next:hover,
.news_prev:hover {
	color: #999;
}

.news_back:hover {
	color: #fff;
}

.fzlc_box {
	margin-top: 0.14rem;
	padding: 0.26rem 0;
	background: #fff;
	overflow: hidden;
}

.fzlc_timeline {
	height: 0.76rem;
	background: url(../img/time_line_bg.png) repeat-x center;
	background-size: 0.2rem;
}

.timelinetitle {
	margin-left: 0.2rem;
	width: 1.875rem;
	height: 0.76rem;
	overflow: visible;
}

.timeline_click {
	position: relative;
	margin-right: 1.115rem;
	height: 0.76rem;
	cursor: pointer;
}

.tlt_round {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.1rem;
	margin-left: -0.1rem;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	background: #cb0d1c;
	transition: all 0.15s;
}

.tlt_span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.24rem;
	color: #666;
	line-height: 1.26rem;
	text-align: center;
	transition: all 0.15s;
}

.timelinetitle .swiper-slide-active .tlt_round {
	margin-top: -0.38rem;
	margin-left: -0.38rem;
	width: 0.76rem;
	height: 0.76rem;
}

.timelinetitle .swiper-slide-active .tlt_span {
	font-size: 0.28rem;
	color: #fff;
	line-height: 0.76rem;
}

.timeline_type {
	position: relative;
	padding: 0.1rem 0.2rem 1.3rem 0.2rem;
}

.timeline_type:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.57rem;
	width: 0.02rem;
	background: #e5e5e5;
}

.timeline_month {
	position: relative;
	margin-top: 0.45rem;
	padding-left: 0.69rem;
}

.timeline_month:before {
	content: "";
	position: absolute;
	top: 0.12rem;
	left: 0.3rem;
	width: 0.07rem;
	height: 0.07rem;
	border-radius: 50%;
	border: 0.05rem solid #e8e8e8;
	background: #d1d1d1;
}

.timeline_img {
	margin-top: 0.2rem;
	width: 5.41rem;
	height: 3.22rem;
	border: 0.04rem solid #e5e5e5;
}

.timeline_img img {
	width: 100%;
	height: 100%;
}

.tdfw_box {
	margin-top: 0.2rem;
	padding: 0.2rem;
}

.tdfw_type {
	position: relative;
	min-height: 1.3rem;
	border: 0.01rem solid #eee;
	padding: 0.2rem 0.25rem 0.25rem 0;
	box-sizing: border-box;
	background: #cb0d1c;
	overflow: hidden;
}

.tdfw_type:nth-of-type(2n) {
	background: #fff;
}

.tdfw_num {
	position: absolute;
	top: 50%;
	left: 0.25rem;
	margin-top: -0.5rem;
	width: 1.1rem;
	height: 1rem;
	padding-left: 0.06rem;
	box-sizing: border-box;
	font-size: 0.72rem;
	font-family: hydjs;
	color: #fff;
	line-height: 1rem;
}

.tdfw_right {
	float: right;
	width: 5.5rem;
	line-height: 0.44rem;
}

.tdfw_1 {
	font-size: 0.26rem;
	color: #fff;
}

.tdfw_2 {
	font-size: 0.26rem;
	color: #fff;
}

.tdfw_type:nth-of-type(2n) .tdfw_num {
	color: #e5e5e5;
}

.tdfw_type:nth-of-type(2n) .tdfw_1 {
	color: #666;
}

.tdfw_type:nth-of-type(2n) .tdfw_2 {
	color: #cb0d1c;
}

.fwfw_box {
	margin-top: 0.1rem;
	padding: 0.5rem 0.2rem 1.6rem 0.2rem;
	background: #29b2de;
}

.fwfw_title {
	margin: auto;
	margin-bottom: 0.2rem;
	display: block;
	width: 100%;
}

.fwfw_type {
	position: relative;
	margin-left: 0.12rem;
	margin-bottom: 0.14rem;
	padding: 0.11rem 0.25rem 0.11rem 1rem;
	border-radius: 0.15rem;
	border: 0.01rem solid #eee;
	background: #fff;
}

.fwfw_type:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -0.12rem;
	margin-top: -0.11rem;
	border-top: 0.11rem solid transparent;
	border-bottom: 0.11rem solid transparent;
	border-right: 0.13rem solid #fff;
}

.fwfw_num {
	position: absolute;
	top: 50%;
	left: 0.25rem;
	margin-top: -0.27rem;
	width: 0.54rem;
	height: 0.54rem;
	border-radius: 50%;
	background: #eee;
	font-size: 0.28rem;
	color: #cb0d1c;
	line-height: 0.54rem;
	text-align: center;
}

.fwfw_right {
	width: 5.7rem;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.44rem;
}

.cjwt_box {
	margin-bottom: 1.2rem;
	padding: 0.25rem 0.2rem;
}

.cjwt_type {
	margin-bottom: 0.14rem;
	position: relative;
	min-height: 0.6rem;
	padding-left: 0.82rem;
	background: url(../img/cjwt_icon.png) no-repeat left top 0.13rem;
	background-size: 0.6rem;
}

.cjwt_question {
	position: relative;
	min-height: 0.6rem;
	padding: 0.2rem 0.25rem;
	padding-right: 0.6rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
	border: 0.01rem solid #eee;
	background: #fff url(../img/cjwt_close.png) no-repeat right 0.16rem center;
	font-size: 0.28rem;
	color: #666;
	line-height: 0.48rem;
	transition: all 0.15s;
	cursor: pointer;
}

.cjwt_answer {
	display: none;
	box-sizing: border-box;
	border-radius: 0.1rem;
	border: 0.01rem solid #eee;
	background: #fff;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.45rem;
	overflow: hidden;
	cursor: none;
}

.cjwt_answer .cjwta {
	min-height: 0.6rem;
	padding: 0.2rem 0.25rem;
}

.cjwt_question:before,
.cjwt_question:after {
	content: "";
	position: absolute;
	left: -0.13rem;
	top: 0.3rem;
	border-top: 0.105rem solid transparent;
	border-bottom: 0.105rem solid transparent;
	border-right: 0.13rem solid #eee;
	transition: all 0.15s;
}

.cjwt_question:after {
	left: -0.115rem;
	border-right: 0.13rem solid #fff;
}

.cjwt_question.on {
	background: #cb0d1c url(../img/cjwt_close_on.png) no-repeat right 0.16rem center;
	color: #fff;
}

.cjwt_question.on {
	background: #cb0d1c url(../img/cjwt_open.png) no-repeat right 0.16rem center;
}

.cjwt_question.on:before,
.cjwt_question.on:after {
	border-right: 0.13rem solid #cb0d1c;
}

.gwzn_box {
	margin-top: 0.15rem;
	padding: 0.25rem;
	padding-bottom: 1.8rem;
	background: #fff;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.44rem;
}

.zzfa_box {
	padding: 0.25rem 0.2rem;
}

.zzxq_left {
	display: inline-block;
	width: 1.9rem;
	vertical-align: middle;
}

.nfx_btn.zzfa {
	margin-right: 0;
}

.ndt_line.zzfa {
	white-space: nowrap;
}

.ndt_line.zzfa span {
	vertical-align: middle;
}

.zzxq_left span {
	display: inline-block;
	padding: 0 0.3rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	background: #cb0d1c;
	font-size: 0.24rem;
	color: #fefefe;
	line-height: 0.5rem;
	vertical-align: middle;
}

.news_control.zzfa {
	margin-bottom: 0;
}

.zzfa_tj {
	padding: 0 0.2rem;
	margin-bottom: 1.6rem;
}

.zzfatj_title {
	padding: 0.3rem 0;
	font-size: 0.3rem;
	text-align: center;
}

.cplb_top {
	position: fixed;
	top: 1.01rem;
	left: 50%;
	margin-left: -3.75rem;
	width: 7.5rem;
	height: 0.9rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	background: #fff;
}

.cplbt_a,
.cplbt_sx {
	display: inline-block;
	height: 0.9rem;
	padding: 0 0.32rem;
	line-height: 0.9rem;
	text-align: center;
	font-size: 0.28rem;
	vertical-align: top;
}

.cplbt_a.on {
	color: #cb0d1c;
}

.cplbt_a span {
	padding-right: 0.25rem;
	background: url(../img/ud_nor.png) no-repeat right center;
	background-size: 0.15rem;
}

.cplbt_a.ud {
	margin-right: 0.18rem;
}

.cplbt_a.ud.on.u span {
	background: url(../img/ud_u.png) no-repeat right center;
	background-size: 0.15rem;
}

.cplbt_a.ud.on.d span {
	background: url(../img/ud_d.png) no-repeat right center;
	background-size: 0.15rem;
}

.cplbt_sx span {
	padding-right: 0.33rem;
	background: url(../img/sx_icon.png) no-repeat right center;
	background-size: 0.26rem;
}

.search_jump {
	float: right;
	display: block;
	width: 0.6rem;
	height: 0.9rem;
	background: url(../img/search_icon2.png) no-repeat center;
	background-size: 0.3rem;
}

.cplb_sxbox {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -3.75rem;
	width: 7.5rem;
	height: 100%;
	background: #f6f6f6;
	z-index: 9999;
}

.cplb_sxbox form {
	height: 100%;
}

.cplbsx_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.99rem;
	background: #fff;
	font-size: 0.32rem;
	color: #1f1f1f;
	line-height: 0.99rem;
	text-align: center;
	z-index: 10;
}

.sx_close {
	position: absolute;
	top: 0.33rem;
	right: 0.22rem;
	width: 0.35rem;
	height: 0.35rem;
	background: url(../img/sx_close.png) no-repeat;
	background-size: 100%;
}

.cplbsx_btnline {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1rem;
	border: 0.01rem solid #eee;
	box-sizing: border-box;
	background: #fff;
	z-index: 10;
}

.cplbsx_btn {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 100%;
	font-size: 0.32rem;
	color: #999;
	background: transparent;
	border: 0;
	vertical-align: top;
}

button[type=reset].cplbsx_btn:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.115rem;
	width: 0.01rem;
	height: 0.23rem;
	background: #dcdcdc;
}

button[type=submit].cplbsx_btn {
	color: #cb0d1c;
}

.cplb_sxcontent {
	height: 100%;
	padding: 0.99rem 0.2rem 1.2rem 0.2rem;
	box-sizing: border-box;
	overflow: auto;
}

.csxc_title {
	margin-top: 0.17rem;
	height: 0.57rem;
	line-height: 0.57rem;
	font-size: 0.28rem;
	color: #aaa;
}

.csxc_labbox {
	padding: 0.31rem 0 0.11rem 0.2rem;
	background: #fff;
}

.csxc_type {
	margin-right: 0.22rem;
	margin-bottom: 0.2rem;
	position: relative;
	display: inline-block;
	width: 1.5rem;
	height: 0.66rem;
	font-size: 0.26rem;
	color: #666;
	border: 0.01rem solid #eee;
	box-sizing: border-box;
	line-height: 0.64rem;
	text-align: center;
	vertical-align: top;
	transition: all 0.15s;
}

.csxc_type input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.csxc_type.on {
	border-color: #cb0d1c;
	background: #cb0d1c;
	color: #fff;
}

.csxc_labbox.long .csxc_type {
	width: 2.06rem;
}

.cplb_content {
	margin: auto;
	width: 7.5rem;
	padding: 2.15rem 0.2rem 1.2rem 0.2rem;
	box-sizing: border-box;
}

.cpxq_top,
.name_line {
	display: inline-block;
	width: 5.1rem;
	height: 1rem;
	line-height: 1rem;
	vertical-align: top;
	text-align: center;
}

.name_line {
	font-size: 0.36rem;
}

.cpxqt_a {
	margin: 0 0.38rem;
	display: inline-block;
	font-size: 0.36rem;
	vertical-align: top;
}

.cpxqt_a.on,
.cpxqt_a:hover {
	color: #cb0d1c;
}

.cpxq_box {
	margin-top: 1.01rem;
	padding-bottom: 1.6rem;
}

.probanner {
	height: 7.5rem;
}

.probanner img {
	width: 100%;
	height: 100%;
}

.probanner .swiper-pagination {
	bottom: 0.3rem !important;
	text-align: left;
	padding-left: 0.2rem;
	z-index: 100;
}

.probanner .swiper-pagination-bullet {
	margin: 0 0.06rem !important;
	width: 0.13rem;
	height: 0.13rem;
	border: 0.01rem solid #f1f1f1;
	background: #fff;
	opacity: 0.8;
	box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.34);
}

.probanner .swiper-pagination-bullet-active {
	width: 0.22rem;
	border-radius: 0.14rem;
	border: 0.01rem solid #cb0d1c;
	background: #cb0d1c;
	opacity: 1;
	box-shadow: 0 0 0 transparent;
}

.prodet_line {
	height: 0.88rem;
	padding: 0 0.2rem;
	background: #fff;
	line-height: 0.88rem;
	background: #fff url(../img/pdl_jt.png) no-repeat right 0.2rem center;
	background-size: 0.14rem;
}

.pdl_left {
	display: inline-block;
	width: 1.06rem;
	font-size: 0.26rem;
	color: #999;
	vertical-align: top;
}

.pdl_right {
	display: inline-block;
	font-size: 0.26rem;
	vertical-align: top;
}

.prodet_line.cs {
	margin-top: 0.02rem;
}

.pro_detbox {
	margin-top: 0.1rem;
	background: #fff;
}

.pro_show {
	display: none;
	padding: 0.25rem 0.2rem;
}

.pro_show.big {
	display: block;
	background: #fff;
}

.pro_show img {
	width: 100%;
}

.pro_tj {
	display: none;
	padding: 0.1rem;
	padding-top: 0.2rem;
	background: #f6f6f6;
	text-align: center;
}

.pro_pl.big {
	background: #fff;
}

.pro_pl_type {
	padding: 0.25rem 0.2rem;
	padding-right: 0;
	border-bottom: 0.01rem solid #f0f0f0;
}

.pro_pl_type .img_box {
	display: inline-block;
	width: 0.87rem;
	vertical-align: top;
}

.pro_pl_type .img_box img {
	margin-left: 0.05rem;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
}

.pro_pl_type .type_right {
	display: inline-block;
	width: 6.2rem;
	vertical-align: top;
}

.heart_show {
	margin-left: 0.12rem;
	display: inline-block;
	vertical-align: middle;
}

.heart_show img {
	margin-right: 0.08rem;
	width: 0.22rem;
}

.type_right .message {
	padding-top: 0.2rem;
	padding-bottom: 0.1rem;
	font-size: 0.26rem;
	color: #000;
}

.propl_select,
.propl_plsel {
	height: 0.8rem;
	background: #fff;
}

.propl_plsel {
	height: 0.7rem;
	background: #e5eef0;
	text-align: center;
}

.propl_btn,
.propl_plsel_btn {
	position: relative;
	display: inline-block;
	width: 2.5rem;
	font-size: 0.26rem;
	line-height: 0.8rem;
	text-align: center;
	vertical-align: top;
}

.propl_btn {
	font-size: 0.28rem;
}

.propl_plsel_btn {
	width: 1.6rem;
	color: #999;
	line-height: 0.7rem;
}

.propl_btn:last-of-type:before,
.propl_plsel_btn:last-of-type:before {
	display: none;
}

.propl_btn:before,
.propl_plsel_btn:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.15rem;
	width: 0.02rem;
	height: 0.3rem;
	background: #d9d9d9;
}

.propl_plsel_btn:before {
	margin-top: -0.135rem;
	width: 0.03rem;
	height: 0.27rem;
	background: #999;
}

.propl_btn.on,
.propl_plsel_btn.on {
	color: #cb0d1c;
}

.propl_imgs {
	margin-top: 0.27rem;
}

.propl_img {
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border: 0.01rem solid #eee;
	box-sizing: border-box;
	vertical-align: top;
}

.propl_img img {
	width: 100%;
	height: 100%;
}

.tc_imgshow {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 300;
}

.tc_imgshow img {
	width: 100%;
	vertical-align: middle;
}

.tci_close {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.6rem;
	height: 0.6rem;
	background: url(../img/iclose_btn.png) no-repeat;
	background-size: 100%;
}

.pro_select_box {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 333;
}

.pslb_close {
	position: absolute;
	top: 0.25rem;
	right: 0.2rem;
	width: 0.28rem;
	height: 0.28rem;
}

.pslb_close img {
	width: 100%;
}

.psl_title {
	padding: 0.39rem 0 0.1rem 0.25rem;
	border-bottom: 0.01rem solid #f0f0f0;
}

.pslt_img {
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	box-sizing: border-box;
	border: 0.01rem solid #eee;
	overflow: hidden;
	vertical-align: top;
}

.pslt_img img {
	max-width: 1.8rem;
}

.pslt_right {
	display: inline-block;
	width: 5.1rem;
	padding-left: 0.39rem;
	box-sizing: border-box;
	vertical-align: top;
}

.f48 {
	font-size: 0.48rem;
}

.psltr_title {
	color: #cb0d1c;
}

.psltr_yj {
	font-size: 0.26rem;
	color: #aaa;
	text-decoration: line-through;
}

.psl_content {
	max-height: 7rem;
	padding: 0.39rem 0 0.69rem 0.25rem;
	overflow: auto;
}

.psl_label {
	position: relative;
	margin-bottom: 0.16rem;
	margin-right: 0.09rem;
	display: inline-block;
	min-width: 1.68rem;
	height: 0.6rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	border: 0.01rem solid #dbdbdb;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.58rem;
	vertical-align: top;
}

.psl_label.on {
	border-color: #cb0d1c;
	background: #cb0d1c;
	color: #fff;
}

.psl_label.disabled {
	color: #aaa;
}

.psl_label input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	/*width:100%;
	height:100%;
	filter:alpha(opacity=0);  
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0; 	*/
}

.psl_add_line {
	padding-right: 0.25rem;
}

.psl_numclickbox {
	float: right;
	width: 2.16rem;
	height: 0.6rem;
	box-sizing: border-box;
}

.psl_numclickbox.cart {
	float: none;
	position: absolute;
	right: 0.2rem;
	bottom: 0.2rem;
	width: 2rem;
	box-sizing: border-box;
	color: #999;
}

.psl_numclickbox .jian,
.psl_numclickbox .add {
	display: inline-block;
	width: 0.58rem;
	height: 0.58rem;
	box-sizing: border-box;
	border: 0.01rem solid #ebebeb;
	font-size: 0.32rem;
	line-height: 0.56rem;
	text-align: center;
	vertical-align: top;
}

.psl_num_input {
	width: 0.98rem;
	height: 0.58rem;
	box-sizing: border-box;
	border: 0.01rem solid #ebebeb;
	border-left: 0;
	border-right: 0;
	font-size: 0.26rem;
	vertical-align: top;
	text-align: center;
}

.psl_numclickbox.cart .jian,
.psl_numclickbox.cart .add {
	border: 0.02rem solid #ebebeb;
}

.psl_numclickbox.cart .psl_num_input {
	width: 0.82rem;
	border-top: 0.02rem solid #ebebeb;
	border-bottom: 0.02rem solid #ebebeb;
	color: #666;
}

.psl_submit {
	-webkit-appearance: none;
	appearance: none;
	margin-top: 0.8rem;
	display: block;
	width: 7rem;
	height: 0.8rem;
	border-radius: 0.05rem;
	border: 0;
	background: #cb0d1c;
	font-size: 0.28rem;
	color: #fff;
	line-height: 0.8rem;
	text-align: center;
}

.fzixun_a {
	margin-right: 0.27rem;
	display: inline-block;
	width: 0.6rem;
	height: 100%;
	font-size: 0.22rem;
	color: #666;
	text-align: center;
	vertical-align: top;
}

.fpn_img {
	height: 0.55rem;
	line-height: 0.55rem;
}

.fpn_img img {
	vertical-align: bottom;
}

.fcart_a {
	margin-right: 0.2rem;
	position: relative;
	display: inline-block;
	width: 0.78rem;
	font-size: 0.22rem;
	color: #666;
	text-align: center;
	vertical-align: top;
}

.fcart_a span {
	position: absolute;
	top: 0.1rem;
	right: 0;
	min-width: 0.36rem;
	height: 0.26rem;
	border-radius: 0.1rem;
	padding: 0 0.07rem;
	box-sizing: border-box;
	background: #cb0d1c;
	font-size: 0.2rem;
	font-family: arial;
	color: #fff;
	line-height: 0.26rem;
	text-align: center;
}

.fsc_a {
	display: inline-block;
	width: 0.75rem;
	font-size: 0.22rem;
	color: #666;
	text-align: center;
	vertical-align: top;
}

.fsc_a img:nth-of-type(2),
.fsc_a.on img:first-of-type {
	display: none;
}

.fsc_a.on img:nth-of-type(2) {
	display: inline;
}

.fsc_a.on {
	color: #cb0d1c;
}

.addCart_btn {
	margin-right: 0.1rem;
	margin-top: 0.1rem;
	width: 2.1rem;
	height: 0.8rem;
	border: 0;
	background: #333;
	font-size: 0.28rem;
	color: #fff;
	vertical-align: top;
}

.buy_submit {
	margin-top: 0.1rem;
	width: 2rem;
	height: 0.8rem;
	border: 0;
	background: #cb0d1c;
	font-size: 0.28rem;
	color: #fff;
	vertical-align: top;
}

.ddxq_statusbox {
	position: relative;
	height: 2rem;
}

.ddxq_status {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 0.2rem;
	box-sizing: border-box;
	background: #cb0d1c;
	line-height: 2rem;
}

.ddxqs_msg {
	display: inline-block;
	width: 5.5rem;
	color: #fff;
	line-height: 0.57rem;
	vertical-align: middle;
}

.ddxqs_img {
	float: right;
	width: 1.42rem;
	height: 100%;
}

.ddxqs_img img {
	vertical-align: middle;
}

.ddxq_status.on {
	display: block;
}

.ddxq_placeline {
	background: #fff url(../img/shdz_icon.png) no-repeat left 0.2rem center;
	background-size: 0.34rem;
}

.ddxq_nopl {
	height: 0.8rem;
	padding: 0 0.6rem 0 0.8rem;
	box-sizing: border-box;
	background: url(../img/shdz_jt.png) no-repeat right 0.2rem center;
	background-size: 0.12rem;
	font-size: 0.26rem;
	line-height: 0.8rem;
}

.ddxq_pltype {
	display: block;
	height: 1.6rem;
	padding: 0 0.6rem 0 0.8rem;
	box-sizing: border-box;
	background: url(../img/shdz_jt.png) no-repeat right 0.2rem center;
	background-size: 0.12rem;
	line-height: 1.6rem;
}

.ddxq_pltype.qrdd {
	position: relative;
	height: 1.7rem;
}

.ddxq_pltype.qrdd:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.1rem;
	background: url(../img/shdz_line.jpg) no-repeat;
	background-size: 100%;
}

.ddxq_pltype div {
	width: 100%;
}

.ddxq_spxx {
	margin-top: 0.1rem;
	padding: 0 0.2rem 0.23rem 0.2rem;
	background: #fff;
}

.dxsx_title {
	height: 0.94rem;
	line-height: 0.94rem;
	font-size: 0.26rem;
	border-bottom: 0.01rem solid #eee;
}

.dxsx_type {
	padding: 0.22rem 0;
	border-bottom: 0.01rem solid #eee;
}

.dxsxt_left {
	margin-left: 0.01rem;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border: 0.01rem solid #eee;
	box-sizing: border-box;
}

.dxsxt_left img {
	width: 100%;
	height: 100%;
}

.ddsxt_right {
	margin-left: 0.25rem;
	display: inline-block;
	width: 5.2rem;
	vertical-align: top;
}

.ddsxt_price {
	margin-top: 0.2rem;
	font-size: 0.28rem;
	color: #cb0d1c;
}

.ddxq_calcbox {
	margin-top: 0.1rem;
	background: #fff;
	padding: 0.3rem 0.2rem;
	font-size: 0.26rem;
	color: #999;
	line-height: 0.54rem;
}

.calc_num {
	float: right;
	color: #cb0d1c;
}

.ddxq_xq {
	margin-top: 0.1rem;
	padding: 0.3rem 0.2rem;
	background: #fff;
	font-size: 0.26rem;
	line-height: 0.54rem;
}

.ddxqxq_left {
	color: #999;
}

.ddxqxq_st {
	color: #cb0d1c;
}

.dxsx_content {
	margin-top: 0.2rem;
	font-size: 0.26rem;
	color: #999;
	line-height: 0.54rem;
}

.ddxq_btnline {
	margin-top: 0.3rem;
	padding-right: 0.2rem;
	padding-bottom: 0.48rem;
	text-align: right;
}

.ddxq_btn {
	width: 1.68rem;
	height: 0.66rem;
	border: 0.01rem solid #dbdbdb;
	box-sizing: border-box;
	background: #fff;
	font-size: 0.26rem;
	color: #666;
}

.ddxq_btn.qrsh {
	border-color: #cb0d1c;
	background: #cb0d1c;
	color: #fff;
}

.tc_box.wl .btn_left {
	width: 100%;
	padding: 0;
	text-align: center;
}

.tc_box.wl .tc_content {
	padding: 0.3rem;
	padding-right: 0;
}

.wl_title {
	display: inline-block;
	width: 1.39rem;
	font-size: 0.26rem;
	color: #ccc;
	vertical-align: top;
}

.wl_content {
	display: inline-block;
	width: 4.8rem;
	font-size: 0.26rem;
	color: #666;
	vertical-align: top;
}

.wl_content.wlbox {
	max-height: 3rem;
	line-height: 0.4rem;
	overflow: auto;
}

.cart_box {
	margin-top: 1.21rem;
}

.cart_type {
	margin-bottom: 0.1rem;
	position: relative;
	padding: 0.2rem 0 0.2rem 0.8rem;
	background: #fff;
}

.cart_left {
	margin-left: 0.01rem;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border: 0.01rem solid #eee;
	box-sizing: border-box;
	overflow: hidden;
}

.cart_left img {
	width: 100%;
	height: 100%;
}

.cart_right {
	margin-left: 0.25rem;
	display: inline-block;
	width: 4.75rem;
	vertical-align: top;
}

.cart_price {
	margin-top: 0.2rem;
	font-size: 0.28rem;
	color: #cb0d1c;
}

.cart_label {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.8rem;
	height: 100%;
	background: url(../img/checkbox_nor.png) no-repeat center;
	background-size: 0.36rem;
}

.cart_label input {
	visibility: hidden;
}

.cart_label.on {
	background: url(../img/checkbox_on.png) no-repeat center;
	background-size: 0.36rem;
}

.cart_del {
	position: absolute;
	display: block;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.38rem;
	height: 0.38rem;
	background: url(../img/cart_del.png) no-repeat;
	background-size: 100%;
}

.personal_top {
	height: 2.74rem;
	background: #cb0d1c;
}

.personal_msgline {
	position: relative;
	height: 2.02rem;
	padding: 0 0.26rem;
	line-height: 2.02rem;
}

.personal_ava {
	display: inline-block;
	width: 1.26rem;
	height: 1.26rem;
	border-radius: 50%;
	border: 0.03rem solid #f6f6f6;
	vertical-align: middle;
}

.personal_ava img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.personal_name {
	margin-left: 0.2rem;
	display: inline-block;
	width: 4.9rem;
	line-height: 0.52rem;
	vertical-align: middle;
}

.pn_2 {
	opacity: 0.5;
}

.person_edit {
	display: block;
	position: absolute;
	right: 0.24rem;
	top: 50%;
	margin-top: -0.215rem;
	width: 0.46rem;
	height: 0.43rem;
	background: url(../img/person_edit.png) no-repeat;
	background-size: 0.46rem;
}

.psl_orderline {
	margin: -0.82rem 0.2rem 0.2rem 0.2rem;
	border-radius: 0.1rem;
	background: #fff;
}

.pslodl_title {
	height: 0.82rem;
	padding: 0 0.22rem;
	border-bottom: 0.01rem solid #f5f5f5;
	line-height: 0.85rem;
	overflow: hidden;
}

.pslodl_more {
	float: right;
	display: block;
	padding-right: 0.22rem;
	background: url(../img/pdl_jt.png) no-repeat right center;
	background-size: 0.14rem;
	font-size: 0.26rem;
	color: #999;
}

.pslodl_content {
	height: 1.48rem;
	padding: 0 0.22rem;
}

.pslodl_type {
	position: relative;
	margin-right: 0.35rem;
	display: inline-block;
	width: 1.4rem;
	height: 1.48rem;
	vertical-align: top;
}

.pslodl_type:nth-of-type(4n) {
	margin-right: 0;
}

.pslodl_img {
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
}

.pslodl_img img {
	vertical-align: bottom;
}

.pslodl_num,
.xxtz_num {
	top: 0.2rem;
	right: 0.25rem;
	position: absolute;
	min-width: 0.36rem;
	height: 0.26rem;
	padding: 0 0.06rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
	background: #cb0d1c;
	font-size: 0.2rem;
	color: #fff;
	line-height: 0.26rem;
	text-align: center;
}

.psl_linebox {
	padding: 0 0.2rem;
	padding-bottom: 1.6rem;
	background: #fff;
}

.psl_line {
	display: block;
	height: 0.88rem;
	border-bottom: 0.01rem solid #f5f5f5;
	font-size: 0.28rem;
	line-height: 0.88rem;
	background: url(../img/pdl_jt.png) no-repeat right 0.25rem center;
	background-size: 0.14rem;
}

.xxtz_num {
	top: 0.32rem;
	left: 1.2rem;
	right: auto;
}

.psl_ava_line {
	margin-top: 1.21rem;
	height: 1.47rem;
	padding: 0 0.2rem;
	background: #fff;
	line-height: 1.47rem;
}

.psl_ava_left {
	display: inline-block;
	font-size: 0.28rem;
	vertical-align: middle;
}

.psl_ava_img {
	margin-left: 0.72rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	vertical-align: middle;
}

.psl_ava_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.psl_ava_btn {
	position: relative;
	float: right;
	display: block;
	border: 0;
	background: transparent;
	font-size: 0.26rem;
	color: #cb0d1c;
	overflow: hidden;
}

.psl_ava_btn:hover {
	color: #cb0d1c;
}

.psl_ava_btn input {
	position: absolute;
	top: 0.57rem;
	right: -2rem;
	opacity: 0;
}

.psl_msg_box {
	margin-top: 0.1rem;
	padding: 0 0.2rem;
	padding-bottom: 0.63rem;
	background: #fff;
}

.psl_msg_line {
	height: 0.98rem;
	border-bottom: 0.01rem solid #eee;
	line-height: 0.98rem;
}

.pslml_left {
	margin-right: 0.1rem;
	display: inline-block;
	width: 0.8rem;
	font-size: 0.26rem;
	color: #1f1f1f;
	vertical-align: middle;
}

.pslml_input {
	width: 5.7rem;
	border: 0;
	background: transparent;
	font-size: 0.26rem;
	vertical-align: middle;
}

.sex_label {
	position: relative;
	display: inline-block;
	padding-left: 0.46rem;
	background: url(../img/radio_nor.png) no-repeat left center;
	background-size: 0.36rem;
	font-size: 0.26rem;
	vertical-align: middle;
}

.sex_label input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.sex_label.on {
	background: url(../img/radio_on.png) no-repeat left center;
	background-size: 0.36rem;
}

.xg_click {
	float: right;
	display: block;
	font-size: 0.26rem;
	color: #cb0d1c;
}

.psl_msg_submit,
.psl_shdz_submit,
.zf_submit {
	margin: 0.4rem auto 1.2rem auto;
	display: block;
	width: 4rem;
	height: 0.8rem;
	border: 0;
	background: #cb0d1c;
	font-size: 0.28rem;
	color: #fff;
}

.psl_shdz_submit {
	margin-top: 0.5rem;
}

.tc_box.pwd .tc_content,
.tc_box.email .tc_content,
.tc_box.phone .tc_content {
	padding: 0.45rem;
}

.tc_change_line {
	height: 1rem;
	font-size: 0.28rem;
	border-bottom: 0.01rem solid #efefef;
	line-height: 1rem;
}

.tc_change_line input {
	width: 100%;
	border: 0;
}

.tc_change_line.notline {
	border: 0;
}

.psl_sel_top {
	position: fixed;
	top: 1.01rem;
	left: 50%;
	margin-left: -3.75rem;
	width: 7.5rem;
	height: 0.88rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	background: #cb0d1c;
	line-height: 0.88rem;
	z-index: 30;
}

.pslst_a {
	position: relative;
	margin-right: 0.19rem;
	display: inline-block;
	width: 1.63rem;
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
	vertical-align: top;
}

.pslst_a:hover {
	color: #fff;
}

.pslst_a:before {
	display: none;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0.08rem;
	margin-left: -0.3rem;
	width: 0.6rem;
	height: 0.02rem;
	background: #fff;
}

.pslst_a.pj:nth-of-type(4n) {
	margin-right: 0;
}

.pslst_a.wddd {
	margin-right: 0.25rem;
	width: 1.22rem;
}

.pslst_a.wddd:nth-of-type(5n) {
	margin-right: 0;
}

.pslst_a.yhq,
.pslst_a.xxtz {
	margin-right: 0.16rem;
	width: 2.25rem;
}

.pslst_a.yhq:nth-of-type(3n),
.pslst_a.xxtz:nth-of-type(3n) {
	margin-right: 0;
}

.pslst_a.on:before {
	display: block;
}

.psl_pjsd_box {
	margin-top: 0.2rem;
}

.pjsd_type {
	margin-bottom: 0.1rem;
	background: #fff;
}

.pjsd_type_top {
	position: relative;
	padding: 0.2rem;
	border-bottom: 0.01rem solid #eee;
}

.pjsdtt_img {
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	border: 0.01rem solid #eee;
	box-sizing: border-box;
	line-height: 0.78rem;
	vertical-align: top;
}

.pjsdtt_img img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.pjsdtt_right {
	margin-left: 0.16rem;
	display: inline-block;
	width: 6.1rem;
	vertical-align: top;
}

.pjsdttr_1 {
	font-size: 0.26rem;
	line-height: 0.38rem;
}

.pjsdttr_2 {
	margin-top: 0.1rem;
	font-size: 0.24rem;
	color: #999;
}

.pjsd_time {
	position: absolute;
	right: 0.2rem;
	bottom: 0.2rem;
	font-size: 0.22rem;
	color: #aaa;
}

.pjsd_type_content {
	padding: 0.25rem 0.2rem;
	font-size: 0.26rem;
	line-height: 0.36rem;
}

.pjsd_type_under {
	height: 0.9rem;
	padding: 0 0.2rem;
	line-height: 0.9rem;
	border-top: 0.01rem solid #eee;
}

.pjsd_heart_line {
	display: inline-block;
}

.pjsd_heart_line img {
	margin-right: 0.08rem;
	width: 0.22rem;
	vertical-align: middle;
}

.colaaa {
	color: #aaa;
}

.pjsd_delete {
	float: right;
	display: block;
	padding-left: 0.48rem;
	background: url(../img/cart_del.png) no-repeat left center;
	background-size: 0.38rem;
	font-size: 0.26rem;
	color: #999;
}

.pjsp_top {
	padding: 0.2rem 0.2rem 0.25rem 0.2rem;
	background: #fff;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.56rem;
}

.pjsp_box {
	margin-top: 0.1rem;
}

.pjsp_type {
	margin-bottom: 0.04rem;
	background: #fff;
}

.pjspt_top {
	height: 0.88rem;
	padding: 0 0.2rem;
	line-height: 0.88rem;
	border-bottom: 0.01rem solid #eee;
}

.pjspt_left {
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	border: 0.01rem solid #eee;
	box-sizing: border-box;
	line-height: 0.58rem;
	vertical-align: middle;
}

.pjspt_left img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.heart_label {
	margin-right: 0.3rem;
	display: inline-block;
	width: 0.34rem;
	height: 0.28rem;
	background: url(../img/heart_nor.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
	transition: all 0.15s;
}

.heart_label:last-of-type {
	margin-right: 0;
}

.heart_label.on {
	background: url(../img/heart_on.png) no-repeat;
	background-size: 100%;
}

.heart_label input {
	visibility: hidden;
}

.heart_pj {
	margin-left: 0.26rem;
	font-size: 0.28rem;
	color: #aaa;
	vertical-align: middle;
}

.pjspt_content {
	padding: 0.15rem 0.2rem;
}

.pjspt_textarea {
	width: 100%;
	height: auto;
	border: 0;
	background: transparent;
	font-size: 0.26rem;
	line-height: 0.36rem;
}

.sctp_img_ul {
	margin-top: 0.2rem;
}

.sctp_img_box {
	position: relative;
	margin: 0 0.1rem;
	margin-bottom: 0.2rem;
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	border: 0.01rem solid #eee;
	box-sizing: border-box;
	overflow: hidden;
	vertical-align: top;
	cursor: pointer;
}

.sctp_img_box:first-of-type {
	margin-left: 0;
}

.sctp_img_box img {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.remove_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 0.2rem;
	height: 0.2rem;
	background: #cb0d1c;
	font-size: 0.15rem;
	font-weight: bold;
	font-family: arial;
	color: #fff;
	line-height: 0.2rem;
	text-align: center;
	overflow: hidden;
	z-index: 20;
}

.sctp_img_box:last-of-type .remove_btn {
	display: none;
}

.tjxshdz_a {
	display: block;
	height: 0.8rem;
	background: #fff;
	font-size: 0.28rem;
	line-height: 0.8rem;
	text-align: center;
}

.tjxshdz_a img {
	margin-right: 0.03rem;
	width: 0.34rem;
	height: 0.34rem;
	vertical-align: middle;
}

.dingdan_select_box {
	margin-top: 0.1rem;
	padding: 0 0.2rem;
	background: #fff;
}

.dingdan_select_line {
	padding-right: 0.3rem;
	height: 0.9rem;
	font-size: 0.26rem;
	line-height: 0.9rem;
	background: url(../img/shdz_jt.png) no-repeat right center;
	background-size: 0.12rem;
}

.dingdan_select_line:first-of-type {
	border-bottom: 0.01rem solid #f5f5f5;
}

.dingdan_select_line.on {
	background: url(../img/shdz_jt_on.png) no-repeat right center;
	background-size: 0.22rem;
}

.dingdan_select_linebox {
	display: none;
	border-bottom: 0.01rem solid #f5f5f5;
}

.dingdan_select_line.on+.dingdan_select_linebox {
	display: block;
}

.dingdan_select_line2,
.dingdan_select_line3 {
	height: 0.9rem;
	font-size: 0.26rem;
	line-height: 0.9rem;
}

.radio_label {
	position: relative;
	display: inline-block;
	min-height: 0.36rem;
	padding-left: 0.45rem;
	background: url(../img/radio_nor.png) no-repeat left center;
	background-size: 0.36rem;
	vertical-align: middle;
}

.radio_label input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.radio_label.on {
	background: url(../img/radio_on.png) no-repeat left center;
	background-size: 0.36rem;
}

.dingdan_select_line2 .radio_label {
	margin-right: 1rem;
	line-height: 0.36rem;
}

.dingdan_select_line3 .radio_label {
	margin-right: 1rem;
	line-height: 0.36rem;
}

.dingdan_select_line3 .radio_label:last-of-type {
	margin-right: 0;
}

.dingdan_fp_line {
	display: none;
	height: 0.97rem;
	border-bottom: 0.01rem solid #e5e5e5;
	line-height: 0.97rem;
}

.dingdan_fp_title {
	margin-right: 0.2rem;
	display: inline-block;
	min-width: 1rem;
	color: #1f1f1f;
	font-size: 0.26rem;
}

.dingdan_fp_line input {
	width: 5rem;
	font-size: 0.26rem;
	border: 0;
}

.all_check {
	position: relative;
	display: inline-block;
	height: 100%;
	padding-left: 0.55rem;
	background: url(../img/radio_nor.png) no-repeat left center;
	background-size: 0.36rem;
	font-size: 0.28rem;
	line-height: 1rem;
}

.all_check input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.all_check.on {
	background: url(../img/radio_on.png) no-repeat left center;
	background-size: 0.36rem;
}

.lh100 {
	line-height: 1rem;
}

.cart_numline {
	display: inline-block;
	line-height: 0.36rem;
	vertical-align: middle;
}

.total_price {
	color: #cb0d1c;
}

.cart_submit {
	margin-left: 0.22rem;
	width: 2rem;
	height: 0.8rem;
	border: 0;
	background: #cb0d1c;
	font-size: 0.28rem;
	color: #fff;
	vertical-align: middle;
}

.qrdd_hj_line {
	display: inline-block;
	height: 1rem;
	font-size: 0.3rem;
	color: #999;
	line-height: 1rem;
}

.hj_price {
	color: #cb0d1c;
}

.qrdd_submit {
	float: right;
	margin-top: 0.1rem;
	width: 2rem;
	height: 0.8rem;
	border: 0;
	background: #cb0d1c;
	font-size: 0.28rem;
	color: #fff;
}

.shdz_box {
	position: relative;
	padding: 0.2rem;
	padding-bottom: 1rem;
	box-sizing: border-box;
}

.shdz_listbox {
	margin-bottom: 0.2rem;
}

.shdz_list {
	margin-bottom: 0.1rem;
	position: relative;
	padding: 0.23rem 0.2rem 0.26rem 0.2rem;
	background: #fff;
}

.shdz_name {
	padding-left: 0.43rem;
	background: url(../img/shdz_name.png) no-repeat left center;
	background-size: 0.22rem;
	font-size: 0.3rem;
}

.shdz_phone {
	margin-top: 0.33rem;
	padding-left: 0.43rem;
	background: url(../img/shdz_phone.png) no-repeat left 0.03rem center;
	background-size: 0.17rem;
	font-size: 0.24rem;
	color: #666;
}

.shdz_place {
	margin-top: 0.16rem;
	padding-left: 0.43rem;
	background: url(../img/shdz_place.png) no-repeat left 0.01rem top 0.05rem;
	background-size: 0.2rem;
	font-size: 0.24rem;
	color: #666;
	line-height: 0.36rem;
}

.shdz_label {
	position: absolute;
	top: 0.23rem;
	right: 0.2rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	padding: 0 0.18rem;
	background: #eee;
	font-size: 0.24rem;
	color: #aaa;
	line-height: 0.5rem;
	transition: all 0.15s;
}

.shdz_label:before {
	content: "设为默认";
}

.shdz_list.on .shdz_label {
	background: #2b7188;
	color: #fff;
}

.shdz_list.on .shdz_label:before {
	content: "默认";
}

.shdz_label input {
	position: absolute;
	top: 0.1rem;
	left: 0.1rem;
	visibility: hidden;
}

.add_address {
	position: absolute;
	left: 0.2rem;
	bottom: 0.2rem;
	display: block;
	width: 7.1rem;
	height: 0.8rem;
	background: #cb0d1c;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.8rem;
	text-align: center;
}

.add_address img {
	margin-right: 0.18rem;
	width: 0.5rem;
	vertical-align: middle;
}

.add_address:hover {
	color: #fff;
}

.writespace_box {
	padding-bottom: 1rem;
	margin-top: 1.21rem;
}

.writespace_input {
	padding: 0 0.25rem;
	background: #fff;
}

.writespace_inputs {
	width: 100%;
	height: 1rem;
	border-bottom: 0.01rem solid #efefef;
}

.writespace_inputs:last-of-type {
	border: 0;
}

.writespace_title {
	display: inline-block;
	width: 1.63rem;
	vertical-align: top;
	line-height: 1rem;
	font-size: 0.28rem;
}

.writespace_inputs input {
	width: 5.2rem;
	height: 0.99rem;
	font-size: 0.26rem;
	border: 0;
	vertical-align: top;
}

.writespace_inputs select {
	margin-right: 0.1rem;
	width: 1.69rem;
	height: 0.99rem;
	border: 0;
	background: rgba(255, 255, 255, 0) url(../img/shdz_jt.png) no-repeat right 0.1rem center;
	background-size: 0.12rem;
	font-size: 0.26rem;
	color: #999;
}

.whitespace_selectline {
	margin-top: 0.12rem;
	height: 1rem;
	padding: 0 0.2rem;
	background: #fff;
}

.space_default_span {
	font-size: 0.26rem;
	color: #bbb;
	line-height: 1rem;
}

.select_onoff {
	float: right;
	margin-top: 0.18rem;
	position: relative;
	display: block;
	width: 1.02rem;
	height: 0.62rem;
	border-radius: 0.62rem;
	box-sizing: border-box;
	border: 0.03rem solid #e5e5e5;
	transition: all 0.15s;
}

.select_onoff input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.select_btn {
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
	box-sizing: border-box;
	border: 0.01rem solid #e5e5e5;
	background: #fff;
	box-shadow: 0 0.08rem 0.05rem rgba(0, 0, 0, 0.1);
	transition: all 0.15s;
}

.select_onoff.on {
	background: #cb0d1c;
}

.select_onoff.on .select_btn {
	margin-left: 0.4rem;
}

.search_line {
	position: fixed;
	top: 1.89rem;
	left: 50%;
	margin-left: -3.75rem;
	width: 7.5rem;
	height: 1rem;
	padding: 0 0.2rem;
	background: #f7f7f7;
	line-height: 1rem;
}

.yhq_box {
	padding: 0.2rem;
	padding-bottom: 1.6rem;
}

.yhq_box .yhq_type {
	margin-right: 0.18rem;
	margin-bottom: 0.18rem;
	width: 3.46rem;
}

.yhq_box .yhq_type:nth-of-type(2n) {
	margin-right: 0;
}

.yhq_box .yhq_type .yhq_in {
	padding-top: 0.16rem;
}

.yhq_type.pass p {
	color: #ccc;
}

.xxtz_box {
	padding-top: 0.2rem;
	padding-bottom: 1.6rem;
}

.xxta_type {
	margin-bottom: 0.04rem;
	padding: 0.2rem;
	background: #fff;
}

.xxta_1 {
	position: relative;
	padding-left: 0.22rem;
	font-size: 0.28rem;
}

.xxta_1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.04rem;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #bfbfbf;
}

.xxta_type.on .xxta_1:before {
	background: #e60012;
}

.qrfk_box {
	padding: 0.5rem 0.5rem 0.5rem 0.42rem;
	background: #fff;
}

.qrfk_box img {
	margin: auto;
	display: block;
	width: 0.86rem;
}

.qrfk_msg {
	margin-top: 0.2rem;
	font-size: 0.26rem;
	color: #666;
	line-height: 0.44rem;
}

.qrfk_total {
	margin-top: 0.06rem;
	display: inline-block;
	font-size: 0.4rem;
	color: #cb0d1c;
	vertical-align: bottom;
}

.zffs_box {
	margin-top: 0.12rem;
	padding: 0 0.2rem;
	background: #fff;
}

.zffs_title {
	height: 0.8rem;
	border-bottom: 0.01rem solid #eee;
	font-size: 0.28rem;
	line-height: 0.8rem;
}

.zffs_content {
	padding: 0.22rem 0 0.23rem 0;
}

.zffs_label {
	margin-right: 0.9rem;
	margin-bottom: 0.2rem;
	position: relative;
	display: inline-block;
	height: 0.8rem;
	padding-left: 0.51rem;
	background: url(../img/radio_nor.png) no-repeat left center;
	background-size: 0.36rem;
	vertical-align: top;
}

.zffs_label:nth-of-type(2n - 1) {
	margin-right: 1.1rem;
}

.zffs_label.on {
	background: url(../img/radio_on.png) no-repeat left center;
	background-size: 0.36rem;
}

.zffs_label img {
	height: 0.8rem;
}

.zffs_label input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
.a_but{
    padding:0.06rem 0.3rem;
	border:1px  #666 solid;
	border-radius:20px;
	color:#666;
}
.news_content img{max-width:100% !important;}
