/* reset start */
@font-face {
  font-family: 'iconfont';  /* project id 319720 */
  src: url('//at.alicdn.com/t/font_319720_q9eind3857ddvx6r.eot');
  src: url('//at.alicdn.com/t/font_319720_q9eind3857ddvx6r.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_319720_q9eind3857ddvx6r.woff') format('woff'),
  url('//at.alicdn.com/t/font_319720_q9eind3857ddvx6r.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_319720_q9eind3857ddvx6r.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 1.2rem;
	color: #999999;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.guide{ 
	-webkit-background-size:cover; 
	background-size:cover; 
	background-position:center; 
	width:100%; height:100%; 
	position:absolute; 
	top:0; left:0; 
	z-index:99999999;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
span,
button,
textarea,
p,
select,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", STXihei, STHeiti, Heiti, SimSun, sans-serif;
	font-size: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="number"],
button,
textarea,
select {
	-webkit-appearance: none;
}

html {
	background: #f2f2f2;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

input[type=text]:focus,
input[type=text],
input[type=password]:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

body {
	color: #333;
	font-size: .75rem;
}

ul,
li,
dl,
dd,
dt,
ol,
.icon {
	list-style: none;
}

a,
input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

img {
	border: none;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

.border-none {
	border: none!important;
}

.clearfloat:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfloat {
	zoom: 1;
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.panel {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	font-size: .75rem;
	border-bottom: 1px #e5e5e5 solid;
	border-top: 1px #e5e5e5 solid;
	margin-top: .5rem;
}

.padding_10 {
	padding: 3% 0;
}

.pad_10 {
	padding: 3%;
	width: 94%;
	height: auto;
	overflow: hidden;
	background: #fff;
	font-size: .75rem;
	border-bottom: 1px #e5e5e5 solid;
	border-top: 1px #e5e5e5 solid;
	margin-top: .5rem;
}


/* reset end */

.font_color_red {
	color: #02b3d5;
}

.font_color_reddark {
	color: #BD8888;
}

.font_color_gary {
	color: #999999;
}

.font_color_green {
	color: #1ac5a3;
}

.font_color_white {
	color: white;
}

.font_color_blue {
	color: #53d3fc;
}

.font_color_yellow {
	color: #fcc85f;
}

.font_color_orange {
	color: #fc6f53;
}

.font_color_violet {
	color: #9a60f0;
}
.font_line_through {
	text-decoration: line-through;
	font-style: normal;
	color: #999;
}

.foot_btn {
	width: 100%;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	height: 3rem;
	line-height: 3rem;
	position: fixed;
	bottom: 0;
}

.btn_red {
	padding: 0 .6rem;
	height: 1.4rem;
	font-size: .75rem;
	line-height: 1.4rem;
	background: #02b3d5;
	color: #fff;
	border: none;
	border-radius: .1rem;
	margin: .4rem;
}

.btn_foot_red {
	width: 100%;
	height: 2.4rem;
	line-height: 2.4rem;
	background: #02b3d5;
	border: none;
	color: #fff;
	z-index: 999;
	position: fixed;
	bottom: 0;
}

.btn_circle {
	width: 3rem;
	height: 3rem;
	line-height: 0.9rem;
	background: rgba(2, 179, 213, 0.9);
	border: none;
	color: #fff;
	z-index: 99;
	position: fixed;
	bottom: 3rem;
	right: 1rem;
	border-radius: 50%;
	font-size: 0.6rem;
	-moz-box-shadow: 1px 1px 8px rgba(154, 154, 154, 0.71);
	-webkit-box-shadow: 1px 1px 8px rgba(154, 154, 154, 0.71);
	box-shadow: 1px 1px 8px rgba(154, 154, 154, 0.71);
}

.btn_circle i {
	color: white;
	font-size: 1.1rem;
}


 

.btn_border {
	display: inline-block;
	padding: 0 .8rem;
	font-size: .7rem;
	line-height: 1.6rem;
	background: #fff;
	border-radius: .1rem;
	margin: .4rem;
} 
 


.btn_border_gray {
	border: solid 1px #ccc;
	color: #ccc;
	border-radius: 2px;
}

.btn_border_red {
	border: solid 1px #02b3d5;
	color: #02b3d5;
	border-radius: 2px;
}


.btn_border2 {
	display: inline-block;
	padding: 0 .8rem;
	font-size: .7rem;
	line-height: 1.6rem;
	background: #fff;
	border-radius: .1rem;
	margin: .4rem;
}


.btn_border_small {
    display: inline-block;
    padding: 0 .4rem;
    font-size: .6rem;
    line-height: 0.6rem;
    background: #fff;
    border-radius: .1rem;
    margin: .1rem;
}

/*头部弹出菜单*/

.hid {
	display: none;
}


.Triangle {
	width: 100%;
	height: 1.1rem;
	display: none;
}

.Triangle h2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent rgba(50, 50, 50, 0.99) transparent;
	border-width: .5rem;
	transition: 0.6s;
	float: right;
	margin-right: .5rem;
	margin-top: 0.4rem;
	display: none;
}

.goods_nav ul {
	width: 100%;
	overflow: hidden;
	background-color: rgba(45, 45, 45, 0.95);
	border-radius: .2rem;
	margin-top: 0;
}

.goods_nav li {
	width: 100%;
	padding-left: 0.7rem;
	line-height: 2.4rem;
	border-bottom: 1px solid #616161;
}

.goods_nav li:after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.nl5 {
	background: #2D2D2D
}

.goods_nav li a {
	display: block;
	line-height: 2.4rem;
}

.goods_nav li span {
	display: block;
	float: left;
	font-style: normal;
	color: #999999;
	font-size: .75rem;
	line-height: 2.4rem;
}

.goods_nav li i {
	display: block;
	float: left;
	line-height: 2.4rem;
	padding-right: 0.2rem;
}


/* 页面头部  */

.header {
	width: 100%;
	font-size: 0.8rem;
	line-height: 2.25rem;
	background: white;
	position: fixed;
	top: 0;
	z-index: 100;
	color: #55555;
	border-bottom: 1px #e5e5e5 solid;
}

.header_empty {
	width: 100%;
	height: 2.25rem;
}

.h-left {
	float: left;
	width: 15%;
	height: 2.4rem;
}

.h-left a .icon {
	line-height: 2.4rem;
	margin-left: .4rem;
}

.h-right {
	float: right;
	width: 15%;
	height: 2.4rem;
}

.h-mid {
	width: 70%;
	height: 2.4rem;
	float: left;
	text-align: center;
	color: #555;
	font-size: .85rem;
	line-height: 2.4rem;
	position: relative;
	overflow: hidden;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

.h-mid h6 {
	color: #333;
	font-size: .8rem;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-weight: normal;
}


/*弹出菜单*/

.top_bar {
	float: right;
	display: block;
	width: 2.2rem;
	height: 2.6rem;
	line-height: 2.7rem;
	float: right;
}

#show_more {
	width: 1.8rem;
	height: 1.2rem;
	float: right;
}

.goods_nav {
	width: 30%;
	right: .26rem;
	overflow: hidden;
	position: fixed;
	top:2.5rem;
	z-index: 999;
}


/*tab 选项卡样式*/

.dis {
	display: block;
}

.undis {
	display: none;
}


/*footer_nav*/

.footer_nav {
	width: 100%;
	height: 3rem;
	position: fixed;
	bottom: 0;
	z-index: 100;
	border-top: 1px solid #e5e5e5;
	background-color: rgba(255, 255, 255, 0.98);
}

.footer_nav li {
	float: left;
	width: 20%;
	text-align: center;
}

.footer_nav li a {
	display: block;
	line-height: 1.28rem;
	padding-top: 0.5rem;
}

.footer_nav li img {
	width: 1.28rem;
	height: 1.28rem;
}

.footer_nav li span {
	display: block;
	font-size: 0.7rem;
	line-height: 0.8rem;
	color: #888888;
}

.footer_empty {
	height: 3rem;
	line-height: 3rem;
	clear: both;
}

.footer_icon {
	font-size: 1.4rem;
}


/*底部样式*/

.footer {
	width: 100%;
	line-height: 3rem;
	z-index: 20;
	background: #FFFFFF;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #e5e5e5;
	padding-left: 3%;
	box-sizing: border-box;
}

.footer_left li {
	float: left;
	margin-right: .5rem;
}

.footer_left .btn_delete a {
	padding: .2rem .65rem;
	border-radius: .26rem;
}

.footer_right li {
	float: right;
}

.footer_right li em {
	display: block;
	font-size: .95rem;
	line-height: 2rem;
}

.footer_right li strong {
	display: block;
	font-size: .85rem;
	text-indent: .2rem;
	line-height: .2rem;
	font-weight: normal;
}

.footer_right .pay_for {
	margin-left: 1.2rem;
	font-size: .90rem;
	display: block;
	padding: .2rem 1.2rem;
	line-height: 2.68rem;
	background: #02b3d5;
	color: #FFFFFF;
}

.bottom_action {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100;
	border-top: 1px solid #e5e5e5;
	background-color: rgba(255, 255, 255, 0.98);
}

.bottom_action a {
	display: block;
	padding: 0.7rem 0;
	line-height: 1rem;
	width: 33%;
	float: left;
	text-align: center;
}

.bottom_action2 a {
	display: block;
	padding: 0.7rem 0;
	line-height: 1rem;
	width: 50%;
	float: left;
	text-align: center;
}

.bottom_action3 a {
	display: block;
	padding: 0.2rem 0;
	line-height: 1rem;
	width: 33%;
	float: left;
	text-align: center;
}

.bottom_action i {
	font-size: 0.95rem;
	margin-right: 0.4rem;
	line-height: 1rem;
}

.bottom_action3 i {
	font-size: 0.9rem;
	margin-right: 0;
	line-height: 1.6rem;
}

.bottom_action p {
	display: block;
	font-size: 0.7rem;
	line-height: 0.8rem;
	color: #888888;
}

.bottom_action input {
	width: 84%;
	background: white;
	border-radius: 0.2rem;
	line-height: 1.8rem;
	margin: 0.3rem;
	text-indent: 0.4rem;
}

.bottom_action button {
	background: none;
	border: none;
	color: #666666;
}

.login_index img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin: .4rem;
}
/*信息提示页*/

.tips i {
	display: block;
	width: 100%;
	font-size: 3.5rem;
	text-align: center;
	margin-top: 1rem;
}

.tips center {
	display: block;
	font-size: 0.8rem;
	padding-bottom: 2rem;
}

.tips_btn {
	text-align: center;
	overflow: hidden;
	line-height: 140%;
	margin-top: .53rem;
	font-size: .75rem;
	margin-bottom: 1rem;
}

.tips_btn .tishi {
	border: 1px solid #02b3d5;
	padding: .26rem;
	color: #fff;
	background: #02b3d5;
	border-radius: .2rem;
	width: 38%;
	display: inline-block;
	margin: auto;
	font-size: .7rem;
	margin: 0px 3px;
}


/*列表为空*/

.circle {
	/*width: 40%;
	height: 38vw;
	margin: 0 30%;
	border-radius: 50%;
	background: #FDDCDC;*/
	width: 40%;
	/* height: 38vw; */
	margin: 0 30%;
	border-radius: 50%;
	/* background: #FDDCDC; */
}

.box_empty i {
	/*display: block;
	width: 100%;
	font-size: 3.5rem;
	text-align: center;
	margin-top: 1rem;
	color: white;
	padding-top: 19%;*/
	display: block;
	width: 100%;
	font-size: 3.5rem;
	text-align: center;
	/* margin-top: 1rem; */
	color: #E5E5E5;
	padding-top: 8%;
}

.box_empty center {
	/*display: block;
	font-size: 0.85rem;
	line-height: 3rem;
	color: #02b3d5;
	padding-bottom: 0.5rem;*/
	display: block;
	font-size: 0.85rem;
	/* line-height: 3rem; */
	color: #E2E2E2;
	padding-bottom: 0.5rem;
}

.box_empty_btn {
	/*width: 80%;
	margin: 0 10%;
	overflow: hidden;
	margin-bottom: 1rem;*/
	width: 80%;
	margin: 5% 10%;
	overflow: hidden;
	margin-bottom: 1rem;
}

.box_empty_btn a {
	/*display: block;
	text-align: center;
	float: left;
	width: 40%;
	padding: 0 2%;
	font-size: .75rem;
	line-height: 2rem;
	background: #02b3d5;
	color: #fff;
	border: none;
	border-radius: 1.3rem;
	margin-left: 27%;*/
	display: block;
	text-align: center;
	float: left;
	width: 36%;
	padding: 0 2%;
	font-size: .7rem;
	line-height: 1.8rem;
	/* background: #02b3d5; */
	color: #02b3d5;
	border: none;
	border-radius: 1.3rem;
	margin-left: 29%;
	border: solid 1px #02b3d5;
}

.sort span {
	text-align: left;
}

.sorticon {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.sorticon i {
	display: block;
	line-height: 6px;
	font-size: 1.1rem !important;
}

.hide {
	display: none;
}

.show {
	display: block;
}


/*pages.lbi翻页效果css*/

.pagenav-wrapper .pagenav-content {
	width: 100%;
	padding: 20px 0px 20px;
	text-align: center;
	line-height: 29px;
	overflow: hidden;
}

.pagenav-wrapper .pagenav {}

.pagenav-wrapper .pagenav a {
	color: #333;
}

.pagenav-wrapper .pagenav>div {
	background-color: #fff;
	border: 1px solid #ccc;
	line-height: 1.5rem;
	white-space: nowrap;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
}

.pagenav .p-first,
.pagenav .p-end {
	width: 59px;
	display: inline-block
}

.pagenav .p-prev,
.pagenav .p-next {
	width: 59px;
	margin: 0 .26rem;
	display: inline-block;
	font-size: .7rem;
}

.pagenav .p-num {
	width: 1.6rem;
	margin: 0 .26rem;
	display: inline-block
}

.pagenav .pagenav-text {
	min-width: 100px;
	height: 29px;
}

.pagenav .pagenav-text span {
	font-size: 16px;
}

.pagenav .pagenav-cur {
	position: relative;
	background: #fff;
	height: 29px;
}

.pagenav .pagenav-select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	#z-index: 1;
	opacity: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.pagenav .pagenav-cur i {
	display: inline-block
}

.pagenav-wrapper .pagenav .p-gray {
	background-color: #fdfdfd;
	color: #b4b1b1
}

.pagenav a:hover {
	text-decoration: none
}

.global-nav__nav-shop-cart-num {
	position: absolute;
	top: 2px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: .53rem;
	width: .7rem;
	height: .7rem;
	line-height: .7rem;
	background: #ff2233;
	border-radius: 50%;
}


/* 购物车弹出效果*/

a.redBtn {
	background-color: #02b3d5;
	height: 1.6rem;
	line-height: 1.6rem;
	color: #fff;
	border-radius: .21rem;
	border: none;
	position: relative;
	display: inline-block;
	width: 45%;
	margin: .53rem 0 0 .53rem;
	text-align: center;
}

.greyBtn {
	background-color: #e2e2e2;
	border-radius: .21rem;
	height: 1.6rem;
	line-height: 1.6rem;
	border: none;
	position: relative;
	display: inline-block;
	width: 45%;
	margin: .53rem 0 0 .53rem;
	text-align: center;
	color: #fff;
}

.cartitle {
	height: 3.26rem;
	line-height: 3.26rem;
	color: #FFF;
	font-size: .75rem;
	font-weight: bold;
	text-align: left;
	text-indent: 1.26rem;
	background: #02b3d5;
}

.cartbntfloat {
	text-align: center;
	padding: 1.26rem 0 0px;
	margin-bottom: .53rem;
	clear: both;
}

.touchweb_com-indexPop {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 99999999
}

.touchweb_com-indexPop.show {
	opacity: 1;
	visibility: visible;
}

.touchweb_com-indexPop .inner {
	width: 12.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem 1.1rem 1.26rem;
	-webkit-border-radius: .26rem;
	border-radius: .26rem;
	background-color: #fff;
	height: auto;
}

.touchweb_com-indexPop .inner .btn_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 1.6rem;
	margin-top: .53rem;
	text-align: center;
}

.touchweb_com-indexPop .inner .btn_box .btn {
	display: block;
	height: 1.6rem;
	line-height: 1.5rem;
	width: 5rem;
	font-size: 1.4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ff3c3c;
	-webkit-border-radius: .21rem;
	border-radius: .21rem;
	color: #333;
}

.touchweb_com-indexPop .inner .btn_box .btn_confirm {
	color: #fff;
	background-color: #02b3d5;
}

.touchweb_com-indexPop .inner .btn_box .btn_confirm:active {
	background-color: #ff0909;
}

.touchweb_com-indexPop .inner .btn_box .btn_cancel {
	border: 1px solid #9C9C9C;
	background-color: #9C9C9C;
	color: #FFF
}

.touchweb_com-indexPop .inner .btn_box .btn_cancel:active {
	background-color: #25C6FC;
}

.touchweb_com-indexPop {
	font-size: 2.25px;
}

.touchweb_com-indexPop .inner .content_name {
	margin-bottom: 1.2rem;
}

.touchweb_com-indexPop .inner .content_name p {
	line-height: 1rem;
	font-size: .75rem;
	color: #000;
}

.touchweb_com-indexPop .inner .btn_box .btn {
	font-size: .75rem;
}


/*购物车等页面，商品推荐人信息*/

.tuijian {
	line-height: 1.4rem;
	font-size: 0.6rem;
	float: right;
}


/*强制英文换行*/

p {
	word-break: break-all;
}


/*分享*/

.position_img {
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
}

.position_img img {
	width: 65%;
	position: absolute;
	top: .26rem;
	right: .26rem;
	z-index: 10000;
}
