/*demo common*/
:focus { outline: none; outline: 0; }
#body_box {width: 100%; max-width: 1240px; padding: 0 20px; box-sizing: border-box;margin: 0 auto;}
body { box-sizing: border-box; }
#body_box.index_default { padding: 0; max-width: none; }
.product_detail_2017 .viewfontright { width: 46%; background: #F3F3F3;padding:20px; box-sizing: border-box; margin-left: 2%;}
.product_detail_2017 .viewfontright h1 {font-family: var(--body-font-family); font-size: 28px;line-height: 40px; font-weight: 400;}
.clb::after { content: ''; clear: both; display: block; }
.w1200 {width: 100%; max-width: 1240px; padding: 0 20px; box-sizing: border-box; margin: 0 auto;}
.sales-w1200 {width: 100%; max-width: 1240px; padding: 0 20px 20px 20px; box-sizing: border-box; margin: 0 auto;}
.header-box, .bottom-box, .index_default { font-family: var(--body-font-family); }
.header-box a, .bottom-box a, .index_default a {transition: all .4s;display: block;text-align: center;}
.header-box i, .bottom-box i, .index_default i { background: none; }
/*demo css*/
.demo-dropdown-target { position: relative; }
.demo-dropdown-target:hover::after { content: ''; position: absolute; height: 0; width: 0px; border-bottom: 5px solid #fff; border-left: 5px solid transparent; border-right: 5px solid transparent; bottom: 0; left: 0; right: 0; margin: auto; z-index: 1; }
.demo-dropdown { display: none; position: absolute; z-index: 99999; box-shadow: 0 1px 5px 0 rgba(0,0,0,.1); background: #fff; padding: 10px; color: #444; border: 1px solid #ddd; }
.demo-btn { text-transform: uppercase; font-size: 13px; line-height: 27px; color: #222222; font-weight: 700; text-align: center; min-width: 117px; padding: 6px 10px 5px 10px; display: inline-block; background: #ffffff; background-color: rgb(255, 255, 255); border: 0; border-top-color: currentcolor; border-right-color: currentcolor; border-bottom-color: currentcolor; border-left-color: currentcolor; border-radius: 0; transition: .4s; }
.demo-btn:hover { -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.13); box-shadow: 0 2px 18px rgba(0, 0, 0, 0.13); }
/*cart box*/
html { overflow-x: hidden; overflow-y: auto; }
html.cart--show { overflow-x: hidden; overflow-y: hidden; }
.main-mask { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #222; z-index: 99; opacity: .8; }
html.cart--show .main-mask { display: block; z-index: 9998; }
.right-sidebar.cart-box { position: fixed; z-index: -1; right: -430px; width: 400px; height: 100vh; background: #fff; top: 0; box-sizing: border-box; padding: 40px 30px; overflow-y: auto; transition: right .4s; }
html.cart--show .right-sidebar.cart-box { right: 0; z-index: 9999; }
#header_box .cart-tit { height: 40px; line-height: 40px; margin-bottom: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
#header_box .cart-tit i, #header_box .cart-tit a { float: left; display: block; padding: 0 20px; cursor: pointer; font-size: 20px; text-transform: uppercase; font-weight: 700; color: #222; }
#header_box .cart-tit i:hover, #header_box .cart-tit a:hover { color: #c1a76a; }
/*header*/
#header_box {width: auto;height: auto;position: sticky;top: 0;z-index: 1000;background: #fff;}
#header_box .header {width: 100%;}
#header_box .header.fix { position: fixed; z-index: 9999; background: #fff; box-shadow: 0 1px 10px rgba(0,0,0,.08); }
/*sns*/
#header_box .sns-box { position: absolute; left: 20px; top: 10px; height: 40px; width: auto; padding: 30px 0; line-height: 40px; }
#header_box .sns-box ul { overflow: hidden; }
#header_box .sns-box li { float: left; margin-right: 15px; color: #222; }
#header_box .sns-box li a { color: inherit; }
/*logo*/
#header_box .logo {height: auto;width: 100%;position: relative;overflow: hidden;margin: auto;}
#header_box .logo img {margin: auto;vertical-align: middle;max-width: 100%;max-height: 54px;}
/*header right*/
.header-right-box {position: relative;height: 40px;width: auto;padding: 0 20px;background: #F3F3f3;}
.header-right-box i.search-switch, .header-right-box i.login-switch {width: 40px;display: block;height: 40px;line-height: 40px;text-align: center;font-size: 14px;font-weight: 700;color: #444;cursor: pointer;}
.header-right-box i.search-switch:hover, .header-right-box i.login-switch:hover, .header-right-box .demo-dropdown a:hover { color: #ef5619; }
.header-right-box .demo-dropdown { right: 0; }
.header-right-box .header_search_left{display: inline-block;}
.header-right-box .header_search_right{display: inline-block;}
.header-right-box .header_search_left .header_search_left_text{display: inline-block;}
.header-right-box .header_search_left .header_search_left_text .icon-fangdajing{line-height: 40px;font-size: 14px;}
.header-right-box .header_search_left .header_search_left_text span{display: inline-block;line-height: 40px;margin-left: 5px;cursor: pointer;}

/*search*/
#header_box .search-box {height: auto;position: relative;width: auto;margin: auto;background: #f3f3f3;padding-top: 20px;display: none;}
#header_box .search-box:hover .search-switch { color: #c1a76a; }
#header_box .searchform { overflow: hidden; width: 1200px; border: 0; box-sizing: border-box; height: 50px; line-height: 50px; position: relative; margin: auto; }
#header_box .searchform.show { opacity: 1; background: rgba(255,255,255,.95); z-index: 99999; display: block; }
#header_box .search_input {border: 0;float: right;width: 1080px;overflow: hidden;padding: 0;text-indent: 20px;box-sizing: border-box;font-size: 16px;text-align: left;height: 100%;color: #333;margin-right: 60px;background: #fff;border-bottom: 2px solid #909090;}
#header_box .btn_search {display: block;float: left;border: 0;background: transparent;cursor: pointer;font-size: 18px;font-weight: 700;color: #333;margin: 0;padding: 0;width: 60px;height: 100%;box-sizing: border-box;}
#header_box .btn_search:hover { color: #c1a76a; }
#header_box .search-close {position: absolute;z-index: 2;height: 50px;width: 60px;text-align: center;line-height: 50px;color: #333;right: 0;top: 0;font-size: 18px;font-weight: 700;cursor: pointer;}
#header_box .search-close:hover { color: #c1a76a; }
#header_box .searchform .clear { border-bottom: 2px solid #999; height: auto; }

/*login*/
#header_box .login:hover .login-switch { color: #c1a76a; }
#header_box .login:hover >a { }
#header_box .login ul {white-space: nowrap;line-height: 40px;}
#header_box .login ul.user-list{}
#header_box .login ul.user-list li{float: left}
#header_box .login ul.user-list hr{margin: 0 10px;height: 20px;display: inline-block;float: left;vertical-align: middle;border-left: 1px solid #999;margin-top: 10px;}
#header_box .login li a {display: block;color: #333;}
/*cart*/
#header_box #minicartlist { display: -webkit-grid; display: grid; align-content: -webkit-space-between; align-content: space-between; width: 100%; height: 94%; }
#header_box .cart_box {padding: 2px 10px;border: 2px solid #505050;margin: 5px 0;margin-left: 15px;}
#header_box .cart_box .cart_txt .link {position: relative;display: block;cursor: pointer;}
#header_box .cart_box:hover .link, #header_box .cart_box:hover .link i { color: #505050; }
#header_box .cart_box .link i {display: inline-block;font-size: 16px;margin: 0;color: #444;vertical-align: middle;height: auto;}
#header_box .cart_box .link span {display: inline-block;border-radius: 50%;color: #505050;font-size: 12px;vertical-align: middle;font-weight: normal;}
#header_box .cart_box:hover .link span { background: none; }
#header_box .cart { width: 320px; right: 0; top: 40px; font-family: inherit; font-size: 12px; }
#header_box .cart-box .minicart_empty { padding: 0; line-height: 22px; }
#header_box #minicartlist ul.buy_pro { padding: 0; overflow: hidden; }
#header_box #minicartlist ul.buy_pro > li { overflow: hidden; border-bottom: 1px solid #f3f3f3; padding: 5px 0; }
#header_box #minicartlist ul.buy_pro .left_pic { float: left; position: relative; width: 70px; height: 70px; margin: 0 10px 0 0; }
#header_box #minicartlist ul.buy_pro a.pic img { max-width: 100%; max-height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
#header_box #minicartlist ul.buy_pro .right_info { float: left; width: 236px; overflow: hidden; line-height: 22px; }
#header_box #minicartlist .size { background: rgba(100,100,100,.05); padding: 2px 5px; line-height: 18px; font-size: 12px; }
#header_box .cart-box .minicart_bottom { padding: 10px; line-height: 22px; background: #F9F9F9; text-align: center; border-top: 0; height: auto; }
#header_box .minicart_bottom .total { text-align: center; margin: 5px 0; background: #f9f9f9; }
#header_box .minicart_bottom .total span { color: #da2a16; }
#header_box #minicartlist .view_cart_btn { padding: 10px; }
#header_box #minicartlist .view_cart_btn a { display: block; background: #d14534; color: #fff; border-radius: 4px; text-align: center; line-height: 36px; height: 36px; box-shadow: 0 -2px 1px 0 rgba(0,0,0,.1) inset; width: 160px; }
#header_box #minicartlist .view_cart_btn a:hover { background: #ce2e1b; box-shadow: 0 0 0 0; }
#header_box .cart-box .buy_pro li.nobombor { text-align: right; }
#header_box .cart-box .minicart_more { color: #444; background: none; float: none; font-weight: 400; font-size: 14px; padding: 10px; display: inline-block; }
#header_box .cart-box .minicart_more:hover { background: none; color: #C01D1C; }
/*currency*/
#header_box .currency-val {height: 40px;padding: 0 5px;font-size: 12px;font-weight: 400;color: #444;cursor: pointer;display: inline-block;}
#header_box .currency-box:hover .currency-val { color: #333; }
#header_box .currency-box .currencyBox_text{color:#333333;border-left: 1px solid #d2d2d2;margin-left: 15px;padding-left: 15px;line-height: 40px;}
#header_box .currency li a { overflow: hidden; display: block; white-space: nowrap; padding: 2px 5px; width: 80px; line-height: 22px; }
#header_box .currency li a>b { font-weight: 400; float: left; display: block; width: 30px; }
#header_box .currency li a>span { float: right; display: block; width: 40px; text-align: right; }
#header_box .currency-val .iconfont{font-size: 12px;color: #333;transform: rotate(180deg);display: inline-block;margin-left: 5px;margin-bottom: -2px;}
#header_box .currency-val .currency-val_text{display: inline-block;margin-left: 10px;}
/*nav*/
#header_box .logo-placement {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
#header_box .logo_placement_left {
    max-width: 1200px;
    margin: 20px auto;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
#header_box .logo_placement_center {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 4px 28px -10px rgb(0,0,0,.07);
}
#header_box .logo_placement_left .logo {
    flex: 0 1 auto;
    flex-basis: 200px;
    text-align: left;
}
#header_box .logo_placement_left .nav-box {
    flex: 1 1 auto;
    text-align: right;
}
#header_box .logo_placement_center .logo,
#header_box .logo_placement_center .nav-box {
    margin-top: 20px;
    text-align: center;
}
#header_box .logo_placement_center .logo a {
    display: inline-block;
}
#header_box .nav-box {text-align: center;min-height: 50px;margin: auto;width: 100%;display: block;}
#header_box .logo_placement_center .nav-box {border-top: 1px solid #f8f8f8;}
#header_box .nav {
    width: auto;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    text-align: left;
}
#header_box .nav::after { content: ''; clear: both; display: block; }
#header_box .nav > li {float: left;height: 50px;line-height: 50px;position: initial;padding: 0px 22px;z-index: initial;text-align: center;}
#header_box .nav > li > a {display: block;font-size: 14px;color: #222;border: 0;}
#header_box .nav > li:hover > a { color: #c1a76a; }
#header_box .nav > li.nli > a {position: relative;}
#header_box .nav>li.nli>a i {position: absolute;height: 0;width: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #ccc;top: 0;bottom: 0;right: -15px;font-size: 12px;margin: auto;transition: all .4s;}
#header_box .nav>li.nli>a:hover i { border-top: 6px solid #c1a76a }
#header_box .nav>li.nli:hover>a i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg) }
#header_box .nav .sub_nav {top: 40px;left: 91%;min-width: 160px;background: #fff;max-height: 560px;overflow-y: auto;color: #222;padding: 0;line-height: 40px;overflow-x: hidden;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);text-align: center;border: 1px solid #ddd;border-bottom: 0;}
#header_box .nav .sub_nav li a {display: block;background-color: rgba(255,255,255,0);color: #333;line-height: 20px;}
#header_box .nav .sub_nav li a:hover { color: #c1a76a; background: none; position: relative; }
#header_box .sub_nav li {height: auto;display: inline-block;border: none;padding: 0px 10px;}
#header_box .sub_nav.demo-dropdown{border-top: 2px solid #909090;}
#header_box .sub_nav.demo-dropdown  li{padding: 5px 0;}
#header_box .sub_nav.demo-dropdown  li a{padding:0 10px 0;height: auto;text-align: left;white-space: normal;}
/* mini cart */
#header_box .modal-cart_wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000000;
    display: none;
}
#header_box .modal-cart_wrap .modal-cart_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
#header_box .modal-cart_wrap .mini-cart_head {
    height: 50px;
    border-bottom: 1px solid #eee;
    display: table;
    width: 100%;
    font-size: 14px;
}
#header_box .modal-cart_wrap .mini-cart_head > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
.mini-cart_head .mini-cart_head-title {
    font-weight: 700;
}
.mini-cart_head .mini-cart_head-close {
    width: 50px;
    text-align: right;
    cursor: pointer;
}
#header_box .modal-cart_wrap .mini-cart_main {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    overflow-x: hidden;
    overflow-y: overlay;
    padding-top: 15px;
}
.mini-cart_main .mini-cart_item {
    display: table;
    margin-bottom: 30px;
    width: 100%;
}
.mini-cart_main .mini-cart_item .item-pic {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    width: 88px;
}
.mini-cart_main .mini-cart_item .item-pic a {
    display: block;
    width: 88px;
    overflow: hidden;
}
.mini-cart_main .mini-cart_item .item-pic img {
    width: 100%;
    object-fit: contain;
}
.mini-cart_main .mini-cart_item .item-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.mini-cart_item .item-info .name {
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 5px;
    line-height: 16px;
}
.mini-cart_item .item-info .size {
    color: #999;
    line-height: 20px;
}
.mini-cart_item .item-info .quantity-wrap {
    font-size: 0;
    padding-right: 20px;
}
.mini-cart_item .item-info .quantity-wrap a {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #b1b1b1;
    background-color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}
