/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
	list-style:none;
	font-family:"Microsoft YaHei",微软雅黑,"Tahoma","Arial","Helvetica","MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	font-size:12px;
	color:#666;
}
body {
	line-height:1;
}
:focus {
	outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	color:#666;
	text-decoration:none;
}
ins {
	background-color:#ff9;
	color:#666;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#666;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
select {
}
button{
	background-color:#fff;
	border:none;
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	cursor:pointer;
	padding:0;
	margin:0;
}
input{
	background-color:#fff;
	border:none;
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	padding:0;
	margin:0;
}




/*加入购物车弹框*/
#mini_cart_dialog {
    position: fixed;
    left: 50%;
    top: 50%;
	background:#fff;
    width: 550px;
	z-index:10000;
    height: 260px;
    margin-left: -275px;
	display:none;
    margin-top: -130px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popup-container .popup-body {
    border: 1px solid #e6e6e6;
}.product-page .popup-container .popup-header, .gallery-page .popup-container .popup-header {
    background-color: #fff;
}.popup-container .popup-header h2 {
    float: left;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}.popup-container .popup-header span {
    float: right;
}.popup-container .popup-header .popup-btn-close {
    color: #a0a0a0;
    outline: none;
}
.popup-container .popup-header .popup-btn-close {
    background: 0;
    border: 0 none;
    height: 35px;
    overflow-y: hidden;
    padding: 0;
    color: #c6c6c6;
    font: 20px/35px iconfonts,"Arial Black",arial;
}#mini_cart_dialog .minicart-infos {
    padding-top: 0;
}
.mini-cart-dialog .minicart-infos {
    padding: 10px;
    line-height: 2;
    text-align: center;
}#mini_cart_dialog .caution-content span {
    font-size: 36px;
    color: #262626;
}#mini_cart_dialog .minicon-caution-info {
    font-size: 18px;
    color: #808080;
}#mini_cart_dialog .no-choose-gift {
    font-size: 14px;
    color: #00a8ff;
}#mini_cart_dialog .btn {
    width: 120px;
    height: 36px;
    border: 1px solid #53a0fe;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 8px;    display: block;
    float: left;
}
#mini_cart_dialog .btn-major span {
    background: #53a0fe;
}

.mini_cart_dialog_close{font-size: 35px;color: #999;padding-right: 10px; cursor:pointer;}



#mini_cart_dialog .btn span {
    display: block;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0;
}#mini_cart_dialog .minicon-caution-info em, #mini_cart_dialog .minicon-caution-info .price {
    font-size: 24px;
    color: #ff3d50;
}address, em, i {
    font-style: normal;
}
.mini-cart-dialog .minicart-infos em {
    color: #d92626;
    padding-left: 5px;
    padding-right: 5px;
}
.suc_img{    margin-top: 18px;
    margin-right: 20px;
    margin-left: 100px;}

.mini_cart_dialog_con{margin-top: 30px;padding-bottom: 30px;}
.mini_cart_dialog_actions{overflow:hidden;margin-left: 122px;margin-top: 30px;}
.bgbox{
	background:rgba(0,0,0,0.3);
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	display:none;
	bottom:0px;
	z-index:99;
}
/*加入购物车弹框*/
/*选择属性弹框*/
.tkbox {
    width: 580px;
    padding-bottom: 20px;
    background: #fff;
    position: fixed;
    z-index: 999999;
}
.tkbox_top {
    background: #eee;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
}
.tkbox_close {
    cursor: pointer;
}.tk_shuxing {
    margin-bottom: 10px;
}
.detail_cpbox_row {
    line-height: 30px;
}.price_lbl {
    font-size: 12px;
    color: #666;
}.detail_zpbox {
    margin-bottom: 5px;
}
.okbtn_style {
    text-align: center;
    line-height: 30px;
    padding: 0px;
    width: 60px;
    border: 1px solid #53a0fe;
    display: block;
    color: #fff;
    background: #53a0fe;
    margin-right: 20px;
    border-radius: 3px;
    cursor: pointer;
}.cancelbtn_style {
    text-align: center;
    line-height: 30px;
    padding: 0px;
    brder-radius: 3px;
    width: 60px;
    border: 1px solid #ddd;
    display: block;
    color: #666;
    background: #f5f5f5;
    cursor: pointer;
}
.addtosel{
	width: 450px;
	display:none;
    left: 50%;
    margin-left: -225px;
    margin-top: 13%;
}

