﻿@charset

utf-8;
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
	font-weight: 400;
}

html, body, fieldset, img, iframe, abbr {
	border: 0;
}

i, cite, em, var, address, dfn {
	font-style: normal;
}

[hidefocus], summary {
	outline: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}

sup, sub {
	font-size: 83%;
}

pre, code, kbd, samp {
	font-family: inherit;
}

q:before, q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label, summary {
	cursor: default;
}

a, button {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: 700;
}

del, ins, u, s, a,a:hover {
	text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
	font-family: "Microsoft YaHei",SimHei;
	color: #333;
	outline: 0;
}

body {
	background: #f5f5f5;
}

input {
	border: none;
}

a {
	color: #4b4b4b;
}

.fl {
	float: left;
}

.rg {
	float: right;
}

.widthauto {
	width: 100%;
	height: auto;
	overflow: auto;
}

.forteen {
	font-size: 14px;
}

.sixteen {
	font-size: 16px;
}

.eighteen {
	font-size: 18px;
}

.fourb {
	color: #4b4b4b;
}

.eifive {
	color: #858585;
}

.xhzw_cont {
	margin: 0 auto;
	max-width: 640px;
	padding-bottom: 70px;
	background: #fff;
}

.xhzw_head {
	background: #fff;
	padding: 1rem 2%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	line-height: 2.0rem;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.head_dress {
	width: 10%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	right: 2%;
	float: right;
	top: 1rem;
}

	.head_dress img {
		float: right;
		height: 2.5rem;
	}

.goback {
	float: left;
	width: 10%;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.5rem;
}

	.goback img {
		float: left;
		height: 2rem;
	}

.html_name {
	width: 80%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #4b4b4b;
	font-weight: normal;
}

.xhzw_banner {
	min-width: 320px;
	max-width: 960px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

	.xhzw_banner .swiper-slide {
		position: relative;
		float: left;
		background: none;
	}

	.xhzw_banner img {
		width: 100%;
	}

.news_banner {
	min-width: 320px;
	max-width: 960px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

	.news_banner .swiper-pagination {
		text-align: right;
	}

#banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	/*margin: 3% 0 0;*/
}

	#banner .swiper-slide {
		position: relative;
		text-align: center;
	}

	#banner img {
		max-width: 96%;
		display: block;
		border-radius: 10px;
		margin: 0 2%;
	}

	#banner h2 {
		text-align: center;
		font-size: 1em;
		height: 42px;
		line-height: 42px;
		color: #fafafa;
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		font-weight: 400;
		text-shadow: 1px 1px 1px #000;
		background-color: rgba(0,0,0,0);
		background: 0;
	}

	#banner .pagination {
		position: absolute;
		z-index: 20;
		bottom: 3px;
		text-align: center;
		right: 0;
	}

.swiper-container {
	width: 100%;
	overflow: auto;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.radius_box {
	width: 96%;
	margin: auto 2% 3%;
	height: auto;
	overflow: auto;
	border-radius: 15px;
}

.notice_line {
	width: 96%;
	overflow: auto;
	margin: 10px 2%;
	border-bottom: #f5f5f5 solid 1px;
	line-height: 1.5rem;
	position: relative;
	padding: 2%;
	background: #fff;
	;
	box-sizing: border-box;
	box-shadow: 2px 10px 10px #e3e3e3;
	border-radius: 5px;
}

	.notice_line img {
		float: left;
		height: 1.0rem;
		margin: 1% 1% 0 0;
	}

	.notice_line a {
		display: block;
		float: left;
		width: 85%;
		max-height: 1.5rem;
		overflow: hidden;
	}

.notice_more {
	position: absolute;
	right: 2%;
	width: auto;
	text-align: right;
	color: #25a8f5;
	font-size: 12px;
}

.four_butt {
	box-sizing: border-box;
	padding: 2% 2% 0;
}

	.four_butt dl {
		float: left;
		width: 20%;
		padding-bottom: 2%;
	}

		.four_butt dl dt, .four_butt dl dd {
			width: 100%;
			height: auto;
			overflow: auto;
			text-align: center;
		}

			.four_butt dl dt img {
				width: 60%;
			}

		.four_butt dl dd {
			line-height: 2.5rem;
			font-size: 14px;
			color: #4b4b4b;
			overflow: hidden;
		}

.gongxi {
}

	.gongxi li {
		width: 100%;
		height: auto;
		overflow: auto;
		line-height: 2rem;
		overflow: hidden;
		color: red;
	}

#hdemo {
	display: block;
	float: left;
	width: 85%;
	max-height: 1.5rem;
	overflow: hidden;
}

.hmgl_img {
	width: 100%;
	box-sizing: border-box;
	padding: 2%;
}

.hmgl_add {
	width: 100%;
}

.bussi_fuwu {
	box-sizing: border-box;
	padding: 3% 0%;
	width: 100%;
	height: auto;
	overflow: auto;
}

	.bussi_fuwu li {
		width: 23%;
		float: left;
		height: 16px;
		line-height: 16px;
		font-size: 14px;
		color: #666;
		text-align: right;
		padding-right: 2%;
	}

		.bussi_fuwu li img {
			float: right;
			height: 16px;
			margin-left: 5%;
		}

.xhzw_foot {
	width: 100%;
	height: 50px;
	background: #fff;
	border-top: #e3e3e3 solid 1px;
	position: fixed;
	z-index: 10;
	bottom: 0;
	padding: 10px 0 5px;
	max-width: 640px;
	box-sizing: content-box;
}

	.xhzw_foot dl {
		width: 20%;
		float: left;
	}

		.xhzw_foot dl dt {
			width: 100%;
			height: 30px;
			overflow: auto;
			text-align: center;
		}

			.xhzw_foot dl dt img {
				display: block;
				height: 22px;
				margin: 0 auto;
			}

		.xhzw_foot dl dd {
			line-height: 20px;
			font-size: 14px;
			color: #4b4b4b;
			text-align: center;
			width: 100%;
		}

			.xhzw_foot dl dd.cur {
				color: #fd5555;
			}

.news_img_box {
	position: relative;
}

.news_img {
	width: 100%;
	position: relative;
	z-index: 1;
}

	.news_img img {
		width: 100%;
	}