.mini-cart_item .item-info .quantity-wrap .quantity-plus {
    border-left: 0;
}
.mini-cart_item .item-info .quantity-wrap .quantity-minus {
    border-right: 0;
}
.mini-cart_item .item-info .quantity-wrap input {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #b1b1b1;
    width: 26px;
    height: 26px;
    padding: 0 10px;
}
.mini-cart_item .item-info .tips {
    color: #dd3355;
}
.mini-cart_main .mini-cart_item .item-price {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    width: 85px;
}
.mini-cart_bottom .mini-cart_price .cart-price_item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
}
#header_box .modal-cart_wrap .mini-cart_bottom {
    border-top: 1px solid #eee;
    padding: 15px;
}
.mini-cart_bottom .mini-cart_bottom-btn {
    margin: 15px 0;
}
.mini-cart_bottom .mini-cart_bottom-btn a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    display: block;
    color: #fff;
    background-color: #4a4a4a;
}
.mini-cart_bottom .mini-cart_bottom-btn a:hover {
    background-color: rgba(74, 74, 74, .8);
}
.mini-cart_bottom .mini-cart_bottom-btn a.disabled {
    pointer-events: none;
    background-color: #ccc !important;
}
.mini-cart_bottom .mini-cart_bottom-link {
    padding-top: 15px;
}
.mini-cart_bottom .mini-cart_bottom-link a {
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
}
.mini-cart_bottom .mini-cart_bottom-link a:hover {
    text-decoration: none;
}
#header_box .modal-cart_mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}
#header_box .modal-cart_box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -400px;
    width: 400px;
    background-color: #fff;
    transition: right .3s ease-in-out;
    z-index: 10;
}
#header_box .modal-cart_box.show {
    right: 0;
}
#header_box .mini-cart_empty {
    padding-top: 30vh;
    text-align: center;
    position: absolute;
    top: 51px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
