﻿@charset "utf-8";

/****************************************
*公共样式
*作者：
*创建时间：2015年07月25日
****************************************/
html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	border: 0;
	outline: none;
}

/* body */
body {
	/*
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
*/
}

body {
	color: #666666;
	background: #f5f5f5;
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	line-height: 22px;
}

html {
	font-size: 62.5%;
	/*10 ÷ 16 × 100% = 62.5%*/
}

body {
	font-size: 1.4rem;
	/*1.4 × 10px = 14px */
}

h1 {
	font-size: 1.8rem;
	/*1.8 × 10px =18px*/
}

i,
em,
cite {
	font-style: normal;
}

/* a标签初始化以及取消a标签点击后的虚线框 */
a {
	outline: none;
	color: #696969;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #696969
}

a:focus {
	outline: none
}


a,
button,
input,
div,
li,
select {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=text]:focus,
input[type=password]:focus {
	outline: none;
}

body {
	/*
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
*/
}

a,
img {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html,
body {
	/*
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
*/
}


/*表单的初始化*/
textarea,
input {
	word-wrap: break-word;
	word-break: break-all;
}

input,
select,
textarea,
button {
	vertical-align: middle;
	font-family: "Microsoft Yahei", helvetica, arial;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="tel"],
button,
select {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

::-moz-input-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-o-input-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

textarea {
	resize: none;
	/*禁用了文本的拖拉*/
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
	outline: none
}

input::-webkit-focus-inner {
	border: 0;
	padding: 0;
	outline: none
}

input::-ms-focus-inner {
	border: 0;
	padding: 0;
	outline: none
}

input::-o-focus-inner {
	border: 0;
	padding: 0;
	outline: none
}

input::focus-inner {
	border: 0;
	padding: 0;
	outline: none
}

::-webkit-textfield-decoration-container {
	background-color: #FFFF;
}

/*type=number去掉默认样式*/
::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

::-webkit-outer-spin-button {
	-webkit-appearance: none;
	/* 有无看不出差别 */
}

/* li */
ul,
li {
	list-style-type: none;
}

.red {
	color: #F00
}

/* img */
img {
	border: 0;
	vertical-align: middle;
}

/* h* */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

/*********清除浮动处理**********/
.clr {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	overflow: hidden;
}


.height15 {
	width: 100%;
	height: 15px;
	background: #f0f0f0;
}

.heigth_10 {
	width: 100%;
	height: 10px;
	background: #f5f5f5;
}

.heigth_8 {
	width: 100%;
	height: 8px;
	background: #f5f5f5;
}

/*返回顶部*/
.gotop {
	background: url(../images/gotop.png) center center no-repeat rgba(0, 0, 0, 0.5);
	background-size: 20px;
	bottom: 100px;
	position: fixed;
	right: 20px;
	width: 40px;
	height: 40px;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	display: none;
}

.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	z-index: 10000000;
	left: 0;
	right: 0;
	top: 0
}

.loading .pic {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 35px;
	height: 35px;
}

.loading .pic img {
	max-width: 100%
}

/*公共头部*/
.M_head_wrap {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 44px;
	z-index: 1000;
	max-width: 640px;
	margin: 0 auto;
	right: 0;
}

.sect_navi {
	width: atuo;
	height: 44px;
	line-height: 44px;
	text-align: center;
	z-index: 1000;
	font-size: 2.0rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333333;
	background: #FFF;
	position: relative
}

.sect_navi .back {
	display: block;
	width: 40px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 10px;
	background: url(../images/jt.png) center center no-repeat;
	background-size: 20px
}

.sect_navi .Process {
	width: 80px;
	height: 44px;
	line-height: 40px;
	position: absolute;
	right: 5px;
	padding-right: 5px;
	top: 0;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: right
}

.sect_navi .Process img {
	width: 23px;
	margin-top: 4px;
}

.sect_navi .Process input {
	border: 0;
	height: 44px;
	color: #FFF;
	width: 80px;
	font-size: 1.6rem;
	text-align: right;
	background: none;
}

.sect_navi a {
	color: #FFF;
	width: 40px;
	margin-right: 5px;
	height: 44px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.sect_navi a:active {
	background: #f5f5f5
}

.sect_navi a:hover {
	background: #f5f5f5
}

.sect_navi:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(0deg, transparent 50%, #ebebeb 50%);
}


/*红色头部*/
.redHead .sect_navi {
	color: #FFF;
	background: #fb3242;
}

.redHead .sect_navi:before {
	height: 0;
}

.redHead .sect_navi .back {
	background: url(../images/jt02.png) center center no-repeat;
	background-size: 20px
}

.redHead .sect_navi a:active {
	background: #e4393c
}

.redHead .sect_navi a:hover {
	background: #e4393c
}

/*****公共头部************/
.SitePC .publicHeadBox {
	display: none;
}




/*邀请好友*/
#Share_Us {
	position: fixed;
	left: 0;
	z-index: 1003;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

#Share_Us.Share_Us_is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.Share_Us-container {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	text-align: center;
	-webkit-transform: translateY(400px);
	-moz-transform: translateY(400px);
	-ms-transform: translateY(400px);
	-o-transform: translateY(400px);
	transform: translateY(400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.Share_Us_is-visible .Share_Us-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.bdsharebuttonbox {
	width: 65%;
	margin-top: 20px;
	overflow: hidden;
}

.bdsharebuttonbox p {
	width: 50%;
	float: left;
	font-size: 12px;
	color: #3d3d3d;
}

.bds_qzone {
	background: url(../images/icon/share_qqa.png) center center no-repeat !important;
}

.bds_tsina {
	background: url(../images/icon/share_wba.png) center center no-repeat !important;
}

.bdsharebuttonbox a {
	width: 40px !important;
	height: 40px !important;
	background-size: 40px !important;
	margin: 0 auto 5px !important;
	display: block;
	color: #3d3d3d;
	font-size: 12px;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
	padding-left: 0 !important;
	float: none !important;
}

.shared_friends {
	width: 100%;
	height: auto;
	background: #fff;
	text-align: center;
	overflow: hidden;
	float: left;
	padding-bottom: 15px;
}

.shared_friends .shared_space {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto 10px;
}

.shared_friends .shared_space li {
	width: 33%;
	float: left;
	margin: 0 auto 0;
	line-height: 30px;
	color: #3d3d3d;
	font-size: 12px;
}

.shared_friends .shared_space li img {
	width: 40px;
}

/*邀请好友结束*/


/****底部***/
footer {
	width: 100%;
	height: 45px;
	position: fixed;
	z-index: 1000;
	overflow: hidden;
	bottom: 0px;
	left: 0;
	right: 0;
	max-width: 640px;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	background: #FFF
}

footer a {
	color: #9b9b9b;
	height: 44px;
	padding-top: 4px;
	text-align: center;
	line-height: 17px;
	display: block;
	width: 100%;
	font-size: 1.0rem;
	-webkit-box-flex: 1;
}

footer a i {
	display: block;
	width: 23px;
	height: 23px;
	margin: 0 auto;
	background-image: url(../images/icon/act03.png);
	background-repeat: no-repeat;
	color: #7e7e7e
}

footer a:hover {
	color: #7e7e7e;
}

footer a:visited {
	color: #7e7e7e;
}

footer #act01 i {
	background-position: 1px 3px;
	background-size: 45px
}

footer #act02 i {
	background-position: 1px -22px;
	background-size: 45px
}

footer #act03 i {
	background-position: 0px -45px;
	background-size: 45px
}

