
@media screen and (max-width:1080px) {
	.container {
		font-size: 7px;
	}
} /*閫氱敤*/
.flex {
	display: flex;
}

.flex-x-left {
	justify-content: flex-start;
	display: flex;
}

.flex-x-right {
	justify-content: flex-end;
	display: flex;
}

.flex-x-center {
	justify-content: center;
	display: flex;
}

.flex-x-between {
	justify-content: space-between;
	display: flex;
}

.flex-x-space-around {
	justify-content: space-around;
	display: flex;
}

.flex-y-left {
	align-items: flex-start;
	display: flex;
}

.flex-y-right {
	align-items: flex-end;
	display: flex;
}

.flex-y-center {
	align-items: center;
	display: flex;
}

.flex-y-between {
	align-items: baseline;
	display: flex;
}

.flex-y-space-around {
	align-items: stretch;
	display: flex;
}

.flex-warp {
	display: flex;
	flex-wrap: wrap;
}

.auto {
	margin-left: auto;
	margin-right: auto;
}

input[type=text] {
	border: none;
	outline: 0;
	-webkit-appearance: none;
}

.content {
	width: 100%;
	max-width: 768px;
	padding: 0 0.625rem;
	box-sizing: border-box;
}

/*棣栭〉*/
.banner {
	width: 100%;
	position: relative;
}

/*浠嬬粛*/
.content {
	width: 100%;
	max-width: 750px;
	padding: 0 0.625rem;
	box-sizing: border-box;
}

.auto {
	margin-left: auto;
	margin-right: auto;
}

.introduce {
	margin: -1.25rem auto 0;
	padding: 0.625rem 0 0.3125rem 0;
	border-radius: 0.5rem;
	background: white;
	box-shadow: #d8d8d8 0 4px 10px;
	position: relative;
	z-index: 1000;
}

.introduce-c {
	width: 33.3%;
}

.introduce-c>strong, .introduce-c>i {
	width: 100%;
	text-align: center;
}

.introduce-c>img, .introduce-c>strong, .introduce-c>i {
	display: block;
}

.introduce-c>img {
	width: 3.2rem;
	max-width: 120px;
	margin-bottom: 0.26rem;
}

.introduce-c>strong {
	font-size: 0.765rem;
	margin-bottom: 0.13rem;
}

.introduce-c>i {
	font-size: 0.64rem;
	color: #999;
}
/*璧勮垂濂楅*/
.package {
	margin: 1.875rem auto 0.9375rem;
}

.title {
	margin: 0 auto 1.25rem;
	width: 80%;
	border-bottom: 1px solid #5a70f5;
	position: relative;
}

.title>span {
	padding: 0 0.9375rem;
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	background: white;
	position: absolute;
	bottom: -0.625rem;
	color: #5a70f5;
	font-size: 0.75rem;
}
/*琛ㄦ牸*/
.cx_bg {
	width: 100%;
}

table.hovertable {
	border-collapse: collapse;
	border-color: #eeeeee;
	border-width: 1px;
	color: #676767;
	font-family: verdana, arial, sans-serif;
}

.cx_f {
	color: #FFF;
}

table.hovertable th {
	background-color: #5a70f5;
	border-color: #5a70f5;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.64rem;
	line-height: 1.6rem;
}

table.hovertable {
	border-collapse: collapse;
	border-color: #dbdbdb;
	border-width: 1px;
	color: #676767;
	font-family: verdana, arial, sans-serif;
}

table.hovertable td {
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.64rem;
	line-height: 0.96rem;
	padding: 0.26rem 0;
}

/*娓╅Θ鎻愮ず*/
.s-h {
	height: 10rem;
	overflow: hidden;
}

.prompt {
	position: relative;
	padding: 0.625rem 0 3.125rem 0;
}

.prompt-p>strong {
	line-height: 0.92rem;
	margin-bottom: 0.26rem;
	font-size: 0.64rem;
}

.prompt-p>strong, .prompt-p>i {
	display: block;
}

.prompt-p>i {
	line-height: 0.92rem;
	margin-bottom: 0.52rem;
	font-size: 0.64rem;
}