.news_txt {
	position: absolute;
	z-index: 100;
	bottom: 0;
	background: linear-gradient(to bottom,rgba(0,0,0,0.0),rgba(0,0,0,0.4));
	text-align: left;
	padding: 10% 2% 0;
	width: 100%;
	height: auto;
	overflow: auto;
	box-sizing: border-box;
}

	.news_txt a {
		display: block;
		width: 80%;
		float: left;
		overflow: hidden;
		max-height: 2.0rem;
		line-height: 2.0rem;
		font-size: 14px;
		color: #fff;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

.title {
	background: #fff;
}

	.title a:last-child {
		border-right: none;
	}

	.title a {
		float: left;
		width: 33.333333%;
		text-align: center;
		line-height: 3.5rem;
		font-size: 14px;
		color: #4b4b4b;
		border-bottom: #fff solid 2px;
		display: block;
		margin: 0 auto;
	}

		.title a.cur {
			font-weight: bold;
			color: #25a8f5;
			border-bottom: #25a8f5 solid 2px;
		}

		.title a.current {
			font-weight: bold;
			color: #fff;
			background: #fd5555;
		}

.soso_cont {
	background: #fff;
}

.jingzhun {
	width: 100%;
	height: auto;
	overflow: auto;
	background: #fff;
	box-sizing: border-box;
	padding: 2%;
}

.jing_txt {
	width: 100%;
	text-align: center;
	line-height: 2.0rem;
	color: #333;
	font-size: 14px;
}

.jing_input {
	text-align: center;
	width: 100%;
	height: 3.0rem;
	padding: 1rem 0;
}
	/*.jing_input input{ width:5%; background:#fff; border:#999 solid 1px; text-align:center; color:#000; line-height:2.5rem;}*/
	.jing_input input {
		width: 6%;
		background: #fff;
		border: 1px solid rgba(229,76,63,.2);
		text-align: center;
		color: #000;
		/*line-height: 2.5rem;*/
		padding: 0.2em 0em;
		height: 30px;
	}

.jing_so {
	width: 100%;
	text-align: center;
	padding: 0.5rem 0;
}

	.jing_so a {
		text-align: center;
		padding: 5px 10%;
		font-size: 14px;
		margin: 0 2%;
	}

	.jing_so button {
		text-align: center;
		padding: 5px 10%;
		font-size: 14px;
		margin: 0 2%;
	}

	.jing_so .cz {
		color: #333;
		border: #999 solid 1px;
		border-radius: 5px;
		background: #eee
	}

	.jing_so .ss {
		color: #fff;
		border: #b36568 solid 1px;
		border-radius: 5px;
		background: #e54c3f;
	}

.mohu_input {
	text-align: center;
	width: 100%;
	height: 3.0rem;
	padding: 1rem 0;
}

	.mohu_input input {
		width: 90%;
		background: #fff;
		border: #999 solid 1px;
		color: #000;
		display: block;
		margin: 0 auto;
		/*line-height:3.0rem;*/ border-radius: 5px;
		background: url(../images/sousuo.png) no-repeat left 0.2rem center;
		background-size: 1.5rem;
		box-sizing: border-box;
		padding-left: 2.0rem;
		font-size: 14px;
		color: #333;
		padding: 0.4em 2em;
	}

.numb_cont {
	width: 100%;
	height: auto;
	overflow: auto;
	box-sizing: border-box;
	background: #fff;
}

.numb_box {
	width: 50%;
	float: left;
	height: auto;
	overflow: auto;
	box-sizing: border-box;
	border-right: #e8e8e8 solid 1px;
	border-top: #e8e8e8 solid 1px;
	padding: 2%;
}

	.numb_box:nth-child(even) {
		border-right: none;
	}

.numb_top {
	width: 100%;
	line-height: 2rem;
	font-size: 16px;
	color: #333;
}

	.numb_top span {
		color: #d81e06;
	}

	.numb_top em {
		float: right;
		color: #f60;
		font-size: 14px;
	}

	.numb_top img {
		float: right;
		height: 1.8rem;
		margin-top: 0.35rem;
	}

.numb_bot {
	font-size: 12px;
	color: #7a7a7a;
	line-height: 1.0rem;
	padding-top: 1.0rem;
}

	.numb_bot span {
		color: #00960b;
		float: right;
	}

	.numb_bot em {
		float: right;
		color: #999;
		text-decoration: line-through;
		font-weight: normal;
	}
/*10种常见颜色*/
.font-red {
	color: #d82442
}

.font-green {
	color: #457932 !important
}

.font-blue {
	color: #18b4ed !important
}

.font-black {
	color: #333 !important
}

.font-white {
	color: #FFF !important
}

.font-zi {
	color: #F3C !important
}

.font-gray {
	color: #CCC !important
}

.font-yellow {
	color: #FF6 !important
}

.font-orange {
	color: #F60 !important
}

.phoneNumber {
	font-size: 1.6rem;
	margin-bottom: 3px;
	font-weight: bold;
	font-family: Arial;
}
/*靓号详情*/
.detail_head {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #e3e3e3;
	box-sizing: border-box;
	padding: 1rem;
	width: 96%;
	margin: 1.5rem 2%;
	height: auto;
	overflow: auto;
}

.detail_cont {
	border: #ccc dashed 1px;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 2%;
}

.dh_top {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 3.0rem;
}

	.dh_top span {
		color: #d81e06;
	}

	.dh_top a {
		float: right;
		color: #666;
		font-size: 14px;
		font-weight: normal;
	}

.dh_mid {
	font-size: 16px;
	color: #00960b;
	line-height: 4.0rem;
	font-weight: bold;
}

	.dh_mid span {
		color: #999;
		text-decoration: line-through;
		font-size: 14px;
		margin-left: 1rem;
		font-weight: normal;
	}

	.dh_mid img {
		float: right;
		height: 3.0rem;
		margin-top: 0.5rem;
		box-sizing: border-box;
	}

.dh_bot li {
	color: #999;
	font-size: 14px;
	line-height: 2.5rem;
}

	.dh_bot li span {
		color: #00960b;
		float: right;
	}

.dtext_cont {
	box-sizing: border-box;
	padding: 0 2%;
}

.dtext_one {
	color: #333;
}

	.dtext_one a {
		line-height: 2.5rem;
		color: #666;
	}

.dnum_copy {
	box-sizing: border-box;
	border: #3daf35 solid 2px;
	border-radius: 5px;
	line-height: 2.0rem;
	padding: 1.0rem 0 1rem 4.5rem;
	background: url(../images/jingji.png) no-repeat left center;
	background-size: 4rem;
	margin: 1rem 0;
}

	.dnum_copy span {
		float: left;
		width: 35%;
		color: #3daf35;
		font-weight: bold;
		font-size: 16px;
	}

	.dnum_copy b {
		float: left; /*width:45%;*/
		text-align: center;
		color: #333;
	}

	.dnum_copy em {
		float: right;
		width: 20%;
		text-align: center;
		color: #666;
		font-weight: normal;
	}

.dtext_two {
	line-height: 2.5rem;
	color: #333;
}

	.dtext_two a {
		color: #3daf35;
	}

.dtext_thr {
	background: #fef7db;
	box-sizing: border-box;
	padding: 1rem;
	margin: 1rem 0;
}

	.dtext_thr li {
		color: #7a7a7a;
		line-height: 2.5rem;
	}

		.dtext_thr li span {
			font-size: 18px;
			color: #3daf35;
		}

.detail_buy a {
	display: block;
	width: 100%;
	line-height: 4.5rem;
	text-align: center;
	color: #fff;
	background: #d81e06;
	border-radius: 5px;
	font-size: 16px;
}

.numb_cont h3 {
	box-sizing: border-box;
	padding: 0 2%;
	font-size: 16px;
	line-height: 4.0rem;
	color: #333;
}

.detail_img {
	width: 100%;
	box-sizing: border-box;
}

	.detail_img img {
		width: 100%;
	}

/*发现页面*/
.miao_box {
	box-sizing: border-box;
	padding: 0.5rem 2%;
	border-bottom: #e8e8e8 solid 1px;
}

	.miao_box:last-child {
		border-bottom: none;
	}

.miao_numb {
	float: left;
	width: 30%;
	font-size: 14px;
	color: #333;
	line-height: 2.0rem;
}

	.miao_numb span {
		color: #fd5555;
	}

	.miao_numb em {
		color: #00960b;
		font-weight: normal;
	}

.miao_adress {
	float: left;
	width: 25%;
	text-align: center;
	color: #666;
	font-size: 12px;
	line-height: 2.0rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.miao_jia {
	float: left;
	width: 25%;
	color: #fd5555;
	text-align: center;
}

.miao_aaa {
	float: left;
	width: 20%;
	height: 2.0rem;
}

	.miao_aaa span {
		display: block;
		width: 100%;
		text-align: center;
		background: #fd5555;
		color: #fff;
		line-height: 2.0rem;
		border-radius: 5px;
		font-size: 12px;
		height: 2.0rem;
	}

#outer {
	width: 450px;
	margin: 10px auto;
}

#tab {
	overflow: hidden;
	zoom: 1;
	background: #000;
	border: 1px solid #000;
}

	#tab li {
		float: left;
		color: #fff;
		height: 30px;
		cursor: pointer;
		line-height: 30px;
		list-style-type: none;
		padding: 0 20px;
	}

		#tab li.current {
			color: #000;
			background: #ccc;
		}