footer #act04 i {
	background-position: 2px -68px;
	background-size: 45px
}

footer #act01.cur i {
	background-position: -23px 2px;
	background-size: 45px
}

footer #act02.cur i {
	background-position: -25px -24px;
	background-size: 48px
}

footer #act03.cur i {
	background-position: -23px -45px;
	background-size: 45px
}

footer #act04.cur i {
	background-position: -24px -68px;
	background-size: 45px
}

footer a.cur {
	color: #6a3906
}

footer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(0deg, transparent 50%, #ebebeb 50%);
}

/*按钮*/
.login_btn {
	width: 80%;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	background: #e4393c;
	display: block;
	text-align: center;
	color: #FFF;
	border: 0px;
	font-size: 1.6rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*红色按钮*/
}

.btn_gray .login_btn {
	background: #0e7dca;
	margin-top: 15px;
}

.login_btn:active {
	color: #FFF;
}

.topfiexd {
	height: 110px;
	width: 100%;
}

.webapp .topfiexd {
	height: 50px;
}

/*暂无内容*/
.Air {
	margin-top: 180px;
	text-align: center;
	color: #999999
}

.Air .img {
	background: url(../images/icon/wu.png) center center no-repeat;
	background-size: 100px;
	margin: 0 auto 20px;
	width: 100px;
	height: 100px;
	/* border:1px dashed #b4b4b5; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;*/
}