.more {
	width: 100%;
	height: 3.2rem;
	background-image: linear-gradient(rgba(255, 255, 255, 0), white, white);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.more>span {
	padding: 0 10px;
	height: 0.92rem;
	line-height: 0.92rem;
	color: #5a70f5;
	font-size: 0.64rem;
	border-bottom: 1px solid #5a70f5;
	cursor: pointer;
}

.mask-cc {
	display: none;
	width: 90%;
	max-width: 700px;
	height: 23rem;
	max-height: 800px;
	overflow-y: auto;
	border-radius: 8px 8px 0 0;
	background: white;
	padding: 0 0.625rem 0 0.625rem;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.mask-cc>.box-title {
	padding: 0.625rem;
	height: 3.125rem;
	max-height: 100px;
}

.mask-cc>.off {
	top: 0.9375rem
}

.mask-tab {
	margin: auto;
	width: 80%;
}

.mask-tab-c {
	width: 50%;
	padding: 0.625rem 0;
}

.mask-tab-c>input[type=radio] {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	-webkit-appearance: none;
	background: white;
	border: 1px solid #dedede;
	width: 1.25rem;
	max-width: 40px;
	height: 1.25rem;
	max-height: 40px;
	border-radius: 200px;
	margin-right: 10px;
	cursor: pointer;
}

.mask-tab-c>input[type=radio]:checked {
	border-color: #5a70f5;
	background: url("../images/r-true.png") no-repeat center center;
	background-size: 60% 60%;
}

.mask-tab-c>label {
	cursor: pointer;
}

.mask-tab-c>label.act {
	color: #5a70f5;
}

.mask-search {
	display: block;
	position: relative;
}

.mask-search>input[type=button], .mask-search>input[type=reset] {
	width: 1rem;
	max-width: 32px;
	height: 1.875rem;
	max-height: 60px;
	border: none;
	position: absolute;
	top: 0;
}

.mask-search>input[type=button] {
	left: 0;
	background: url("../images/s-btn.png") no-repeat center center;
	background-size: 1rem 1rem;
}

.mask-search>input[type=reset] {
	right: 10px;
	background: url("../images/s-remove.png") no-repeat center center;
	background-size: 1rem 1rem;
}

.mask-search>input[type=search] {
	box-sizing: border-box;
	padding: 0 5% 0 10%;
	width: 100%;
	height: 1.875rem;
	max-height: 60px;
	border-radius: 200px;
	background: #f2f6f9;
	border: none;
}

/* 鏀粯鎴愬姛寮圭獥 */
.mask2 {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}

.success {
	display: none;
	width: 12rem;
	max-width: 600px;
	background: white;
	border-radius: 8px;
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
}

.success>img {
	width: 3.8rem;
	max-width: 200px;
	height: 3.8rem;
	max-height: 200px;
}

.success>strong {
	display: block;
	text-align: center;
	color: #5a70f5;
}

.success-btn {
	width: 100%;
	border-top: 1px solid #dedede;
	height: 2.8rem;
	max-height: 200px;
	display: flex;
	align-items: center;
}

.success-btn>a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.6rem;
	max-width: 190px;
	height: 1.4rem;
	max-height: 60px;
	border: 1px solid #5a70f5;
	border-radius: 400px;
	text-align: center;
	cursor: pointer;
}

.success-btn>a.re {
	background: white;
	color: #5a70f5;
}

.success-btn>a.en {
	background: #5a70f5;
	color: white;
}
/* 鏀粯寮圭獥end */
.results {
	margin-top: 0.35rem;
	width: 100%;
	height: 10rem;
	max-height: 320px;
}

.results>img {
	margin: 0 auto 1.25rem;
	display: block;
	width: 7.8125rem;
	max-width: 250px;
	height: 7.8125rem;
	max-height: 250px;
}

.results>i {
	display: block;
	width: 100%;
	text-align: center;
}

.mask-search-c>span {
	margin: 2.875rem auto 0.625rem;
	width: 100%;
	height: 1.875rem;
	max-height: 60px;
	border-radius: 200px;
	background: #5a70f5;
	color: white;
	cursor: pointer;
}

.s_h_c {
	display: none;
}

.s_h_c:first-child {
	display: block;
}

.mask-search-c>ul {
	display: block;
	width: 100%;
	height: 12.5rem;
	max-height: 400px;
	overflow-y: auto;
}

.mask-search-c>ul::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.mask-search-c>ul>li {
	box-sizing: border-box;
	padding: 0 10px;
	height: 2.5rem;
	max-height: 80px;
	line-height: 2.5rem;
	border-bottom: 1px solid #dedede;
	cursor: pointer;
}

.mask-search-c>ul>li.act {
	color: #5a70f5;
}

.ha {
	height: 0.25rem;
	background: #f2f6f9;
}

.hb {
	height: 0.5rem;
	background: #f2f6f9;
}

/*搴曢儴*/
.footer {
	margin: auto;
	width: 100%;
	max-width: 768px;
	height: 3.2rem;
	max-height: 120px;
	background: white;
	border-top: 1px solid #eee;
	padding: 0 0.625rem;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.footer-l {
	width: 40%;
	height: 100%;
}

.footer-l>a {
	width: 40%;
	padding: 0.3125rem 0;
	flex-direction: column;
}

.footer-l>a>img {
	margin: auto;
	display: block;
	width: 50%;
	max-width: 52px;
	max-height: 51px;
}

.footer-l>a>i {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.64rem;
}

.footer-r {
	width: 60%;
	height: 100%;
	box-sizing: border-box;
	padding: 0.625rem 0;
}

.footer-r>span {
	width: 100%;
	height: 100%;
	border-radius: 400px;
	background: #5a70f5;
	color: white;
	font-size: 0.906rem;
	cursor: pointer;
}

.footer-a {
	height: 100%;
	box-sizing: border-box;
	padding: 0.625rem 0;
}

.footer-a>a.prev {
	color: #5a70f5;
	background: white;
}

.footer-a>a {
	width: 47%;
	height: 100%;
	border-radius: 200px;
	border: 1px solid #5a70f5;
	font-size: 0.906rem;
}

.footer-a>a.next {
	color: white;
	background: #5a70f5;
}

/*閬僵*/
.mask {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

.mask-c {
	display: none;
	width: 100%;
	max-width: 750px;
	max-height: 930px;
	overflow-y: auto;
	border-radius: 8px 8px 0 0;
	background: white;
	padding: 1.25rem 0.625rem 0 0.625rem;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.off {
	display: inline-block;
	width: 1.25rem;
	max-width: 40px;
	height: 1.25rem;
	max-height: 40px;
	background: url(../images/off.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
}

.mask-c-t {
	padding-bottom: 0.625rem;
	border-bottom: 1px solid #eee;
}

.mask-c-t-l {
	width: 35%;
}

.mask-c-t-l>img {
	display: block;
	width: 100%;
}

.mask-c-t-r {
	width: 60%;
}

.mask-c-t-r>strong {
	margin: 0.625rem 0;
	display: block;
	color: #5a70f5;
	font-size: 0.92rem;
}

.bt {
	padding: 0 0.4rem;
	height: 0.746rem;
	max-height: 28px;
	line-height: 0.746rem;
	background: url(../images/mask-title.png) no-repeat left center;
	background-size: 0.133rem 0.746rem;
	margin-top: 0.8rem;
	font-size: 0.746rem;
}
/* 閫夋嫨鍩庡競 */
.mask-radio {
	margin-top: 0.8rem
}

.mask-radio-c {
	min-width: 20%;
	height: 1.25rem;
	max-height: 40px;
	margin: 0 5% 0.625rem 0;
	position: relative;
}

.mask-radio-c>label {
	width: 100%;
	height: 1.25rem;
	max-height: 40px;
	line-height: 1.25rem;
	background: #f5f5f5;
	color: #333333;
	text-align: center;
	border-radius: 100px;
}

.mask-radio-c>input {
	opacity: 0;
}

.mask-radio-c>label, .mask-radio-c>input {
	position: absolute;
	left: 0;
	top: 0;
}

.mask-radio-c>label.act {
	background: #5a70f5;
	color: white;
}
/*璇烽€夋嫨濂楅*/
.taoc {
	width: 100%;
	max-width: 690px;
}

.taoc input {
	display: none
}

.taoc label {
	border: 1px solid #5a70f5;
	line-height: 1.6rem;
	width: 100%;
	max-width: 690px;
	height: 1.6rem;
	max-height: 60px;
	text-align: center;
	cursor: pointer;
	font-size: 0.64rem;
	display: block;
	margin-top: 0.8rem;
	border-radius: 0.16rem;
	background: #f6f6f6;
	color: #5a70f5;
}

.taoc input:checked+label {
	background: #5a70f5;
	color: #FFF;
}

.taoc input:disabled+label {
	opacity: 0.7;
}
/*璇烽€夋嫨鍔炵悊鏂瑰紡*/
.dxk {
	width: 100%;
	padding: 0.8rem 0;
}

.dxk .wz {
	padding-left: 0.52rem;
	font-size: 0.64rem;
	width: 4.8rem;
	max-width: 180px;
	height: 0.8rem;
	max-height: 30px;
	line-height: 0.8rem;
	float: left;
	color: #333;
	text-align: center;
}

.dxk .box_c_c_tv {
	width: 0.8rem;
	max-width: 30px;
	height: 0.8rem;
	max-height: 30px;
	position: relative;
	border: 1px solid #5a70f5;
	float: left;
}

.dxk .box_c_c_tv input {
	width: 100%;
	height: 100%;
	outline: 0;
	border: none;
	background: none;
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.dxk .c {
	width: 0.8rem;
	max-width: 30px;
	height: 0.8rem;
	max-height: 30px;
	background: url(../images/fkdg.png) no-repeat;
	background-size: 100% 100%;
}
/*璇烽€夋嫨浼樻儬娲诲姩*/
.dxk0 {
	width: 92%;
	margin: 0 auto;
}

.dxk0 .wz0 {
	padding-left: 0.52rem;
	font-size: 0.64rem;
	height: 0.8rem;
	max-height: 30px;
	line-height: 0.8rem;
	color: #333;
	text-align: center;
}

.dxk0 .xx {
	width: 100%;
	float: left;
	height: 0.8rem;
	max-height: 30px;
}

.dxk0 .box_c_c_tv {
	width: 0.8rem;
	max-width: 30px;
	height: 0.8rem;
	max-height: 30px;
	position: relative;
	border: 1px solid #5a70f5;
	float: left;
}

.dxk0 .box_c_c_tv input {
	width: 100%;
	height: 100%;
	outline: 0;
	border: none;
	background: none;
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.dxk0 .c {
	width: 0.8rem;
	max-width: 30px;
	height: 0.8rem;
	max-height: 30px;
	background: url(../images/fkdg.png) no-repeat;
	background-size: 100% 100%;
}

.clear {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background: none;
	border: 0;
	font-size: 0;
}
/*涓嬩竴姝�*/
.mask-radio-btn {
	width: 100%;
	padding: 0.625rem 0;
	border-top: 1px solid #eee;
}

.mask-radio-btn>a {
	display: block;
	width: 100%;
	height: 2.133rem;
	line-height: 2.133rem;
	max-height: 80px;
	border-radius: 200px;
	color: white;
	background: #5a70f5;
	text-align: center;
	font-size: 0.906rem;
}

/*鍩虹淇℃伅*/
.hkk {
	width: 100%;
	max-width: 750px;
	height: 0.52rem;
	max-height: 20px;
	background: #f5f5f5;
	clear: both;
}


/*鍦ㄧ嚎鍔炵悊閫夊彿锛堟湁瀹藉甫锛�*/
.chooseNumber {
	box-sizing: border-box;
	overflow: hidden;
}

.chooseNumber ul {
	box-sizing: border-box;
}

.chooseNumber ul li:first-child {
	border-top: none;
	background: url(../images/hBg.png) 3.8% no-repeat;
	background-size: auto 0.8rem;
}

.chooseNumber ul li {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0.35rem 0.625rem;
	border-top: 1px solid #EEEEEE;
}

.chooseNumber ul li p {
	float: left;
	font-size: 0.65rem;
	color: #333333;
	box-sizing: border-box;
	padding: 0 0.5rem;
	line-height: 1.5rem;
}

.chooseNumber ul li a {
	display: block;
	float: left;
	font-size: 0.65rem;
	color: #378eef;
	line-height: 1.5rem;
	box-sizing: border-box;
}

.chooseNumber ul li span.cR {
	width: 2rem;
	height: 1.5rem;
	background: url(../images/cRight.png) right no-repeat;
	background-size: auto 0.8rem;
}

.chooseNumber ul li span {
	display: block;
	float: right;
}

.tjfk {
	width: 3.2rem;
	max-width: 120px;
	height: 0.96rem;
	max-height: 36px;
	line-height: 0.96rem;
	border-radius: 0.13rem;
	background: #5a70f5;
	font-size: 0.64rem;
	text-align: center;
	margin-left: 4%;
	margin-bottom: 0.8rem;
}

.tjfk a {
	color: #FFF;
}
/*璧勮垂璇存槑*/
.zfsm {
	width: 100%;
	padding: 0.52rem 0.625rem;
	border-top: 1px solid #eee;
}

.zfsm_left {
	width: 80%;
	float: left;
}

.zfsm_left .tp {
	width: 2.75rem;
	max-width: 88px;
	height: 2.75rem;
	max-height: 88px;
	margin-right: 0.52rem;
	float: left;
}

.zfsm_left .wz {
	float: left;
}

.zfsm_left .wz p {
	font-size: 0.64rem;
	color: #333;
	line-height: 0.64rem;
	padding: 0.4rem 0 0.26rem 0;
	display: block;
}

.zfsm_left .wz span {
	font-size: 0.64rem;
	color: #999;
}

.zfsm_right {
	width: 20%;
	color: #5a70f5;
	font-weight: bold;
	font-size: 0.853rem;
	float: right;
	line-height: 2.75rem;
}
/*鏀惰揣鍦板潃*/
.kouk {
	width: 100%;
	height: 3.2rem;
	max-height: 120px;
}

.chooseAddress {
	box-sizing: border-box;
	overflow: hidden;
}

.chooseAddress ul {
	box-sizing: border-box;
}

.chooseAddress ul li {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0.35rem 0.625rem;
	border-top: 1px solid #EEEEEE;
}

.chooseAddress ul li p {
	float: left;
	font-size: 0.65rem;
	color: #333333;
	box-sizing: border-box;
	padding: 0 0.5rem;
	line-height: 1.5rem;
}

.chooseAddress ul li input[type="text"] {
	font-size: 0.65rem;
	color: #333333;
}

.chooseAddress ul li .cInput {
	width: 60%;
	box-sizing: border-box;
	margin-top: 0.35rem;
}

.chooseAddress ul li label {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: 0.35rem;
}

.chooseAddress ul li label input[type="checkbox"] {
	width: 0.7rem;
	height: 0.7rem;
	opacity: 0;
}

.chooseAddress ul li label i {
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	line-height: 0.6rem;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0.12rem;
	left: 0;
	box-sizing: border-box;
	border: 1px solid #5a70f5;
}

.chooseAddress ul li label input:checked+i::before {
	width: 0.7rem;
	height: 0.7rem;
	display: block;
	content: "\2714";
	text-align: center;
	font-size: 0.6rem;
	color: white;
	background: #5a70f5;
}

.chooseAddress ul li label span {
	font-size: 0.6rem;
	color: #5a70f5;
	margin-left: 0.5rem;
}

/*瀹夎鍦板潃*/
.sel-c {
	width: 100%;
	margin-bottom: 0.625rem;
}

.sel {
	width: 30%;
	height: 1.25rem;
	max-height: 40px;
	border: 1px solid #dedede;
	position: relative;
}

.sel>span {
	display: block;
	width: 75%;
	padding: 0 20% 0 5%;
	height: 100%;
	line-height: 1.25rem;
	background: url(../images/sel.png) no-repeat 90% center;
	background-size: 0.5rem 0.3125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.sel>ul {
	display: none;
	position: absolute;
	top: 1.28rem;
	left: 0;
	width: 100%;
	max-height: 5rem;
	overflow-y: auto;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.3) 0 4px 10px;
}

.sel>ul>li {
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 1.25rem;
	max-height: 40px;
	line-height: 1.25rem;
	padding: 0 5%;
	text-align: left;
	cursor: pointer;
}

.textarea {
	margin-bottom: 0.625rem;
	box-sizing: border-box;
	width: 100%;
	height: 3.75rem;
	max-height: 120px;
	padding: 10px;
	border: 1px solid #dedede;
	resize: none;
}

/*婵€娲绘柟寮忛€夋嫨椤�*/
.confirm {
	box-sizing: border-box;
	overflow: hidden;
}

.confirm ul {
	box-sizing: border-box;
}

.confirm ul li:first-child {
	border-top: none;
	background: url(../images/hBg.png) 3.8% no-repeat;
	background-size: auto 0.8rem;
}

.confirm ul li {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0.35rem 0.625rem;
	border-top: 1px solid #EEEEEE;
}

.confirm ul li h3 {
	font-size: 0.65rem;
	color: #333333;
	font-weight: normal;
	box-sizing: border-box;
	padding: 0 0.5rem;
	line-height: 1rem;
}

.confirm ul li p {
	float: left;
	font-size: 0.62rem;
	color: #333;
	padding-left: 0.5rem;
}

.confirm ul li a {
	display: block;
	float: left;
	font-size: 0.62rem;
	color: #333333;
}

.confirm ul li a span {
	display: block;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
}
/*婵€娲绘柟寮�*/
.chooseWay {
	box-sizing: border-box;
	overflow: hidden;
}

.chooseWay ul li:first-child {
	border-top: none;
	background: url(../images/hBg.png) 3.8% no-repeat;
	background-size: auto 0.8rem;
}

.chooseWay ul li p {
	float: left;
	font-size: 0.65rem;
	color: #333;
	box-sizing: border-box;
	padding: 0 0.5rem;
	line-height: 1.5rem;
}

.chooseWay ul li.cli {
	padding: 0.8rem 0.9rem;
}

.chooseWay ul li {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0.35rem 0.625rem;
	border-top: 1px solid #EEE;
}

.chooseWay ul li a {
	display: block;
	width: 48%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5rem;
	border: 1px solid #eee;
}

.chooseWay ul li a .cK {
	background: url(../images/cKuaidi.png) center no-repeat;
	background-size: 100% 100%;
}

.chooseWay ul li a .cZ {
	background: url(../images/cZizhu.png) center no-repeat;
	background-size: 100% 100%;
}

.chooseWay ul li a .cImg {
	width: 2.2rem;
	height: 2.2rem;
	overflow: hidden;
	margin: 0 auto;
}

.chooseWay ul li a span {
	display: block;
	font-size: 0.6rem;
	color: #999;
	margin-top: 0.5rem;
}

.chooseWay ul li a.cWay {
	border: 1px solid #5a70f5;
	background: #f0f2f9;
}

.chooseWay ul li a.cWay span {
	color: #5a70f5;
}

.chooseWay ul li a.cWay .cK {
	background: url(../images/cKuaidiH.png) center no-repeat;
	background-size: 100% 100%;
}

.chooseWay ul li a.cWay .cZ {
	background: url(../images/cZizhuH.png) center no-repeat;
	background-size: 100% 100%;
}
/*寮圭獥*/
.modelBg {
	display: none;
	position: fixed;
	width: 100%;
	max-width: 768px;
	height: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
}

.modelExpress {
	display: none;
	position: fixed;
	width: 70%;
	max-width: 600px;
	height: auto;
	left: 0;
	top: 5rem;
	right: 0;
	margin: auto;
	border-radius: 0.25rem;
	z-index: 1000;
	overflow: auto;
}

.modelExpress .modelColse {
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 0.3rem;
}

.modelExpress span {
	display: block;
	width: 1rem;
	height: 1rem;
	float: right;
	background: url(../images/modelColse.png) center no-repeat;
	background-size: 100%;
}

.modelExpress .modelImg {
	box-sizing: border-box;
}

.modelExpress .modelImg img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.modelExpress .modelTxt {
	box-sizing: border-box;
	max-height: 13rem;
	background: #FFF;
	padding: 0.8rem;
	text-align: justify;
	overflow: auto;
}

.modelExpress .modelTxt p {
	font-size: 0.6rem;
	color: #999;
	line-height: 1rem;
}

.modelExpress .modelBtn {
	box-sizing: border-box;
	text-align: center;
	background: #FFF;
	padding: 0.5rem 0;
}

.modelExpress .modelBtn a {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 0.7rem;
	color: #FFF;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 0.4rem 0;
	background: #5a70f5;
}

/*鏀粯鏂瑰紡*/
.zf_box {
	box-sizing: border-box;
	padding: 0.52rem 0.625rem;
	border-top: 1px solid #eee;
}

.zf_left {
	width: 80%;
	float: left;
}

.zf_left .tp {
	width: 2.75rem;
	max-width: 88px;
	height: 2.75rem;
	max-height: 88px;
	margin-right: 0.52rem;
	float: left;
}

.zf_left .wz {
	float: left;
}

.zf_left .wz p {
	font-size: 0.64rem;
	color: #333;
	line-height: 0.64rem;
	padding: 0.4rem 0 0.26rem 0;
	display: block;
}

.zf_left .wz span {
	font-size: 0.64rem;
	color: #999;
}

.zf_right {
	width: 6%;
	float: right;
	padding-top: 0.8rem;
}

.zf_right input {
	display: none;
}

.zf_right label {
	width: 0.96rem;
	max-width: 36px;
	height: 0.96rem;
	max-height: 36px;
	cursor: pointer;
	display: block;
	border-radius: 100px;
	background: url(../images/ydg0.png) center no-repeat;
	background-size: 100% 100%;
}

.zf_right input:checked+label {
	background: url(../images/ydg.png) center no-repeat;
	background-size: 100% 100%;
}

.zf_right input:disabled+label {
	opacity: 0.7;
}

/*鏀粯鎴愬姛*/
.modelBg {
	display: none;
	position: fixed;
	width: 100%;
	max-width: 768px;
	height: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
}

.modelOk {
	display: none;
	position: absolute;
	width: 70%;
	max-width: 600px;
	height: auto;
	left: 0;
	top: 8rem;
	right: 0;
	margin: auto;
	background: #FFFFFF;
	border-radius: 0.25rem;
	z-index: 1000;
	overflow: auto;
}

.modelOk .modelImg {
	width: 3rem;
	height: 3rem;
	margin: 1rem auto;
	box-sizing: border-box;
}

.modelOk .modelImg img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.modelOk p {
	font-size: 1rem;
	color: #5a70f5;
	line-height: 1rem;
	text-align: center;
	margin-bottom: 0.5rem;
}

.modelOk .modelBtn {
	box-sizing: border-box;
	text-align: center;
	background: #FFFFFF;
	padding: 0.5rem 0;
	border-top: 1px solid #EEEEEE;
}

.modelOk .modelBtn a {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 0.7rem;
	color: #FFFFFF;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 0.4rem 0;
	background: #5a70f5;
}

/*鎻愪氦璁㈠崟鎴愬姛*/
.content {
	width: 100%;
	max-width: 768px;
	padding: 0 0.625rem;
	box-sizing: border-box;
}

.s-img {
	margin: 2.5rem auto 0.9375rem;
	width: 10.625rem;
	max-width: 340px;
}

.s-img, .s-strong, .s-i {
	display: block;
}

.s-strong {
	font-size: 26px;
	margin-bottom: 0.625rem;
}

.s-strong, .s-i {
	width: 100%;
	text-align: center;
}

.s-i {
	font-size: 14px;
	margin-bottom: 1.875rem;
}

.s-view {
	background: #5a70f5;
	color: white;
}

.s-return {
	color: #5a70f5;
}

.s-view, .s-return {
	margin: 0 auto 0.625rem;
	width: 10.3125rem;
	max-width: 330px;
	height: 1.875rem;
	max-height: 60px;
	border: 1px solid #5a70f5;
	border-radius: 200px;
	font-size: 16px;
}

.banner_x {
	width: 92%;
	margin: 0 auto;
	padding-top: 3.467rem;
	border-radius: 0.26rem;
}

.banner_x img {
	wdith: 100%;
}

.banquan {
	width: 100%;
	font-size: 0.4rem;
	color: #999;
	text-align: center;
	padding: 1.6rem 0;
}

/*鍦板競寮圭獥*/
.modelAccountCg {
	display: none;
	position: fixed;
	width: 100%;
	max-width: 750px;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
}

.modelHint {
	display: none;
	position: fixed;
	width: 80%;
	max-width: 600px;
	height: auto;
	left: 0;
	top: 6rem;
	right: 0;
	margin: auto;
	border-radius: 0.26rem;
	background: #FFFFFF;
	z-index: 1000;
}

.modelHint .hxx {
	position: absolute;
	width: 0.9rem;
	height: 0.9rem;
	right: 0;
	top: -2rem;
	margin: auto;
	box-sizing: border-box;
	cursor: pointer;
}

.modelHint .hxx img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.modelHint .modelTxt {
	box-sizing: border-box;
	background: #FFFFFF;
	padding-bottom: 0.8rem;
}

.modelHint .modelTxt h3 {
	font-size: 0.35rem;
	color: #333;
	font-weight: normal;
	box-sizing: border-box;
	padding: 0 0.25rem;
}

.modelHint .modelTxt ul {
	overflow: hidden;
}

.modelHint .modelTxt ul li {
	width: 40%;
	float: left;
	text-align: center;
	margin: 0.5rem 0 0 0.9rem;
	padding: 0.40rem 0;
	cursor: pointer;
	border-radius: 0.14rem;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.modelHint .modelTxt ul .li0 {
	margin-top: 0;
}

.modelHint .modelTxt ul li a {
	display: block;
	font-size: 0.65rem;
	color: #333;
}

.modelHint .modelTxt ul li:hover a {
	color: #5a70f5;
}

.modelHint .modelTxt ul li:hover {
	border: 1px solid #5a70f5;
}

/*绛涢€夊脊绐�*/
.modelAccountDg {
	display: none;
	position: fixed;
	width: 100%;
	max-width: 750px;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
}

.modelHint .hBtn {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0.5rem 0.8rem;
	border-top: 1px solid #EEEEEE;
}

.modelHint .hBtn a.hBz {
	width: 48%;
	float: left;
	color: #5a70f5;
	border: 1px solid #5a70f5;
}

.modelHint .hBtn a.hBk {
	width: 48%;
	float: right;
	color: #FFFFFF;
	background: #5a70f5;
}

.modelHint .hBtn a {
	height: 1.6rem;
	line-height: 1.6rem;
	border-radius: 100px;
	box-sizing: border-box;
	font-size: 0.64rem;
	text-align: center;
	display: block;
}
/*鍙风爜娈�*/
.hmd {
	width: 92%;
	margin: 0 auto;
}

.hmd .box_c_c_tv {
	float: left;
	width: calc(23% - 2px);
	height: 1.6rem;
	max-height: 60px;
	line-height: 1.6rem;
	position: relative;
	border-radius: 100px;
	border: 1px solid #eee;
	margin-bottom: 0.26rem;
	margin-left: 2%;
}

.hmd .box_c_c_tv input {
	width: 100%;
	height: 100%;
	outline: 0;
	border: none;
	background: none;
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.hmd .box_c_c_tv .shuzi {
	width: 100%;
	text-align: center;
}

.hmd .c {
	width: calc(23% - 2px);
	height: 1.6rem;
	max-height: 60px;
	line-height: 1.6rem;
	border: 1px solid #5a70f5;
	color: #5a70f5;
}
/*鏈堜綆娑�*/
.ydx {
	width: 92%;
	margin: 0 auto;
}

.ydx .box_c_c_tv {
	float: left;
	width: calc(30% - 2px);
	height: 1.6rem;
	max-height: 60px;
	line-height: 1.6rem;
	position: relative;
	border-radius: 100px;
	border: 1px solid #eee;
	margin-bottom: 0.26rem;
	margin-left: 2%;
}

.ydx .box_c_c_tv input {
	width: 100%;
	height: 100%;
	outline: 0;
	border: none;
	background: none;
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.ydx .box_c_c_tv .shuzi {
	width: 100%;
	text-align: center;
}

.ydx .c {
	width: calc(30% - 2px);
	height: 1.6rem;
	max-height: 60px;
	line-height: 1.6rem;
	border: 1px solid #5a70f5;
	color: #5a70f5;
}
/*鎺掓枼鏁板瓧*/
.pcsz {
	width: 92%;
	margin: 0 auto;
	padding-bottom: 1.6rem;
}

.pcsz .ss {
	width: 30%;
	line-height: 1.6rem;
	color: #333333;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border-radius: 100px;
	border: 1px solid #eee;
}

.pcsz .ss input[type='text'] {
	width: 64%;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.64rem;
	color: #333333;
	background: none;
	box-sizing: border-box;
	border: none;
	text-align: center;
	margin: 0 18%;
}

/*鍙风爜閫夋嫨*/
.hmxz {
	width: 100%;
	height: 100%;
	max-width: 750px;
	background: #ebeced;
	box-sizing: border-box;
}

.ss_box {
	width: 92%;
	max-width: 690px;
	margin: 0 auto;
	padding: 0.8rem 0;
}
/*鎼滅储鏍�*/
.ss_box .ssl {
	width: 78%;
	max-width: 540px;
	height: 1.86rem;
	max-height: 70px;
	background: #FFF;
	border-radius: 100px;
	float: left;
}

.ss_box .ssl .tp {
	width: 1.067rem;
	max-width: 40px;
	float: right;
	padding: 0.4rem 0.8rem 0 0;
	cursor: pointer;
}

.ss_box .ssl .wz {
	float: left;
	width: 80%;
	line-height: 1.86rem;
	color: #333333;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	padding-left: 0.8rem;
}

.ss_box .ssl .wz input[type='text'] {
	width: 100%;
	height: 1.86rem;
	line-height: 1.86rem;
	font-size: 0.64rem;
	color: #333333;
	background: none;
	box-sizing: border-box;
	border: none;
	text-align: left;
}

.shaix {
	width: 18%;
	max-width: 120px;
	height: 1.86rem;
	max-height: 70px;
	line-height: 1.86rem;
	font-size: 0.64rem;
	background: #5a70f5;
	border-radius: 0.26rem;
	text-align: center;
	float: left;
	margin-left: 4%;
}

.shaix a {
	color: #FFF;
}

/*鍙风爜閫夋嫨*/
.hmxz_sz {
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
	padding-top: 0.8rem;
}

.hmxz_sz .box_c_c_tv {
	float: left;
	width: calc(48% - 2px);
	max-width: 330px;
	height: 1.6rem;
	max-height: 60px;
	line-height: 1.6rem;
	position: relative;
	border-radius: 0.25rem;
	background: #FFF;
	border: 1px solid #FFF;
	margin-bottom: 0.8rem;
	margin-left: 4%;
}

.hmxz_sz .addr_search {
	float: left;
	width: calc(98% - 2px);
	max-width: 1000px;
	height: 1.6rem;
	max-height: 60px;
	line-height: 1.6rem;
	position: relative;
	border-radius: 0.25rem;
	background: #FFF;
	border: 1px solid #FFF;
	margin-bottom: 0.8rem;
	margin-left: 4%;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.left0 {
	margin-left: 0 !important;
}

.hmxz_sz .box_c_c_tv input {
	width: 100%;
	height: 100%;
	outline: 0;
	border: none;
	background: none;
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.hmxz_sz .box_c_c_tv .shuzi {
	width: 100%;
	text-align: center;
}

.hmxz_sz .c {
	height: 1.6rem;
	max-height: 60px;
	line-height: 1.6rem;
	border: 1px solid #5a70f5;
	color: #5a70f5;
}

.hmxz_sz .hover {
	height: 1.6rem;
	max-height: 60px;
	line-height: 1.6rem;
	border: 1px solid #5a70f5;
	color: #5a70f5;
}

.huanyip {
	width: 46%;
	height: 1.86rem;
	max-height: 70px;
	line-height: 1.86rem;
	font-size: 0.853rem;
	text-align: center;
	border-radius: 100px;
	background: #5a70f5;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.huanyip a {
	color: #FFF;
}

@media ( min-width : 750px) {
	/*浠嬬粛*/
	.introduce-c>img {
		margin-bottom: 15px;
	}
	.introduce-c>strong {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.introduce-c>i {
		font-size: 24px;
	}

	/*琛ㄦ牸*/
	table.hovertable th {
		font-size: 24px;
		line-height: 60px;
	}
	table.hovertable td {
		font-size: 24px;
		line-height: 36px;
		padding: 10px 0;
	}

	/*娓╅Θ鎻愮ず*/
	.prompt-p>strong {
		line-height: 36px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	.prompt-p>i {
		line-height: 36px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.more {
		height: 120px;
	}
	.more>span {
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}

	/*搴曢儴*/
	.footer-l>a>i {
		font-size: 24px;
	}
	.footer-r>span {
		font-size: 32px;
	}
	.footer-a>a {
		font-size: 32px;
	}

	/*閬僵*/
	.mask-c-t-r>strong {
		font-size: 36px;
	}
	.bt {
		padding: 0 15px;
		line-height: 28px;
		background-size: 5px 28px;
		margin-top: 30px;
		font-size: 28px;
	}
	/*璇烽€夋嫨濂楅*/
	.taoc label {
		line-height: 60px;
		font-size: 24px;
		margin-top: 30px;
		border-radius: 6px;
	}
	/*璇烽€夋嫨鍔炵悊鏂瑰紡*/
	.dxk {
		padding: 30px 0;
	}
	.dxk .wz {
		padding-left: 20px;
		font-size: 24px;
		line-height: 30px;
	}
	.dxk .wz0 {
		padding-left: 20px;
		font-size: 24px;
		line-height: 30px;
	}
	/*涓嬩竴姝�*/
	.mask-radio-btn>a {
		line-height: 80px;
		font-size: 34px;
	}

	/*鍩虹淇℃伅*/
	.bt_60 {
		padding: 0 15px;
		line-height: 28px;
		background-size: 5px 28px;
		margin: 30px 0;
		font-size: 28px;
	}
	.box-title, .box-c>label, .box-c>span {
		line-height: 70px;
	}

	/*鍦ㄧ嚎鍔炵悊閫夊彿锛堟湁瀹藉甫锛�*/
	.tjfk {
		line-height: 36px;
		border-radius: 5px;
		font-size: 24px;
		margin-bottom: 30px;
	}

	/*璧勮垂璇存槑*/
	.zfsm {
		padding: 20px 30px;
	}
	.zfsm_left .tp {
		margin-right: 20px;
	}
	.zfsm_left .wz p {
		font-size: 24px;
		color: #333;
		line-height: 24px;
		padding: 15px 0 10px 0;
	}
	.zfsm_left .wz span {
		font-size: 20px;
	}
	.zfsm_right {
		font-size: 32px;
		float: right;
		line-height: 88px;
	}

	/*瀹夎鍦板潃*/
	.sel>ul {
		top: 41px;
	}
	.sel>span, .sel>ul>li {
		line-height: 40px;
		font-size: 20px;
	}
	.textarea {
		font-size: 20px;
	}

	/*鏀粯鏂瑰紡*/
	.zffs {
		padding: 20px 30px;
	}
	.zf_left .tp {
		margin-right: 20px;
	}
	.zf_left .wz p {
		font-size: 24px;
		color: #333;
		line-height: 24px;
		padding: 15px 0 10px 0;
	}
	.zf_left .wz span {
		font-size: 20px;
	}
	.banner_x {
		width: 92%;
		margin: 0 auto;
		padding-top: 130px;
		border-radius: 10px
	}
	.banquan {
		font-size: 20px;
		padding: 60px 0;
	}

	/*鍦板競寮圭獥*/
	.modelHint {
		top: 200px;
		border-radius: 10px;
	}
	.modelHint .hxx {
		position: absolute;
		width: 35px;
		height: 35px;
		right: 0;
		top: -60px;
		margin: auto;
		box-sizing: border-box;
	}
	.modelHint .hBtn {
		padding: 20px 30px;
	}
	.modelHint .hBtn a {
		height: 60px;
		line-height: 60px;
		border-radius: 30px;
		font-size: 26px;
	}
	.modelHint .modelTxt {
		padding-bottom: 30px;
	}
	.modelHint .modelTxt h3 {
		font-size: 26px;
		padding: 0 20px;
	}
	.modelHint .modelTxt ul li {
		cursor: pointer;
		border-radius: 5px;
	}
	.modelHint .modelTxt ul li a {
		font-size: 24px;
	}

	/*鍙风爜閫夋嫨*/
	.ss_box {
		padding: 30px 0;
	}
	/*鎼滅储鏍�*/
	.ss_box .ssl .tp {
		padding: 15px 30px 0 0;
	}
	.ss_box .ssl .wz {
		line-height: 70px;
		padding-left: 30px;
	}
	.ss_box .ssl .wz input[type='text'] {
		height: 70px;
		line-height: 70px;
		font-size: 24px;
	}
	.shaix {
		line-height: 70px;
		font-size: 28px;
		border-radius: 10px;
	}

	/*鍙风爜閫夋嫨*/
	.hmxz_sz {
		padding-top: 30px;
	}
	.hmxz_sz .box_c_c_tv {
		line-height: 60px;
		border-radius: 10px;
		margin-bottom: 30px;
	}
	.hmxz_sz .c {
		line-height: 60px;
	}
	.hmxz_sz .hover {
		line-height: 60px;
	}
	.huanyip {
		line-height: 70px;
		font-size: 32px;
		margin-top: 30px;
	}

	/*绛涢€夊脊绐�*/
	.modelHint .hBtn {
		box-sizing: border-box;
		overflow: hidden;
		padding: 20px 30px;
		border-top: 1px solid #EEEEEE;
	}
	.modelHint .hBtn a {
		line-height: 60px;
		border-radius: 100px;
		font-size: 28px;
	}
	/*鍙风爜娈�*/
	.hmd .box_c_c_tv {
		line-height: 60px;
		margin-bottom: 10px;
	}
	.hmd .c {
		line-height: 60px;
	}
	/*鏈堜綆娑�*/
	.ydx .box_c_c_tv {
		line-height: 60px;
		margin-bottom: 10px;
	}
	.ydx .c {
		line-height: 60px;
	}
	/*鎺掓枼鏁板瓧*/
	.pcsz {
		padding-bottom: 60px;
	}
	.pcsz .ss {
		line-height: 60px;
	}
	.pcsz .ss input[type='text'] {
		line-height: 60px;
	}
}

.dropdown ul {
	idth: 96%;
	margin: 0 auto;
	max-height: 200px;
	overflow-y: auto;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	z-index: 1;
}

.dropdown ul li a {
	margin-left: 23px;
	width: 88%;
	border-bottom: solid 1px #3333;
	line-height: 55px;
	left: -0.7rem;
	height: 0.53rem;
	height: 48px;
	display: block;
	color: #282c33;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dropdown ul li:hover {
	background-color: #f2f6fa;
}

.dropdown ul li a:active, .dropdown ul li.active a {
	background-color: #e4e9f2;
}

.search-box {
	box-sizing: border-box;
	padding: 0 4% 0 2%;
	width: 100%;
	height: 1.875rem;
	max-height: 60px;
	border-radius: 200px;
	background: #f2f6f9;
	border: none;
}

.search-box .st {
	left: 0;
	background: url(../images/s-btn.png) no-repeat center center;
	background-size: 1rem 1rem;
}

.search-box .sx {
	box-sizing: border-box;
	padding: 0 0% 0 3%;
	width: 100%;
	height: 1.875rem;
	max-height: 60px;
	border-radius: 200px;
	background: #f2f6f9;
	border: none;
}

.search {
	display: block;
	width: 0.38rem;
	max-width: 29px;
	height: 0.38rem;
	max-height: 29px;
	background: url(../images/search.png) no-repeat center;
	background-size: 0.38rem 0.38rem;
	margin-left: auto;
}

.time-box {
	box-sizing: border-box;
	width: 96.4%;
	max-width: 610px;
	height: 0.9rem;
	max-height: 70px;
	align-items: center;
	justify-content: space-between;
	background-color: #EEEEEE;
	font-weight: bold;
	margin: 0.26rem auto;
	border-radius: 0.2rem;
	font-size: 14px;
	padding: 0 0.26rem;
}
.p-r-30{
	font-size: .32rem;
}

.content-box {
	
}

.content-box .area {
	padding-top: 1.5em;
}

.content-box .area .title1 {
	font-size: .36rem;
	font-weight: bold;
	margin-bottom: .3rem;
	padding-right: 0.3rem;
	padding-left: 0.3rem;
}

.content-box .area .sub-title {
	font-size: .28rem;
	font-weight: bold;
	padding-right: 0.3rem;
	padding-left: 0.3rem;
	margin-bottom: 0.1rem;
}

.content-box .area .detail {
	font-size: .24rem;
	text-indent: 0;
	color: #666;
	padding-right: 0.3rem;
	padding-left: 0.3rem;
}

.content-box .area .detail, .content-box .area .sub-title {
	line-height: 1.54em;
	text-transform: uppercase;
}

.confirm-tips {
	padding: 1.16em;
	line-height: 1.5;
	color: #666; 
	margin-top: 0;
	border-color: #bfbfbf;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	
}

.confirm-box {
	padding-top: 1.4em;
	padding-right: 0.3rem;
	padding-left: 0.3rem;
}

.confirm {
	flex: 1;
	overflow: hidden;
	padding-right: 1em;
}

.confirm p {
	font-size: .24rem;
	line-height: 1.6;
	word-wrap: break-word;
}

.confirm.applicant p {
	color: #f20000;
}

.confirm p.blue {
	color: #2782ff;
}

.confirm.acceptor .row p:first-of-type {
	width: 5.2em;
	text-align: right;
}

.confirm.acceptor .row p:last-of-type {
	flex: 1;
	overflow: hidden;
}

.row {
	display: flex;
	flex-direction: row;
}

.p-r-20 {
	padding-right: 1em;
}

.m-b-20 {
	margin-bottom: 1.2em;
}

.header .m-t-30 {
	margin-top: 1.3em;
	font-size: .21rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.f-size-26 {
	font-size: .24rem;
}

.p-b-20 {
	padding-bottom: 1.2em;
	padding-top: .6rem;
}

.f-bold {
	font-weight: bold;
}

.f-size-32 {
	font-size: 1.82em;
}

.justify-content-center {
	justify-content: center;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%; 
	padding: 0.6rem 0px;
}
.justify-content-center a{
	color: rgb(39, 130, 255); 
	cursor: pointer; 
	font-size: 0.28rem; 
	line-height: 1.34em; 
	background-color: rgb(201, 217, 255); 
	border-radius: 0.5rem; 
	padding: 0.16rem 0.8rem;
}

.container {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 768px;
}

.header {
	border-bottom: 1px solid #b7b7b7;
}


























.container{
    font-size: .28rem;
    position: relative;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
input{
    border: 0;
    background: transparent;
    font-size: .28rem;
    width: 100%;
}
::placeholder{
    color: #999;
}
.footer{
    padding: .3rem 0;
    color: #999;
    font-size: .24rem;
}



.page-index{
    background: #f3f3f3 url(../images/top-bg.png) no-repeat left top / 100% auto;
}
.page-index .page-name{
    text-align: center;
    font-size: .48rem;
    font-weight: bold;
    color: #f1f7ff;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box{
    background: #fff;
    border-radius: .15rem;
    padding: .1rem .2rem;
}
.box .input-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: .78rem;
    border-bottom: 1px solid #e3e3e3;
}
.box .input-row:last-of-type{
    border-bottom: 0;
}
.box .input-row .name{
    font-size: .28rem;
    color: #333333;
}
.box .input-row .detail{
    font-size: .28rem;
    color: #333333;
    display: flex;
    align-items: center;
}
.box .input-row .detail .input-box{
    flex: 1;
}
.box .input-row .detail input{
    text-align: right;
}
.box .input-row .time{
    font-size: .28rem;
    color: #333;
    cursor: pointer;
    padding-right: .22rem;
    background: url(../images/arrow-r.png) no-repeat right center / .12rem auto;
}
.box .input-row .time.placeholder{
    color: #999;
}
.box .box-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .28rem;
    font-weight: 600;
    color: #333333;
}
.box .box-title::after,
.box .box-title::before{
    content: '';
    width: .18rem;
    height: .02rem;
    background: #227cfe;
    margin: 0 .14rem;
}


.box .order-item{
    display: flex;
    border: 1px solid #e3e3e3;
    border-radius: .1rem;
    padding:.1rem .2rem;
    margin-top: .2rem;
}

.box .order-item .order-txt{
    font-size: .28rem;
    color: #333;
    min-height: .78rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
}
.box .order-item .order-txt:last-of-type{
    border-bottom: none;
}
.box .order-item .order-tools{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    overflow: hidden;
    padding-left: .3rem;
}
.box .order-item .order-tools .btn-agreement{
    color: #999;
    width: 100%;
    padding: .06rem 0;
    border: 1px solid #ddd;
    border-radius: .1rem;
    font-size: .24rem;
    margin-bottom: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.box .order-item .order-tools .btn-agreement.btn-view{
    background: #227cfe;
    color: #fff;
    border-color: #227cfe;
}
.box .order-item .order-tools .btn-agreement:last-of-type{
    margin-bottom: 0;
}
.box.order-box{
    padding: 1px .2rem .2rem;
}
.box.order-box .order-list.hidden{
    max-height: 4.06rem;
    overflow: hidden;
}
.show-more{
    padding: .2rem 0 .1rem;
    color: #227cfe;
    text-decoration: underline;
}





.get-code{
    min-width: 1.62rem;
    padding: 0 .1rem;
    height: .55rem;
    border-radius: .1rem;
    background: #227cfe;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get-code.disabled{
    background: #ccc;
}
.page-index .btn-box{
    padding: .38rem 0;
}
.btn-box .btn{
    width: 3.96rem;
    height: .74rem;
    background: #227cfe;
    color: #fff;
    font-size: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .4rem;
    cursor: pointer;
}

.wx-tips p{
    font-size: .24rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: .06rem;
}
.wx-tips p:last-of-type{
    margin-bottom: 0;
}
.weui-btn_primary{
    background: #227cfe;
}
.weui-half-screen-dialog__ft{
    padding-bottom: .64rem;
}
.weui-btn {
    width: 3.9rem;
    font-size: .34rem;
    border-radius: .16rem;
}
.weui-toast_text {
    width: 5rem;
}







.pop-box{
    position: fixed;
    z-index: 130;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
}
.pop-box .pop-center{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pop-box .pop-close{
    width: .51rem;
    margin-top: .3rem;
    transform: translateX(.1rem);
    cursor: pointer;
}

.pop-tips{
    width: 5rem;
    background: #fff;
    border-radius: .15rem;
    padding: .3rem;
}
.pop-title{
    font-size: .3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: .1rem;
}
.pop-content{
    line-height: 1.5;
    font-size: .28rem;
    color: #666;
}






















