﻿@charset "utf-8";
/* CSS Document */

*{	
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tbox > * {
height: 100%;
display: table-cell;
vertical-align: top;
}
.tbox {
width: 100%;
height: 100%;
}
a {
	color:#000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
html {
	height: 100%;
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 12px;
	line-height: 1.231;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	position: relative;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
img:not([src*="/"]){display:none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th, td, caption {
	vertical-align: middle;
}
textarea {
	resize: none;
	border: 0;
	padding: 8px 0;
	border-radius: 0;
}
input, button, select, textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
li {
	list-style: none;
}
.ofh {
	overflow: hidden;
}
.box {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.box > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

/*-----------------tg------------------*/
.animate{
	-webkit-transition:-webkit-transform .3s ease-in;
}
html,body,.container{
	min-height:100%;
}
.container{
	font-size:12px;
	max-width:640px;
	min-width:320px;
	margin:auto;
	position:relative;
	/*background: url(../imgs/tg/1.jpg) no-repeat center 0;
	background-size:100% 100%;*/
}
.gbuy_grid{
	background:#585858;
}
.gbuy_grid .nav_list_uls{
	margin-bottom:10px;
}
.gbuy_grid .nav_list_uls li{
	height:5px;
	background:transparent;
	border-radius:3px;
}
.gbuy_grid .nav_list_uls li.on{
	background: #f2852a;
}
.gbuy_grid .list_section{
	width:260px;
	width:85%;
	margin:auto;
	overflow:visible;
	padding:15px 0;
}
.gbuy_list_grid{

}
.gbuy_list_grid a{
	display: block;
	width:240px;
	width:90%;
	margin:auto;
	background:#9c9c9c;
	padding:3px 5px 10px;
	-webkit-box-sizing:border-box;
}
.gbuy_list_grid a>div{
	background:#ffffff;
}

.gbuy_list_grid figure span.span_img{
	display: block;
}

.gbuy_list_grid a figure img{
	width:100%;
	max-height: 180px;
}

.gbuy_list_grid figcaption{
	background:#dadada;
	color:#585858;
	font-size:14px;
	text-align:center;
}

.gbuy_list_grid figcaption dd{
	width:50%;
	height:25px;
	line-height:25px;
}
.gbuy_list_grid figcaption dd:first-of-type{
	text-align: left;
	text-indent: 20px;
}
.gbuy_list_grid figcaption dd span{
	color:#ff8603;
	padding-left:5px;
}
.gbuy_list_grid .price{
	font-size:25px;
	color: #ff8808;
	border-bottom:1px solid #ff8808;
	padding:5px 15px;
	-webkit-box-sizing:border-box;
}
.gbuy_list_grid .price h3 span{
	font-size:12px;
	color:#878787;
	margin-left:5px;
}

.gbuy_list_grid article h4{
	color:#333333;
	background:#f8f8f8;
	font-size:17px;
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-box-sizing:border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	width: 100%;
}
.gbuy_list_grid article h4 label{
      display: block;
        width: 200px;
        text-overflow: ellipsis;
        overflow: hiden;
        overflow: hidden;
    }
.gbuy_list_grid article p{
	font-size: 13px;
	line-height: 20px;
	color: #585858;
	padding: 5px;
	overflow: hidden;
	white-space: normal;
	padding: 10px 20px;
	height: 94px;
	overflow: hidden;
	border-bottom: 20px solid #ffffff;
}

@media screen and (min-height: 400px){
	.gbuy_list_grid article p{
		height:110px;
	}
}

/*====================tg_d===================*/
.gbuy_detail .body{
	font-size:14px;
}

.detail_price .header{
	height:53px;
	position: relative;
}
.detail_price .header ol{
	height:53px;
	background:#ffffff;
	border-bottom:1px solid #ff8808;
}
.detail_price .header ol.on{
	position: fixed;
	width:100%;
	margin:auto;
	top:0;
	left:0;
	right:0;
	z-index:10;
	
}
.detail_price .header a{
	display:block;
	width:100px;
	height:40px;
	margin:6px 8px;
	text-align: center;
	border-radius: 5px;
	background:#ff8808;
	color:#ffffff;
	font-size:17px;
	line-height:40px;
}
.detail_price .header a.on{
	background:#efc69a;
}
.detail_price .header a.disabled{
	background:#afafaf;
}

.detail_price .header label{
	line-height:53px;
	color:#ff8808;
	font-size:30px;
	margin-left:10px;
}
.detail_price .header label span{
	font-size:12px;
	font-weight: 100;
	color:#666666;
	padding-left:10px;
}

.detail_price article{
	margin:5px 10px;
}
.detail_price article h3{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.detail_price article .p{
	font-size:14px;
	color:#666666;
	line-height:20px;
}

.detail_price article .f a, .detail_price article .f label{
	font-size:13px;
	color:#878787;
	line-height:25px;
	height:25px;
	display: inline-block;
	margin:3px 0;
	margin-right:10px;
}
.detail_price article .f p:nth-of-type(2){
	border-top:1px dashed #878787;
}
.detail_price article .f .collect{
	color:#ff8808;
}

.detail_price article .f .collect .icons_collect{
	display: inline-block;
	width:25px;
	height:25px;
	background-size:56px auto;
	background-position:-13px -465px;
}
.detail_price article .f .collect .icons_collect.on{
	background-position: -13px -522px;
}
/****/
.detail_section h6{
	line-height:35px;
	height:35px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:0 10px;
	-webkit-box-sizing:border-box;
	color:#888888;
	font-size:13px;
	background: #f8f8f8;
}

.detail_section ul{
	font-size:14px;
	color: #333333;
	line-height:18px;
	padding:5px 10px;
}
.detail_section ul li{
	vertical-align: middle;
}
.detail_section ul li:nth-of-type(2){
	border-left:1px solid #cccccc;
}
.detail_section ul li:nth-of-type(2) a{
	display: block;
	width: 60px;
	height:60px;
	margin:5px 0;
	padding:0 5px;
}
.detail_section ul li:nth-of-type(2) a .icons_phone{
	display: block;
	width:60px;
	height:60px;
	background-size:60px auto;
	background-position: center -419px;
}

.detail_section ol .more_store{
	display: block;
	height:35px;
	line-height:35px;
	border-top:1px dashed #c8c8c8;
	padding:0 40px 0 10px;
	position: relative;
	overflow: hidden;
}
.detail_section ol .more_store label{
	color:#ff8a0c;
}
.detail_section ol .more_store .icons_right{
	position: absolute;
	right:15px;
	top:10px;
	display: inline-block;
	width:15px;
	height:15px;
	border:1px solid #ccc;
	border-color:#ccc #ccc transparent transparent;
	-webkit-transform:rotateZ(45deg);
}

.detail_section.new_msg article{
	padding:10px;
	color: #ff8a0c;
	line-height: 20px;
}

.detail_section.detail_info article{
	padding:10px;
	line-height:20px;
	white-space: pre-line;
}

.br1{
	display: block;
	height: 5px;
	border-bottom: 5px solid #f0efed;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0efed), to(#c4c4c4));
}
/*************************************************/

.box_swipe{
	overflow:hidden;
	position:relative;
}
.box_swipe>ul li{position:relative;}
.box_swipe>ul li a{
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.box_swipe>ol{
	margin-top:10px;
	height:20px;
	/*position: absolute;
	z-index:10;
	bottom:0;*/
	width:100%;
	text-align:center;
	-webkit-box-sizing:border-box;
	position: absolute;
	z-index: 10;
	bottom: 5px;
	pointer-events:none;
}

.box_swipe>ol>li{
	display:inline-block;
	margin:5px;
	width:10px;
	height:10px;
	background-color:rgba(255,255,255,0.5);
	border-radius: 10px;
}
.box_swipe>ol>li.on{
	background-color:#ffffff;
}
.icons{
	background:url(/images/O2O/icons1.png) no-repeat center 0;
	-webkit-background-size:50px auto;
}