.Air .order_img {
	background: url(../images/icon/orderimg.png) center center no-repeat;
	background-size: 100px;
}

.Air strong {
	font-size: 1.6rem;
}

.Air p {
	font-size: 1.4rem
}

.Air .Air_btn {
	width: 60%;
	margin: 20px auto
}

.Air .Air_btn li {
	width: 50%;
	float: left;
	height: 35px;
}

.Air .Air_btn li a {
	display: block;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #fb3242;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fb3242;
	height: 30px;
	line-height: 30px;
	font-size: 1.6rem;
}

.Air .Air_btn li:nth-child(2) a {
	background: #e4393c;
	color: #FFF
}



/*购物车没有商品*/
.EmptyCart {
	padding: 40px 0;
	text-align: center;
	color: #999999;
	font-size: 1.4rem;
	background: #f5f5f5;
	text-align: center
}

.EmptyCart .img {
	background: url(../images/car01.png) center center no-repeat;
	background-size: 80px;
	margin: 0 auto 10px;
	width: 80px;
	height: 80px;
}

.EmptyCart a {
	display: inline-block;
	margin-top: 15px;
	border: 1px solid #b8b8b8;
	padding: 0 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	font-size: 1.4rem;
}

.HotCart_Title {
	text-align: center;
	font-size: 1.6rem;
	color: #333333;
	line-height: 45px;
}

.HotCart_Nr {
	width: auto;
	overflow: hidden;
	padding: 10px;
}

.HotCart_Nr li {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

.HotCart_Nr li a {
	display: block;
	overflow: hidden;
	position: relative
}

.HotCart_Nr li .pro_img {
	width: 90%;
	height: auto;
	margin: 0 auto
}

.HotCart_Nr li .pro_img img {
	max-width: 100%;
	height: auto;
}

.HotCart_Nr li .text {
	width: 90%;
	text-align: center;
	margin: 0 auto
}

.HotCart_Nr li .text .pro_title {
	max-height: 40px;
	font-size: 1.4rem;
	line-height: 20px;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333333;
}

.HotCart_Nr li .text .pro_price {
	color: #333333;
	font-size: 1.4rem;
}

.youlike_nr li:nth-last-child(1) {
	margin-bottom: 0
}

/*加载*/
.productLoad_Back {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0px;
	z-index: 1001;
}

.productLoad_Wrap {
	width: 100px;
	background: url(../images/load.gif) center center no-repeat;
	background-size: 30px;
	position: fixed;
	z-index: 1002;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100px;
}

/*分页页码*/
.page-list {
	width: 96%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	clear: both;
	margin: 20px auto;
	background: #fff;
}

.page-list a,
.page-list span {
	display: none;
	margin: 0 auto;
	-webkit-box-flex: 1;
	width: 100%;
	line-height: 35px;
	border: 1px solid #ddd;
	font-size: 1.0rem;
	text-align: center;
}

.page-list span {
	color: #999;
}

.page-list a {
	color: #0156a6;
}

.page-list span:nth-child(1),
.page-list span:nth-child(2),
.page-list a:nth-child(2) {
	display: block;
}

.page-list span:nth-last-child(1),
.page-list a:nth-last-child(1) {
	display: block;
	border-right-color: #ddd;
}

.page-list .current {
	display: block;
}


/*分享到微信*/
#mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 20000;
}

#mcover img {
	position: fixed;
	right: 18px;
	top: 5px;
	width: 260px !important;
	height: 180px !important;
	z-index: 20001;
}



/*搜索弹出层*/
.BoxSearch {
	width: 100%;
	padding: 10px 0;
	background: #FFF
}