#content {
	border: 1px solid #000;
	border-top-width: 0;
}

	#content ul {
		line-height: 25px;
		display: none;
		margin: 0 30px;
		padding: 10px 0;
	}

/*联系客服*/
.q_fieldset {
	border-radius: 10px;
	border-top: #e8e8e8 solid 1px;
	box-sizing: border-box;
	width: 80%;
	height: auto;
	overflow: auto;
	box-sizing: border-box;
	line-height: 1.3rem;
	color: #4b4b4b;
	text-indent: 1rem;
	font-size: 14px;
	margin: 1rem auto 0;
}

	.q_fieldset legend {
		width: 35%;
		margin: 0 auto;
		line-height: 2.0rem;
		color: #4b4b4b;
		font-size: 16px;
		text-align: center;
	}

.call_ma {
}

	.call_ma dt {
		padding: 1rem 0;
	}

		.call_ma dt img {
			width: 35%;
			display: block;
			margin: 0 auto;
		}

	.call_ma dd {
		width: 100%;
		height: auto;
		overflow: auto;
		line-height: 2.0rem;
		padding: 0.5rem 0;
		font-size: 14px;
		text-align: center;
		color: #666;
	}

		.call_ma dd span {
			font-size: 16px;
			color: #333;
			font-weight: bold;
		}

		.call_ma dd a {
			display: block;
			width: 70%;
			margin: 0 auto;
			line-height: 3.0rem;
			color: #fff;
			font-size: 18px;
			padding: 0.5rem 0;
			background: linear-gradient(to right,#fc6341,#fd3854);
			border-radius: 100px;
		}

.process {
	border-bottom: #f5f5f5 solid 1rem;
	border-top: #e8e8e8 solid 1px;
	box-sizing: border-box;
	padding: 0.5rem 2%;
}

	.process h3 {
		line-height: 2.0rem;
		font-size: 14px;
		color: #333;
	}

.pro_cont {
	box-sizing: border-box;
	padding: 0.5rem 0;
	background: url(../images/line_bg.jpg) repeat-x top 2.5rem left 0;
	height: auto;
	overflow: auto;
}

	.pro_cont dl {
		width: 25%;
		float: left;
		height: auto;
		overflow: auto;
	}

		.pro_cont dl dt {
			width: 60%;
			background: #fff;
			text-align: center;
			margin: 0 20%;
		}

			.pro_cont dl dt img {
				height: 4rem;
			}

		.pro_cont dl dd {
			line-height: 2.0rem;
			color: #333;
			font-size: 14px;
			text-align: center;
		}
/*个人中心*/
.person_head {
	background: #fff;
	padding: 0.25rem 2%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	line-height: 2.0rem;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.p_goback {
	float: left;
	width: 10%;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.5rem;
}

	.p_goback img {
		float: left;
		height: 1.3rem;
		margin-top: 0.35rem;
	}

.four_cont {
	background: #fff;
	margin-bottom: 3%;
	box-sizing: border-box;
	padding: 0 2%;
}

	.four_cont h3 {
		font-size: 16px;
		color: #333;
		font-weight: normal;
		line-height: 2.0rem;
	}

		.four_cont h3 a {
			float: right;
			color: #666;
			background: url(../images/more.png) no-repeat right center;
			width: auto;
			box-sizing: border-box;
			padding-right: 1rem;
			background-size: 0.8rem;
			font-size: 14px;
		}

.four_box {
	padding: 0.5rem 0;
}

	.four_box dl {
		float: left;
		width: 25%;
		padding-bottom: 2%;
	}

		.four_box dl dt, .four_box dl dd {
			width: 100%;
			height: auto;
			overflow: auto;
			text-align: center;
		}

			.four_box dl dt img {
				width: 40%;
			}

		.four_box dl dd {
			font-size: 14px;
			color: #333;
			overflow: hidden;
			padding-top: 0.25rem;
		}

.ka_cont {
	box-sizing: border-box;
	padding: 0 2%;
	margin-bottom: 3%;
}

	.ka_cont h3 {
		font-size: 16px;
		color: #333;
		line-height: 2.0rem;
		background: url(../images/card.png) no-repeat left center;
		width: 100%;
		box-sizing: border-box;
		padding-left: 2rem;
		background-size: 1.5rem;
	}

		.ka_cont h3 span {
			padding: 0 1rem;
			color: #666;
			font-size: 14px;
			font-weight: normal;
		}

.ka_box {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0.5rem;
}

.ka_left {
	width: 120px;
	float: left;
	padding-right: 0.5rem;
}

	.ka_left img {
		width: 100%;
	}

.ka_right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

	.ka_right h4 {
		font-size: 16px;
		color: #333;
		line-height: 1.5rem;
	}

	.ka_right p {
		color: #666;
		font-size: 14px;
		line-height: 1.3rem;
	}

.ka_jia {
	color: #333;
}

	.ka_jia span {
		color: #fd5555;
	}

	.ka_jia em {
		display: block;
		width: 5rem;
		text-align: center;
		float: right;
		line-height: 1.5rem;
		font-size: 12px;
		color: #fff;
		background: #fd5555;
		border-radius: 100px;
		font-weight: normal;
	}

.list_box {
	background: #fff;
}

	.list_box .aui-flex {
		padding: 0.5rem 2%;
	}
		/*border-bottom:#e8e8e8 solid 1px;*/
		.list_box .aui-flex:last-child {
			border-bottom: none;
		}

/*我的订单*/
.order_box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #e3e3e3;
	box-sizing: border-box;
	padding: 0 1rem;
	width: 96%;
	margin: 1.0rem 2% 0;
	height: auto;
	overflow: auto;
}

.order_top {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 3.0rem;
}

	.order_top span {
		color: #d81e06;
	}

	.order_top em {
		float: right;
		color: #666;
		font-size: 14px;
		font-weight: normal;
	}

.order_mid {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	line-height: 3.0rem;
}

	.order_mid img {
		float: right;
		height: 3.0rem;
		margin-top: 0.5rem;
		box-sizing: border-box;
	}

.order_num {
	box-sizing: border-box;
	line-height: 2.0rem;
	font-size: 14px;
	color: #999;
	border-bottom: #f5f5f5 solid 1px;
	padding: 0.5rem 0;
	margin-bottom: 0.5rem;
}

	.order_num span {
		float: right;
	}

		.order_num span.dfk {
			color: #f00;
		}

		.order_num span.dfh {
			color: #25a8f5;
		}

		.order_num span.dsh {
			color: #00960b;
		}

.order_bot {
	box-sizing: border-box;
	line-height: 2.0rem;
	font-size: 14px;
	color: #fd5555;
	border-top: #f5f5f5 solid 1px;
	padding: 0.5rem 0;
	margin-top: 0.5rem;
}

	.order_bot a {
		float: right;
		width: auto;
		text-align: center;
		border-radius: 100px;
		font-size: 12px;
		line-height: 2.0rem;
		padding: 0 1rem;
		margin-left: 0.5rem;
		display: block;
	}

	.order_bot span {
		color: #999;
		text-decoration: line-through;
		padding-left: 0.5rem;
	}

	.order_bot a.pt {
		color: #666;
		border: #e3e3e3 solid 1px;
	}

	.order_bot a.fk {
		color: #fff;
		border: #fd5555 solid 1px;
		background: #fd5555;
	}

/*号码管理*/
.query_box {
	box-sizing: border-box;
	padding: 1rem 0;
}

.query_txt {
	text-align: center;
	line-height: 2.0rem;
	font-size: 14px;
	color: #666;
}

.query_input {
	box-sizing: border-box;
	padding: 1rem 10% 0.5rem;
}

	.query_input input {
		float: left;
		width: 70%;
		line-height: 2.0rem;
		box-sizing: border-box;
		padding: 0.5rem;
		font-size: 14px;
		color: #333;
		border: #fd5555 solid 1px;
	}

	.query_input a {
		float: left;
		width: 30%;
		line-height: 2.0rem;
		font-size: 14px;
		color: #fff;
		background: #fd5555;
		box-sizing: border-box;
		text-align: center;
		display: block;
		padding: 0.5rem 0;
		border: #fd5555 solid 1px;
	}

.all_choose {
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	box-sizing: border-box;
	border: #999 solid 1px;
	margin: 1.125rem auto;
	text-align: center;
}

.lower_cont {
	background: #fff;
}

.lower_box {
	box-sizing: border-box;
	padding: 1rem 0;
	border-bottom: #e8e8e8 solid 1px;
}

	.lower_box:last-child {
		border-bottom: none;
	}

.lower_choose {
	float: left;
	width: 10%;
}

	.lower_choose input {
		display: block;
		width: 1.75rem;
		height: 1.75rem;
		box-sizing: border-box;
		border: #999 solid 1px;
		margin: 0.125rem auto;
		text-align: center;
	}

.lower_numb {
	float: left;
	width: 30%;
	font-size: 14px;
	color: #333;
	line-height: 2.0rem;
}

	.lower_numb span {
		color: #fd5555;
	}

	.lower_numb em {
		color: #00960b;
		font-weight: normal;
	}

.lower_adress {
	float: left;
	width: 20%;
	text-align: center;
	color: #666;
	font-size: 12px;
	line-height: 2.0rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lower_jia {
	float: left;
	width: 20%;
	color: #fd5555;
	text-align: center;
}

	.lower_jia span {
		color: #333;
	}

.lower_aaa {
	float: left;
	width: 20%;
	height: 2.0rem;
	box-sizing: border-box;
	padding-right: 2%;
	text-align: center;
	color: #fd5555;
}

	.lower_aaa span {
		display: block;
		width: 100%;
		text-align: center;
		background: #fd5555;
		color: #fff;
		line-height: 2.0rem;
		border-radius: 5px;
		font-size: 12px;
		height: 2.0rem;
	}

/*活动操作*/
.ope_cont {
	background: #fff;
}

	.ope_cont ul {
		box-sizing: border-box;
	}

		.ope_cont ul li {
			width: 100%;
			height: auto;
			overflow: auto;
			line-height: 1.5rem;
			box-sizing: border-box;
			padding: 0.5rem 2%;
			border-top: #e8e8e8 solid 1px;
			font-size: 14px;
		}

			.ope_cont ul li span {
				color: #333;
			}

			.ope_cont ul li em {
				font-weight: normal;
				color: #00960b;
			}

			.ope_cont ul li b {
				font-weight: normal;
				color: #fd5555;
			}

.ope_foot {
	width: 100%;
	height: 50px;
	background: #fff;
	border-top: #e3e3e3 solid 1px;
	position: fixed;
	z-index: 10;
	bottom: 0;
	padding: 10px 0 5px;
	max-width: 640px;
	box-sizing: content-box;
}

	.ope_foot a {
		display: block;
		width: 96%;
		margin: 0 auto;
		line-height: 3.0rem;
		font-size: 14px;
		color: #fff;
		background: #fd5555;
		border-radius: 100px;
		text-align: center;
	}

/*客服设置*/
#tip {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}

	#tip .pack {
		width: 80%;
		min-height: 100px;
		margin: 0 auto;
		background: #FFF;
		margin-top: 30%;
		position: relative;
		overflow: hidden;
		padding-bottom: 60px;
	}

		#tip .pack img {
			margin: 70px auto 20px;
			display: block;
		}

		#tip .pack h1 {
			font-size: 14px;
			text-align: center;
			color: #666666;
			line-height: 36px;
			margin-top: 20px;
		}

		#tip .pack a {
			display: block;
			width: 100%;
			position: absolute;
			bottom: 0px;
			font-size: 16px;
			color: #c8161d;
			height: 40px;
			line-height: 40px;
			text-align: center;
			border-top: 1px solid #d6d6d6;
		}