#header_box .mini-cart_empty.hide {
    display: none;
}
#header_box .mini-cart_empty .cart-empty-svg svg {
    width: 64px;
    height: 64px;
}
#header_box .mini-cart_empty .cart-empty-title {
    padding: 15px 0;
}
#header_box .mini-cart_empty .cart-empty-btn {
    width: 190px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

/*bottom*/
#bottom_box {padding: 0;width: 100%;box-sizing: border-box;margin: 0 auto;color: #888;text-align: center;background: #f3f3f3;margin-top: 20px;}
#bottom_box .row {box-sizing: border-box;color: inherit;overflow: hidden;margin: 0;}
#bottom_box .row.fl {width: 25%;text-align: center;}
#bottom_box .row.fr { width: 30%; padding: 20px 0; }
#bottom_box .row h4 {line-height: 26px;padding: 10px 0;font-size: 16px;border: 0;text-transform: uppercase;position: relative;color: #333333;font-weight: 600;}
#bottom_box .row ul{text-align: center}
.bottom_top_box { padding: 10px 0; border-bottom: 0; font-size: 13px; border-top: 0; color: #111; }
#bottom_box .bottom-logo { height: 200px; width: 100px; position: relative; overflow: hidden; }
#bottom_box .bottom-logo img { max-width: 50%; max-height: 50%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; position: absolute; -webkit-filter: brightness(1000%); -o-filter: brightness(1000%); filter: brightness(1000%); opacity: .5; }
/*help center*/
#bottom_box .bottom-help-center a, #bottom_box a {font-size: 13px;text-align: center;color: #565656;text-decoration: none;line-height: 24px;}
#bottom_box a:hover { color: #333333; }
/*copyright & payment*/
#bottom_box .copyright-box { overflow: hidden; padding: 20px 0; line-height: 24px; vertical-align: middle; border-top: #ddd 1px solid; color: inherit; }
#bottom_box .copyright-box img { max-height: 30px; vertical-align: middle; }
#bottom_box .copyright {padding: 0;text-align: inherit;color: #7d7d7d;line-height: 40px;font-size: 12px;}
/*newsletter*/
.newsletter-box .newsletter form {position: relative;margin: 10px 0;}
.newsletter-box .btm_newsletter { height: auto; border: 0; position: relative; display: inline-block; float: left; }
#bottom_box .newsletter_btn { background: #111; height: 42px; line-height: 42px; text-transform: uppercase; float: none; width: 40px; overflow: hidden; color: #fff; transition: all .3s; position: absolute; right: 0px; top: 0px; padding: 0; font-size: 12px; cursor: pointer; border: 0; }
.newsletter-box .newsletter_btn i { display: block; width: 25px; }
#bottom_box .newsletter_txt { height: 42px; line-height: 42px; font-weight: 400; padding: 0 90px 0 10px; display: block; border-radius: 0; background: none;
    color: #3a3a3a; font-size: 14px; float: none; width: 84%; box-sizing: border-box; border: 2px solid #3a3a3a; }
.newsletter-box .newsletter_btn:hover { opacity: .7; }
/*share*/
#bottom_box ul.shartto { display: block; overflow: hidden; margin: 0; line-height: 30px; height: 30px; width: auto; float: right; }
#bottom_box ul.shartto a { font-size: 18px; display: block; text-decoration: none; height: 34px; line-height: 34px; width: 34px; color: #222; text-align: center; }
#bottom_box ul.shartto a:hover { color: #EF5619; }
#bottom_box .bottom-top, #bottom_box .bottom-btm { padding: 10px 20px; }
#bottom_box ul.shartto li { width: auto; float: left; margin: 2px }
#body_box .product_taglist_top {margin: 10px 0 20px;}
#body_box .common_pro_list1 { overflow: hidden; margin-left: -30px;}
#body_box .common_pro_list1 >li.other { width: 100%; height: 0; padding: 0; border: 0; clear: both; margin: 0; box-shadow: none; }
#body_box .common_pro_list1 > li {position: relative;z-index: 0;height: auto;padding-left: 30px;top: 0;width: 25%;float: left;margin: 0px 0px 20px 0;transition: box-shadow .4s;overflow: hidden;border: 0;box-sizing: border-box;}
#body_box .common_pro_list1 > li:nth-child(4n) { margin-right: 0; }
#body_box .common_pro_list1 > li.more { min-height: 414px; }
#body_box .common_pro_list1 > li.more a { display: block; width: 50%; text-align: center; line-height: 50px; margin: 180px auto; background: #fff; color: #222; transition: all .2s; border: 1px solid #000; box-shadow: 0 0 1px 0 rgba(255,255,255,0) inset }
#body_box .common_pro_list1 > li.more a:hover { background: #000; color: #fff; box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset; }
#body_box .common_pro_list1 > li .pic {position: relative;width: 100%;height: auto;overflow: hidden;background: none;display: block;}
#body_box .common_pro_list1 > li .pic a {position: relative; width: 100%; display: block;}
#body_box .common_pro_list1 > li .pic a:before {content: ''; display: block; padding-bottom: 150%;}
#body_box .common_pro_list1 > li .square a:before {padding-bottom: 100%}
#body_box .common_pro_list1 > li .portrait a:before {padding-bottom: 150%}
#body_box .common_pro_list1 > li .landscape a:before {padding-bottom: 75%}
#body_box .common_pro_list1 > li .pic_square a:before {padding-bottom: 100%;}
#body_box .common_pro_list1 > li .pic img {width: 100%; height: 100%; max-width: none; max-height: none; position: absolute; top: 0; object-fit: contain; -webkit-transition: opacity 0.1s ease-out;transition: opacity 0.1s ease-out;}
#body_box .common_pro_list1 > li .pic img.auto_crop {object-fit: cover;}
#body_box .common_pro_list1 > li:hover .pic img:nth-child(odd) { opacity: 0; z-index: 0; }
#body_box .common_pro_list1 > li:hover .pic img:nth-child(even) { opacity: 1; z-index: 1; }
#body_box .common_pro_list1 > li .pic img:nth-child(odd) { opacity: 1; z-index: 1; }
#body_box .common_pro_list1 > li .pic img:nth-child(even) { opacity: 0; z-index: 0; }
#body_box .common_pro_list1 > li .pro_content { position: static; text-align: center; font-size: 14px;  box-sizing: border-box; font-weight: 400; color: #444; padding: 10px 0; background: none; overflow: hidden; height: auto; }
#body_box .common_pro_list1 > li .name {line-height: 30px;font-size: 14px;float: none;display: block;text-transform: capitalize;height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0;text-align: inherit;color: #4f4f4f;font-family: var(--body-font-family);}
#body_box .common_pro_list1 > li .name:hover { color: #777; }
#body_box .common_pro_list1 > li .price {color: #4f4f4f;font-size: 14px;line-height: 24px;float: none;display: block;padding: 0;font-family: inherit;font-weight: 600;overflow: hidden;margin: 0;text-align: inherit;text-overflow: ellipsis;}
#body_box .common_pro_list1 > li .sold_out_box { color: #333; font-size: 12px; position: absolute; top: 50%; bottom: auto; margin: auto; left: 0; right: 0; text-align: center; line-height: 40px; width: 150px; background: #f9f9f9; text-transform: uppercase; opacity: .94; z-index: 6; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
#body_box .common_pro_list1 > li .oldprice { margin-left: 0; font-size: .9em; color: #aaa; text-decoration: line-through; font-weight: 400; padding: 0 5px; }
#body_box .common_pro_list1 > li span.newin { font-size: 12px; text-transform: uppercase; text-align: center; font-weight: 400; display: block; color: #fff; overflow: hidden; position: absolute; left: 10px; border-radius: 0; height: 28px; width: auto; padding: 0 15px; line-height: 28px; top: 10px; background: #EF5659; z-index: 5; }
#body_box .common_pro_list1 .pro-time-box { position: absolute; bottom: 0; text-align: center; left: 0; right: 0; width: 60%; margin: auto; font-size: 12px; line-height: 30px; z-index: 5; }
#body_box .common_pro_list1 .time-box { line-height: inherit; color: #f000bd; font-size: inherit; width: auto; font-weight: 400; opacity: .9; font-family: inherit; }
#body_box .common_pro_list1 span.discount-timer { text-indent: 0; font-weight: 400; display: inline-table; font-size: inherit; line-height: inherit; color: inherit; overflow: hidden; letter-spacing: 1px; padding: 0; background: none; }
#body_box .common_pro_list1 span.discount-timer span { font-weight: 400; color: #333 !important; font-size: inherit !important; float: left; padding: 0; }
#body_box .common_pro_list1 span.discount-timer .day { margin: 0; padding: 0; }
#body_box .common_pro_list1 span.discount-timer .day_seconds { padding: 0 3px; }
#body_box .common_pro_list1 .time-box i { display: inline-table; line-height: 1; font-size: 13px; }
#body_box .common_pro_list1 > li .discount em { display: block; text-align: center; font-style: normal; font-size: 14px; text-transform: lowercase; }
#body_box .common_pro_list1 > li .pro-quick_shop,
#body_box .common_pro_list4 > li .pro-quick_shop {
    margin-top: 5px;
    margin-bottom: 5px;
}
#body_box .common_pro_list1 > li .pro-quick_shop .pro-quick_shop__button,
#body_box .common_pro_list4 > li .pro-quick_shop .pro-quick_shop__button {
    width: 100%;
    height: 40px;
    display: block;
    background-color: #fff;
    border: 1px solid #c1a76a;
    color: #c1a76a;
    border-radius: 2px;
    cursor: pointer;
}
#body_box .common_pro_list4 {
    margin-left: -30px;
}
#body_box .common_pro_list4 li {
    width: 25%;
    padding: 0 0 0 30px;
}
#body_box .common_pro_list4 li.other,
.history_list_2017 .common_pro_list4 li.other,
.account_index .common_pro_list4 li.other {
    display: none !important;
}
#body_box .common_pro_list4 li .pic {
    height: auto;
}
#body_box .common_pro_list4 li .pic a,
.history_list_2017 .common_pro_list4 li a.pic,
.account_index .common_pro_list4 li a.pic{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
#body_box .common_pro_list4 li .pic a:before,
.history_list_2017 .common_pro_list4 li a.pic:before,
.account_index .common_pro_list4 li a.pic:before {
    content: '';
    display: block;
    padding-bottom: 135%;
}
#body_box .common_pro_list4 li .pic img {
    width: 100%; height: 100%; max-width: none; max-height: none; position: absolute; top: 0; left: 0; object-fit: contain; -webkit-transition: opacity 0.1s ease-out;transition: opacity 0.1s ease-out;
}
#body_box .common_pro_list4 .pro_content {
    padding: 0;
}
#body_box .common_pro_list4 li .name {
    font-size: 14px;
    color: #4f4f4f;
    padding: 10px 0;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#body_box .common_pro_list4 li .price,