/*颜色*/
.chooseType div a.on_color {
    background:url() bottom right no-repeat #fff;
    border: 1px solid #53a0fe;color: #53a0fe;
}
.chooseType div a.off_color {
    background:url() bottom right no-repeat #fff;
    border: 1px solid #eeeeee;
	cursor: no-drop;
}
.chooseType div a {
    border: 1px solid #ddd;
    padding: 0px 15px;
	background:#fff;
    float: left;
    margin-right: 10px;line-height: 25px;
}
/*颜色*/
/*选择属性弹框*/

.head_gwc_cpbox {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
	padding-left:10px;
	overflow:hidden;
}.head_gwc_cpname {
    width: 115px;
}.head_gwc_cpname a {height: 28px;
    line-height: 25px;
    width: 115px;
    overflow: hidden;
    display: block;
}.head_gwc_info {
    margin-right: 10px;
	margin-left:8px;
}.head_gwc_del {
    margin-left: 15px;
    margin-top: 31px;
}



.head_gwc::-webkit-scrollbar  
{  
    width: 6px;  
    height: 6px;  
    background-color: #F5F5F5;  
}  
   
.head_gwc::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;  
    background-color: #F5F5F5;  
}  
   
.head_gwc::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #555;  
}  

div.layui-layer-content {
    color: #fff;
    background-color: black;
  }

.head_cart_del {
    line-height: 25px;
}


.gwccart_scanddelbox2 {
    left: 50%;
    top: 50%;
    width: 300px;
    height: 180px;
    margin-left: -150px;
    margin-top: -80px;
}

.delts {
    font-size: 18px;
    color: #f47f21;
    margin-bottom: 10px;
}.delts2 {
    font-size: 12px;
    color: #999;
}
.tkbox.addtosel.box_shadow.dialog {
    width: 495px;
}
.tkbox.addtosel.box_shadow.dialog .detail_zpbox {
        width: 410px;
}


.tkbox.addtosel.box_shadow.dialog .chooseType div a {
    max-width: 160px;
    word-break: break-all;margin-bottom: 20px;    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.tkbox.addtosel.box_shadow.dialog .chooseType{
	padding-bottom:0px;
}

.goods_bottom ul li.fycur {
    background-color: #72aefe; 
    color: #fff;
}

.goods_bottom ul li.fycur a{ 
    color: #fff;
}

.goods_bottom ul li.active {
    background-color: #72aefe;
    border: 1px solid #72aefe;
    color: #fff;
}

.goods_bottom ul li.active a{ 
    color: #fff;
}




.goods_bottom ul .disabled {
    background: #e0e0e0;    cursor: no-drop;
    color: #666;
}
.goods_bottom ul .disabled span{
    color: #666;    cursor: no-drop;
}
.goods_bottom ul .disabled :hover{
	  background: #e0e0e0;       border-radius: 5px;
    color: #666;
	
}
.goods_bottom ul .disabled span:hover{
	  background: #e0e0e0;       border-radius: 5px;
    color: #666;
}





.sbtnbox a{color:#999;}
.sbtnbox a:hover{color: #53a0fe;}

.hoverbox {
    background: #fff;
    -moz-box-shadow: 0 0 20px #ccc;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    border-radius: 5px;
    width: 340px;
    min-height: 30px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 35px;
    display: none;
    left: -218px;
    padding: 20px;
    z-index: 9999;
}.hoverbox_sjx {
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 1);
    position: absolute;
    top: -5px;    left: 328px;
}
.yhbox{
	background:url(https://static.quyibao.com/images/yhbg.png) no-repeat left top;
	height:95px;
	width:340px;
	margin-bottom:10px;
}
.yhbox_num{
	    color: #fff;
    font-size: 65px;
    font-weight: 700;
    font-family: Arial;
    margin-top: 35px;
    margin-left: 35px;    margin-right: 50px;
}
.w-icn-14 {
    display: inline-block;
    padding-left: 30px;
    background: url(https://static.quyibao.com/static/prod/images/l1.png) no-repeat left center;
}.w-icn-14-2 {
    display: inline-block;
    padding-left: 30px;
    background: url(https://static.quyibao.com/static/prod/images/l2.jpg) no-repeat left center;
}.w-icn-14-3 {
    display: inline-block;
    background: url(https://static.quyibao.com/static/prod/images/l3.png) no-repeat left center;
    padding-left: 30px;
}






