/*账户迁移申请*/

.acc_head div {
	position: relative;
}

	.acc_head div .out_icon {
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.acc_head div h1 {
		line-height: 40px;
		font-size: 20px;
	}

.acc_apply ul li {
	width: 100%;
	display: block;
	font-size: 14px;
	/*height: 36px;*/
	line-height: 2.0rem;
	padding: 0.25rem 2%;
	box-sizing: border-box;
	border-top: 1px solid #e8e8e8;
}

	.acc_apply ul li input {
		border: 0;
		width: 60%;
	}

	.acc_apply ul li label {
		color: #323232;
	}

	.acc_apply ul li .acc_five {
		margin-right: 14px;
	}

	.acc_apply ul li .acc_four {
		margin-right: 28px;
	}

	/*上传照片*/
	.acc_apply ul li .acc_img {
		width: 100%;
		margin: 0 auto;
		/*margin-bottom: 60px;*/
	}

	.acc_apply ul li .acc_imgin {
		width: 50%;
		display: block;
		margin: 0 auto;
	}

.acc_sc {
	position: relative;
	height: 36px;
	margin: 10px 0;
}

	.acc_sc .ph08 {
		opacity: 0;
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		color: #999;
		height: 36px;
		width: 100%;
	}

	.acc_sc .acc_scicon {
		display: block;
		text-align: center;
		color: #999;
		background-color: #f7f7f7;
	}

.acc_img p {
	color: #fd5555;
	font-size: 14px;
}

.acc_img .ph09 {
	line-height: 1.2rem;
	font-size: 14px;
}

.acc_foot {
	width: 100%;
	height: 36px;
	max-width: 640px;
	position: fixed;
	bottom: 0;
	line-height: 36px;
}

	.acc_foot a {
		width: 50%;
		display: block;
		text-align: center;
	}

	.acc_foot .acc_cancel {
		color: #b2b2b2;
		background-color: #f7f7f7;
	}


	.acc_foot .acc_sure {
		color: #fff;
		background-color: #fd5555;
	}


/*英伦*/

.yingLun ul li {
	margin-top: -1px;
}

	.yingLun ul li img {
		width: 100%;
	}

.yingLun ul .yl_txt {
	background: url(../img/yl2_06.jpg) no-repeat center top;
	background-size: cover;
	padding: 10px 30px 50px 30px;
}

	.yingLun ul .yl_txt h2 img {
		width: 292px;
	}

	.yingLun ul .yl_txt ul li {
		padding-left: 30px;
		background: url(../img/ly_02.png) no-repeat left center;
		margin-top: 10px;
		font-size: 23px;
	}

	.yingLun ul .yl_txt ul .active {
		background: url(../img/ly_02_1.png) no-repeat left center;
	}

	.yingLun ul .yl_txt ul li span {
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		padding: 0 7px;
		border-radius: 50px;
		display: block;
	}

	.yingLun ul .yl_txt .ly_xx {
		margin: 0 auto;
		width: 553px;
		margin-top: 20px;
	}

		.yingLun ul .yl_txt .ly_xx .ly_ph {
			background: url(../img/ly_04.png) no-repeat left center;
			background-size: 100%;
			width: 345px;
			height: 57px;
			line-height: 57px;
			border: 0;
			padding-left: 10px;
			font-size: 24px;
		}

		.yingLun ul .yl_txt .ly_xx .btn_lq img {
			width: 152px;
			display: inline-block;
			height: 57px;
		}
/*弹出框增加*/
#tip .pack_yl {
	min-height: 200px;
	margin-top: 45%;
}

	#tip .pack_yl h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	#tip .pack_yl p {
		font-size: 24px;
		padding: 10px;
		padding-bottom: 80px;
	}

	#tip .pack_yl a {
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0px;
		font-size: 24px;
		color: #c8161d;
		height: 80px;
		line-height: 80px;
		text-align: center;
		border-top: 1px solid #d6d6d6;
	}