#body_box .common_pro_list4 li span.oldprice {
    font-size: 14px;
}
.common_pro_list4 li .price {
    font-size: 15px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 5px;
    text-align: center;
}
.common_pro_list4 li span.oldprice {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
    color: #777;
}
.history_list .boxh3 {
    font-weight: normal;
    border-top: 1px solid #dfdfdf;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 5px;
    font-size: 20px;
    color: #333333;
    padding: 10px 0;
}

.relevant_list1 .boxh3,
.history_list .boxh3 {
    margin-left: 0;
}
/* quick shop */
.quick-shop-mask {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10000000;
    display: none;
    cursor: pointer;
}
.quick-shop-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    z-index: 10000001;
    max-width: 920px;
    transition: all .8s ease-out;
}
.quick-shop-box .quick-shop-close {
    width: 22px;
    text-align: center;
    font-size: 22px;
    color: #999;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    cursor: pointer;
}
.quick-shop-box .quickcart {
    position: static;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
#body_box .common_pro_list1 > li .pro-quick_shop .pro-quick_shop__button:hover,
#body_box .common_pro_list4 > li .pro-quick_shop .pro-quick_shop__button:hover {
    background-color: #c1a76a;
    color: #fff;
}
#body_box .common_pro_list1 > li .pro-quick_shop .pro-quick_shop__button span,
#body_box .common_pro_list1 > li .pro-quick_shop .pro-quick_shop__button svg,
#body_box .common_pro_list4 > li .pro-quick_shop .pro-quick_shop__button span,
#body_box .common_pro_list4 > li .pro-quick_shop .pro-quick_shop__button svg {
    display: inline-block;
    vertical-align: middle;
}
#body_box .common_pro_list1 > li .pro-quick_shop .pro-quick_shop__button svg,
#body_box .common_pro_list4 > li .pro-quick_shop .pro-quick_shop__button svg {
    width: 20px;
    height: 20px;
}
#body_box .common_pro_list1 > li .pro-quick_shop .pro-quick_shop__button svg path,
#body_box .common_pro_list4 > li .pro-quick_shop .pro-quick_shop__button svg path {
    fill: #c1a76a;
}
#body_box .common_pro_list1 > li .pro-quick_shop .pro-quick_shop__button:hover svg path,
#body_box .common_pro_list4 > li .pro-quick_shop .pro-quick_shop__button:hover svg path {
    fill: #fff;
}
#body_box .common_pro_list1 > li .review_stars,
#body_box .common_pro_list4 > li .review_stars {
    padding-top: 10px;
}
.sale_bg{
    position: absolute;
    top: 15px;
    left: 30px;
    background: rgba(192, 29, 28, .85) !important;
    color: #fff !important;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    white-space: nowrap !important;
    z-index: 9;
    box-sizing: border-box;
    font-weight: bold;
}
.product_detail_2017 .sale_bg {
    top: 15px;
    left: 30px;
    width: 60px;
    height: 25px;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.flex {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.flex-1 {
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-pack-around {
    　　-webkit-box-pack: center;
    　　-webkit-justify-content: space-around;
    　　-ms-flex-pack: center;
    　　justify-content: space-around;
}
/*appraise*/
#body_box .common_pro_list1 .pro-appraise { letter-spacing: 2px; }
#body_box .common_pro_list1 .pro-appraise .star-box { display: inline-block; padding: 10px 0; }
#body_box .common_pro_list1 .pro-appraise .star-box i { float: left; font-size: 15px; display: block; height: 30px; line-height: 30px; width: auto; color: #e9e9e9; }
#body_box .common_pro_list1 .pro-appraise .star-box i.light { color: #bbb; }
/*discount*/
#body_box .common_pro_list1 .discount { position: absolute; right: 10px; top: 10px; font-size: 12px; overflow: hidden; color: #fff; width: auto; height: 28px; border-radius: 0; padding: 0 15px; text-align: center; background: #222; line-height: 28px; z-index: 5; }
#body_box .common_pro_list1 .discount p { width: auto; float: left; padding: 0 2px; }
/*icons*/
#body_box .common_pro_list1 .icons { position: absolute; z-index: 9; transition: all .4s; text-align: center; line-height: 1em; left: 0; right: 0; bottom: 90px; opacity: 0; }
#body_box .common_pro_list1>li:hover .icons { opacity: 1; bottom: 130px; }
#body_box .common_pro_list1 .icons > span { position: relative; height: 40px; width: 160px; line-height: 40px; text-align: center; background: #fff; margin: 0 auto; padding: 0; overflow: hidden; display: block; float: none; margin-bottom: 10px; }
#body_box .common_pro_list1 .icons > span:nth-child(1) { animation-delay: .2s }
#body_box .common_pro_list1 .icons > span:nth-child(2) { animation-delay: .6s }
#body_box .common_pro_list1 .icons > span:nth-child(3) { animation-delay: 1s }
#body_box .common_pro_list1 .icons > span a { overflow: hidden; text-align: left; display: block; font-weight: 700; text-transform: uppercase; color: #222; }
#body_box .common_pro_list1 > li .icons > span i { background: none; color: #333; transition: color .4s; display: block; font-size: 18px; float: left; padding: 0 10px; }
#body_box .common_pro_list1>li .icons >span.on { }
#body_box .common_pro_list1>li .icons >span.on i { color: #EF5619; }
#body_box .common_pro_list1>li .icons >span a:hover { color: #EF5619; }
/*outofstock*/
#body_box .common_pro_list1 .soldout { position: absolute; height: 34px; line-height: 34px; background-color: rgba(122,122,122,.95); color: #fff; left: 0; right: 0; width: 40%; margin: auto; z-index: 5; top: 50%; margin-top: -17px; border-radius: 3px; }
#body_box .product-more { line-height: 30px; padding: 20px 0; text-align: center; }
#body_box .product-more a { display: inline-block; position: relative; font-size: 13px; text-transform: uppercase; color: #222; font-weight: 700; }
#body_box .product-more a:hover { color: #ef5619; }
#body_box .product-more a::after { position: absolute; content: ''; bottom: 0; left: 0; right: 0; height: 2px; background: #222; }
#body_box .product-more a:hover::after { background: #ef5619; }
/*index*/
#index-box { position: relative; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/*left sidebar*/
#index-box .left-sidebar { position: fixed; left: 0; top: 0; bottom: 0; width: 280px; z-index: 9999; background: rgba(255,255,255,0); transition: all .4s; }
#index-box .left-sidebar:hover { background: rgba(255,255,255,.9) }
/*logo*/
#index-box .left-sidebar .logo { position: absolute; top: 20px; left: 0; width: 100px; height: 50px; overflow: hidden; z-index: 3; }
#index-box .left-sidebar .logo img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%; }
/*menu*/
#index-box .left-sidebar .menu-switch { height: 40px; width: 100px; position: absolute; z-index: 2; top: 120px; left: 0; line-height: 40px; text-align: center; cursor: pointer; }
#index-box .left-sidebar .menu-switch:hover i, #index-box .left-sidebar .menu-switch.on i { background: #D4A47D; }
#index-box .left-sidebar .menu-switch i { display: inline-table; vertical-align: middle; background: #444; height: 8px; width: 8px; border-radius: 6px; margin: 0 1px; }
#index-box .left-sidebar .menu-switch.on i:nth-child(1) { width: 30px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 0; right: 0; margin: auto; top: 50%; margin-top: -4px; }
#index-box .left-sidebar .menu-switch.on i:nth-child(2) { opacity: 0; }
#index-box .left-sidebar .menu-switch.on i:nth-child(3) { width: 30px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; left: 0; right: 0; margin: auto; top: 50%; margin-top: -4px; }
#index-box .left-sidebar .menu-box { position: absolute; z-index: 2; top: 100px; bottom: 0; width: 250px; height: 70vh; left: 0; background: none; box-sizing: border-box; padding: 0; overflow-y: auto; overflow-x: hidden; }
#index-box .left-sidebar .menu-box.show { z-index: 0; left: 100px; opacity: 1; }
/*copyright*/
#index-box .copyright { position: absolute; left: 20px; bottom: 20px; width: 360px; line-height: 30px; height: 30px; overflow: hidden; text-overflow: ellipsis; color: #fff; }
/*main content*/
#index-box .main-content { position: relative; z-index: 0; }
/*banner*/
#index-box .banner {position: relative;z-index: 0;background: none;width: 100%;overflow: hidden;margin-bottom: 20px;}
#index-box .banner .swiper-wrapper { }
#index-box .banner .swiper-slide { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
#index-box .banner .img { display: block;  width: 100%; background: no-repeat 50% 50%; -webkit-background-size: cover; background-size: cover; }
#index-box .banner .img>a { display: block; width: 100%; height: 100%; }
#index-box .banner .img>a img{width:100%;}
#index-box .banner .cont { position: absolute; z-index: 1; opacity: 0; max-width: 800px; color: #fff; text-align: center; }
#index-box .banner .cont a { color: inherit; }
#index-box .banner .cont h4 { color: inherit; font-size: 4em; line-height: 2em; text-transform: uppercase; }
#index-box .banner .cont p { color: inherit; font-size: 1.4em; line-height: 1.8em; text-transform: capitalize; }
#index-box .banner .swiper-pagination { bottom: 20px; }
#index-box .banner .swiper-pagination-bullet { background: none; width: 9px; height: 9px; position: relative; border: 2px solid #fff; opacity: .9; }
#index-box .banner .swiper-pagination-bullet:hover { opacity: 1; }
#index-box .banner .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; opacity: 1; }
/*contact*/
#index-box .contact, #index-box .shartto { position: absolute; z-index: 9; left: 0; bottom: 20px; max-width: 40%; line-height: 30px; overflow: hidden; color: #fff; right: 0; margin: auto; }
#index-box .contact > *, #index-box .shartto > * { float: left; display: inline-block; padding: 0 7px; color: inherit; white-space: nowrap; font-size: 12px; }
#index-box .contact a, #index-box .shartto a { color: inherit; }
#index-box .contact a:hover, #index-box .shartto a:hover { opacity: .5; }
/*SNS*/
#index-box .shartto { right: 20px; max-width: 30%; left: auto; }
#index-box .shartto li { }
#index-box .menu-mask { position: fixed; z-index: -2; left: 0; top: 0; bottom: 0; right: 0; background-color: #000; opacity: 0; transition: all .5s; }
#index-box .menu-mask.show { z-index: 10; opacity: .6; cursor: default; }
/*index nav*/
#index-box .nav-box { text-align: center; height: auto; padding: 0; }
#index-box .nav { width: auto; margin: 0; padding: 0; display: block; float: none; text-align: left; }
#index-box .nav > li { float: none; height: auto; line-height: 36px; position: relative; padding: 0; text-indent: 14px; }
#index-box .nav > li > a { display: block; padding: 0; font-size: 16px; color: #222; font-weight: 700; border: 0; text-transform: capitalize; }
#index-box .nav > li > a:hover { color: #c1a76a; }
#index-box .nav > li.nli > a { position: relative; margin-right: 50px; }
#index-box .nav > li.nli .dropdown-switch { position: absolute; top: 0; right: 0; height: 36px; width: 50px; z-index: 2; cursor: pointer; }
#index-box .nav > li.nli .dropdown-switch i { position: absolute; height: 0; width: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #222; top: 0; bottom: 0; right: 0; margin: auto; transition: all .4s; left: 0; }
#index-box .nav>li.nli .dropdown-switch:hover i { border-top: 5px solid #c1a76a; }
#index-box .nav .nli.on .dropdown-switch i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg) }
#index-box .nav .sub_nav { top: 0; background: none; border: 0; color: #222; padding: 0; line-height: 40px; position: relative; box-shadow: none; overflow: hidden; display: none; }
#index-box .nav .sub_nav li a { display: block; height: 34px; line-height: 34px; overflow: hidden; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; text-transform: capitalize; color: inherit; font-size: 14px; }
#index-box .nav .sub_nav li a:hover { color: #ef5619; background: none; }
#index-box .sub_nav li { height: auto; border: none; padding: 0px; float: none; width: auto; }
/*ad1*/
#index-box .diy-ad1 {overflow: hidden; padding: 0 20px;}
#index-box .diy-ad1 .img-box {float: left;width: 50%;/* height: 270px; */position: relative;overflow: hidden; margin-bottom: 20px;}
#index-box .diy-ad1 .img-box:not(:first-child) {/* margin-left: 30px; */}
#index-box .diy-ad1 .img {/* height: 270px; */}
#index-box .diy-ad1 .img img{width:98%;}
#index-box .diy-ad1 .img-box:first-child .img img{float: left}
#index-box .diy-ad1 .img-box:last-child .img img{float: right}
#index-box .diy-ad1 .img a { display: block; height: 100%; background: no-repeat center; background-size: cover; }
#index-box .diy-ad1 .img a:hover img{transform: scale(1.1);transition: all 4s}
#index-box .diy-ad1 .cont { position: absolute; z-index: 1; top: 20px; left: 40%; right: 0; padding: 30px; box-sizing: border-box; }
#index-box .diy-ad1 h4 { font-size: 24px; text-transform: uppercase; line-height: 30px; font-weight: 700; padding: 10px 0; }
#index-box .diy-ad1 p { font-size: 14px; text-transform: capitalize; line-height: 20px; }
#index-box .diy-ad1 a.btn { display: inline-block; text-align: center; color: #222; font-size: 14px; font-weight: 700; height: 30px; line-height: 30px; margin-bottom: 20px; }
/*ad2*/
#index-box .diy-ad2 { height: 450px; }
#index-box .diy-ad2 .img-box { height: 100%; }
#index-box .diy-ad2 .img-box h4 { color: #fff; font-weight: 700; font-size: 80px; }
#index-box .diy-ad2 .img { position: relative; height: 100%; width: 100%; }
#index-box .diy-ad2 .img .btn { display: block; }
#index-box .diy-ad2 .img a { height: 100%; width: 100%; background: center no-repeat; background-size: cover; display: -webkit-box; display: -webkit-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; -webkit-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -ms-flex-flow: column nowrap; -o-flex-flow: column nowrap; flex-flow: column nowrap; }
/*ad3*/
#index-box .diy-ad_full { overflow: hidden; }
#index-box .diy-ad_full .img-box { margin-bottom: 20px; }
#index-box .diy-ad_full .img-box img { max-width: 100% }
#index-box .diy-ad3 { overflow: hidden; }
#index-box .diy-ad3 .img-box { float: left; width: 33.33%; height: 12vw; position: relative; overflow: hidden; }
#index-box .diy-ad3 .img-box::after { content: ''; position: absolute; transition: all .6s; z-index: 2; top: -10%; right: -100%; opacity: 0; background: rgba(255,255,255,1); width: 100%; height: 100%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#index-box .diy-ad3 .img-box:hover::after { opacity: 1; background: rgba(255,255,255,0); top: -10%; right: 100%; }
#index-box .diy-ad3 .img { height: 100%; }
#index-box .diy-ad3 .img a { display: block; height: 100%; }
#index-box .diy-ad3 .cont { position: absolute; top: 10%; left: 40%; width: 55%; }
#index-box .diy-ad3 h4 { font-size: 30px; text-transform: uppercase; margin-bottom: 10px; }
#index-box .diy-ad3 p { font-size: 14px; text-transform: capitalize; margin-bottom: 10px; }
#index-box .diy-ad3 a.btn { display: inline-block; text-align: center; color: #222; font-size: 15px; font-weight: 700; transition: all .4s; }
#index-box .diy-ad3 .img-box:hover a.btn { letter-spacing: 1px; }
/*product*/
.home-pro-box {position: relative;margin: 0 auto 20px;text-align: center;background: none;}
.home-pro-box h3.tit {border: 0;position: relative;text-align: center;padding: 20px;}
.home-pro-box .view_more{ padding: 2px 12px;border: 2px solid #3b3a3d;color: #3b3a3d;text-transform: uppercase;font-weight: 600;font-size: 12px;
 display: inline-block;margin-bottom: 20px;width: auto;}
.home-pro-box .view_more:hover{color:#bd9d3d;border:2px solid #bd9d3d;}
.home-pro-box h3.tit a { transition: .4s all; padding: 0 15px; float: none; border-left: 0; text-transform: uppercase; font-weight: 700; color: #222; font-size: 20px; }
.home-pro-box h3.tit a:hover { opacity: .8; }
.home-pro-box .bd { position: relative; }
.home-pro-box .pro-box { position: relative; height: auto; }
.home-pro-box .pro-box .box { overflow: hidden; position: relative; }
#index-box .product-tit { position: relative; text-align: center; padding: 40px 0; }
#index-box .product-tit span { font-size: 24px; text-transform: uppercase; padding: 0 20px; color: #222; position: relative; z-index: 1; }
#index-box .product-tit::after { position: absolute; content: ''; height: 2px; background: #222; width: 100px; left: 0; right: 0; margin: auto; top: auto; bottom: 15px; z-index: 0; }
/*news*/
#news { margin-bottom: 40px; }
#news h3.tit { float: none; height: 40px; line-height: 40px; border: 0; position: relative; text-align: center; padding: 30px; }
#news h3.tit a { transition: .4s all; padding: 0 15px; float: none; border-left: 0; text-transform: uppercase; font-weight: 700; color: #222; font-size: 18px; }
#news h3.tit a:hover { opacity: .8; }
#news .news-box { position: relative; overflow: hidden; font-family: var(--body-font-family); }
#news .news-box .bd { z-index: 0; overflow: hidden; }
#news .news-box .hd { position: relative; text-align: center; top: 0; width: 100%; height: 30px; z-index: 0; clear: both; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; -ms-align-items: center; align-items: center; padding: 20px 0; }
#news .news-box .hd li { margin: 0 4px; cursor: pointer; background: #f2f2f2; width: 20px; line-height: 20px; }
#news .news-box .hd li.on { color: #fff; background: #222; }
#news .news-box .bd li { overflow: hidden; position: relative; width: 560px; margin: 0; float: left; }
#news .news-box .bd li:nth-child(1) { margin-right: 80px; }
#news .news-box .bg a { height: 100%; width: 100%; background: center no-repeat; background-size: cover; position: absolute; display: block; }
#news .news-box .title:hover { color: #FF3000; }
#news .news-box .title { font-size: 18px; color: #333; line-height: 50px; z-index: 0; padding: 10px; display: block; overflow: hidden; }
#news .news-box .descript { font-size: 14px; overflow: hidden; line-height: 24px; color: #888; padding: 5px 0; display: none; }
#news .news-box .bg { position: relative; top: 0; left: 0; height: 420px; right: 0; opacity: .8; z-index: 1; }
#news .news-box .time { line-height: 40px; font-style: normal; color: #888; font-size: 14px; display: none; }
#news .news-box a.btn { color: #333; font-size: 14px; line-height: 32px; position: relative; border: 1px solid #eaeaea; padding: 0 30px; border-radius: 50px; margin: 10px 0; display: none; }
#news .news-box a.btn:hover { color: #fff; background: #222; border: 1px solid #222; }
.go-top {position: fixed;bottom: 8em;right: .5em;text-decoration: none;color: #5e5e5e;text-decoration:underline;font-size: 14px;display: none;z-index: 9999;cursor:pointer;}
.review_stars .review_count{
    font-size: .7em;
    line-height: 1.333;
    /* max-height: 1.333em; */
    overflow: hidden;
    color: #002f36;
    font-weight: 600;
    display: inline-block;
    margin-left: .8em;
    margin-top: .2em;
}
.review_stars i{
    display: inline-block;
    background: url("../../statics/images/AmazonUISkinSky-sprite_sky_color.png") no-repeat;
    width: 86px;
    height: 16px;
    background-size: 32em;
}
.review_stars .stars_0_0{
    background-position: -12.9em -7em;
}
.review_stars .stars_0_5{
    background-position: -11.9em -7em;
}
.review_stars  .stars_1_0{
    background-position: -11.9em -8.5em;
}
.review_stars  .stars_1_5{
    background-position: -10.9em -7em;
}
.review_stars  .stars_2_0{
    background-position: -11em -8.5em;
}
.review_stars  .stars_2_5{
    background-position: -10em -7em;
}
.review_stars  .stars_3_0{
    background-position: -10.1em -8.5em;
}
.review_stars  .stars_3_5{
    background-position: -9.1em -7em;
}
.review_stars  .stars_4_0{
    background-position: -9.1em -8.5em;
}
.review_stars  .stars_4_5{
    background-position: -8.1em -7em;
}
.review_stars  .stars_5_0{
    background-position: -8.2em -8.5em;
}
.fontsize19{
    font-size: 19px;
}
#banner .swiper-container{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;/* 两种都可以 */
}

.mini_detail{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.5 ease,transform 0.5s ease;
    z-index:10000;
}
.mini_detail .mini_detail_bg{
    background:#000;
    opacity:0.4;
    height:100%;
    width:100%;
}
#mini_detail{
    position:absolute;
    left:50%;
    top:15%;
    transform:translate(-50%,0);
    box-sizing:border-box;
    z-index:10;
}
#mini_detail .close_icon{
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
}
.mini_detail.show{
    opacity:1;
    visibility:visible;
}
.product_detail_2017 .viewnav {
    font-size: 18px;
    color: #f5a80a;
    text-align: center;
    background-color: #000;
    padding: 3px;
}
.product_detail_2017 .viewnav.without-style {
    background-color: transparent;
    padding: 0;
}
.product_detail_2017 .viewnav .discount_inner {
    border: 1px dashed #7a5405;
    padding: 5px;
}
.product_detail_2017 .viewnav.without-style .discount_inner {
    border: 0;
    padding: 0;
}
.bottom-btm .pay_img{
    max-height: 40px;
}

/*============================================================================
  #Share toolbox
==============================================================================*/
.share_toolbox_wrap {
    margin-top: 15px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -moz-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.share_toolbox_wrap .share_toolbox_title {
    font-size: 13px;
    margin-right: 10px;
}
.share_toolbox_wrap .at-share-tbx-element .at-share-btn {
    margin: 0 5px 0 0 !important;
}

/*============================================================================
  #Fixed add to cart
==============================================================================*/
.add-to-cart_fixed-wrap {
    background-color: #eee;
    position: fixed;
    left: 0;
    right: 0;
    transition: all .8s;
    z-index: 10000;
    bottom: -100%;
    height: 60px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.20);
    z-index: 1;
}
.add-to-cart_fixed-wrap .add-to-cart_fixed-inner {
    width: 100%;
    max-width: 1220px;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.add-to-cart_fixed-wrap .add-to-cart_fixed-item {
    display: table;
}
.add-to-cart_fixed-item > div {
    display: table-cell;
    vertical-align: middle;
}
.add-to-cart_fixed-item .item-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;
}
.add-to-cart_fixed-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.add-to-cart_fixed-item .item-name {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.add-to-cart_fixed-item .item-price {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #c1a76a;
}
.add-to-cart_fixed-item .item-select {
    width: 140px;
    padding-right: 20px;
}
.add-to-cart_fixed-item .item-select .select-sku_option {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url('../../../newdefault/tpl/home/icon/ico-select.svg');
    background-position: right 5px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    outline: 2px solid #b1b1b1;
    outline-offset: -2px;
    text-transform: uppercase;
    padding: 0 28px 0 10px;
}
.add-to-cart_fixed-item .quantity-wrap {
    font-size: 0;
    padding-right: 20px;
}
.add-to-cart_fixed-item .quantity-wrap a {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #b1b1b1;
    background-color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}
.add-to-cart_fixed-item .quantity-wrap .quantity-plus {
    border-right: 0;
}
.add-to-cart_fixed-item .quantity-wrap .quantity-minus {
    border-left: 0;
}
.add-to-cart_fixed-item .quantity-wrap input {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #b1b1b1;
    width: 30px;
    height: 26px;
    padding: 0 10px;
}
.add-to-cart_fixed-item .item-btn a {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background-color: #c1a76a;
    color: #fff;
    display: block;
}

/* 下拉 */
.nav-category-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgba(0,0,0,0.15);
}
.nav-category-menu{
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    border-top: 1px solid #f5f5f5;
    display: none;
}
.nav-category-menu .ad-wrapper{
    max-width: 1242px !important;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    padding-left: 50px;
}
.nav-category-menu .menu-dropdown{
    display: flex;
    flex-direction: column;

}
.nav-category-menu .menu-dropdown li{
    padding: 10px;
    color: #333;
    font-size: 14px;
    width: 200px;  
}
.nav-category-menu .menu-dropdown li a{
   text-align: left;
}
.menu-dropdown-pic{
    display: flex;
    font-size: 17px;
    margin:20px 0 0 20px;
}
.menu-dropdown-pic .pic-box{
    margin-right: 30px;
    cursor: pointer;
}
.menu-dropdown-pic .pic-box a{
    width: 100%;
    overflow: hidden;   
    max-height: 100%; 
}
.menu-dropdown-pic .pic-box p{
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
.menu-dropdown-pic .pic-box a img{
    width: 100%;  
    transform: scale(1);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;   
}
.menu-dropdown-pic .pic-box a img:hover{
    width: 100%;  
    transform: scale(1.2);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;   
}
#header_box .nav li{
    height: auto;
}
.nav-category-menu .menu-dropdown .menu-dropdown-title{
    font-size: 14px;
    padding: 14px 0 0;
    line-height: normal;
}
.nav-category-menu .menu-dropdown .menu-dropdown-title a{
    text-align: left;
}
.nav-category-menu .menu-dropdown li{
    padding-bottom: 0!important;
    line-height: normal;
}