* {
	padding: 0;
	margin: 0;
}
body {
	/* padding-bottom: 10rem; */
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}
li {
	list-style: none;
}
input::placeholder {
	color: #b8b8b8;
	font-size: 0.7rem;
}
.top-banner {
	width: 100%;
	/* height: 22rem; */
	position: relative;
}
.top-banner img {
	width: 100%;
	display: block;
}
.exh{position: absolute;
    left: 3.9rem;
    top: .45rem;
    color: #ededed;
    font-weight: bold;
    line-height: .6rem;
    /*border-left: solid #fff .1rem;*/
    padding-left: 8px;}
.exh i{font-style:normal; padding-left: 2px;padding-right: 2px;}
.address {
	position: absolute;
	left: 1.2rem;
	top: 8rem;text-align: center;
    width: 7.2rem;
	color: #FFFFFF;
	font-weight: bold;
}
.tishi{text-align: center;   margin-top: -10px;   margin-bottom: 10px;   font-weight: bold;}
.tishi span{color: #FF0000;}
.t-title {
	background-color: #1247e1;
	color: #FFFFFF;
	padding: 1rem 0 2.3rem;
	text-align: center;
	background-image: linear-gradient(#fe0000, #000CFE);
}
.t-title .t1 {
	font-size: 1.0rem;
	line-height: 1rem;
}
.t-title .t2 {
	font-size: 1rem;
	font-weight: bold;
}
.form {
	width: 92%;
	margin: 0 auto;
	padding: 20px 0;
	border: 1px solid #cccccc;
	margin-top: 0.3rem;
	background-color: #ffffff;
	position: relative;
	z-index: 99;
	border-bottom-left-radius: 0.7rem;
	border-bottom-right-radius: 0.7rem;
	box-shadow: 0 5px 10px #e6e6e6;
}
.form .title {
	/* color: #1247e1; */
	color: #343434;
	font-size: 1rem;
	position: relative;
	margin-left: 1.3rem;
}
.form .title .left {
	height: 100%;
	position: absolute;
	top: 50%;
	display: flex;
	flex-direction: column;
	left: 1.1rem;
	transform: translateY(-50%);
	justify-content: space-around;
}
.form .title .right {
	height: 100%;
	position: absolute;
	top: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	right: 1.1rem;
	transform: translateY(-50%);
	justify-content: space-around;
}
.form .title .left span,
.form .title .right span {
	border-bottom: 1px solid black;
	width: 1.8rem;
	display: block;
}
.form .form-item {
	width: 90%;
	text-align: center;
	font-size: 0.8rem;
	margin: 10px auto;
	display: flex;
	align-items: center;
}
.form .form-item span {
	width: 3.2rem;
}
.form .form-item .more {
	width: 5rem;
}
.form .form-item input {
	width: 100%;
	height: 1rem;
	text-align: left;
	border: none;
	outline: none;
	padding: 0.5rem 0;
	text-indent: 0.5rem;
	color: #777777;
	font-size: 0.75rem;
	border-bottom: 1px solid #dddddd;
}
.form .form-item input.error {
    border: #F00 solid 1px;
    border-radius: .1rem;
}
.prop span {
	color: red;
	margin-left: 3px;
	vertical-align: middle;
}
.label_box>label {
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	position: relative;
	overflow: hidden;
}
.label_box>label>input {
	position: absolute;
	top: 0;
	left: -20px;
}
.label_box>label>div {
	width: 100px;
	text-align: center;
	border: #dddddd solid 1px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	user-select: none;
	overflow: hidden;
	position: relative;
}
.label_box>label>div.active {
	border: #d51917 solid 1px;
	background-color: #fff9f8;
	color: #d51917;
}
.label_box>label>div.active:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #d51917;
	transform: skewY(-45deg);
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 1;
}
.label_box>label>div.active:before {
	content: '';
	display: block;
	width: 3px;
	height: 8px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	transform: rotate(35deg);
	position: absolute;
	bottom: 2px;
	right: 4px;
	z-index: 2;
}
.expoinfo {margin-top: 0.2rem;line-height: 1.5rem;font-size: .7rem;padding-bottom: 0.2rem;border: none;width: 98%;}
.expoinfo span {color: #2b74fe;	}


#shangjiaxinxi {
	display: none;
}
.submit {
	width: 90%;
	display: block;
	border: none;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	/* border: 1px solid #0254E8; */
	background-color: #1247e1;
	background-image: linear-gradient(to right, #FE0000, #3366FF);
	margin: 20px auto 0;
	border-radius: 5px;
	line-height: 2.5rem;
	color: #FFFFFF;
}
.submit .v {
	color: #F7FD07;
}
/* 文字滚动播报 */
.swiper {
	width: 90%;
	margin: 15px auto;
	font-size: 0.3rem;
}
.t_news {
	height: 26px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	color: #fff;
	padding-left: 10px;
	margin: 8px 0;
	overflow: hidden;
	position: relative;
}
.t_news b {
	line-height: 26px;
	font-weight: bold;
	display: inline-block;
}
.news_li,
.swap {
	width: 100%;
	line-height: 26px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
}
.news_li span,
.swap span {
	margin-left: 1rem;
}
.news_li .y3,
.swap .y3 {
	color: red;
}
.swiper img {
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}
.news_li li,
.swap li {
	color: #939393;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swap {
	top: 26px;
}
.explain {
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.explain .explain-text {
	font-size: 0.7rem;
	color: #939393;
	text-align: left;
	padding-left: 0.7rem;
}
.plus{

	width: 92%;

	height: 11.5rem;
    margin: 0 auto;
    margin-top: 2rem;

	position: relative;

	}
.plus img{

	width: 100%;

	position: absolute;

	top: 0;

	left: 0;

}




.plus .plus-tips {
	padding: 0.1rem 0.2rem;
	color: #ffffff;
	font-size: 0.6rem;
	border-radius: 50px;
	background-color: #F00000;
	position: absolute;

	top: -.5rem;

	right: 0.4rem;
	
}

@keyframes myAnimation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.plus .plus-tips {
  animation: myAnimation 1s infinite
}
.plus .plus-tips::after {
	content: "";
	position: absolute;
	left: 0;

	bottom: -0.3rem;
	width: 0;
	height: 0;
	border-top: 0.2rem solid transparent;
	border-left: 0.7rem solid #F00000;
	border-bottom: 0.2rem solid transparent;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);

	z-index: -1;
}
   

	

	

.plus .plus-title{

	width: 100%;

	position: absolute;

	top: 0.2rem;

	left: 0;

	font-size: 1.2rem;

	font-weight: bold;

	text-align: center;

}	

.plus .plus-text{

	width: 100%;

	text-align: center;

	position: absolute;

	top: 2.5rem;

	left: 0;

	font-size: 0.64rem;

	color: #AAAAAA;

}

.plus .plus-item{

	width: 100%;

	display: flex;

	justify-content: space-around;

	position: absolute;

	top: 7.5rem;

	left: 0;

	font-size: 0.66rem;

	text-align: center;

	font-weight: bold;

}

.plus .plus-item span{

	width: 4rem;

}
.tooltip {
	width: 2.5rem;
	height: 2.5rem;
	color: #ffffff;
	font-size: 0.7rem;
	border-radius: 50%;
	background-color: #3366FD;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: unset!important;
}
.tooltip::after {
	content: "";
	position: absolute;
	right: -0.6rem;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 0.2rem solid transparent;
	border-left: 0.7rem solid #0064D4;
	border-bottom: 0.2rem solid transparent;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
}
.san {
	width: 0;
	height: 0;
	display: inline-block;
	border: 0.4rem solid;
	border-left: 0.6rem solid;
	border-color: transparent transparent transparent #FFFFFF;
	/* vertical-align: middle; */
	margin-left: 0.2rem;
}
.form_info {
	padding: 0 0.3rem;
	font-size: 0.6rem;
	text-align: center;
	margin: 0.1rem 0;
	color: #ff0000;
}
/* 六大畅享福利 */
.header {
	width: 16rem;
	margin: 1.5rem auto 1.2rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.header .img-box {
	width: 1.8rem;
}
.header .img-box img {
	width: 100%;
}
.header .main {
	font-size: 1.2rem;
	color: #3366FD;
	font-weight: bold;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
.header .second {
	font-size: 0.6rem;
	color: #777777;
	line-height: 1.3rem;
	text-align: center;
}

.cjxq-box{

	width: 92%;

	height: 10rem;

	margin: 0 auto;

	position: relative;

}



.cjxq-box img{

	width: 100%;

	position: absolute;

	top: 0;

	left: 0;

}




.ordercash {
	width: 92%;
	border: 0.3rem solid #3366FD;
	box-sizing: border-box;
	border-radius: 1.5rem;
	margin: 0 auto;
}
.ordercash .cx {
	width: 80%;
	margin: 1rem auto;
}
.ordercash .cx img {
	width: 100%;
	text-align: center;
}
.ordercash .tooltip {
	width: 2rem;
	height: 2rem;
	font-size: 0.6rem;
	overflow: unset;
}
.ordercash .explain-text div {
	font-size: 0.6rem;
	width: 11.8rem;
}
.ordercash .explain .tooltip {
	background-image: linear-gradient(to right, #FE0000, #3366FF);
}
.order-table {
	width: 95%;
	margin: 1rem auto;
	border-radius: 15px;
	/* overflow: hidden; */
}

table {
	width: 90%;

	color: #333333;
	border-spacing: 0;
	border: transparent;
	text-align: center;
	font-size: 0.5rem;
	overflow: hidden;
	border-radius: 15px;

	position: absolute;

	top: 3.1rem;

	left: 50%;

	transform: translateX(-50%);

}
table td {
	border: 1px solid #ADC9F3;
	box-shadow: 1px 1px 2px 2px #FDFEFF;

	background-color: #DCEBFE;
	padding: 0.3rem 0;
}

@media (max-width:320px) {

	table td {

		padding: 0.2rem 0;

	}

}
table td img {
	width: 80%;
}
table tr td:first-child {
	width: 2.8rem;
	padding-right: 0.3rem;
}

table tr td:nth-child(3) {
	width: 3rem;
}
table tr td span {
	color: #F00000;
}



/* table {
	width: 100%;
	border-spacing: 0;
	border: transparent;
	text-align: center;
	font-size: 0.6rem;
	overflow: hidden;
	border-radius: 15px;
}
table td {
	border: 1px solid #ADC9F3;
	box-shadow: 1px 1px 2px 2px #FDFEFF;
	padding: 0.5rem 0;
	transform: scale(1.1);
	font-weight: bold;
}
table td img {
	width: 80%;
}
table tr td:first-child {
	width: 2.8rem;
	padding-right: 0.3rem;
}
table tr td:nth-child(2) {
	padding-right: 0.5rem;
}
table tr td:nth-child(3) {
	width: 3.5rem;
}
table tr td span {
	vertical-align: middle;
}
table tr td b {
	color: red;
	font-size: 1rem;
	vertical-align: sub;
}
table .td-odd td:nth-of-type(1) {
	background-image: linear-gradient(to right, #DAF2FE, #cddbef);
}
table .td-odd td:nth-of-type(2) {
	background-image: linear-gradient(to right, #EFF6FF, #DBEAFF);
}
table .td-even td:nth-of-type(1) {
	background-image: linear-gradient(to right, #CEF0FA, #DCEBFE);
}
table .td-even td:nth-of-type(2) {
	background-image: linear-gradient(to right, #DBF7FB, #DDECFF);
}
table .td-odd td:nth-of-type(3),
table .td-even td:nth-of-type(3) {
	background-color: #DCEBFE;
} */
.label_box {
	display: flex;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	font-size: 0.8rem;
}
/* 活动 */
.new-active {
	width: 92%;
	margin: 1rem auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new-active .item {
	width: 4.3rem;
	margin: 0.2rem 0;
	position: relative;
}
.new-active .item img {
	width: 100%;
	display: block;
}
.new-active .item .title {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.6;
	line-height: 1rem;
	color: #ffffff;
	font-size: 0.7rem;
	text-align: center;
}
.t-active {
	width: 92%;
	margin: 1rem auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.t-active .a-img-box {
	width: 48%;
	position: relative;
}
.t-active .a-img-box img {
	width: 100%;
	margin-bottom: 0.5rem;
}
.t-active .a-img-box .text {
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 30px;
	padding: 0.05rem 0.3rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.4rem;
	position: absolute;
	top: 34%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.statement {
	text-align: center;
	font-size: 0.6rem;
	color: #CCCCCC;
}
.statement a {
	text-align: center;
	font-size: 0.8rem;
	color: #CCCCCC;
}
.line {
	background-color: #F1F1F1;
	width: 100%;
	height: 0.6rem;
	margin-top: 20px;;
}
.t-active .a-img-box .title {
	position: absolute;
	top: 2%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.75rem;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap
}
.t-active .a-img-box .content {
	padding: 0 0.1rem;
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.4rem;
	color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	text-indent: 0.2rem;
	text-align: center;
}
/* 合作品牌 */
.my-swiper {
	width: 92%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.my-swiper .swiper-img-box {
	width: 5.3rem;
	margin: 0 0.2rem;
}
.my-swiper .swiper-img-box .text {
	font-size: 0.5rem;
	text-align: center;
	margin: 0.3rem auto 0.5rem;
	color: #7B7B7B;
}
.my-swiper .swiper-img-box img {
	width: 100%;
	border: 1px solid #DFDFDF;
}
/* 限量爆款 */
.swiper-box {
	width: 93%;
	margin: 0 auto;
}
.swiper-container {
	padding-bottom: 2rem;
}
.swiper-slide {
	/* width: 100% !important; */
}
.swiper-slide img {
	width: 100%;
}
.hot-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hot-item {
	width: 47%;
	padding: 1rem 0;
}
.hot-item:nth-child(odd) {
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding-right: 0.5rem;
}
.hot-item:nth-child(even) {
	border-bottom: 1px solid #DFDFDF;
	padding-left: 0.5rem;
}
.hot-item:nth-child(1) {
	padding-top: 0;
	margin-top: 1rem;
}
.hot-item:nth-last-child(2) {
	padding-bottom: 0;
	border-bottom: transparent;
}
.hot-item:nth-last-child(1) {
	padding-bottom: 0;
	border-bottom: transparent;
}
.hot-item .hot-title {
	font-size: 0.65rem;
	padding: 0.2rem 0;
	line-height: 1.2rem;
	border-bottom: 1px solid #dfdfdf;
}
.hot-item .bottom {
	font-size: 0.5rem;
	padding: 0.5rem 0;
	color: #015CFF;
}
.hot-item .bottom p {
	text-decoration: line-through;
	color: #B6B6B6;
}
.hot-item .bottom b {
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.hot-item .bottom span {
	color: #CCCCCC;
}
.hot-item .btn {
	color: #3366fd;
	border: 1px solid #3366fd;
	border-radius: 30px;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.8rem;
	//background-image: linear-gradient(to right, #3366fd, #34b9ff);
}
/* 优惠券 */
.coupon {
	width: 92%;
	margin: 0 auto 1rem;
	position: relative;
	/* color: #FFFFFF; */
	font-size: 0.5rem;
}
.coupon img {
	width: 100%;
}
.coupon .quota {
	color: #015CFF;
	position: absolute;
	top: 35%;
	left: 1rem;
	transform: translateY(-50%);
	font-size: 0.5rem;
	text-align: center;
}
.coupon .quota b {
	font-size: 1.5rem;
}
.coupon .quota .money {
	text-align: left;
}
.coupon .rule {
	/* margin-bottom: 0.5rem; */
	color: #999999;
}
.coupon .rule-text {
	color: #999999;
}
.coupon .quota .rule-text {
	border: 1px dashed rgba(255, 255, 255, 0.7);
	padding: 0.1rem 0.3rem;
	border-radius: 15px;
}
.coupon .coupon-logo {
	position: absolute;
	top: 36%;
	left: 6rem;
	transform: translateY(-50%);
	font-size: 0.5rem;
	text-align: left;
}
.coupon .coupon-logo img {
	width: 4rem;
	display: block;
	margin-left: -0.3rem;
}
.coupon .coupon-logo b {
	font-size: 0.8rem;
	color: #333333;
}
.coupon .coupon-logo p {
	color: #999999;
	line-height: 1.2rem;
	font-size: 0.5rem;
}
.coupon .coupon-btn {
	position: absolute;
	top: 48%;
	right: 0.8rem;
	transform: translateY(-50%);
	font-size: 0.5rem;
	text-align: center;
}
.coupon .coupon-btn span {
	padding: 0.3rem 0.5rem;
	border-radius: 15px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 0.8rem;
	/* border: 1px dashed #3366FF; */
	background-color: #3366FF;
}
.coupon .coupon-btn p {
	margin-top: 0.5rem;
	color: #3366FF;
}
.coupon .rule-box {
	width: 90%;
	height: 1rem;
	line-height: 1.3rem;
	color: #999999;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 1px dashed #e6e6e6;
}
.coupon .action {
    background-color: #CCC !important;
    color: #FFFFFF !important;
}
/* 无忧保障 */
.ensure {
	width: 92%;
	margin: 4rem auto 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.ensure .b-item {
	width: 8.5rem;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 0 .5rem 0.5rem;
	box-sizing: border-box;
	margin-bottom: 3rem;
	box-shadow: 4px 4px 5px #999;
}
.ensure .b-item img {
	margin-top: -32%;
	margin-left: 25%;
	width: 4rem;
}
.ensure .b-item .b-title {
	font-size: 0.7rem;
	text-align: center;
}
.ensure .b-item .b-title b {
	color: #003CA7;
	font-size: 0.8rem;
}
.ensure .b-item p {
	font-size: 0.5rem;
	color: #999999;
	line-height: 1rem;
	text-align: center;
}
.ensure .b-item span {
	font-size: 1.3rem;
	color: #E7002E;
	font-weight: bold;
}
/* 图 */
.must-life {
	width: 100%;
	border: 0.2rem solid #3366FF;
	background-color: #3366FF;
	box-sizing: border-box;
	overflow: hidden;
}
.must-life img {
	width: 100%;
	display: block;
}
.must-life2 {
	width: 100%;
	border: 0.2rem solid #ded8d8;
	box-sizing: border-box;
	overflow: hidden;
}
/* 地址 */
.traffic {
	width: 92%;
	margin: 0 auto;
}
.traffic>div {
	border-bottom: 1px solid #E5E5E5;
	padding: 0.7rem 0;
}
.traffic img {
	float: left;
	width: 1.5rem;
}
.traffic .title {
	/* width: 1.2rem; */
	color: #000000;
	font-weight: bold;
	padding: 0 0.5rem;
	border-right: 1px solid #E5E5E5;
	font-size: 0.7rem;
	flex-shrink: 0;
}
.traffic div {
	color: #707070;
	font-size: 0.6rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	letter-spacing: 1px;
}
.footer {
	background-image: linear-gradient(to right, #fe0000, #000CFE);
	text-align: center;
	font-size: 1.2rem;
	line-height: 3rem;
	color: #FFFFFF;
	font-weight: bold;
	position: fixed;
	bottom: 4rem;
	width: 100%;
	left: 0;
	z-index: 999;
	border-radius: 50px;
	box-shadow: 4px 4px 5px #999;
}
.toTop {
	width: 2rem;
	height: 2rem;
	position: fixed;
	right: 0.3rem;
	bottom: 7.5rem;
	z-index: 999;
}
.toTop img {
	width: 100%;
}
/*在线客服*/
.kefubox {
	width: 1.5rem;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	z-index: 99;
}
.kefu {
	height: 10.5rem;
	background: url(../image/kefu.png) no-repeat;
	background-size: cover;
}
.kefu li {
	width: 100%;
	height: 50%;
	cursor: pointer;
}
.kefu li a {
	width: 100%;
	height: 100%;
	display: block;
}
.kfclose {
	width: 1.5rem;
	height: 1.5rem;
	font-size: 0.5rem;
	text-align: center;
	line-height: 1.5rem;
	background: #ff6c00;
	color: #fff;
	display: block;
}
/*报名专享优惠弹层*/
.baoming {
	width: 15.6rem;
	padding: 0.3rem 0;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -100%;
	transform: translatey(103%);
	z-index: 99;
}
.bmbox {
	width: 100%;
	height: 100%;
	position: relative;
}
.bmbox h1 {
	width: 11.27rem;
	height: 1.7rem;
	position: absolute;
	left: 0;
	right: 0;
	top: -0.3rem;
	margin: auto;
	background: url(../image/bm.png) no-repeat;
	background-size: cover;
	line-height: 1.7rem;
	text-align: center;
	color: #685900;
	font-size: 0.76rem;
	font-weight: bold;
}
.whitebj {
	width: 100%;
	margin-top: 0.3rem;
	padding-bottom: 0.4rem;
	background: #fff;
}
.whlist {
	padding: 2.6rem 0.6rem 0;
}
.whlist li {
	overflow: hidden;
	margin-bottom: 0.1rem;
}
.whlist li span {
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	font-size: 0.6rem;
	font-weight: bold;
	float: left;
	display: block;
	background: url(../image/yk.png) no-repeat;
	background-size: cover;
	position: relative;
	top: 3px;
}
.whlist li p {
	width: 12.4rem;
	float: left;
	margin-left: 0.1rem;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.whitebj .lcform li {
	background-image: none;
}
.whitebj .lcform li input {
	text-indent: 0.2rem;
	font-size: 0.14rem;
}
.whitebj .lcboxtxt {
	font-size: 0.7rem;
	line-height: 22px;
	margin: 0.5rem 1rem 1rem;
}
.lcbox{ background:#fff; padding:0.1rem 0 0.1rem; width: 95%; margin: 0 auto; margin-top: -0.2rem;color: #666;}
.spclose {
	width: 8.53rem;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	color: #685900;
	font-size: 0.8rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.6rem;
	margin: auto;
	background: #ffe445;
	border-radius: 1.3rem;
	cursor: pointer;
}
.yslist li .close_img {
	height: .5rem;
	background-color: #2881ff;
	color: #FFFFFF;
	padding: 10px 0;
	text-align: center;
	font-size: 0.3rem;
	position: relative;
}
.youshibox li .close_img img {
	width: .5rem;
	height: .5rem;
	top: 50%;
	right: 0.2rem;
	transform: translateY(-50%);
}
#goodcover {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
.dialog {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10401;
	background: rgba(0, 0, 0, .5);
}
.warn {
	width: 90%;
	height: auto;
	position: fixed;
	left: 5%;
	top: 40%;
	background: #fff;
	border-radius: 5px;
	padding-bottom: 20px;
}
.warn .del {
	position: absolute;
	padding: 5px;
	background: #fff;
	right: -10px;
	top: -10px;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.warn .del img {
	width: .3rem;
}
.warn dl {
	padding-top: .6rem;
}
.warn dt {
	float: left;
	/*padding: 1rem .5rem 0 2.5rem;*/
	text-align: center;
	width: 33%;
}
.warn dd {
	/*padding-top: .4rem;*/
	line-height: .8rem;
	color: #ed0000;
}
.warn dt img {
	width: .6rem;
	margin-left: 1rem;
	padding-top: .1rem;
}
.bm-pop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	display: none;
}
.pop-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
	display: none;
}
.pop-box .pop {
	width: 17rem;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.8rem;
	padding: 1rem 0;
}
.pop p {
	margin: 0.2rem 1rem;
	font-size: 0.6rem;
	color: #333;
}
.pop p img{
	display:inline;
}
.pop .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 0.8rem;
}
.pop button {
	width: 15rem;
	margin: 0 auto;
	display: block;
	color: #FFFFFF;
	background-color: #d80c18;
	line-height: 2rem;
	font-size: 0.76rem;
	text-align: center;
	border: none;
	outline: none;
}
.pop-box .pop .pop-item {
	border: 1px solid #CCCCCC;
	height: 2rem;
	margin: 1rem;
	display: flex;
	align-items: center;
	padding-left: 0.5rem;
}
.pop-box .pop .pop-item input {
	height: 2rem;
	width: 100%;
	border: none;
	outline: none;
	margin-left: 0.5rem;
	font-size: 0.75rem;
}
.copyright{height:1.1rem; text-align:center; line-height:1.1rem; font-size:0.6rem; padding-top:1.2rem;  padding-bottom: 8.5rem;}
.copyright a{color:#FFF;}
.BMap_bubble_title{
	font-size: 16px!important;
}
.BMap_bubble_pop{
	width: 205px!important;
}
.BMap_bubble_content{
	height: 70px!important;
	line-height: 20px!important;
}
.BMap_bubble_center{
	height: 70px!important;
}
.BMap_bubble_pop img{
	top: 102px!important;
}



.top-banner .city {
	font-size: 15px;font-weight: bold;
	padding: 2px 10px;
	border-radius: 55px;
	position: absolute;
	right: 10px;
	top: 15px;
	color: #e1dfdf;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.fiexd {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	max-width: 640px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}
.city-item {
	width: 87px;

	position: absolute;

	top: 40px;

	right: 10px;

	background-color: rgba(0, 0, 0, 0.5);

	border-radius: 6px;

	font-size: 0;

	color: #e1dfdf;
}
.city-item a {
	width: 50%;
	padding: 6px 0;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
}

/* 城市弹框 */
.Jia-city-guide-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000003;
	background: #000;
	opacity: .6;
	filter: alpha(opacity:60);
	display: none;
}

.city-guide-wrap {
	/* width: 510px;
    height: 160px; */
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000004;
	font-family: "微软雅黑";
	display: none;
}

.city-guide {
	width: 17rem;
	height: 10rem;
	padding: 3px;
	background: #ffe9c7;
}

.city-guide .container {
	width: 100%;
	height: 100%;
	background: #fff9f0;
}

.city-guide .wrapper {
	position: relative;
	padding: .6rem 0 0 .6rem;
	/*height: 100%;*/
	background: url(../image/cityGuide_bg.jpg) right bottom no-repeat;
}

.city-guide .city-guess {
	font-size: 0.7rem;
	color: #333;
}

.city-guess a {
	font-weight: 400;
	font-size: 1.1rem;
	display: inline-block;
	color: #d00;
	padding: 0 0.8rem;
	text-decoration: none;
}

.city-guide .city-advice span {
	padding-right: 8px;
	padding-top: 6px;
}

.city-guide .city-advice {
	font-size: 0.7rem;
	display: flex;
	margin: 1rem 0;
}

.city-guide .city-advice a {
	padding: 0.5rem;
	white-space: nowrap;
	color: #d00;
	background: url(../image/separator.png) no-repeat scroll right 55% transparent;
	line-height: 1.8rem;
	font-size: 0.8rem;
}

.city-guide .city-advice a:last-child {
	background: 0 0;
}

.city-guide .viewmore {
	position: absolute;
	font-size: 12px;
	color: #666;
	line-height: 36px;
	right: 10px;
	bottom: 0;
}

.city-guide .btn-close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
	background: url(../image/nav_icon.png) left -218px no-repeat;
}