.header {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #b3b3b3;
	text-align: left;
	cursor: pointer;
	position: relative;
	background-color: #FFF;
}

.aui-flexView .hide {
	display: none
}


/*新增*/


.acc_login ul li .acc_input {
	border-bottom: 1px solid #d6d6d6;
}

.axc_yzm .axc_yzm01 {
	border: 0;
	border-right: 1px solid #d6d6d6;
	height: 36px;
	line-height: 36px;
	padding-left: 5%;
	display: block;
	width: 60%;
}

.axc_yzm .axc_yzm02 {
	border: 0;
	height: 36px;
	line-height: 36px;
	display: block;
	width: 34%;
	text-align: center;
	background-color: #fff;
	color: #c8161d;
}

.acc_login ul li .login_iconon01 {
	background-color: #d6d6d6;
	color: #323232;
}

/*投诉建议*/
.settled_name {
	background: #fff;
	border-top: #e8e8e8 solid 1px;
}

	.settled_name ul {
	}

		.settled_name ul li {
			width: 100%;
			height: 3.0rem;
			box-sizing: border-box;
			padding: 0.5rem 2%;
			line-height: 2.0rem;
			font-size: 14px;
		}

			.settled_name ul li span {
				width: 5rem;
				float: left;
			}

			.settled_name ul li .name {
				display: block;
				float: left;
				width: 60%;
				/*line-height: 2.0rem;*/
				padding: 0.5em 0.2em;
			}

			.settled_name ul li img {
				float: left;
				height: 2.0rem;
			}

	.settled_name .details_txt {
		font-weight: bold;
	}

.settled_jia {
	box-sizing: border-box;
	padding: 0 2%;
}

	.settled_jia dl {
		width: 6rem;
		padding: 2% 0;
	}

		.settled_jia dl dt {
			width: 6rem;
			height: 6rem;
			padding: 1rem 0;
			overflow: auto;
			box-sizing: border-box;
			border: #e3e3e3 dashed 1px;
			text-align: center;
		}

			.settled_jia dl dt img {
				width: 4rem;
				height: 4rem;
			}

		.settled_jia dl dd {
			width: 100%;
			height: auto;
			overflow: auto;
			padding: 0.5rem 0;
		}

			.settled_jia dl dd a {
				display: block;
				width: 100%;
				line-height: 2.0rem;
				color: #4b4b4b;
				text-align: center;
				font-size: 14px;
				box-sizing: border-box;
				border: #e3e3e3 solid 1px;
				border-radius: 5px;
			}

	.settled_jia textarea {
		width: 100%;
		height: auto;
		overflow: auto;
		background: #f5f5f5;
		border-radius: 5px;
		box-sizing: border-box;
		padding: 2%;
		font-size: 14px;
		line-height: 1.5rem;
		border: none;
		min-height: 5rem;
	}

.details_txt {
	font-size: 14px;
	color: #666;
	line-height: 1.5rem;
	box-sizing: border-box;
	padding: 2%;
}

.details_img {
}

	.details_img img {
		width: 100%;
	}

.details_ma {
	padding: 2% 0 5%;
}

	.details_ma dd {
		width: 100%;
		line-height: 2.0rem;
		font-size: 16px;
		color: #666;
		text-align: center;
	}

	.details_ma dt {
		text-align: center;
	}

		.details_ma dt img {
			width: 35%;
		}

	.details_ma dd span {
		color: #ee326c;
	}

	.details_ma dd a {
		display: block;
		width: 60%;
		padding: 0 5%;
		line-height: 2.0rem;
		border: #ee326c solid 1px;
		border-radius: 100px;
		text-align: center;
		margin: 0 auto;
		color: #ee326c;
	}

.ok_butt {
	width: 96%;
	height: auto;
	overflow: auto;
	line-height: 3.0rem;
	color: #fff;
	background: #fd5555;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	display: block;
	margin: 5% 2%;
}