.BoxSearch .BoxSearch_L {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 60px;
	background: url(../images/jt01.png) center center no-repeat;
	background-size: 20px;
}

.BoxSearch .BoxSearch_L:hover {
	background: url(../images/jt01.png) center center no-repeat;
	cursor: pointer;
	background-size: 20px;
}

.BoxSearch .BoxSearch_R {
	width: auto;
	margin: 0 10px 0 40px;
	border: 1px solid #ebebeb;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.BoxSearch .BoxSearch_R .s_box {
	width: 70%;
	font-size: 1.4rem;
	border: 0;
	padding-left: 5px;
	color: #707472;
	background: none;
	height: 40px;
}

.BoxSearch .BoxSearch_R .s_btn {
	cursor: pointer;
	width: 40px;
	background: url(../images/s.png) center center no-repeat;
	background-size: 20px;
	height: 40px;
	color: #FFF;
	border: 0;
	position: absolute;
	right: 0;
	top: 0
}

.BoxSearch .BoxSearch_R .s_btn:active {
	background: none;
	border: 0
}

.HotSeach {
	width: auto;
	padding: 15px 15px 0;
	overflow: hidden;
	color: #333333;
	font-size: 1.6rem;
	position: relative
}

.HotSeach .HotSeach_L {
	font-size: 1.5rem;
	color: #333333;
	line-height: 45px;
}

.HotSeach .HotSeach_nr {}

.HotSeach .HotSeach_nr li {
	display: inline-block;
	background: #e9e9e9;
	font-size: 1.2rem;
	padding: 5px;
	margin: 0 10px 10px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.HotSeach .HotSeach_nr li a {
	display: block;
	color: #333333;
	padding: 0 10px;
}

.History_title {
	padding: 10px;
	margin-top: 10px;
	font-size: 1.5rem;
}

.HistorySearch {
	width: auto;
}

.HistorySearch li {
	height: 40px;
	padding: 0 10px;
	overflow: hidden;
	line-height: 40px;
	position: relative;
	background: #f3f5f7;
	border-bottom: 1px solid #dcdcdc;
	color: #666666;
	font-size: 1.4rem;
}

.HistorySearch li:active {
	background: #e7e7e7
}

.HistorySearch li a {
	display: block;
}

.HistorySearch li span {
	position: absolute;
	display: none;
	right: 10px;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../images/icon/close01.png) center center no-repeat #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-size: 25px;
}

