@charset "utf-8";
/* CSS Document */
body{
	background-color: #f6f6f6;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
/*头部*/
#scrollSearchPro {
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: none;
}
.current {
    color: #FF5E53;
    border-bottom: 2px solid #FF5E53;
}
#scrollSearchPro span {
    margin: 0 15px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 14px;
}
.aui-icon-share-pd {
    background-image: url(/public/gsdjfp/images/nav-icon.png);
    background-size: 22px;
    width: 22px;
    height: 22px;
}
.aui-header-drop-down {
    z-index: 999;
    display: none;
    width: 100px;
    border-radius: 3px;
    position: absolute;
    top: 50px;
    right: 9px;
    background: #fff;
    box-shadow: 0 0 10PX 0PX rgba(155,143,143,0.6);
    -webkit-box-shadow: 0 0 10PX 0PX rgba(155,143,143,0.6);
    -moz-box-shadow: 0 0 10PX 0PX rgba(155,143,143,0.6);
}
.aui-header-drop-down-san {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -8px;
    right: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.aui-header-drop-down p {
    font-size: 12px;
    color: #1b1b1b;
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}
/*轮播图*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 10px;
    background-color: #fff;
}
.banner{
	margin-left:-15px;
	margin-right:-15px;
}
.banner img{
	max-width:100vw;
	max-height:100vw;
	height:100%;
	background: url(../images/loading.gif) center center no-repeat;
}
.swiper-pagination-bullet-active{
	background:#ff8800;
}
/*价格*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.aui-real-price {
    padding: 15px 15px 0 15px;
}
.aui-real-price span {
    font-size: 20px;
    color: #d4244e;
    float: left;
    font-weight: 700;
}
.aui-real-price span i {
    font-size: 12px;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/*秒杀*/
.detail_decoration.bg_red {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    color: #fff;
    background: -webkit-gradient(linear,left top,right top,from(#ff8800),to(#f63234));
    background: -webkit-linear-gradient(left,#ff8800,#f63234);
    background: linear-gradient(90deg,#ff8800,#f63234);
}
.detail_decoration {
    position: relative;
}
.detail_decoration .price {
    margin: 0 10px;
    font-size: 16px;
    font-family: JDZH_Regular;
	color: #fff;
}
.detail_decoration .price em {
    font-size: 24px;
	color: #fff;
}
.detail_decoration .msg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 10px;
}
.detail_decoration .msg .old_price {
    font-family: JDZH_Light;
    font-size: 14px;
    color: #fff;
    opacity: .7;
}
.detail_decoration .logo {
    position: relative;
    display: inline-block;
    margin: -2px 3px 0 0;
    padding: 0 3px 0 18px;
    height: 15px;
    vertical-align: middle;
    line-height: 15px;
    font-size: 10px;
}
.detail_decoration .logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.detail_decoration .logo.type_seckill::before {
    background: #fff url(/public/gsdjfp/xsqg/miao.png) no-repeat 50%;
    background-size: 16px;
}
.detail_decoration .countdown {
    position: absolute;
    right: 0;
    top: 0;
    width: 116px;
    height: 100%;
    text-align: center;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.detail_decoration .countdown .countdown_text {
    margin-bottom: 2px;
    font-size: 10px;
    color: #333;
}
.detail_decoration .countdown .countdown_nums {
    height: 18px;
    font-size: 12px;
    color: #e93b3d;
}
.detail_decoration .countdown .countdown_des{
	font-size:14px;
	color:#999
}
.detail_decoration .countdown .box{
	display:inline-block;
	margin:0 3px;
	width:18px;
	height:18px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAAM3Nzefn57e3t8zMzMvLy////8zMzLWQFqMAAAAGdFJOUwPv+x6sra+8Fl0AAABNSURBVCjPY2DABMyO5cig0JmBwVAtDQUoGjA4oYqkJTkwiKEJpQkwlKELFQxxoXI0kXSihdABsRqHdnhhSRNB6CknAFv6Yg5ETYXBDADBf/sExs60sgAAAABJRU5ErkJggg==);background-size:18px;
	color:#e93b3d;
}
.detail_decoration .text_right{
	font-size:12px;
	color:#fff;
	float:right;
	margin-right:10px;
	max-width:150px
}

/*标题*/
.aui-product-title {
    padding: 1px 15px 10px 15px;
}
.aui-product-title h2 {
    font-size: 14px;
    font-weight: 800;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*库存及配送地址*/
.white-bg {
    background: #fff;
}
.details_con {
    position: relative;
}
.details_con ul li {
    color: #999;
    font-size: 13px;
    padding: 10px 0px;
}
label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
}
.details_con label {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.details_con ul li dl {
    display: inline-block;
    width: 82%;
    vertical-align: top;
    margin-top: -3px;
}
.details_con ul li dl dd, .details_con .minus, .details_con .count, .details_con .add {
    display: inline-block;
    color: #333;
    padding: 4px 10px;
    border: 1.5px solid #aaa;
    margin: 0 10px 5px 0;
    position: relative;
    cursor: pointer;
}
.details_con li .tb-out-of-stock {
    border: 1px dashed #bbb;
    color: #bbb;
    cursor: not-allowed;
}
.details_con ul li dl .check {
    border: 1.5px solid #d41e1e;
}
.details_con ul li dl .check span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/checkIcont.png) no-repeat;
    position: absolute;
    bottom: -1px;
    right: -1px;
}
.price {
    color: #f63234;
    font-style: normal;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: top;
}
select {
	text-transform: none;
    color: #666666;
    font-size: 12px;
}
#yf{
	vertical-align: initial;
}
/*商品规格及评价*/
.p10 {
    padding: 10px;
	color: #999;
}
.aui-address-cell {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #999;
}
.aui-address-cell-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
}
.aui-fl-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-image: url(/public/gsdjfp/newban/img/rightback.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
}
/*店铺*/
.aui-product-shop-img {
    width: 65px;
    float: left;
}
.aui-product-shop-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #f0f2f5;
    padding: 3px;
}
.aui-address-cell-ft {
    text-align: right;
    color: #222222;
    padding-right: 15px;
}
/*为您推荐*/
.aui-recommend {
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.aui-recommend img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
.aui-list-product {
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-bottom: -1px;
}
.aui-list-product-box {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0;
    padding: 0 2px 0;
    background: #fff;
}
.aui-list-product-item {
    width: 50%;
    float: left;
    padding: 0 2px;
    margin-top: 4px;
    position: relative;
	height:271px;
}
.aui-list-product-item-img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.aui-list-product-item-img img {
    width: 100%;
    height: 15rem;
    display: block;
    border: none;
}
.aui-list-product-item-text {
    background-color: #FFF;
    padding: .7rem;
}
.aui-list-product-item-text h3 {
    color: #505050;
    font-size: 14px;
    font-weight: normal;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.aui-list-product-mes-box {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
}
.aui-list-product-item-price {
    font-size: 16px;
    color: #EB5211;
}
.aui-list-product-item-price em{
	font-size:14px;
}
/*商品详情*/
.prop-area {
    padding: 10px;
}
.prop-area img {
    max-width: 100%;
}
.property .prop-area img {
    width: 100%;
}
.clear{
	clear:both;
}
/*底部*/
.footer_nav {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 0;
    bottom: 0px;
    background: #f8f8f8;
    border-top: 1px solid #eeeeee;
    max-width: 640px;
}
.footer_nav ul {
    width: 40%;
    float: left;
    height: 50px;
}
.bian {
    border-right: 1px solid #eeeeee;
    margin-left: -1px;
}
.footer_nav ul li {
    width: 33%;
    float: left;
    height: 50px;
}
.footer_nav ul li em {
    display: block;
    width: 30px;
    height: 25px;
    margin: auto;
    padding-left: 5px;
}
.footer_nav ul li span {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.i-fav, .i-cart {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background: url(../images/icon.png) no-repeat;
    background-size: 310px 100px;
}
.i-cart {
    background-position: -76px -37px;
}
.add-num {
    background-color: #f63234;
    display: block;
    position: absolute;
    left: 35%;
	right: 0;
    top: 5px;
    width: 15px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
}
.footer_nav dl {
    width: 60%;
    float: left;
    height: 50px;
}
.footer_nav dl dd {
    width: 50%;
    float: left;
    height: 51px;
    text-align: center;
    margin-top: -1px;
}
.footer_nav dl .flow {
    background: #6a94e7;
}
.btn-cart {
    background-color: #6a94e7;
    border-color: #6a94e7;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{
	color: #fff;
    background-color: #6a94e7;
    border-color: #6a94e7;
}
.footer_nav dl dd a {
    font-size: 16px;
    line-height: 51px;
    color: #FFF;
}
.footer_nav dl .goumai {
    background: #FF8800;
}
.btn-buy {
    background-color: #FF8800;
    border-color: #FF8800;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{
	color: #fff;
    background-color: #FF8800;
    border-color: #FF8800;
}
/*规格弹框*/
#bag_div,.pop-up {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: none;
    z-index: 2;
}
#bag_div,.pop-up {
    overflow: visible !important;
}
.bagd_div,.main {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}
.bag_close,.close {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/public/gsdjfp/images/close.png);
    background-size: cover;
    position: absolute;
    top: -30px;
    right: 30px;
}
.bagt_info, .bagd_gui {
    width: 100%;
    padding: 10px 5%;
    clear: both;
    position: relative;
    border-bottom: 1px solid #dedede;
}
.bagt_info img {
    width: 30%;
    max-height: 200px;
    min-height: 89px;
    margin: auto;
    margin-right: 5%;
    border-width: 1px;
    border-image: url(/public/gsdjfp/images/borderd5.gif) 2 stretch;
}
.bagt_idiv {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    margin-top: 10px;
	font-size: 18px;
    color: #999;
}
.gname{
	font-size: 14px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bagd_gp{
	font-size:12px;
	color:#999;
	padding-top:8px;
}
.tg_size{
	display:inline-block; 
	font-size:14px; 
	padding-left:15px; 
	padding-right:15px; 
	height:28px; 
	line-height:28px; 
	text-align:center; 
	margin:5px 10px 5px 0; 
	border:1px solid #ddd;
}
.bagd_num {
    width: 100%;
    height: 60px;
    padding: 15px 5%;
}
.bagn_p {
    width: 30%;
    float: left;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}
.bagn_jj {
    width: 60%;
    float: right;
    text-align: right;
	margin-right: 10px;
}
.bg_jian, .bg_jia {
    display: inline-block;
    font-size: 22px;
    color: #999;
    width: 30px;
    height: 28px;
    position: relative;
    background: #fff;
    text-align: center;
    line-height: 28px;
    vertical-align: top;
	cursor: pointer;
    pointer-events: auto;
}
.bg_jian {
    margin-right: -1px;
}
.bg_jian:after, .bg_jia:after {
    border: 1px solid #dedede;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1);
    pointer-events: none;
}
.bg_num_input {
    width: 65px!important;
    height: 28px!important;
    line-height: 28px!important;
    text-align: center;
    -webkit-appearance: none;
    border: 1px solid #ddd;
	color: #999;
}
.bg_jia {
    margin-left: -1px;
}
.bagd_a {
    width: 100%;
    height: 45px;
    background: #eee;
}
.bagd_ap {
    float: left;
    margin-left: 5%;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}
.bagt_go {
    width: 40%;
    float: right;
    background: #6a94e7;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.bagt_go1 {
    width: 40%;
    float: right;
    background: #FF8800;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.bagt_go2{
	width:40%;
	float: right; 
	background: #999; 
	height:45px;
	line-height: 45px; 
	text-align: center; 
	color:#fff;
	font-size:16px;
}
#guige_bg,.bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0px;
    top: 0px;
	z-index:1;
}
.tg_color{
	display:inline-block;
	padding:2px;
	margin-right:15px; 
	margin-top:10px;
	border:1px solid #ddd;
}
.tg_color img{
	display:block;
}
.tg_sized,.tg_colored{
	border:1px solid #f00; 
	border-image:url(/public/gsdjfp/images/borderred.gif) 2 stretch;
}
.tg_sizno,.tg_colorno{
	border:1px dashed #ddd; 
	border-image:url(/public/gsdjfp/images/borderxu.gif) 2 repeat; 
	color:#999;
}
.bagd_di{
	width:100%; 
	position: absolute;
	right:0px; 
	bottom:0px;
}
.jindian{
    float:right;
    background-image:url(/public/gsdjfp/images/jindian.png);
    background-repeat:no-repeat;
    padding-right:10%;
}
.no-selected{
    background: #ffe8e8 none repeat scroll 0 0;
    border: 2px solid #be0106;
    margin: -1px;
}
/*秒杀倒计时*/
.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
	background-color:white;
	bottom: 1px;
}
.b-line {
    position: relative;
}
.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}
.aui-limit-time {
    margin: 0 auto;
    float: right;
    overflow: hidden;
}

.aui-fl-time {
    float: left;
    font-size: 14px;
}
.time-item {
    float: left;
    padding-top: 0;
}
.time-item span {
    color: #fff;
    font-weight: 400;
    width: 22px;
    display: block;
    float: left;
    margin: 0 3px;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 0.85rem;
    background-color: #343434;
}
.time-item em {
    font-style: normal;
    color: #908514;
    float: left;
}
/*店铺满减*/
.reduction {
    color: #EB5211;
    border-radius: 3px;
    border: 1px solid #EB5211;
    padding:0 3px;
    font-size: 12px;
	display:inline-block;
}
.rec-tag{
	color: #EB5211;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 12px;
    background: rgba(254, 222, 194, 0.57);
	margin-right:10px;
}
.d-main{
	float: right;
    margin-right: 15px;
}
.p_tit{
	text-align: center;
    height: 30px;
	line-height:30px;
	font-size:16px;
}