/*升级会员*/
.up_cont {
	background: linear-gradient(to bottom,#f01414,#f66f37);
	padding: 5% 0 7rem;
}

.up_head {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.up_cont ul {
	box-sizing: border-box;
	padding: 2% 20%;
}

	.up_cont ul li {
		width: 32%;
		float: left;
		background: #fff;
		line-height: 1.5rem;
		font-size: 14px;
		color: #f01414;
		text-align: center;
		border-radius: 100px;
		margin-right: 2%;
	}

		.up_cont ul li:nth-child(3n) {
			margin-right: 0;
		}

.pri_cont {
	position: relative;
	top: -6.0rem;
	z-index: 2;
}

.privilege {
	box-sizing: border-box;
	padding: 0 2%;
	margin-bottom: 3%;
}

.pri_txt {
	background: #fff;
	border-radius: 15px;
}

	.pri_txt h1 {
	}

		.pri_txt h1 a {
			display: block;
			width: 50%;
			line-height: 2.0rem;
			background: linear-gradient(to right,#f01414,#f66f37);
			text-align: center;
			font-size: 16px;
			color: #fff;
			border-radius: 0 0 10px 10px;
			margin: 0 auto;
		}

	.pri_txt dl {
		padding: 2% 0;
	}

		.pri_txt dl dt {
			width: 30%;
			float: left;
		}

			.pri_txt dl dt img {
				width: 4rem;
				display: block;
				margin: 0 auto;
			}

		.pri_txt dl dd {
			float: left;
			width: 70%;
			color: #858585;
			font-size: 12px;
			line-height: 1.3rem;
			max-height: 2.6rem;
			overflow: hidden;
		}

			.pri_txt dl dd span {
				color: #4b4b4b;
				font-size: 14px;
				font-weight: bold;
			}

.pri_say {
	box-sizing: border-box;
	padding: 3%;
}

	.pri_say fieldset {
		border-radius: 10px;
		border: #e8e8e8 solid 1px;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		overflow: auto;
		box-sizing: border-box;
		padding: 2%;
		line-height: 1.3rem;
		color: #4b4b4b;
		text-indent: 1rem;
		font-size: 14px;
		margin-bottom: 3%;
	}

	.pri_say legend {
		width: 35%;
		margin: 0 5%;
		line-height: 2.0rem;
		color: #4b4b4b;
		font-weight: bold;
	}

		.pri_say legend img {
			height: 2.0rem;
			float: left;
		}

.certificate {
	box-sizing: border-box;
	padding: 0 2%;
}

	.certificate img {
		width: 100%;
		border-radius: 10px;
	}

.upgrade_cont {
	margin: 0 auto;
	max-width: 640px;
}

.pay_a {
	position: fixed;
	bottom: 0;
	height: 50px;
	box-sizing: border-box;
	padding: 0 2%;
	z-index: 3;
	max-width: 640px;
}

	.pay_a a {
		display: block;
		line-height: 40px;
		text-align: center;
		background: linear-gradient(to right,#f01414,#f66f37);
		font-weight: bold;
		font-size: 16px;
		border-radius: 100px;
		color: #fff;
	}

/*号单生成器*/
.webuploader-container {
	position: relative;
}

.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px,1px,1px,1px);
}

.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #00b7ee;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}

.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events: none;
}

.gene_chos {
	background: #fff;
}

	.gene_chos ul {
		box-sizing: border-box;
	}

		.gene_chos ul li {
			width: 100%;
			height: auto;
			overflow: auto;
			line-height: 2rem;
			box-sizing: border-box;
			padding: 1rem 2%;
			border-top: #e8e8e8 solid 1px;
			font-size: 14px;
		}

.gene_box {
	box-sizing: border-box;
	padding: 1rem 2%;
	background: #fff;
	border-top: #e8e8e8 solid 1px;
}

	.gene_box ul li {
		width: 100%;
		height: auto;
		overflow: auto;
		padding: 0.5rem 0;
	}

		.gene_box ul li input {
			width: 100%;
			color: #333;
			box-sizing: border-box;
			padding: 0.5rem;
			border: #e8e8e8 solid 1px;
			border-radius: 5px;
			line-height: 2.5rem;
			font-size: 14px;
		}

	.gene_box h3 {
		color: #333;
		font-size: 14px;
		line-height: 3rem;
	}

		.gene_box h3 span {
			color: #999;
			font-size: 12px;
			font-weight: normal;
		}

.gene_upimg {
	position: relative;
}

	.gene_upimg input {
		width: 8rem;
		height: 8rem;
	}

	.gene_upimg a {
		width: 8rem;
		height: 8rem;
		background: url(../images/plus.png) no-repeat center center #fff;
		box-sizing: border-box;
		border: #e8e8e8 solid 1px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background-size: 3rem;
	}

.gene_tarea {
	padding: 1rem 0 0;
}

	.gene_tarea textarea {
		width: 100%;
		height: auto;
		overflow: auto;
		box-sizing: border-box;
		padding: 0.5rem;
		font-size: 14px;
		color: #333;
		line-height: 2.0rem;
		border: #e8e8e8 solid 1px;
		border-radius: 5px;
		min-height: 15rem;
	}

#contact {
	font-size: 16px;
	color: #333;
	position: relative;
	height: auto;
	overflow: hidden
}

.phone {
	overflow: hidden;
	width: 100%;
	height: auto;
	overflow: auto;
	box-sizing: border-box;
	padding: 0.5rem 2%;
}

	.phone img {
		width: 100%;
		text-align: center
	}
/*toupiao*/
.sys_spec_img li {
	float: left;
	position: relative;
	width: 48%;
	height: auto;
	overflow: auto;
	margin-right: 2%;
	margin-bottom: 2%;
}

	.sys_spec_img li:nth-child(even) {
		margin-right: 0;
	}

	.sys_spec_img li a {
		float: left;
		background: #fff;
		display: inline-block;
		outline: none;
		width: 100%;
		position: relative;
		max-height: 10rem;
		overflow: hidden;
	}

		.sys_spec_img li a img {
			display: block;
			max-width: 100%;
		}

		.sys_spec_img li a:hover {
			padding: 0;
			text-decoration: none;
		}

	.sys_spec_img li i {
		position: absolute;
		width: 50px;
		height: 50px;
		font-size: 0;
		line-height: 0;
		right: 0;
		bottom: 0;
		background: url(../images/sys_item_selected.gif) no-repeat right bottom;
		z-index: 99;
		display: none;
	}

	.sys_spec_img li.selected a {
		padding: 0;
		position: relative;
		z-index: 0
	}

	.sys_spec_img li.selected i {
		display: block;
	}