.RemoveSearch {
	background: #f3f5f7;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}

.RemoveSearch .Search_btn {
	width: 50%;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.4rem;
	border: 1px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.SeachHide {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: absolute
}

.SeachHide::-webkit-scrollbar {
	display: none;
}

#SeachShow {
	position: fixed;
	left: 0;
	z-index: 9999;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.6s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.6s;
	transition: opacity 0.3s 0s, visibility 0s 0.6s;
}

#SeachShow.Seach_visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.Seachcon {
	position: absolute;
	top: 0px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	background: #f5f5f5;
	-webkit-transform: translateY(400px);
	-moz-transform: translateY(400px);
	-ms-transform: translateY(400px);
	-o-transform: translateY(400px);
	transform: translateY(400px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.Seach_visible .Seachcon {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

/*搜索弹出层*/


/********************************************弹窗样式******************************************************************************/


.WYZ_alert {
	width: 244px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #000;
	-moz-user-select: none;
	/*Unselectable*/
	-webkit-user-select: none;
	user-select: none;
	z-index: 1002
}

.WYZ_alert_bg {
	position: fixed;
	top: 0px;
	z-index: 1001;
	left: 0px;
	height: 100%;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000');
	/*For IE7-*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000',endColorstr='#80000000')";
	/*For IE8*/
	background: rgba(0, 0, 0, 0.3)
		/*For IE9*/
	;
	-moz-user-select: none;
	/*Unselectable*/
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}


.WYZ_alert .side_top {
	font-size: 1.7rem;
	height: 35px;
	padding-top: 10px;
	background: #FFF;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	text-align: center;
	line-height: 35px;
}

/*弹框标题*/


.WYZ_alert .alt_bg {
	background: #FFF;
	overflow: hidden;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
}

/*弹框背景*/
.WYZ_alert .alt_content {
	padding: 7px 5px 15px;
	font-size: 1.5rem;
}

/*自动消失提示框*/
.WYZ_alert .autoClose {
	width: 150px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 5px;
	text-align: center;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.6);
}

.WYZ_alert .autoClose .alt_content {
	padding: 0
}

/*一个按钮是的样式*/
.WYZ_alert .alt_button {
	margin: 0 auto;
	height: 45px;
	border-top: 1px solid #eeeeee;
	color: #5b5b5b;
	width: 100%;
	line-height: 45px;
}

.WYZ_alert .alt_button .No_one:active {
	background: #f3f3f3;
}

/*两个按钮是的样式*/
.WYZ_alert .alt_button_def {
	display: -webkit-box;
	display: -o-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-o-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
}

.WYZ_alert .alt_button_def .alt_button_bg {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
}

.WYZ_alert .alt_button_def .alt_button_bg:nth-child(1) {
	border-right: 1px solid #eeeeee
}

.WYZ_alert .alt_button_def .No_not:active {
	background: #f3f3f3;
}

.WYZ_alert .alt_button_def .No_ok:active {
	background: #f3f3f3;
}


/* Animation Effect */
.WYZ_alert.WYZ_alertpopup {
	-webkit-animation: WYZ_alert_popup .35s ease-in-out;
	animation: WYZ_alert_popup .35s ease-in-out;
	z-index: 1002;
}

@-webkit-keyframes WYZ_alert_popup {
	0% {
		opacity: 0;
		-webkit-transform: scale(.65, .65);
	}

	33% {
		opacity: 100;
		-webkit-transform: scale(1.05, 1.05);
	}

	66% {
		-webkit-transform: scale(.95, .95);
	}

	100% {
		-webkit-transform: scale(1, 1);
	}
}

@keyframes WYZ_alert_popup {
	0% {
		opacity: 0;
		transform: scale(.65, .65);
	}

	33% {
		opacity: 100;
		transform: scale(1.05, 1.05);
	}

	66% {
		transform: scale(.95, .95);
	}

	100% {
		transform: none;
	}
}

.WYZ_alert.WYZ_alertclose {
	-webkit-animation: ios6alert_close .1s ease-out;
	animation: WYZ_alert_close .1s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes WYZ_alert_close {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.9, .9);
	}
}

@keyframes WYZ_alert_close {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: scale(.9, .9);
	}
}

.WYZ_alertbgpop {
	-webkit-animation: WYZ_alert_bgpop .7s ease-in-out;
	animation: WYZ_alert_bgpop .7s ease-in-out;
}

