@charset "UTF-8";
/*基础部分*/
* { margin: 0; padding: 0; }
ul, ol { list-style: none; }
em, i { font-style: normal; }
table { border-spacing: 0; border-collapse: collapse; }
img { border: none; vertical-align: middle; }
input, select, button { vertical-align: middle; outline: none; }
a { text-decoration: none; color: #989898; }
a:hover { color: #ff6630; }
body { min-width: 1200px; font-family: "PingFang SC Medium","微软雅黑",'Microsoft YaHei','Arial','Heiti SC'; background: #fcfafa; font-size: 14px; color: #333; }
.indexbody { background: #fcfafa url("/static/bj.jpg") no-repeat center top; }
.fl { float: left; }
.fr { float: right; }
.clear_:before, .clear_:after { display: block; content: ' '; clear: both; }
.center { width: 1200px; margin: 0 auto; }
.gray{background:#ececec!important;border-color:#ececec!important; color:#b3b3b3!important;}
.hide { display: none; }
.icoimg_h { background: url("/static/icoimg_h.png") no-repeat center; }
.Shop_header { position: relative; }
.Shop_header .headerbox { position: relative; background: #fff; z-index: 3; }
.Shop_header .headerbox .headertop { height: 36px; padding:13px 0; line-height: 36px; color: #989898; position: relative; }
.Shop_header .headerbox .headertop .center { z-index: 2; }
.Shop_header .headerbox .headertop a { color: #989898; }
.Shop_header .headerbox .headertop a:hover { color: #ff6630; }
.Shop_header .headerbox .headertop .shop_a { margin-left: 20px; display: inline-block; position: relative; height: 40px; }
.Shop_header .headerbox .headertop .shop_a .la { width: 100%; display: block; }
.Shop_header .headerbox .headertop .shop_a:hover .shop_a_lab { display: block; }
.Shop_header .headerbox .headertop .shop_a .shop_a_lab { display: none; position: absolute; width: 280px; height: 200px; border: solid 1px #f1f1f1; border-radius: 8px; background: #fff; left: 50%; top: 40px; margin-left: -140px; z-index: 1; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.Shop_header .headerbox .headertop .shop_a .shop_a_lab .cur { position: absolute; left: 50%; border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #f1f1f1; top: -10px; margin-left: -10px; z-index: 1; }
.Shop_header .headerbox .headertop .shop_a .shop_a_lab .cur::after { display: block; position: absolute; top: 1px; left: 50%; margin-left: -10px; content: ''; border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #fff; }
.Shop_header .headerbox .headertop .shop_a .shop_a_lab .imgla_ { padding-top: 23px; }
.Shop_header .headerbox .headertop .shop_a .shop_a_lab .imgla_ p { float: left; width: 50%; display: block; text-align: center; }
.Shop_header .headerbox .headertop .shop_a .shop_a_lab .imgla_ p img { width: 85px; height: 85px; display: block; margin: 0 auto; }
.Shop_header .headerbox .headertop .shop_a .shop_a_lab .imgla_ p span { display: block; height: 36px; line-height: 36px; overflow: hidden; color: #989898; padding-top: 3px; }
.Shop_header .headerbox .headertop .shop_a .shop_a_lab .tes { width: 233px; height: 33px; line-height: 33px; background-color: #f4f4f4; border-radius: 4px; margin: 0 auto; text-align: center; overflow: hidden; color: #989898; }
.Shop_header .headerbox .headertop .notice_slide { font-size: 12px; padding-top: 10px; height: 18px; line-height: 18px; overflow: hidden; }
.Shop_header .headerbox .headertop .notice_slide .pbox { width: 265px; padding: 0 5px 0 10px; border-radius: 9px; height: 18px; background: rgba(204,204,204,0.2);  }
.Shop_header .headerbox .headertop .notice_slide .pbox .slide { float: left; width: 210px; height: 18px; overflow: hidden; }
.Shop_header .headerbox .headertop .notice_slide .pbox .slide li { width: auto !important; float: left; display: inline; }
.Shop_header .headerbox .headertop .notice_slide .pbox .link_ { float: right; width: 45px; color: #6b8eff; }
.Shop_header .headerbox .headertop .notice_slide .pbox .link_ span { display: inline-block; vertical-align: middle; width: 13px; height: 13px; background: #6b8eff; border-radius: 50%; margin: -2px 0 0 2px; position: relative; }
.Shop_header .headerbox .headertop .notice_slide .pbox .link_ span i { display: block; position: absolute; top: 50%; left: 50%; height: 7px; width: 4px; background-position: 0 0; -webkit-transform: translate(-50%, -62%); -ms-transform: translate(-50%, -62%); transform: translate(-50%, -62%); }
.Shop_header .headerbox .headertop .sign { float: left; padding: 10px 4px 0 10px; }
.Shop_header .headerbox .headertop .sign .lab { font-size: 12px; display: block; height: 18px; line-height: 18px; padding: 0 7px; color: #009919; background: #dbf8e0; border-radius: 9px; cursor: pointer; }
.Shop_header .headerbox .headertop .a { padding: 0 9px; display: block; float: left; }
.Shop_header .headerbox .headertop .app i {background: url("../images/head_ico.png") no-repeat center; display: inline-block; vertical-align: middle; margin: -2px 9px 0 0; height: 15px; width: 15px; background-position: -7px -6px; }
.Shop_header .headerbox .headertop .select { position: relative; height: 36px; float: left; margin-left: 18px; }
.Shop_header .headerbox .headertop .select p { padding: 0 30px 0 16px; background: rgba(204,204,204,0.2);  border-radius: 18px; overflow: hidden; cursor: pointer; position: relative; }
/* .Shop_header .headerbox .headertop .select p i { display: block; position: absolute; right: 12px; top: 50%; margin-top: -4px; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; height: 8px; width: 12px; background-position: -15px 0; } */
.Shop_header .headerbox .headertop .select p i{background: none; display: block; position: absolute; right: 12px; top: 50%; margin-top: -4px; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; height: 8px; width: 12px;}
.Shop_header .headerbox .headertop .select p i::before,.Shop_header .headerbox .headertop .select p i::after{content: ''; position: absolute; top: 50%; display: block; width: 7px; height: 1px; background: #ccc; }
.Shop_header .headerbox .headertop .select p i::before{transform: rotate(45deg); left: 0; }
.Shop_header .headerbox .headertop .select p i::after{transform: rotate(-45deg); right: 0;}
.Shop_header .headerbox .headertop .select .line_ { position: absolute; width: 100%; height: 0; text-align: center; background: rgba(204,204,204,0.2); top: 36px; overflow: hidden; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.Shop_header .headerbox .headertop .select:hover p { border-radius: 5px 5px 0 0; }
.Shop_header .headerbox .headertop .select:hover p i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.Shop_header .headerbox .headertop .select:hover .line_ { height: 36px; border-radius: 0 0 5px 5px; }
.Shop_header .headerbox .headertop .chinese{float: left;width: 83px; overflow: hidden; text-align: center; position: relative; height: 23px; line-height: 23px; background: #f9f5f4;background: rgba(204,204,204,0.2); font-size: 12px; border-radius: 5px; margin: 7px 0 0 10px; cursor: pointer;}
.Shop_header .headerbox .headertop .chinese a{display: block; width: 100%; color:#989898;}
.Shop_header .headerbox .headercenter { height: 60px; padding-top: 7px; }
.Shop_header .headerbox .headercenter .logo { margin-top: -5px; width: 275px; display: block; float: left; overflow: hidden; }
.Shop_header .headerbox .headercenter .logo img { display: block; }
.Shop_header .headerbox .headercenter .search { width: 610px; height: 60px; background-color: #f9f5f4; border-radius: 30px; float: left; }
.Shop_header .headerbox .headercenter .search span { width: 4px; height: 22px; background-color: #ff6630; display: block; float: left; margin: 19px 14px 19px 27px; border-radius: 2px; }
.Shop_header .headerbox .headercenter .search .input { display: block; float: left; height: 30px; line-height: 30px; margin-top: 15px; background: none; width: 480px; overflow: hidden; border: none; color: #878787; font-size: 16px; }
.Shop_header .headerbox .headercenter .search .input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #f9f5f4 inset !important; background-image: none;}
.Shop_header .headerbox .headercenter .search .but { display: block; float: right; padding: 18px 22px; background: none; border: none; outline: none; cursor: pointer; }
.Shop_header .headerbox .headercenter .search .but:hover { opacity: 0.8; }
.Shop_header .headerbox .headercenter .search .but i { height: 24px; width: 24px; background-position: -100px -33px; display: block; }
.Shop_header .headerbox .headercenter .userbox { float: right; width: 280px; }
.Shop_header .headerbox .headercenter .userbox .userlab { width: 100%; height: 30px; padding-top: 15px; overflow: hidden; text-align: center; line-height: 30px; color: #333333; }
.Shop_header .headerbox .headercenter .userbox .userlab a { color: #333333; }
.Shop_header .headerbox .headercenter .userbox .userlab a:hover { color: #ff6630; }
.Shop_header .headerbox .headercenter .userbox .userlab span { padding: 0 6px; }
.Shop_header .headerbox .headercenter .userbox .user { width: 100%; height: 60px; display: block; }
.Shop_header .headerbox .headercenter .userbox .user .userimg { float: left; width: 60px; height: 60px; }
.Shop_header .headerbox .headercenter .userbox .user .img { width: 60px; height: 60px; display: block; overflow: hidden; }
.Shop_header .headerbox .headercenter .userbox .user .img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block; border-radius: 50%; }
.Shop_header .headerbox .headercenter .userbox .user .tex { float: left; width: 205px; padding-left: 15px; }
.Shop_header .headerbox .headercenter .userbox .user .tex .name { height: 26px; line-height: 26px; display: block; width: 100%; padding-top: 6px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; font-size: 18px; color: #333; }
.Shop_header .headerbox .headercenter .userbox .user .tex .lab { height: 26px; line-height: 26px; padding-top: 4px; overflow: hidden; }
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .p { float: left; width: 43%; overflow: hidden; cursor: pointer; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; color: #989898; }
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .p u { text-decoration: none; padding-left: 2px; }
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .p i { display: inline-block; vertical-align: middle; margin: -2px 8px 0 0;background: url("../images/head_ico.png") no-repeat center;}
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .car { width: 57%; }
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .car i { height: 16px; width: 18px; background-position: -32px -5px; }
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .news i { height: 14px; width: 14px; background-position: -62px -7px; }
.Shop_header .headerbox .headercenter .userbox .usershow { width: 100%; height: 60px; position: relative; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ { display: none; position: absolute; top: 60px; right: 0; width: 100%; height: 310px; padding-top: 20px; font-size: 13px; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .cur { display: block; position: absolute; left: 21px; top: 12px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #eee; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .shobox { background-color: #ffffff; -webkit-box-shadow: 0px 11px 18px 0px rgba(32, 32, 32, 0.14); box-shadow: 0px 11px 18px 0px rgba(32, 32, 32, 0.14); border-radius: 20px; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ { height: 22px; padding: 19px 17px 17px 17px; line-height: 22px; display: block; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ .vip { width: 68px; height: 22px; background-color: #333333; border-radius: 11px; font-size: 13px; color: #fde4b3; text-align: center; display: block; float: left; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ .dyyh{float: left; margin-left: 30px; color: #989898; display: block; cursor: pointer;}
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ .dyyh i{ display: inline-block; vertical-align: middle;height:15px;width:19px;background-position: -33px -184px; margin: -2px 5px 0 0;}
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ .dyyh.on i{background-position: -65px -183px;}
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ .dy { float: right; color: #989898; cursor: pointer; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ .dy i { display: inline-block; vertical-align: middle; height: 15px; width: 19px; background-position: 0 -38px; margin: -2px 5px 0 0; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ .dy:hover { color: #ff6630; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ .dy:hover i { background-position: -211px 0; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ .dy.on { color: #ff6630; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .tile_ .dy.on i { background-position: -211px 0; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .bt_a { background: #f6f6f6; height: 40px; line-height: 40px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .bt_a p { float: left; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 50%; text-align: center; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .bt_a p a { color: #7c7c7c; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .bt_a p a:hover { color: #ff6630; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .bt_a p a:hover .ico1 { background-position: -40px 0; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .bt_a p a:hover .ico2 { background-position: -95px 0; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .bt_a p i { display: inline-block; vertical-align: middle; margin: -2px 8px 0 0; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .bt_a p .ico1 { height: 14px; width: 13px; background-position: -66px 0; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .bt_a p .ico2 { height: 14px; width: 14px; background-position: -124px 0; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .order { height: 42px; line-height: 42px; padding: 0 18px; border-bottom: 1px solid #f6f6f6; color: #7c7c7c; font-size: 12px; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .order .bt { float: left; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .order .more { float: right; color: #7c7c7c; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .order .more:hover { color: #ff6630; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order { height: 36px; line-height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; padding: 0 5px; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a { display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; float: left; position: relative; color: #434343; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a:hover { color: #ff6630; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a .tip { position: absolute; padding: 0 7px; font-size: 12px; background: #ff6630; color: #fff; height: 16px; line-height: 16px; left: 50%; top: -12px; border-radius: 5px; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a .tip::after { content: ''; display: block; position: absolute; bottom: -4px; left: 50%; margin-left: -4px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #ff6630; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a:nth-child(2) .tip { background: #68cd1f; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a:nth-child(2) .tip::after { border-top-color: #68cd1f; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a:nth-child(3) .tip { background: #ffb31f; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a:nth-child(3) .tip::after { border-top-color: #ffb31f; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a:nth-child(4) .tip { background: #184efd; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a:nth-child(4) .tip::after { border-top-color: #184efd; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a::after { width: 1px; height: 15px; background: #f6f6f6; position: absolute; top: 50%; margin-top: -7px; right: 0; content: ''; display: block; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .lin_order a:last-child::after { display: none; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .order-num { display: -webkit-box; display: -ms-flexbox; display: flex; height: 78px; border-bottom: 1px solid #f6f6f6; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 10px; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .order-num a { display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .order-num a .nun { height: 30px; line-height: 30px; overflow: hidden; font-size: 18px; color: #000; font-weight: bold; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .order-num a p { color: #757575; font-size: 12px; height: 30px; line-height: 30px; overflow: hidden; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .abut_login { height: 54px; line-height: 54px; display: block; overflow: hidden; text-align: center; color: #7c7c7c; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .abut_login a { color: #7c7c7c; }
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .abut_login a:hover { color: #ff6630; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show { width: 320px; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .cur { left: inherit; right: 54px; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .newsbt { height: 52px; line-height: 52px; display: block; padding: 0 17px; color: #989898; font-size: 14px; border-bottom: 1px solid #f6f6f6; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .newsli ul { height: 201px; overflow-y: auto; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .newsli ul::-webkit-scrollbar { width: 4px; height: 4px; background: #eee; border-radius: 10px; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .newsli ul::-webkit-scrollbar-button { width: 0; height: 0; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .newsli ul::-webkit-scrollbar-corner { display: block; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .newsli ul::-webkit-scrollbar-thumb { background-clip: padding-box; background-color: #dcdcdc; border-radius: 10px; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .newsli ul li { padding: 7px 15px; border-bottom: 1px solid #f6f6f6; line-height: 26px; display: -webkit-box; display: -ms-flexbox; display: flex; height: 52px; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .newsli ul li .bt { color: #989898; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .newsli ul li .tex { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; color: #434343; overflow: hidden; max-height: 52px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .newsli ul li .tex:hover { color: #ff6630; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .buta { height: 54px; line-height: 54px; text-align: center; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .buta a { color: #7c7c7c; }
.Shop_header .headerbox .headercenter .userbox .usershow .news_show .buta a:hover { color: #ff6630; }
.Shop_header .headerbox .headernav { height: 64px; padding-top: 6px; }
.Shop_header .headerbox .headernav ul { float: left; }
.Shop_header .headerbox .headernav ul li { float: left; line-height: 64px; padding: 0 12px; text-align: center; font-size: 15px; color: #757575; position: relative; }
.Shop_header .headerbox .headernav ul li a { color: #757575; }
.Shop_header .headerbox .headernav ul li a:hover { color: #ff6630; }
.Shop_header .headerbox .headernav ul li .lab { position: absolute; top: -5px; right: 50%; margin-right: -70px; width: 70px; height: 22px; color: #ffeee3; font-size: 12px; line-height: 22px; background-color: #ff6630; background: -webkit-gradient(linear, left top, left bottom, from(#ff6630), to(#ff9b30)); background: -o-linear-gradient(top, #ff6630 0%, #ff9b30 100%); background: linear-gradient(to bottom, #ff6630 0%, #ff9b30 100%); border-radius: 11px 11px 11px 0px; font-weight: normal; }
.Shop_header .headerbox .headernav ul .on { font-size: 20px; color: #ff6630; }
.Shop_header .headerbox .headernav ul .on a { color: #ff6630; }
.Shop_header .headerbox .headernav .soulink{height:24px;width:24px;background-position: 0 -179px; display: block; float: left; margin:20px 10px 10px;}
.Shop_header .headerbox .headernav .addlog { float: left; height: 100%; line-height: 64px; display: block; padding: 0 20px; }
.Shop_header .headerbox .head_ent { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center; background-size: auto 100%; }
.Shop_header .headerbox .center { position: relative; z-index: 1; }
.Shop_footer { border-top: 2px solid #ecdcd7; background: #fff; position: relative; z-index: 3; }
.Shop_footer .footertex { padding: 20px 15px; }
.Shop_footer .fltex { float: left; width: 905px; }
.Shop_footer .fltex .item { float: left; margin-bottom: 25px; }
.Shop_footer .fltex .item .bt { height: 60px; line-height: 60px; overflow: hidden; font-size: 18px; color: #333333; font-weight: bold; }
.Shop_footer .fltex .item .p { display: block; height: 30px; line-height: 30px; overflow: hidden; color: #333333; font-size: 15px; }
.Shop_footer .fltex .item a[href]:hover { color: #ff6630; }
.Shop_footer .fltex .item1 { width: 230px; }
.Shop_footer .fltex .item2 { width: 135px; padding: 0 10px; text-align: center; }
.Shop_footer .fltex .item3 { padding-left: 40px; width: 480px; }
.Shop_footer .fltex .item3 .lis { line-height: 30px; font-size: 15px; }
.Shop_footer .fltex .item3 .lis a { color: #333; }
.Shop_footer .fltex .item3 .lis span { padding: 0 2px; }
.Shop_footer .fltex .item3 .lis span:last-child { display: none; }
.Shop_footer .fltex .tex_but { float: left; width: 700px; border-top: 1px solid #e7e7e7; font-size: 15px; line-height: 30px; padding: 20px 0; color: #333333; }
.Shop_footer .fltex .tex_but a { color: #333333; }
.Shop_footer .fltex .tex_but a[href]:hover { color: #ff6630; }
.Shop_footer .saoimgbox { float: right; padding-top: 30px; width: 172px; }
.Shop_footer .saoimgbox .img_ { width: 155px; height: 155px; padding: 9px 9px 8px 8px; background-color: #efefef; border-radius: 8px; }
.Shop_footer .saoimgbox .img_ img { width: 100%; height: 100%; display: block; }
.Shop_footer .saoimgbox .tex { height: 26px; line-height: 26px; display: block; overflow: hidden; text-align: center; padding-top: 20px; font-size: 16px; color: #333; }
.shoppages { background: #fff; margin: 12px 0; height: 60px; line-height: 60px; border-radius: 8px; overflow: hidden; padding: 0 20px; display: -webkit-box; display: -ms-flexbox; display: flex; color: #1f1f1f; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.shoppages .search { float: left; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.shoppages .search .input_ { width: 80px; display: inline-block; vertical-align: middle; height: 27px; line-height: 27px; margin: -2px 10px 0; background-color: #f7f7f7; border-radius: 4px; overflow: hidden; color: #979797; }
.shoppages .search .input_ .input { width: 50px; padding: 0 5px; text-align: center; border: none; background: none; height: 27px; line-height: 27px; display: inline-block; vertical-align: middle; margin-top: -2px; color: #979797; }
.shoppages .search .but { color: #1f1f1f; background: none; border: none; height: 27px; line-height: 27px; display: inline-block; vertical-align: middle; margin: -2px 5px 0; cursor: pointer; }
.shoppages .page { height: 27px; line-height: 27px; display: inline-block; vertical-align: middle; }
.shoppages .page .disabled { color: #979797; }
.shoppages .page .disabled:hover { color: #979797; }
.shoppages .page span, .shoppages .page a { display: block; float: left; }
.shoppages .page a { margin: 0 5px; color: #1f1f1f; }
.shoppages .page a:hover { color: #ff6630; }
.shoppages .page .total { padding-right: 13px; }
.shoppages .page ul { display: block; float: left; padding: 0 7px; }
.shoppages .page ul li { float: left; padding: 0 3px; }
.shoppages .page ul li a { display: block; padding: 0 10px; color: #1f1f1f; background-color: #f7f7f7; border-radius: 4px; margin: 0; }
.shoppages .page ul li a:hover { background: #ff6630; color: #fff; }
.shoppages .page ul .on a { background: #ff6630; color: #fff; }
.CSD { width: 33px; padding: 24px 10px 19px; height: 107px; background-color: #ff6630; border-radius: 27px; text-align: center; color: #fff; position: fixed; top: 80%; right: 20px; margin-top: -75px; display: none; }
.CSD .linkcsd { display: block; color: #fff; }
.CSD .linkcsd i { height: 26px; width: 27px; background-position: -140px -34px; display: block; margin: 0 auto; }
.CSD .linkcsd span { display: block; font-size: 14px; line-height: 16px; margin-top: 8px; }
.CSD .top { margin: 0 auto; margin-top: 15px; cursor: pointer; height: 25px; width: 25px; background-position: -59px -34px; }
@media screen and (max-width: 1365px) { .CSD { right: 0; } }
.layerintobox{border-radius: 40px !important;}
.layerintobox .layui-layer-setwin{bottom: 30px; left: 50%; right: auto; top: auto; margin-left:-15px; width: 30px; height: 30px; }
.layerintobox .layui-layer-setwin .layui-layer-close2{background: url("/static/icoimg_h.png") no-repeat center; cursor: pointer; right: 0; top: 0; display: block; height: 28px; width: 29px; background-position: -194px -91px;}
.layerintobox .layui-layer-setwin .layui-layer-close2:hover{background-position: -194px -91px;}
.layerinto{width: 500px; height: 350px; background: #fff; border-radius: 40px; overflow: hidden; display: none;}
.layerinto .tile{background: url("../images/dytitle.png") no-repeat center; height: 63px;}
.layerinto .tishi{padding-top: 80px; text-align: center; color: #d15d34; font-size: 16px; line-height: 55px; display: none;}
.layerinto .tishi .success{display: inline-block; vertical-align: middle; background: url("../images/into_success.png") no-repeat center; width: 45px; height: 45px; }
.layerinto .form_{ padding: 30px 55px 0;}
.layerinto .form_ .input{ height: 50px; background: #f3f3f3; box-sizing: border-box; position: relative; border-radius: 10px; border:1px solid transparent; padding: 0 15px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.layerinto .form_ .input .butfocus{cursor: pointer; display: none;}
.layerinto .form_ .input.bor{border-color: tomato;}
.layerinto .form_ .input input{flex: 1; padding-right: 10px; border:none; background: none; height: 30px; line-height: 30px;}
.layerinto .form_ .btnbox{ padding-top: 17px; height: 52px; line-height: 52px; display: flex; justify-content: space-between;}
.layerinto .form_ .btnbox .btn{background: #d15d34;cursor: pointer;width: 188px; display: none; color: #fff;  text-align: center; border-radius: 10px; font-size: 18px;}
.layerinto .form_ .btnbox .put{color: #4c4c4c; background: #cccccc;}
.layerinto .form_ .btnbox .btn.btn3{width: 100%; display: block;}
.layerinto .form_ .btnbox .btn:hover{opacity: 0.9;}
.layerinto .form_  .tis{line-height: 34px; padding-top: 17px; text-align: center; color: #6c6c6c;}
.layerinto.modify .form_ .input .butfocus{display: block;}
.layerinto.modify .form_ .btnbox .btn.btn3{display: none;}
.layerinto.modify .form_ .btnbox .btn{display: block;}
.tearsheetbox{background: none !important; box-shadow: none !important;}
.tearsheet{width: 1200px; height: 500px; position: relative; display: none;}
.tearsheet .img{position: absolute; display: block; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.tearsheetbox .layui-layer-setwin .layui-layer-close2{top:67px; right: 189px; background: none; }

/* 购物车展开 */
.Shop_header .headerbox .headercenter .userbox .user .tex .lab {overflow:visible;}
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .car {position:relative;overflow:visible;padding-bottom: 5px;}
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .car .lis {position:absolute;background:#fff;display: none;width:90%;z-index:4;left:0;top:28px;padding:2px 0;border:1px solid #eee;border-radius:5px;}
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .car .lis::after {position:absolute;left:15px;top:-5px;content:'';border-bottom:7px solid #fff;border-left:7px solid transparent;border-right:7px solid transparent;}
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .car .lis::before {position:absolute;left:15px;top:-7px;content:'';border-bottom:7px solid #eee;border-left:7px solid transparent;border-right:7px solid transparent;}
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .car .lis a {display: block;height:22px;line-height:22px;font-size:12px;padding:0 10px;overflow:hidden;border-bottom:1px solid #eee;}
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .car .lis a:last-child {border:none;}
.Shop_header .headerbox .headercenter .userbox .user .tex .lab .car:hover .lis{display: block;}

/* 新增邮件 */
.Shop_header .headerbox .headercenter .userbox .usershow .show_ .email {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 12px;
    color: #333;
    display: block;
    border-bottom: 1px solid #f6f6f6;
}

.Shop_header .headerbox .headercenter .userbox .usershow .show_ .email i {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/email_ico.png") no-repeat center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
}