.sys_spec_text li {
	float: left;
	height: 28px;
	position: relative;
	margin: 2px 6px 2px 0;
	outline: none;
}

	.sys_spec_text li a {
		height: 24px;
		padding: 1px 6px;
		background: #fff;
		display: inline-block;
		line-height: 24px;
	}

		.sys_spec_text li a:hover {
			padding: 0 5px;
			text-decoration: none;
		}

	.sys_spec_text li i {
		position: absolute;
		width: 10px;
		height: 10px;
		font-size: 0;
		line-height: 0;
		right: 2px;
		bottom: -2px;
		background: url(../images/sys_item_selected.gif) right bottom;
		z-index: 1000;
		display: none;
	}

	.sys_spec_text li.selected a {
		padding: 0 5px;
	}

	.sys_spec_text li.selected i {
		display: block;
	}

.sys_spec_img li span {
	position: absolute;
	z-index: 1000;
	bottom: -2px;
	left: 2px;
	display: block;
	background-color: #e4393c;
	color: #fff;
	padding: 1% 2%;
	font-size: 14px;
	float: left
}

.gene_foot {
	width: 100%;
	height: 50px;
	background: #fff;
	border-top: #e3e3e3 solid 1px;
	position: fixed;
	z-index: 10;
	bottom: 0;
	padding: 10px 0 5px;
	max-width: 640px;
	box-sizing: content-box;
}

	.gene_foot a {
		display: block;
		width: 96%;
		margin: 0 auto;
		line-height: 4.0rem;
		font-size: 14px;
		color: #fff;
		background: #fd5555;
		border-radius: 100px;
		text-align: center;
	}

/*收货地址管理*/
.list_cont {
	box-sizing: border-box;
}

	.list_cont ul {
		background: #fff;
		margin-top: 0.5rem;
		box-sizing: border-box;
		padding: 0 0.5rem 0.5rem;
	}

		.list_cont ul li {
			width: 100%;
			height: auto;
			overflow: auto;
			line-height: 1.5rem;
			font-size: 14px;
			color: #333;
			padding: 0.25rem 0 0;
		}

			.list_cont ul li span {
				color: #666;
			}

			.list_cont ul li .delete {
				color: #666;
				background: url(../images/delete.png) no-repeat left center;
				box-sizing: border-box;
				padding-left: 1.25rem;
				background-size: 1rem;
				margin-left: 0.5rem;
			}

			.list_cont ul li .edit {
				color: #666;
				background: url(../images/edit.png) no-repeat left center;
				box-sizing: border-box;
				padding-left: 1.25rem;
				background-size: 1rem;
				margin-left: 0.5rem;
			}

			.list_cont ul li .auto {
				color: #666;
			}

				.list_cont ul li .auto span {
					color: #fd5555;
				}

			.list_cont ul li:last-child {
				border-top: #f5f5f5 solid 1px;
				margin-top: 0.25rem;
			}

.adre_zanwu {
	box-sizing: border-box;
	padding: 2rem 0;
}

	.adre_zanwu dl {
	}

		.adre_zanwu dl dt, .adre_zanwu dl dd {
			width: 100%;
			height: auto;
			overflow: auto;
			text-align: center;
		}

			.adre_zanwu dl dt img {
				width: 20%;
			}

		.adre_zanwu dl dd {
			line-height: 2.0rem;
			color: #999;
			font-size: 14px;
		}

.adre_foot {
	width: 100%;
	height: 3.0rem;
	background: #fff;
	border-top: #e3e3e3 solid 1px;
	position: fixed;
	z-index: 10;
	bottom: 0;
	max-width: 640px;
	box-sizing: content-box;
}

	.adre_foot a {
		display: block;
		width: 100%;
		line-height: 3.0rem;
		font-size: 16px;
		color: #fff;
		background: #fd5555;
		text-align: center;
	}

.addre_box {
	background: #fff;
}

	.addre_box ul {
		box-sizing: border-box;
		padding: 0 2%;
	}

		.addre_box ul li {
			width: 100%;
			height: auto;
			overflow: auto;
			font-size: 14px;
			height: 45px;
			padding: 5px 0;
			box-sizing: border-box;
			line-height: 30px;
			border-top: #e8e8e8 solid 1px;
		}

			.addre_box ul li span {
				float: left;
				width: 20%;
			}

			.addre_box ul li input {
				float: left;
				width: 80%;
				box-sizing: border-box;
				/*line-height: 30px;*/
				padding: 0.5em;
				font-size: 14px;
			}

.addre_head {
	background: #fff;
	padding: 5px 2%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.addre_goback {
	float: left;
	width: 10%;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.5rem;
}

	.addre_goback img {
		float: left;
		height: 20px;
		margin-top: 5px;
	}

.addre_box ul li em {
	color: #fd5555;
	font-weight: normal;
}

.addre_box ul li .fuxuan {
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 7px;
}

.addre_box ul li .cell-input {
	cursor: pointer;
	background: url(../images/click.png) no-repeat right center;
	background-size: 8px;
}

.ok_addre {
	width: 96%;
	height: auto;
	overflow: auto;
	line-height: 50px;
	color: #fff;
	background: #fd5555;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	display: block;
	margin: 5% 2%;
}

/*确认订单*/
.order_adr {
	background: url(../images/adress_bg.png) repeat-x bottom #fff;
	background-size: 20px;
	border-top: #e8e8e8 solid 1px;
}

	.order_adr a {
		display: block;
		width: 100%;
		overflow: auto;
		font-size: 14px;
		height: 50px;
	}

		.order_adr a span {
			display: block;
			width: 40%;
			margin: 0 auto;
			box-sizing: border-box;
			line-height: 40px;
			background: url(../images/add.png) no-repeat left center;
			background-size: 20px;
			text-align: center;
		}

.adre_chose {
	box-sizing: border-box;
	padding-left: 10%;
	border-top: #e8e8e8 solid 1px;
	background: url(../images/adress.png) no-repeat left 2% center #fff;
	background-size: 30px;
}

	.adre_chose ul {
		box-sizing: border-box;
		padding: 0 20px 10px 10px;
		background: url(../images/click.png) no-repeat right 10px center;
		background-size: 10px;
	}

		.adre_chose ul li {
			width: 100%;
			height: auto;
			overflow: auto;
			line-height: 20px;
			font-size: 14px;
			color: #333;
			padding: 5px 0 0;
		}

			.adre_chose ul li span {
				color: #666;
			}

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=88);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 10%;
	width: 80%;
	height: auto;
	z-index: 100;
	overflow: auto;
}

.tip_adre {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0 2%;
}

	.tip_adre h3 {
		line-height: 30px;
		font-size: 14px;
		color: #fd5555;
		width: 100%;
		height: auto;
		overflow: auto;
		box-sizing: border-box;
		padding: 0 2%;
		text-align: center;
	}

.white_content h4 {
	text-align: center;
	padding: 10px 0 0;
}

	.white_content h4 img {
		width: 30px;
	}

.tip_adre .addre_box ul li span {
	width: 30%;
}

.tip_adre .addre_box ul li input {
	width: 70%;
}

.tip_adre .addre_box ul li .fuxuan {
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 7px;
}

.tip_adre .ok_addre {
	width: 96%;
	height: auto;
	overflow: auto;
	line-height: 40px;
	color: #fff;
	background: #fd5555;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	display: block;
	margin: 5% 2%;
}