@-webkit-keyframes WYZ_alert_bgpop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes WYZ_alert_bgpop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.WYZ_alertbgclose {
	-webkit-animation: WYZ_alert_bgclose .1s ease-out;
	animation: WYZ_alert_bgclose .1s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes WYZ_alert_bgclose {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes WYZ_alert_bgclose {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*******************************************--/弹窗样式******************************************************************************/




/******通用弹框*******/
.Bullet {
	position: fixed;
	left: 0;
	z-index: 100000;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;

}

.Bullet.effect {
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.Bullet.winshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.Bullet_wrap {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: auto;
	right: 0;
	left: 0;
	margin: -130px 40px 0;
	height: atuo;
	background: #FFF;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.winshow .Bullet_wrap {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.Bullet .Bullet_wrap .Bullet_title {
	width: auto;
	text-align: center;
	padding: 25px 0 0 15px;
	font-size: 1.5rem;
	color: #FFF;
	position: relative
}

.Bullet .Bullet_wrap .Bullet_title img {
	width: 100px;
	display: block;
	margin: 0 auto;
}

.Bullet .Bullet_wrap .Bullet_nr {
	width: auto;
	padding: 0 15px 15px;
	overflow: hidden;
	text-align: center;
}

.Bullet .Bullet_wrap .Bullet_nr .text {
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
	color: #333333
}

.Bullet .Bullet_wrap .Bullet_nr .text strong {
	color: #f02b2b
}

.Bullet .Bullet_wrap .Bullet_nr .Bullet_btn {
	width: auto;
	margin: 10px 35px 20px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*蓝色通用按钮*/
	cursor: pointer;
	color: #FFF;
	background: #1d98f5;
}

.Bullet .Bullet_wrap .Bullet_title .Bullet_Colse {
	background: url(../images/Bullet_Colse.png) left center no-repeat;
	background-size: 18px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}


/******通用弹框*******/


.msg_img {
	margin: 25px auto;
}

.msg_img img {
	display: block;
	margin: 0 auto;
}

.msg_tips {
	margin: 0 30px 30px;
	color: #b8b8b8;
	text-align: center;
	font-size: 1.5rem;
}

.msg_tips strong {
	display: block;
	color: #202020;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.msg_tips span {
	color: #ff2e13;
	padding: 0 5px
}

.msg_btn_double {
	width: auto;
	margin: 30px auto;
	text-align: center;
}

.msg_btn_double a {
	margin: 15px auto;
	width: 80%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	color: #FFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #fb3d45
}

.msg_btn_double a.on {
	border: 1px solid #fb3d45;
	color: #fb3d45;
	background: #FFF
}

.msg_btn {
	width: auto;
	margin: 30px auto;
	text-align: center;
}

.msg_btn a {
	display: block;
	margin: 0 auto;
	width: 80%;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	background: #fb3d45;
	color: #FFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.msg_order {
	width: 80%;
	margin: 0 auto;
	color: #666666;
	line-height: 26px;
	font-size: 1.4rem
}

.msg_order span {
	color: #fb3d45
}

/* .webapp .top-T_Wrap {
    display: none;
}
 */

/*导航*/

.webapp .tel {
	display: none;
}

.webapp .youlike_nr li {
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box
}

.gousers {
	position: fixed;
	right: 20px;
	bottom: 150px;
	z-index: 80;
}

.gousers.home {
	bottom: 200px;
}

.gousers>div {
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 40px;
	height: 40px;
	line-height: 10px;
}

.gousers img {
	width: 16px;
	margin-bottom: 4px;
}

.gousers span {
	display: block;
}





/*绑定手机号弹框*/
#T_mob_invoice {
	position: fixed;
	left: 0;
	z-index: 10;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	display: flex;
	align-items: center;
	justify-content: center
}

#T_mob_invoice.winshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;

}

.T_mob_invoice_wrap {
	z-index: 1100;
	background: #FFF;
	width: 80%;
	border-radius: 10px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.winshow .T_mob_invoice_wrap {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.T_mob_invoice_wrap .mobilebox {
	padding: 20px
}

.mobilebox .Rev_Mobile {
	margin: 0
}

.mobilebox .Rev_Mobile li {
	margin-bottom: 10px;
	overflow: inherit;
	padding: 0
}

.mobilebox .Rev_Mobile .inpu {
	border: 0.5px solid rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 0 10px;
	background: #FFF
}

.mobilebox .Rev_Mobile li:before {
	height: 0;
	width: 0;
}

.mobilebox .login_btn {
	width: 100%;
	margin-top: 20px;
	height: 45px;
	line-height: 45px;
}

.mobilebox .colse {
	position: absolute;
	width: 35px;
	height: 35px;
	background: url("../images/close.png") center center no-repeat;
	background-size: 15px;
	border: 1px solid #fff;
	border-radius: 50px;
	left: 0;
	right: 0;
	bottom: -60px;
	margin: auto
}







/*绑定手机号弹框*/
#kx_invoice,
#kx_cha {
	position: fixed;
	left: 0;
	z-index: 10;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	display: flex;
	align-items: center;
	justify-content: center
}

#kx_invoice.winshow,
#kx_cha.winshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;

}



.kx_invoice_wrap {
	z-index: 1100;
	background: #FFF;
	width: 80%;
	padding: 20px;
	border-radius: 10px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.winshow .kx_invoice_wrap {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.kx_invoice_wrap .mobilebox {
	padding: 20px
}

.ykxClass {
	position: relative;
	filter: grayscale(100%);
	min-height: 100vh
}

.ykxClass::after {
	/*
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	background: rgba(0,0,0,0.1);
*/

}