.order_goods {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #e3e3e3;
	box-sizing: border-box;
	padding: 0 2%;
	width: 100%;
	margin: 10px 0 0;
	height: auto;
	overflow: auto;
}

.goods_mid {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}

	.goods_mid img {
		float: right;
		height: 30px;
		margin-top: 5px;
		box-sizing: border-box;
	}

.goods_num {
	box-sizing: border-box;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	border-bottom: #f5f5f5 solid 1px;
	margin-bottom: 5px;
}

	.goods_num span {
		float: right;
	}

		.goods_num span.dfk {
			color: #f00;
		}

		.goods_num span.dfh {
			color: #25a8f5;
		}

		.goods_num span.dsh {
			color: #00960b;
		}

.goods_top {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}

	.goods_top span {
		color: #d81e06;
	}

	.goods_top em {
		float: right;
		color: #666;
		font-size: 14px;
		font-weight: normal;
	}

.goods_bot {
	box-sizing: border-box;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border-top: #f5f5f5 solid 1px;
	margin-top: 5px;
	text-align: right;
}

	.goods_bot span {
		color: #fd5555;
	}

.message {
	background: #fff;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px 2%;
	margin-top: 10px;
}

	.message span {
		float: left;
		width: 20%;
		font-size: 14px;
		color: #666;
		line-height: 50px;
	}

	.message textarea {
		width: 80%;
		float: left;
		min-height: 50px;
		box-sizing: border-box;
		line-height: 20px;
		font-size: 14px;
		color: #333;
		border-radius: 5px;
		box-sizing: border-box;
		padding: 1%;
		background: #f5f5f5;
		border: none;
	}

.subtotal {
	background: #fff;
	box-sizing: border-box;
	padding: 0 2%;
}

	.subtotal li {
		width: 100%;
		height: auto;
		overflow: auto;
		line-height: 40px;
		font-size: 14px;
		color: #666;
	}

		.subtotal li span {
			float: right;
			color: #333;
		}

		.subtotal li:first-child {
			border-bottom: #e8e8e8 solid 1px;
		}

.order_foot {
	width: 100%;
	height: 40px;
	background: #fff;
	border-top: #e3e3e3 solid 1px;
	position: fixed;
	z-index: 10;
	bottom: 0;
	max-width: 640px;
	text-align: right;
	color: #333;
	font-size: 14px;
	line-height: 40px;
}

	.order_foot a {
		width: 30%;
		background: #fd5555;
		color: #fff;
		text-align: center;
		float: right;
	}

	.order_foot span {
		color: #fd5555;
		float: right;
		padding-right: 2%;
	}

/*邀请好友*/
.invi_cont {
	border-top: #e8e8e8 solid 1px;
	box-sizing: border-box;
	padding: 2rem 0 0;
}

.yq_explain {
	position: absolute;
	right: 2%;
	font-size: 14px;
}

	.yq_explain a {
		font-weight: normal;
		color: #fd5555;
	}

.invi_foot {
	width: 100%;
	height: 40px;
	background: #fff;
	border-top: #e3e3e3 solid 1px;
	position: fixed;
	z-index: 10;
	bottom: 0;
	max-width: 640px;
	text-align: right;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	padding: 5px 0;
}

	.invi_foot a {
		display: block;
		float: left;
		width: 40%;
		line-height: 2.5rem;
		background: #fd5555;
		text-align: center;
		border-radius: 100px;
		margin: 0 5%;
		font-size: 14px;
		color: #fff;
	}

.tip_adre p {
	font-size: 12px;
	color: #666;
	line-height: 1.5rem;
}

/*首页10个按钮滑动*/
.register {
	float: right;
	font-size: 14px;
	color: #fd5555;
}

.hide {
	display: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}


/*我的分销*/
.widthauto {
    width: 100%;
    height: auto;
    overflow: auto;
}

.bgb {
    background: #fff;
}

.dis_head {
    background: #fff;
    box-sizing: border-box;
    padding: 3% 2%;
    margin-bottom: 5%;
    position: relative;
    border-top: #f5f5f5 solid 1px;
}

    .dis_head dl {
        float: left;
    }

        .dis_head dl dt {
            width: 50px;
            height: 50px;
            float: left;
            margin-right: 2%;
        }

            .dis_head dl dt img {
                width: 50px;
                height: 50px;
                display: block;
                border-radius: 200px;
            }

        .dis_head dl dd {
            display: flex;
            line-height: 50px;
            width: auto;
            color: #000;
            font-size: 14px;
        }

    .dis_head .record {
        position: absolute;
        width: 30%;
        border: #f66f37 solid 1px;
        border-radius: 5px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        right: 2%;
        top: 8%;
    }

        .dis_head .record a {
            color: #f01414;
        }

    .dis_head ul {
        padding: 3% 0;
    }

        .dis_head ul li {
            float: left;
            width: 25%;
            height: auto;
            overflow: auto;
            line-height: 25px;
            font-size: 14px;
            color: #151515;
            text-align: center;
        }

            .dis_head ul li span {
                color: #fc8a2a;
            }

            .dis_head ul li b {
                color: #ff3c19;
                font-weight: normal;
            }

            .dis_head ul li em {
                color: #c3c3c3;
                font-style: normal;
                font-weight: normal;
            }

.withdraw {
    background: linear-gradient(to bottom,#f01414,#f66f37);
    border-radius: 5px;
    padding: 5% 0 5% 2%;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 3%;
}

.num_in {
    float: left;
    width: 35%;
    line-height: 35px;
}

    .num_in input {
        width: 100%;
        height: 35px;
        line-height: 35px;
        box-sizing: border-box;
        padding: 2% 3%;
        border: none;
        border-radius: 5px;
        color: #666;
        background: #fff;
        text-align: center;
    }

.withdraw .all {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 35px;
}

    .withdraw .all a {
        color: #fff;
    }

.withdraw .wechat {
    float: right;
    width: 40%;
    background: #fff;
    height: 35px;
    border-radius: 100px 0 0 100px;
    box-sizing: border-box;
    padding: 0 2%;
    line-height: 35px;
    text-align: center;
}

    .withdraw .wechat a {
        color: #3cb035;
    }

.record_box {
    border-top: #f5f5f5 solid 1px;
}

    .record_box ul {
        width: 100%;
        height: auto;
        overflow: auto;
        border-bottom: #f5f5f5 solid 1px;
    }

        .record_box ul li {
            width: 50%;
            float: left;
            line-height: 2.5rem;
            font-size: 14px;
            color: #666;
            text-align: center;
        }

            .record_box ul li b {
                color: #000;
            }

            .record_box ul li:first-child {
                box-sizing: border-box;
                border-right: #f5f5f5 solid 1px;
            }


.beian {
	width: 100%;
	height: 50px;
	overflow: auto;
	padding: 5px 0;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	background: #f5f5f5;
}

	.beian img {
		margin: 0 1%;
		vertical-align: middle;
		width: 1.2rem;
	}

	.beian a {
		color: #999;
	}