:root {
    --CheckoutMainColor: #1875b4;
    --CheckoutMainLightColor: #74acd2;
}

body {
    max-width: 1920px;
    margin: auto;
}

.default_products_detail #addtocart_button {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.default_products_detail #addtocart_button:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.default_products_detail #buynow_button, .detail_actions .default_products_detail1 #buynow_button:hover {
    background-color: #222 !important;
    color: #fff !important;
    border: 1px solid #222 !important;
}

.shopping_add_to_cart .shopping_addtocart_add_btn {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.shopping_add_to_cart .shopping_addtocart_add_btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.shopping_add_to_cart .shopping_addtocart_buy_btn, .shopping_add_to_cart .shopping_addtocart_buy_btn:hover {
    background-color: #222 !important;
    color: #fff !important;
    border: 1px solid #222 !important;
}

/*************************** å®½å±æ ·å¼ start***************************/
.w_1200 .review_left {
    width: 840px;
}

.w_1200 .goods_view {
    padding: 15px 15px 15px 195px;
}

.w_1200 .goods_view dt {
    width: 165px;
    height: 165px;
    margin-left: -180px;
}

.w_1200 .prod_menu .page ul {
    left: -1px;
    right: auto;
}

.w_1200 .prod_menu .page_item {
    display: block;
}

.w_1200 #shield_hd {
    width: 1200px;
}

.w_1200 #shield_bd .wide {
    width: 1200px;
}

.w_1200 #shield_bd .wide>dl {
    width: 324px;
    margin-left: 88px;
}

.w_1200 #shield_bd .wide>dl>dt {
    margin: 31px auto 18px;
}

.w_1200 #shield_bd .wide>dl:first-child {
    margin-left: 23px;
}

.w_1200 .sitemap_box dl {
    width: 210px;
}

/*äº§å“ç‰¹æ•ˆæ¡† ç«–å‘ Start*/
.w_1200 .prod_box {
    width: 220px;
    margin-left: 20px;
    margin-bottom: 20px;
    min-height: 380px;
}

.w_1200 .prod_box .prod_box_pic {
    height: 216px;
}

.w_1200 .prod_box .prod_box_pic .thumb_hover {
    width: 220px;
    height: 220px;
}

.w_1200 .prod_box .prod_box_button .addtocart {
    width: 128px;
    background-position: 0 -92px;
}

.w_1200 .prod_box .prod_box_button .addtocart>a {
    text-indent: 38px;
}

.w_1200 .prod_box .prod_box_button .wishlist, .w_1200 .prod_box .prod_box_button .compare {
    width: 45px;
}

.w_1200 .prod_box .add_cart_box .add_cart_bg {
    top: 183px;
    width: 218px;
}

.w_1200 .prod_box .add_cart_box .add_cart {
    top: 183px;
    width: 218px;
    background-position: 50px -140px;
    text-indent: 30px;
}

.w_1200 .prod_box_2 {
    width: 218px;
    min-height: 300px;
    margin-bottom: 30px;
}

.w_1200 .prod_box_2 .prod_box_pic {
    height: 218px;
}

.w_1200 .prod_box_3 {
    width: 198px;
    padding: 10px 10px 0;
    min-height: 310px;
}

.w_1200 .prod_box_3 .prod_box_pic {
    height: 198px;
}

.w_1200 .prod_box_3 .button_group {
    padding: 0 10px 5px;
}

.w_1200 .prod_box_3 .button_group .addtocart>a {
    background-image: none;
    text-indent: 0;
}

.w_1200 .prod_box_4 .prod_action .addtocart {
    margin-left: 10px;
}

.w_1200 .prod_box_4 .prod_action .addtocart>a {
    width: 112px;
    background-position: 0 -98px;
    text-indent: 30px;
}

.w_1200 .prod_box_4 .prod_action .addtocart>a:hover {
    background-position: 0 -66px;
}

.w_1200 .prod_box_5 {
    min-height: auto;
}

.w_1200 .prod_box_5 .prod_box_pic {
    height: 206px;
}

.w_1200 .prod_box_5 .prod_box_pic.pic_enlarge {
    height: 216px;
}

.w_1200 .prod_box_6 {
    min-height: auto;
}

.w_1200 .prod_box_6 .prod_box_pic {
    height: 220px;
}

/*äº§å“ç‰¹æ•ˆæ¡† ç«–å‘ End*/
/*é¦–é¡µè§†é¢‘å¼¹çª—*/
.video_con {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 10000;
}

.video_con.cur {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.video_con .video_con_in {
    position: absolute;
    left: 50%;
    top: -100%;
    width: 800px;
    height: 500px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transition: top 0.25s;
    transition: top 0.25s;
    -webkit-transition: top 0.25s;
    -moz-transition: top 0.25s;
}

.video_con:not(.mobile) .video_con_in .videoContent {
    height: 100%;
}

.video_con:not(.mobile) .video_con_in embed {
    width: 100%;
    height: 100%;
}

.video_con:not(.mobile) .video_con_in iframe {
    width: 100%;
    height: 100%;
}

.video_con.mobile .videoContent {
    display: inline-block;
}

.video_con .video_con_in .close_btn {
    position: absolute;
    right: -12px;
    top: -12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    background-image: url('/static/themes-v2/t144/images/close_btn.png');
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 991px) {
    .video_con .video_con_in {
        width: 88%;
    }
}

/*äº§å“è¯¦ç»†é¡µ Start*/
.video_container {
    width: 100%;
    height: 100%;
}

.small_carousel .item[pos=video] {
    position: relative;
}

.small_carousel .item[pos=video]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,0.5) url(../images/products/icon_video.png) no-repeat center center;
    background-size: 15px;
}

/*äº§å“è¯¦ç»†é¡µ End*/
/* äº§å“è¯¦ç»†é¡µæ‰‹æœºç‰ˆå¼¹çª— */
#tips_cart {
    width: 90%;
    line-height: 1.5rem;
    margin-top: -3rem;
    padding: 1rem 15%;
    text-align: center;
    font-size: .875rem;
    color: #fff;
    background-color: #fff;
    border-radius: .3125rem;
    position: fixed;
    left: 5%;
    top: 40%;
    z-index: 10002;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
}

#tips_cart>p {
    line-height: 1.25rem;
    margin: .4rem 0;
    font-size: 1rem;
    color: #333;
}

#tips_cart>p.consumption {
    padding: .3215rem;
    font-size: .875rem;
    background-color: #ffa;
    border: .0625rem #c00 dashed;
    display: none;
}

#tips_cart>p.consumption>span {
    font-size: 1rem;
}

#tips_cart span {
    font-weight: 600;
    color: #e52f16;
}

#tips_cart .btn_global {
    display: block;
    margin: .6875rem 0;
    border: .0625rem #e52f16 solid;
    border-radius: 0.25rem;
}

#tips_cart .btn_check {
    color: #fff;
    background-color: #e52f16;
}

#tips_cart .btn_return {
    color: #e52f16;
}

/* äº§å“è¯¦ç»†é¡µæ‰‹æœºç‰ˆå¼¹çª— */
/*äº§å“è¯„è®ºé¡µ Start*/
.w_1200 .prod_write_review_side .histogram_list>li .size_base {
    width: 120px;
}

.w_1200 .prod_write_review_side .review_write {
    padding-left: 0;
}

/*äº§å“è¯„è®ºé¡µ End*/
/*************************** å®½å±æ ·å¼ end ***************************/
/*************************** å¤šè¯­è¨€æ ·å¼ start ***************************/
.lang_de #shield_bd .wide>dl>dd {
    line-height: 160%;
}

.lang_es #shield_bd .wide>dl>dd {
    line-height: 160%;
}

.lang_fr #shield_bd .wide>dl>dd {
    line-height: 170%;
}

.lang_ru #shield_bd .wide>dl>dd {
    line-height: 160%;
}

/*************************** å¤šè¯­è¨€æ ·å¼ end ***************************/
/*************************** å…¨å±€ start ***************************/
html {
    font-family: Arial;
}

body {
    font-size: 12px;
}

img {
    max-height: 100%;
    max-width: 100%;
}

.wide {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

.full {
    width: 100%;
    margin: 0 auto;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.white_bg {
    background: #fff;
}

.blue {
    color: #005ab0;
}

.form_button_bg {
    background-color: #005AB0;
    border-color: #005AB0;
}

.form_select_tips {
    border-color: #ff0000;
}

.error, .error_info {
    color: #900;
    margin: 0;
    word-break: normal;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

@media screen and (min-width: 1000px) {
    #top_bar_outer, #header, #nav_outer, #service_outer, #footer_outer {
        min-width:980px;
    }
}

.min {
    min-width: 980px;
}

.PriceColor,a.PriceColor {
    color: #c00;
}

.global_trans {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

@media (max-width: 1279px) {
    .wide {
        width:980px;
        min-width: 980px;
    }
}

@media (max-width: 1023px) {
    .wide {
        width:100%;
        min-width: inherit;
    }
}

/*blog*/
#ueeseo_blog .themes_box {
    padding: 45px 0 30px;
}

#ueeseo_blog .themes_title {
    height: 42px;
    line-height: 42px;
    background: none;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
}

#ueeseo_blog .blog_list .list {
    display: inline-block;
    vertical-align: middle;
    width: 31.6%;
    margin-left: 2.6%;
}

#ueeseo_blog .blog_list .list.first {
    margin-left: 0;
}

#ueeseo_blog .blog_list .list .blog_img {
    display: block;
    height: 200px;
    background: #aaa;
    text-align: center;
}

#ueeseo_blog .blog_list .list .blog_img:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#ueeseo_blog .blog_list .list .blog_time {
    height: 38px;
    line-height: 38px;
    padding-top: 5px;
    position: relative;
    font-size: 14px;
}

#ueeseo_blog .blog_list .list .blog_time:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ec6d34;
    position: absolute;
    bottom: 0;
    left: 0;
}

#ueeseo_blog .blog_list .list .blog_title {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    #ueeseo_blog .wide {
        width:100%;
        min-width: inherit;
    }
}

@media (max-width: 600px) {
    #ueeseo_blog {
        padding:30px;
    }

    #ueeseo_blog .blog_list .list {
        display: block;
        width: inherit;
        margin: 0;
    }

    #ueeseo_blog .blog_list .list .blog_img {
        display: inline-block;
        vertical-align: middle;
        height: 150px;
    }
}

/*body*/
body.hidden {
    overflow: hidden;
}

.w_1200 #nav .nav_sec .nav_img {
    width: 400px;
}

.w_1200 #nav .nav_sec .nav_img.small {
    width: 200px;
}

.w_1200 #nav .nav_sec .nav_sec_box {
    width: 1200px;
    margin: auto;
    padding: 7px 0 12px;
}

.w_1200 #nav .small_nav_sec .nav_sec_box {
    width: auto;
}

.w_1200 #nav .nav_sec .nav_img .imgl {
    max-width: 190px;
    max-height: 190px;
}

.w_1200 #nav .nav_sec .nav_img .imgl img {
    max-width: 190px;
    max-height: 190px;
}

@media screen and (min-width: 1800px) {
    .w_1200 #nav .nav_sec .nav_sec_box {
        width: 1400px;
    }

    .w_1200 #nav .small_nav_sec .nav_sec_box {
        width: auto;
    }
}

@media(max-width: 1000px) {
    .follow_us_list li>a:focus, .follow_us_list li>a:hover {
        transform:none;
        -webkit-transform: none;
    }
}

#nav {
    overflow: hidden;
}

#nav .nav_sec {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 42px;
    opacity: 0;
    padding-top: 1px;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 460px;
    margin-top: 30px;
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.12);
    background: #fff;
}

#nav .small_nav_sec {
    border-bottom: none;
    width: 260px;
    padding-top: 1px;
    max-height: none;
    overflow: visible;
}

#nav .nav_sec .top {
    height: 0;
}

#nav .nav_sec .nav_list {
    position: relative;
    float: left;
}

#nav .small_nav_sec .nav_list {
    float: none;
}

#nav .nav_sec .nav_list:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#nav .nav_sec .nav_sec_box {
    min-height: 200px;
    padding: 7px 20px 12px;
    background: #fff;
}

#nav .small_nav_sec .nav_sec_box {
    background: #fff;
    min-height: 0px;
    padding: 13px 0 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.12);
}

#nav .nav_sec .nav_sec_item {
    float: left;
    margin: 5px 10px 20px;
    width: 160px;
}

#nav .nav_sec .nav_sec_item dt a {
    color: #000;
    font-size: 14px;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 7px 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding: 0;
}

#nav .small_nav_sec .nav_sec_item {
    margin: 0;
    width: 100%;
    position: relative;
}

#nav .nav_sec .nav_thd_list {
    padding: 4px 0;
}

#nav .nav_sec .nav_thd_item>a {
    display: block;
    height: 18px;
    line-height: 18px;
    color: #666;
    font-size: 12px;
    text-align: left;
    padding: 3px 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nav .small_nav_sec .nav_sec_item a,#nav .small_nav_sec .nav_sec_item dt a {
    position: relative;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 5px 20px;
    color: #000;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

#nav .small_nav_sec .nav_sec_item a em {
    position: absolute;
    width: 7px;
    height: 11px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background: url(../images/global/icon_down_has.png) no-repeat center top;
}

#nav .small_nav_sec .nav_sec_item a:hover {
    color: #000;
}

#nav .small_nav_sec .nav_sec_item a:hover em {
    background-position: center bottom;
}

#nav .small_nav_sec .nav_thd_list {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 260px;
    padding: 13px 0 17px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,0.12);
    background: #fff;
}

#nav .small_nav_sec .nav_thd_item {
    position: relative;
}

#nav .small_nav_sec .nav_sec_item:hover .nav_thd_list {
    display: block;
}

#nav .nav_sec .nav_four_item {
    display: none;
}

#nav .small_nav_sec .nav_four_item {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 260px;
    padding: 13px 0 17px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,0.12);
    background: #fff;
}

#nav .small_nav_sec .nav_thd_item:hover .nav_four_item {
    display: block;
}

#nav .nav_sec .more_box {
    display: inline-block;
    position: relative;
}

#nav .nav_sec .more_box .nav_four_item {
    position: absolute;
    bottom: -15px;
    left: 100%;
    margin: auto;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.12)
}

#nav .nav_sec .more_box .nav_four_item a {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 3px 0;
    font-size: 12px;
    color: #888;
    white-space: nowrap;
}

#nav .nav_sec .more_box:hover .nav_four_item {
    display: block;
}

#nav .nav_sec .more {
    color: #999;
    font-size: 12px;
    line-height: 30px;
}

#nav .nav_sec .nav_img {
    float: left;
    width: 320px;
    font-size: 0;
    text-align: right;
    white-space: normal;
}

#nav .nav_sec .nav_img.small {
    width: 160px;
}

#nav .nav_sec .nav_img .imgl {
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
    max-height: 150px;
    margin: 10px 10px 0 0px;
    text-align: center;
}

#nav .nav_sec .nav_img .imgl img {
    max-width: 150px;
    max-height: 150px;
}

/* è´­ç‰©åˆ—è¡¨ä¸‹æ‹‰ */
.down_header_cart .cart_note {
    position: absolute;
    right: -1px;
    top: 42px;
    width: 368px;
    border: 0;
    background: #fff;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    display: none;
    z-index: 1001;
}

.down_header_cart .cart_empty {
    padding: 35px 0;
    text-align: center;
    line-height: 24px;
}

.down_header_cart .cart_list .more_pro {
    height: 363px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.down_header_cart .cart_list .sales_title {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding: 6px 20px 0;
    font-size: 14px;
    text-align: left;
}

.down_header_cart .cart_list .sales_price {
    font-weight: bold;
}

.down_header_cart .cart_list li {
    position: relative;
    padding: 10px 0;
    height: 60px;
    margin: 0 10px;
    border: none;
    border-bottom: 1px #e5e5e5 solid;
    text-align: left;
}

.down_header_cart .cart_list li:hover {
    background: #f7f7f7;
}

.down_header_cart .cart_list li.sales_box {
    border-color: #eee;
}

.down_header_cart .cart_list li.sales_last {
    border-color: #ccc;
}

.down_header_cart .cart_list .cart_pro_img {
    position: absolute;
    left: 0;
    top: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
}

.down_header_cart .cart_list .cart_pro_img img {
    max-width: 100%;
    max-height: 100%;
}

.down_header_cart .cart_list .cart_pro_img>span {
    position: absolute;
    right: -8px;
    top: -8px;
    min-width: 10px;
    width: auto;
    height: 16px;
    line-height: 16px;
    text-align: center;
    padding: 0 3px;
    border-radius: 8px;
    background: #fb4729;
    color: #fff;
    font-size: 12px;
}

.down_header_cart .cart_list .cart_pro_name, .down_header_cart .cart_list .cart_pro_property {
    margin-left: 73px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    color: #999;
    display: block;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.down_header_cart .cart_list .cart_pro_property {
    position: relative;
    height: 28px;
    margin-top: 5px;
    padding-right: 100px;
}

.down_header_cart .cart_list .cart_pro_property span {
    margin-right: 5px;
}

.down_header_cart .cart_list .cart_pro_qty {
    float: left;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin-left: 73px;
    margin-top: 3px;
    color: #333333;
}

.down_header_cart .cart_list .cart_pro_price {
    position: absolute;
    right: 10px;
    top: 24px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
}

.down_header_cart .cart_pro_view {
    padding: 15px 10px 10px;
    text-align: center;
    line-height: 18px;
}

.down_header_cart .cart_pro_view .cart_num {
    font-size: 14px;
    font-weight: bold;
}

.down_header_cart .cart_pro_view .cart_total {
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.down_header_cart .cart_pro_btn {
    padding: 5px 10px 10px;
}

.down_header_cart .cart_pro_btn a {
    color: #333;
    text-decoration: none;
}

.down_header_cart .cart_pro_btn .cart_view {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #e62e04;
}

.down_header_cart.header_active {
    border: 1px #999 solid;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/*æŒ‰é’®*/
.sys_bg_button {
    background-color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sys_bg_button:hover, .sys_bg_button.cur {
    text-decoration: none;
    background-color: #f6f6f6;
}

.sys_shadow_button {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sys_shadow_button:hover, .sys_shadow_button.cur {
    text-decoration: none;
    color: #fff;
    box-shadow: inset 0 0 10rem 2px rgba(105,105,105,.2);
    -webkit-box-shadow: inset 0 0 10rem 2px rgba(105,105,105,.2);
}

.btn_global {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: 1px #e5e5e5 solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    vertical-align: top;
}

.btn_processing {
    color: #bcbcbc!important;
    background-color: #f2f2f2!important;
}

.btn_disabled {
    background-color: #f2f2f2!important;
    color: #bcbcbc!important;
    cursor: no-drop;
}

/*Icon*/
.icon_success_status {
    width: 44px;
    height: 44px;
    overflow: hidden;
    background-image: url(../images/cart/icon_success_status.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 244px;
    display: block;
}

.icon_success_status.await {
    background-position: 0 -54px;
}

.icon_success_status.fail {
    background-position: 0 -108px;
}

/*æœç´¢ä¸‹æ‹‰*/
.ajax_search {
    position: relative;
    z-index: 1002;
}

.ajax_search .search_content_box {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 5px 0px;
    border: 1px solid #ccc;
}

.ajax_search .search_content_box .search_item {
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 50px;
}

.ajax_search .search_content_box .first {
    margin-top: 0px;
}

.ajax_search .search_content_box .pic {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: -45px;
    padding: 1px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    opacity: 1;
}

.ajax_search .search_content_box .pic img {
    opacity: 1;
}

.ajax_search .search_content_box .name {
    float: left;
    width: 100%;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.ajax_search .search_content_box .name em {
    color: #f00;
}

@media (max-width: 768px) {
    .ajax_search {
        z-index: auto;
    }

    .search_side .menu_list .search_content_box {
        overflow: hidden;
    }

    .search_side .menu_list .search_content_box .search_item {
        margin-top: 0.875rem;
        height: 3.125rem;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.5rem;
    }

    .search_side .menu_list .search_content_box .search_item .pic {
        width: 3.125rem;
        height: 3.125rem;
        float: left;
        overflow: hidden;
        border-radius: 5px;
    }

    .search_side .menu_list .search_content_box .search_item .pic img {
        opacity: 1;
    }

    .search_side .menu_list .search_content_box .search_item .name {
        float: left;
        width: 79%;
        margin-left: 0.8125rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

/*é¢åŒ…å±‘åœ°å€*/
#location {
    padding: 25px 0px;
}

#location,#location a {
    font-size: 12px;
}

/*åˆ†ç±»è¯¦ç»†*/
.category_description {
    overflow: hidden;
    margin: 20px;
    line-height: 1.6;
    font-size: 13px;
    color: #333;
    word-wrap: break-word;
    min-height: auto !important;
}

/*äº§å“æ¡† ç«–å‘*/
.pro_item {
    background: #fff;
}

.pro_item dt {
    overflow: hidden;
    position: relative;
}

.pro_item .pro_name {
    line-height: 18px;
}

.pro_item .free_shipping {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    height: 14px;
    margin-top: 8px;
}

.pro_item .favorite {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    line-height: 99%;
}

.pro_item .favorite:hover {
    color: #cb2027;
}

.pro_item .review_count {
    font-size: 11px;
    margin-left: 2px;
}

.pro_item .review_count:hover {
    color: #cb2027;
}

/*äº§å“æ¡† æ¨ªå‘*/
.flat_pro_item {
    border-top: 1px #ddd dotted;
}

.flat_pro_item dt {
    float: left;
    margin-right: 16px;
}

.flat_pro_item .desc_box {
    margin-right: 20px;
}

.flat_pro_item .desc_box>div {
    margin: 0;
    font-size: 10px;
    line-height: 18px;
    color: #888;
}

.flat_pro_item .desc_box a.detail:hover {
    text-decoration: underline;
}

/*äº§å“ç‰¹æ•ˆæ¡† ç«–å‘ Start*/
.prod_box {
    position: relative;
    min-height: 330px;
}

.prod_box .prod_box_pic {
    text-align: center;
    vertical-align: middle;
    background: #fff;
    position: relative;
    z-index: 10;
    border: 2px #fff solid;
}

.prod_box .prod_box_pic a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.prod_box .prod_box_pic img {
    max-width: 100%;
    max-height: 100%;
}

.prod_box .prod_box_pic .icon_discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 25px;
    color: #fff;
    line-height: 12px;
    padding-top: 5px;
    background: #f60;
}

.prod_box .prod_box_pic .icon_discount b {
    font-size: 16px;
}

.prod_box .prod_box_pic .icon_discount_foot {
    width: 0;
    height: 0;
    border-left: 22px transparent solid;
    border-right: 22px transparent solid;
    border-top-width: 8px;
    border-top-style: solid;
    position: absolute;
    right: 0;
    top: 30px;
    border-top-color: #f60;
}

.prod_box .prod_box_pic .icon_seckill {
    padding: 0 7px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    top: 6px;
    left: 6px;
    color: #fff;
    display: none;
    background: #f60;
}

.prod_box .prod_box_pic .thumb_hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    background: #fff;
}

.prod_box .prod_box_inner {
    padding: 0 7px;
}

.prod_box .prod_box_inner .pro_name {
    line-height: 18px;
}

.prod_box .prod_box_inner .pro_price, .prod_box .pro_price * {
    font-size: 14px;
    font-weight: bold;
}

.prod_box .prod_box_inner .free_shipping {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    height: 14px;
    margin-top: 8px;
}

.prod_box .prod_box_inner .favorite {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    line-height: 99%;
}

.prod_box .prod_box_inner .favorite:hover {
    color: #cb2027;
}

.prod_box .prod_box_inner .review_count {
    font-size: 11px;
    margin-left: 2px;
}

.prod_box .prod_box_inner .review_count:hover {
    color: #cb2027;
}

.prod_box .prod_box_view {
    float: left;
    margin: 10px 0 0;
    width: 100%;
    border-top: 1px solid #454545;
    opacity: 0;
    padding: 0;
    height: 46px;
    background: #000;
    margin-top: -66px;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.prod_box .prod_box_button {
    border-top: 1px #454545 solid;
}

.prod_box .prod_box_button>div {
    height: 45px;
    line-height: 45px;
    border-right: 1px #454545 solid;
    text-align: center;
    background-image: url(../images/global/prod_list_ico.png);
    background-repeat: no-repeat;
}

.prod_box .prod_box_button>div>a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.prod_box .prod_box_button .addtocart {
    width: 56px;
    border: 0;
    background-position: center -92px;
    text-align: left;
}

.prod_box .prod_box_button .addtocart>a {
    text-indent: -9999px;
    text-decoration: none;
}

.prod_box .prod_box_button .wishlist, .prod_box .prod_box_button .compare {
    width: 55px;
    background-position: center 0;
}

.prod_box .prod_box_button .compare {
    background-position: center -45px;
}

.prod_box .add_cart_box {
    display: none;
}

.prod_box .add_cart_box .add_cart_bg {
    position: absolute;
    left: 0;
    top: 133px;
    width: 168px;
    height: 35px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 10;
}

.prod_box .add_cart_box .add_cart {
    position: absolute;
    left: 0;
    top: 133px;
    width: 168px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    z-index: 10;
    text-align: center;
    background-image: url(../images/global/prod_list_ico.png);
    background-repeat: no-repeat;
    background-position: 24px -140px;
    text-indent: 26px;
    text-decoration: none;
}

.prod_box.hover_1 .prod_box_pic {
    border-color: #000;
}

.prod_box.hover_1 .prod_box_info {
    background: #000;
    color: #fff;
}

.prod_box.hover_1 .prod_box_view {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    position: relative;
    margin-top: 0;
    border-top: 1px solid #454545;
}

.prod_box.hover_1 a, .prod_box.hover_1 .prod_price *, .prod_box.hover_1 .pro_price *, .prod_box.hover_1 del * {
    color: #fff;
}

.prod_box_2 {
    width: 166px;
    border: 1px #fff solid;
    min-height: 200px;
    margin-bottom: 30px;
}

.prod_box_2 .prod_box_pic {
    height: 166px;
    border: 0;
}

.prod_box_2.hover_2 .add_cart_box {
    display: block;
}

.prod_box_2.hover_2 {
    border: 1px #d8d8d8 solid;
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.2);
}

.prod_box_3 {
    width: 154px;
    padding: 6px 6px 0;
    min-height: 265px;
    border-width: 1px 1px medium;
    border-color: #fff;
    border-style: solid solid none;
    border-bottom: 0;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    box-shadow: 1px 1px 0 0 #fff inset, 1px 1px 0 0 #fff;
    position: relative;
    border-radius: 8px 8px 0 0;
}

.prod_box_3 .prod_box_pic {
    height: 154px;
}

.prod_box_3 .button_group {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    padding: 0 6px 5px;
    opacity: 0;
    border-width: medium 1px 1px;
    border-color: #fff;
    border-style: none solid solid;
    border-top: 0;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    box-shadow: 1px 0 0 0 #fff inset, 1px 1px 0 0 #fff;
    border-radius: 0 0 8px 8px;
    z-index: 11;
}

.prod_box_3 .button_group>div {
    overflow: hidden;
}

.prod_box_3 .button_group .addtocart>a {
    border-radius: 10px;
    padding: 7px 13px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background-image: url(../images/global/prod_list_ico.png);
    background-repeat: no-repeat;
    background-position: center -140px;
    text-indent: -9999px;
}

.prod_box_3 .button_group .wishlist>a {
    width: 35px;
    height: 35px;
    border: 1px #bbb solid;
    border-radius: 8px;
    margin-left: 10px;
    display: inline-block;
    background-image: url(../images/global/wishlist_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.prod_box_3 .button_group .wishlist>a:hover {
    background-position: 0 -34px;
    background-color: #b22500;
    border: 1px #c22500 solid;
}

.prod_box_3.hover_3 {
    border-color: #989898;
    background: #e9e9e9;
}

.prod_box_3.hover_3 .button_group {
    border-color: #989898;
    background: #e9e9e9;
    opacity: 1;
}

.prod_box_4 .prod_box_pic .icon_eyes {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
    animation: fadeOut .4s;
    -webkit-animation: fadeOut .4s;
    background: url(../images/global/eyes.png) no-repeat;
}

.prod_box_4 .prod_box_pic:hover .icon_eyes {
    opacity: 0.6;
    animation: bounceIn .4s;
    -webkit-animation: bounceIn .4s;
}

.prod_box_4 .prod_action {
    height: 44px;
    margin-top: 5px;
}

.prod_box_4 .prod_action>div {
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.prod_box_4 .prod_action>div>a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border: 3px #e9e9e9 solid;
    background-image: url(../images/global/prod_action.png);
    background-repeat: no-repeat;
}

.prod_box_4 .prod_action>div>a:hover {
    border-color: #232323;
    background-color: #232323;
    color: #fff;
}

.prod_box_4 .prod_action .addtocart {
    margin-left: 22px;
    opacity: 1;
}

.prod_box_4 .prod_action .addtocart>a {
    background-position: center -98px;
    text-indent: -9999px;
    text-decoration: none;
}

.prod_box_4 .prod_action .addtocart>a:hover {
    background-position: center -66px;
}

.prod_box_4 .prod_action .wishlist>a {
    background-position: center -32px;
}

.prod_box_4 .prod_action .wishlist>a:hover {
    background-position: center 0;
}

.prod_box_4 .prod_action .compare>a {
    background-position: center -164px;
}

.prod_box_4 .prod_action .compare>a:hover {
    background-position: center -131px;
}

.prod_box_4.hover_4 .prod_action>div {
    opacity: 1;
}

.prod_box_5 {
    min-height: auto;
}

.prod_box_5 .prod_box_pic {
    height: 158px;
    padding: 5px;
    border: 0;
}

.prod_box_5 .prod_box_pic.pic_enlarge {
    height: 168px;
    padding: 0;
}

.prod_box_6 {
    min-height: auto;
}

.prod_box_6 .prod_box_pic {
    height: 168px;
    border: 0;
}

/*äº§å“ç‰¹æ•ˆæ¡† ç«–å‘ End*/
/*Cookiesåè®®*/
#cookies_agreement {
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100001;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    transition: opacity 300ms ease-in-out;
    opacity: 1;
}

#cookies_agreement>.content {
    width: 280px;
    line-height: 20px;
    float: left;
    color: #333;
}

#cookies_agreement>.button {
    display: block;
    max-width: 80px;
    height: 29px;
    line-height: 29px;
    background-color: #2e2e2e;
    border: 0;
    margin-top: 15px;
    margin-left: 15px;
    padding: 0 10px;
    float: right;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

/*å®žæ—¶è®¢å•*/
#real_time_order {
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10019;
    transition: opacity 300ms ease-in-out;
    opacity: 0;
}

#real_time_order .pro_image {
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
}

#real_time_order .pro_image>a {
    display: block;
    width: inherit;
    height: inherit;
}

#real_time_order .pro_image>a>img {
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}

#real_time_order .content {
    width: 270px;
    line-height: 18px;
    margin-right: 22px;
    margin-left: 11px;
    padding-top: 4px;
    float: left;
}

#real_time_order .content .buy_info {
    width: 80%;
    max-height: 36px;
    overflow: hidden;
}

#real_time_order .content .title {
    height: 36px;
    overflow: hidden;
    margin-top: 1px;
    font-size: 13px;
    font-weight: 800;
}

#real_time_order .content .close {
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../images/cart/icon_shopping_close.png) no-repeat center/100%;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: 99px;
}

@media screen and (max-width: 750px) {
    #real_time_order {
        padding: 14px 11px;
        width: calc( 100% - 40px );
        height: 100px;
        overflow: hidden;
        background-color: #fff;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10019;
        transition: opacity 300ms ease-in-out;
        opacity: 0;
        border-radius: 6px;
        box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
        box-sizing: border-box;
    }

    #real_time_order .pro_image {
        width: 75px;
        height: 75px;
        float: left;
        text-align: center;
    }

    #real_time_order .pro_image>a {
        display: block;
        width: inherit;
        height: inherit;
    }

    #real_time_order .pro_image>a>img {
        max-width: 100%;
        max-height: 100%;
    }

    #real_time_order .content {
        width: 205px;
        line-height: 18px;
        margin-right: 22px;
        margin-left: 12px;
        float: left;
    }

    #real_time_order .content .buy_info {
        width: 100%;
        max-height: 18px;
        overflow: hidden;
    }

    #real_time_order .content .title {
        height: 36px;
        overflow: hidden;
        margin-top: 1px;
        font-size: 13px;
        font-weight: 800;
    }

    #real_time_order .content .close {
        width: 12px;
        height: 12px;
        overflow: hidden;
        background: url(../images/cart/icon_shopping_close.png) no-repeat center/100%;
        position: absolute;
        top: 10px;
        right: 10px;
        text-indent: 99px;
    }
}

@media screen and (max-width: 375px) {
    #real_time_order {
        left: 20px;
        transform: translateX(0);
    }

    #real_time_order .content {
        width: calc( 100% - 75px - 34px );
    }
}

/*ç¿»é¡µ*/
#turn_page {
    text-align: center;
    height: 26px;
    line-height: 26px;
    clear: both;
}

#turn_page li {
    display: inline-block;
    *display: inline;
    *zoom:1; font-size: 14px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    vertical-align: top;
    margin: 0 4px;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
}

#turn_page li a:hover {
    background-color: #f6f6f6;
}

#turn_page li em {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#turn_page li span {
    color: #959595
}

#turn_page li span {
    color: #959595
}

#turn_page font, #turn_page a {
    min-width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
}

#turn_page .page_item_current {
    background: #333;
    color: #fff;
    cursor: default;
}

#turn_page .bigger_item {
    padding: 0 5px;
}

#turn_page .page_button, #turn_page .page_noclick {
    width: auto;
}

#turn_page .page_noclick {
    cursor: no-drop;
}

.icon_page_prev::before {
    content: '\e63c';
    font-family: 'iconfont';
    font-size: 12px;
    color: #000000;
}

.icon_page_next::before {
    content: '\e641';
    font-family: 'iconfont';
    font-size: 12px;
    color: #000000;
}

.page_noclick .icon_page_prev::before {
    color: #cdcdcd;
}

.page_noclick .icon_page_next::before {
    color: #cdcdcd;
}

@media (max-width: 768px) {
    #turn_page .page_button, #turn_page .page_noclick {
        width:8px;
        position: relative;
    }

    .icon_page_prev {
        margin-right: 0;
    }

    .icon_page_next {
        margin-left: 0;
    }
}

/*loading*/
.loading {
    z-index: 100;
    position: absolute;
    background: #ccc;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading_msg {
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: wait;
}

.loading_big {
    background: url(../images/global/loading.gif) no-repeat;
    width: 32px;
    height: 32px;
}

.loading_small {
    background: url(../images/global/loading_small.gif) no-repeat;
    width: 14px;
    height: 14px;
}

.global-button-loading {
    position: relative;
    text-indent: -9999px;
}

.global-button-loading:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    animation: spin 1s infinite linear;
}

/*è¯„ä»·æ˜Ÿå·*/
.review_star {
    font-size: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.review_star span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.review_star .half_star:after {
    content: "\e632";
    width: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.review_star .star_0 {
    display: inline-block;
    color: #cccccc;
}

.review_star_s span {
    font-size: 12px;
    margin-right: 3px;
}

.review_star_m span {
    font-size: 14px;
    margin-right: 5px;
}

.review_star_l span {
    font-size: 16px;
    margin-right: 5px;
}

.review_star_xl span {
    font-size: 21px;
    margin-right: 8px;
}

/*æ–‡æœ¬æ¡†New*/
.input_box {
    position: relative;
    display: flex;
    flex: 1;
}

.input_box .input_box_label {
    max-width: 80%;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 11px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 150ms;
    -webkit-transition-duration: 150ms;
    overflow: hidden;
}

.input_box .input_box_label.zi20 {
    z-index: 20;
}

.input_box .input_box_txt {
    width: 100%;
    height: 22px;
    padding: 11px 16px;
    font-size: 13px;
    color: #333;
    background-color: #fff;
    border: 1px #d9d9d9 solid;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    transition: all 150ms;
    -webkit-transition: all 150ms;
}

.input_box .input_box_txt:focus {
    border-color: #666;
    box-shadow: 0 0 2px #666;
}

.input_box .input_box_textarea {
    height: 60px;
}

.input_box.filled .input_box_txt {
    padding-top: 22px;
    height: 18px;
    line-height: 18px;
    padding-bottom: 4px;
}

.input_box.filled .input_box_label {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.input_box.filled .input_box_textarea {
    height: 56px;
}

/*ä¸‹æ‹‰æ¡†*/
.box_select {
    width: calc(100% - 2px);
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    position: relative;
}

.box_select .select_box_label {
    max-width: 80%;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 11px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 150ms;
    -webkit-transition-duration: 150ms;
    overflow: hidden;
}

.box_select::before {
    content: '\e6bd';
    width: 30px;
    line-height: 44px;
    text-align: center;
    font-size: 12px;
    font-family: 'iconfont';
    color: #919191;
    transform: scale(0.75);
    position: absolute;
    right: 0;
    z-index: 1;
}

.box_select>select {
    width: 100%;
    height: 44px;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    font-size: 13px;
    position: relative;
    z-index: 2;
}

.box_select>select::-ms-expand {
    display: none;
}

.box_select>select>option {
    line-height: 1.6;
    font-size: 16px;
}

.box_select.filled>select {
    padding-top: 22px;
    padding-bottom: 4px;
}

.box_select.filled .select_box_label {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*æç¤ºæ¡†*/
#prompt_box {
    position: fixed;
    opacity: 0.95;
    z-index: 100000;
    top: 20%;
}

#prompt_box .box_bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-shadow: 0px 0px 20px #000;
    -webkit-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#prompt_close {
    top: 10px;
    right: -5px;
    width: 40px;
    height: 26px;
    font-size: 30px;
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-decoration: none;
    font-family: Helvetica;
    font-weight: bold;
    position: absolute;
    z-index: 100000;
}

#prompt_close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#prompt_content {
    width: 400px;
    padding: 20px;
    padding-bottom: 0px;
    position: relative;
    z-index: 10;
    zoom:1; background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

#prompt_content label {
    font: 14px/100% Verdana, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 12px;
    color: #333;
    line-height: 18px;
}

#prompt_content ul {
    margin-top: 16px;
}

#prompt_content li {
    padding: 8px 0;
}

#prompt_content li label {
    padding: 0;
    font: inherit;
}

#prompt_content li strong {
    font: 14px/100% Verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding-right: 10px;
    color: #000;
}

#prompt_content li span {
    display: inline-block;
    padding-right: 8px;
    color: #666;
}

#prompt_content li span.price {
    color: #c70000;
    font-family: Verdana;
}

#prompt_content .footRegion {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 14px 19px 15px;
    margin: 15px 0 0 -19px;
    background-color: whiteSmoke;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    width: 100%;
}

#prompt_content .footRegion .btn {
    min-width: 70px;
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

#prompt_content .footRegion .btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

#prompt_content .footRegion .btn-success {
    background-color: #da4f49;
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    margin-right: 20px;
}

#prompt_content .footRegion .btn-success:hover {
    background-color: #bd362f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

#prompt_content .cart_view {
    padding: 15px 0 15px;
    font-size: 14px;
}

#prompt_content .cart_view p {
    height: 37px;
    margin: 0 0 10px;
    padding-left: 45px;
    line-height: 34px;
    background: url(../images/global/normal.png) no-repeat -597px -145px;
}

#prompt_content .arrival_view p {
    line-height: 23px;
}

/*åˆ†äº«æ¡†*/
#share_box {
    position: fixed;
    top: 15%;
    left: 50%;
    width: 100%;
    margin-left: -20pc;
    overflow: hidden;
    z-index: 99999;
    background: transparent;
}

#share_box .share_close {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background: none;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    color: #000;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    transition: all .4s ease;
}

#share_box .share_close>span {
    font-size: 28px;
    line-height: 0;
    font-family: arial,sans-serif;
    display: inline-block;
}

#share_box .share_close:hover {
    background-color: #666;
    color: #fff;
}

#share_box .share_hd {
    display: inline-block;
    text-align: center;
}

#share_box .share_hd>span {
    width: 575px;
    padding: 0;
    display: block;
}

#share_box .share_hd .share_title {
    font-size: 3pc;
    font-weight: 300;
    line-height: 3pc;
    color: #fff;
    margin: 0 35px 20px;
    font-family: helvetica neue,helvetica,arial,sans-serif;
}

#share_box .share_hd .page_title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #eee;
    margin: 0 35px;
}

#share_box .share_hd .page_url {
    font-size: 9pt;
    font-weight: 300;
    line-height: 20px;
    color: #eee;
    margin: 0 35px 10px;
    opacity: .6;
}

#share_box .share_list {
    width: 40pc;
    padding: 20px 0;
    position: relative;
}

#share_box .share_list>li {
    display: inline-block;
    position: relative;
    width: 84px;
    margin: 0 17px 20px 22px;
    vertical-align: top;
}

#share_box .share_list>li>button {
    width: 84px;
    height: 84px;
    background-image: url(../images/global/share.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    transition: transform .2s ease;
}

#share_box .share_list>li>button:hover {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

#share_box .share_list>li .share_label {
    display: block;
    color: #eeecec;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .8px;
    text-align: center;
}

.share_facebook {
    background-position: 0 0;
}

.share_google {
    background-position: -84px -168px;
}

.share_twitter {
    background-position: -84px 0;
}

.share_vk {
    background-position: -168px -168px;
}

.share_linkedin {
    background-position: -168px 0;
}

.share_googleplus {
    background-position: -252px 0;
}

.share_digg {
    background-position: -168px -84px;
}

.share_reddit {
    background-position: -252px -84px;
}

.share_stumbleupon {
    background-position: 0 -168px;
}

.share_delicious {
    background-position: -84px -84px;
}

.share_pinterest {
    background-position: 0 -84px;
}

/*æŠ˜æ‰£æç¤ºè¯­*/
.shopapps_reminder {
    line-height: 16px;
    margin-top: 5px;
}

.shopapps_reminder>i {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url(../../../ico/icon_discount_reminder_gray.png) no-repeat center/100%;
    margin-right: 6px;
}

/*FollowåŠŸèƒ½*/
.follow_toolbox {
    padding-bottom: 10px;
}

.follow_toolbox li {
    width: 28px;
    margin: 0 5px 5px 0;
    float: left;
}

.follow_toolbox li>a {
    width: inherit;
    height: 28px;
    display: block;
    line-height: 16px;
    white-space: nowrap;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(../images/global/icon_follow.png);
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.follow_toolbox li>a em {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.follow_toolbox li>a:focus, .follow_toolbox li>a:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}

.follow_facebook {
    background-position: -56px -140px;
}

.follow_google {
    background-position: -84px -112px;
}

.follow_twitter {
    background-position: -140px -56px;
}

.follow_vk {
    background-position: 0 -196px;
}

.follow_linkedin {
    background-position: -196px 0;
}

.follow_pinterest {
    background-position: -112px -84px;
}

.follow_youtube {
    background-position: -168px -28px;
}

.follow_instagram {
    background-position: -28px -168px;
}

/*Follow Us Of New åŠŸèƒ½*/
.follow_us_list {
    min-height: 40px;
    padding: 0;
}

.follow_us_list li {
    width: 40px;
    margin-right: 10px;
    display: inline-block;
}

.follow_us_list li>a {
    width: inherit;
    height: 40px;
    display: block;
    line-height: 40px;
    white-space: nowrap;
    text-indent: -999px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    position: relative;
}

.follow_us_list li>a>i {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    font-size: 32px;
}

.follow_us_list li>a:focus, .follow_us_list li>a:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}

/*äº§å“è¯¦ç»†å¼¹å‡ºæ¡†*/
#shopbox {
    width: auto;
    margin-left: -29pc;
    overflow: hidden;
    background: transparent;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 50%;
    z-index: 99999;
}

#shopbox .shopbox_close {
    position: absolute;
    right: 17px;
    top: 16px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    cursor: pointer;
    background: url(//ueeshop.ly200-cdn.com/static/v0/themes/operation_activities/newsletter/popup/mode_2/icon.png) no-repeat center/100%;
    border: 0;
}

#shopbox .shopbox_close>span {
    display: none;
}

#shopbox .shopbox_wrap {
    width: 980px;
    overflow: hidden;
}

#shopbox .shopbox_skin {
    width: auto;
    height: auto;
    padding: 0;
    background: url(../images/global/loading_oth.gif) no-repeat center center #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -ms-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -o-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
}

#shopbox .shopbox_inner {
    height: 628px;
}

#shopbox .shopbox_frame {
    display: block;
    width: 100%;
    height: 100%;
}

#shopbox[data-type=wide] {
    margin-left: -37.5pc
}

#shopbox[data-type=wide] .shopbox_wrap {
    width: 1200px;
}

#shopbox[data-type=wide] .shopbox_inner {
    height: 720px;
}

/*è¯­è¨€å’Œè´§å¸ç¼–è¾‘å¼¹å‡ºæ¡†*/
#shopbox .pop_skin {
    min-height: 278px;
    max-height: 492px;
    padding: 0 20px 28px;
    background: #fff;
    border-radius: 6px 6px 0 0;
}

#shopbox .pop_skin h4 {
    width: 100%;
    height: 11px;
    margin: 21px 0 8px;
    padding-bottom: 10px;
    font: 16px/11px Verdana;
    border-bottom: 1px #ddd solid;
    clear: both;
    display: inline-block;
}

#shopbox .pop_skin ul.lang_item {
    width: 165px;
    margin: 0 8px 2px 0;
    display: block;
    float: left;
}

#shopbox .pop_skin ul.lang_item>li {
    width: 160px;
    overflow: hidden;
    padding: 2px 0 3px 5px;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

#shopbox .pop_skin ul.lang_item>li:hover {
    color: #333;
    background-color: #e5e5e5;
}

#shopbox .pop_skin ul.lang_item>li.current {
    color: #fff;
    background-color: #666;
}

#shopbox .shopbox_bot {
    height: 45px;
    padding: 10px 10px 0 30px;
    background-color: #f0f0f0;
    border-top: 1px #ddd solid;
    border-radius: 0 0 6px 6px;
}

#shopbox .shopbox_bot .btn {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding: 0 30px;
    color: #555;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    float: right;
    cursor: pointer;
    background: #f7f7f7;
    background-image: linear-gradient(to bottom, #fff, #f0f0f0);
    background-image: -webkit-linear-gradient(to bottom, #fff, #f0f0f0);
    border: 1px #ccc solid;
    border-radius: 5px;
}

#shopbox .shopbox_bot .btn_success {
    color: #fff;
    background: #005AB0;
    background-image: linear-gradient(to bottom, #09F, #06F);
    background-image: -webkit-linear-gradient(to bottom, #09F, #06F);
    border: 1px #3952B8 solid;
}

#shopbox .shopbox_bot .btn_success:hover {
    background-image: linear-gradient(to bottom, #0CF, #06F);
    background-image: -webkit-linear-gradient(to bottom, #0CF, #06F);
}

#shopbox .pop_currency {
    height: 30px;
    float: left;
    position: relative;
}

#shopbox .pop_currency img {
    width: 16px;
    height: 11px;
    overflow: hidden;
    margin-right: 5px;
    vertical-align: middle;
}

#shopbox .pop_currency .pop_currency_title {
    padding-right: 17px;
    font: 16px/30px Verdana;
}

#shopbox .pop_currency .btn_currency {
    width: 70px;
    overflow: hidden;
    line-height: 25px;
    padding: 3px 10px 3px 12px;
    text-decoration: none;
    color: #333;
    background: #f7f7f7;
    border: 1px #ddd solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

#shopbox .pop_currency .btn_currency em {
    width: 0;
    height: 0;
    margin-top: 11px;
    border-bottom: 4px #000 solid;
    border-left: 4px transparent solid;
    border-right: 4px transparent solid;
    display: inline-block;
    vertical-align: top;
}

#shopbox .pop_currency .pop_currency_menu {
    width: 92px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px #ddd solid;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    bottom: 25px;
    right: 0;
    display: none;
}

#shopbox .pop_currency .pop_currency_menu li>a {
    padding: 0 10px 0 12px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
    position: relative;
    display: block;
}

#shopbox .pop_currency .pop_currency_menu li>a:hover {
    background-color: #e5e5e5;
}

#shopbox .pop_open .btn_currency, #shopbox .pop_currency .btn_currency:hover {
    background: #ebebeb;
    border-color: #adadad;
}

#shopbox .pop_open .pop_currency_menu {
    display: block;
    border-color: #adadad;
}

/*æµ®åŠ¨çª—*/
#float_chat {
    position: fixed;
    top: 150px;
    z-index: 1000;
}

#float_chat .inner_chat {
    min-height: 90px;
}

#go_top {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

#go_top:hover {
    text-decoration: none;
}

.chat_box {
    margin: 0 auto;
}

.chat_box>a {
    display: block;
    text-decoration: none;
}

.chat_box>a>span {
    display: none;
}

/*Message Us*/
.message_us {
    position: fixed;
    right: 5vw;
    bottom: 3vw;
    width: 128px;
    z-index: 88;
}

/*ç¼–è¾‘å™¨å†…å®¹è¿˜åŽŸé»˜è®¤æ ·å¼ Start*/
.editor_txt {
    overflow: hidden;
    line-height: 1.6;
    background: #fff;
    font-size: 13px;
}

.editor_txt * {
    font-family: inherit;
}

/*å…¼å®¹å­çº§spançš„å­—ä½“è¢«é¡¶çº§å­—ä½“æ‰€è¦†ç›–*/
.editor_txt h1, .editor_txt h2, .editor_txt h3, .editor_txt h4, .editor_txt h5, .editor_txt h6 {
    font-weight: normal;
    line-height: 1.2;
    margin: 1em 0;
}

.editor_txt b, .editor_txt strong {
    font-weight: bold;
    line-height: 1.2;
}

.editor_txt h1 {
    font-size: 2em;
}

.editor_txt h2 {
    font-size: 1.5em;
}

.editor_txt h3 {
    font-size: 1.17em;
}

.editor_txt h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

.editor_txt h5 {
    font-size: 0.83em;
}

.editor_txt h6 {
    font-size: 0.67em;
}

.editor_txt li {
    list-style-type: inherit;
}

.editor_txt i, .editor_txt cite, .editor_txt em {
    font-style: italic;
}

.editor_txt span, .editor_txt strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.editor_txt p {
    margin: 1em 0;
}

.editor_txt ul {
    margin-block-start: 1em;padding-inline-start: 20px;}

.editor_txt img {
    opacity: inherit;
}

.editor_txt .selectTdClass {
    background-color: #edf5fa!important;
}

.editor_txt table.noBorderTable td, .editor_txt table.noBorderTable th, .editor_txt table.noBorderTable caption {
    border: 1px #ddd dashed!important;
}

.editor_txt table {
    border-collapse: collapse;
    display: table;
    border-spacing: 0;
}

.editor_txt table:not([cellpadding]) td, .editor_txt table:not([cellpadding]) th {
    padding: .4rem
}

.editor_txt table:not([border="0"]):not([style*=border-width]) td, .editor_txt table:not([border="0"]):not([style*=border-width]) th {
    border-width: 1px
}

.editor_txt table:not([border="0"]):not([style*=border-style]) td, .editor_txt table:not([border="0"]):not([style*=border-style]) th {
    border-style: solid
}

.editor_txt table:not([border="0"]):not([style*=border-color]) td, .editor_txt table:not([border="0"]):not([style*=border-color]) th {
    border-color: #ccc
}

.editor_txt caption {
    border: 1px #ddd dashed;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.editor_txt table tr.firstRow th {
    border-top-width: 2px;
}

.editor_txt table td, .editor_txt table th {
    min-width: 2em;
    padding: .4em;
}

.editor_txt .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.editor_txt .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.editor_txt .pagebreak {
    display: block;
    clear: both!important;
    cursor: default!important;
    width: 100%!important;
    margin: 0;
}

.editor_txt pre {
    margin: .5em 0;
    padding: .4em .6em;
    border-radius: 8px;
    background: #f8f8f8;
}

.editor_txt u {
    text-decoration: underline;
}

.editor_txt blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 8px 2px 20px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    border-left-width: 5px;
}

.editor_txt ol {
    margin-left: 35px;
}

.editor_txt ol li {
    list-style: decimal;
}

.editor_txt .marker-yellow {
    background-color: #fdfd77;
}

.editor_txt .marker-pink {
    background-color: #fc7899;
}

.editor_txt .marker-green {
    background-color: #62f962;
}

.editor_txt .marker-blue {
    background-color: #72ccfd;
}

.editor_txt .pen-red {
    background-color: transparent;
    color: #e71313;
}

.editor_txt .pen-green {
    background-color: transparent;
    color: #128a00;
}

/*å¤„ç†ç§»åŠ¨ç«¯è¡¨æ ¼ä¸å…¨é—®é¢˜*/
@media screen and (max-width: 768px) {
    .editor_txt table {
        table-layout: fixed;
        word-wrap: break-word;
        overflow: hidden;
    }

    .editor_txt table td {
        word-break: break-all;
        word-wrap: break-word;
    }
}

/*å¤„ç†ç§»åŠ¨ç«¯è¡¨æ ¼æ»šåŠ¨æ•ˆæžœ*/
.editor_txt .editor_table_wrap {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
}

.editor_txt .editor_table_wrap::-webkit-scrollbar-track-piece {
    background-color: #aaa;
    border-left: 1px solid rgba(0, 0, 0,0);
}

.editor_txt .editor_table_wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

.editor_txt .editor_table_wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.7);
    background-clip: padding-box;
    border-radius: 5px;
    min-height: 28px;
}

.editor_txt .editor_table_wrap::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

/*é˜²æ­¢ç™¾åº¦åœ°å›¾çš„å›¾ç‰‡è¢«å¼„ä¹±æ²¡æœ‰æ•ˆæžœ*/
#dituContent img {
    max-width: inherit;
    max-height: inherit;
}

/*ç¼–è¾‘å™¨å†…å®¹è¿˜åŽŸé»˜è®¤æ ·å¼ End*/
/*************************** å…¨å±€ end ***************************/
/*************************** å¤´éƒ¨ start ***************************/
/*è´§å¸*/
.wide .currency {
    width: 50px;
}

.wide .currency a {
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

.wide .currency img {
    width: 16px;
    height: 11px;
    overflow: hidden;
    margin-right: 5px;
}

/*è¯­è¨€*/
.wide .btn_language {
    cursor: pointer;
}

.wide .btn_language:hover {
    text-decoration: underline;
}

.wide .language {
    width: 86px;
}

.wide .language a {
    display: block;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
}

.wide .language img {
    width: 16px;
    height: 11px;
    overflow: hidden;
    margin-right: 5px;
}

#top_bar li:hover dd.login {
    width: 200px!important;
}

#top_bar li:hover dd.login .fb-login-button {
    background: #1877f2;
    margin-bottom: 12px;
    padding: 2px 0;
}

/*************************** å¤´éƒ¨ end ***************************/
/*************************** åº•éƒ¨ start ***************************/
/*************************** å‹æƒ…é“¾æŽ¥å±…ä¸­æ¨¡å¼ start ****************************/
.partner {
    text-align: center;
}

.partner .partners_box {
    margin-bottom: 22px;
}

.partners_box a {
    display: inline-block;
    margin: 5px;
}

.partners_box img {
    max-width: 200px;
    max-height: 32px;
    vertical-align: middle;
}

/*************************** å‹æƒ…é“¾æŽ¥å±…ä¸­æ¨¡å¼ start ****************************/
.agreement_outer {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 300ms ease-in-out;
    opacity: 1;
}

.agreement_outer .agreement_in {
    width: 80%;
    height: 90%;
    background: #fff;
    padding: 40px 20px 20px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.agreement_outer .agreement_in .choose_close {
    position: absolute;
    z-index: 100000;
    text-indent: -999px;
    width: 20px;
    height: 20px;
    background: url(../images/cart/icon_shopping_close.png) no-repeat center center;
    top: 16px;
    right: 20px;
    border: none;
}

.agreement_outer .agreement_content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.agreement_outer .agreement_in .agreement_content::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

.agreement_outer .agreement_in .agreement_content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.agreement_outer .agreement_in .agreement_content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

.agreement_outer .agreement_content .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.agreement_outer .agreement_content .wrap {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 999px) {
    .agreement_outer .agreement_in {
        width: 100%;
        height: 100%;
    }
}

/*************************** åº•éƒ¨ end ***************************/
/*************************** å•é¡µ/æ–‡ç« é¡µ start ***************************/
i.icon_heart {
    width: 18px;
    height: 18px;
    background: url(../../default/images/global/normal.png) no-repeat -394px -116px;
    display: inline-block;
    vertical-align: top;
}

.is_in i.icon_heart {
    background-position: -678px -70px;
}

.side_left {
    width: 210px;
}

.side_right {
    width: 720px;
}

.help_menu {
    width: 210px;
    background: #fff;
    border: 1px #ebebeb solid;
}

.help_menu .help_title {
    line-height: 140%;
    background: #f4f4f4;
    color: #333;
    font-size: 14px;
    padding: 4px 0 4px 13px;
}

.help_menu .help_list {
    padding: 0 3px;
}

.help_menu .help_list li {
    line-height: 150%;
    border-bottom: 1px #e5e5e5 dashed;
    padding: 6px 11px;
}

.help_menu .help_list li>a {
    display: block;
}

.help_menu a.current {
    font-weight: bold;
}

.right_main {
    border: 1px #ebebeb solid;
}

.main_title {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px #ececec solid;
    background: #f4f4f4;
    color: #333;
    padding-left: 20px;
    font-size: 14px;
}

.main_content {
    padding: 10px;
    min-height: 300px;
}

.info_list li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 6px;
    border-bottom: 1px #ececec dashed;
}

.info_list li .time {
    float: right;
}

/*************************** å•é¡µ/æ–‡ç« é¡µ end ***************************/
/*************************** äº§å“åˆ—è¡¨é¡µ start ***************************/
.sort_icon_popular {
    background: url(../images/global/normal.png) no-repeat -140px -117px;
}

.sort_icon_sales {
    background: url(../images/global/normal.png) no-repeat -211px -116px;
}

.sort_icon_favorites {
    background: url(../images/global/normal.png) no-repeat -395px -117px;
}

.sort_icon_new {
    background: url(../images/global/normal.png) no-repeat -280px -116px;
}

.sort_icon_price {
    background: url(../images/global/normal.png) no-repeat -372px -116px;
}

.sort_icon_arrow {
    background: url(../images/products/icon_sort_price.png) no-repeat left bottom;
}

.sort_icon_arrow_down {
    background: url(../images/products/icon_sort_price.png) no-repeat -18px -2px;
    margin-bottom: 3px;
}

.sort_icon_arrow_up {
    background: url(../images/products/icon_sort_price.png) no-repeat -10px 4px;
    margin-bottom: 3px;
}

/*å·¦ä¾§å…¬å…±æ ·å¼*/
.pop_search {
    padding: 5px 0px;
    line-height: 180%;
}

.pop_search a {
    word-break: keep-all;
    white-space: nowrap;
}

.category_h1 {
    height: 0;
    overflow: hidden;
}

.new_sidebar {
    border-width: 1px;
    margin-top: 10px;
    padding: 8px 11px;
    background: #fff;
}

.new_sidebar .b_title {
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #111;
}

.new_sidebar .b_bottom {
    line-height: 30px;
    color: #1363bc;
    text-decoration: underline;
}

.new_side_category {
    border-width: 1px;
    background: #fff;
    padding: 8px 0 18px;
}

.new_side_category a {
    display: block;
    line-height: 17px;
    padding: 7px 18px;
}

.new_side_category a.current,.new_side_category a.current * {
    font-weight: bold;
}

.new_side_category .cate_title {
    font-size: 16px;
    color: #111;
    line-height: 25px;
    padding: 9px 18px;
}

.popular_search {
    border: 1px #d5d5d5 solid;
    background: #fff;
}

.popular_search .title {
    height: 28px;
    line-height: 28px;
    background: #e8e8ea;
    padding: 0 9px;
    font-weight: bold;
}

.popular_search .view {
    margin: 10px;
    line-height: 23px;
}

.popular_search .view a {
    text-decoration: underline;
    margin-right: 7px;
}

.popular_search .view a.big {
    font-weight: bold;
}

.new_sidebar .pro_item {
    padding: 16px 0 16px 65px;
    border-top: 1px #eee dashed;
}

.new_sidebar .pro_item.fir {
    border-top: none;
}

.new_sidebar .pro_item:hover {
    background: #f7f7f7;
}

.new_sidebar .pro_item>dt {
    position: relative;
    width: 54px;
    height: 54px;
    margin-left: -65px;
    vertical-align: middle;
    overflow: visible;
    text-align: center;
}

.new_sidebar .pro_item>dt img {
    max-width: 100%;
    max-height: 100%;
}

.new_sidebar .pro_item .pro_name {
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #555;
}

.new_sidebar .pro_item a {
    color: #555;
}

.new_sidebar .pro_item .pro_price {
    height: 14px;
    font-size: 14px;
}

.new_sidebar .pro_item .pro_price * {
    font-weight: normal;
}

.new_sidebar .pro_item .pro_price em {
    font-size: 12px;
}

.new_sidebar .pro_item .pro_price del * {
    margin-left: 3px;
    color: #bbb;
    font-size: 12px;
}

.new_sidebar .pro_item .icon_discount {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 32px;
    height: 27px;
    line-height: 12px;
    padding: 5px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 100%;
    background: #f60;
}

.new_newsletter {
    padding: 18px;
    background: #fff url(../images/products/icon_left_email.png) no-repeat right bottom;
    margin-top: 10px;
    border-width: 1px;
}

.new_newsletter .title {
    font-size: 16px;
    color: #111;
    line-height: 21px;
    padding: 0 0 6px;
}

.new_newsletter .desc {
    line-height: 18px;
    color: #999;
    font-size: 12px;
    padding-bottom: 12px;
}

.new_newsletter .input {
    height: 32px;
    line-height: 32px;
    text-indent: 9px;
    width: 100%;
    border-width: 1px;
    font-size: 12px;
}

.new_newsletter button {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #2196f3;
    color: #fff;
    font-size: 14px;
    padding: 0 17px;
    border: none;
    margin-top: 10px;
}

.new_they_say {
    border: 1px solid #eeeeee;
    padding: 7px;
}

.new_they_say .title {
    font-size: 14px;
    font-family: Georgia,verdana,arial,helvetica,sans-serif;
}

.new_they_say .contents {
    margin: 8px 0;
}

.new_they_say .contents em {
    font-size: 10px;
    color: #666;
}

.new_they_say .face {
    text-align: right;
    color: #666;
    padding-right: 5px;
}

.new_they_say .more {
    text-align: right;
}

.new_they_say .more a {
    color: #1E4E8C;
    text-decoration: underline;
    font-size: 10px;
}

.new_sidebar_to {
    border: 1px #ddd solid;
    border-radius: 7px;
    overflow: hidden;
    border-top: 0;
    margin-bottom: 15px;
}

.new_sidebar_to .b_title {
    border-top: 7px #00cc87 solid;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.new_sidebar_to .b_main {
    padding: 0 15px 20px;
}

.left_ad {
    margin-top: 10px;
}

/*å·¦ä¾§å±žæ€§ç­›é€‰*/
.narrow_by {
    margin-top: 12px;
}

.narrow_by .cate_title {
    height: 23px;
    line-height: 23px;
    position: relative;
    font-size: 12px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.narrow_by .cate_title .clear_all {
    position: absolute;
    top: 4px;
    right: 0;
    color: #666;
    line-height: 18px;
    padding: 2px 0;
}

.narrow_by dl {
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
}

.narrow_by dt {
    position: relative;
    line-height: 18px;
    cursor: pointer;
    padding: 4px 0 4px 16px;
    width: 222px;
    height: auto;
}

.narrow_by dt em {
    width: 0;
    height: 0;
    border-left: 4px transparent solid;
    border-right: 4px transparent solid;
    border-top-width: 5px;
    border-top-style: solid;
    position: absolute;
    left: 0;
    top: 11px;
}

.narrow_by dd a {
    padding: 3px 0 2px;
    width: 238px;
    height: auto;
    display: block;
    text-decoration: none;
    line-height: 18px;
}

.narrow_by dd a:hover {
    background-color: #e9e9e9;
}

.narrow_by dd a em, .narrow_by dd a span {
    display: inline-block;
    vertical-align: middle;
}

.narrow_by dd a .ns_icon_checkbox {
    margin-right: 3px;
    width: 12px;
    height: 12px;
    background-image: url(../images/global/normal.png);
    background-repeat: no-repeat;
    background-position: -347px -24px;
}

.narrow_by dd a.current .ns_icon_checkbox {
    background-position: -325px -24px;
}

.narrow_by dd a.current:hover .ns_icon_checkbox {
    background-position: -369px -24px;
}

.narrow_by dd a i {
    padding-left: 3px;
    color: #999;
    font-size: 11px;
}

.new_narrow_by {
    padding-top: 9px;
    border: 1px #e6e6e6 solid;
    margin-top: 20px;
}

.new_narrow_by dt {
    position: relative;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #111;
    text-indent: 19px;
    cursor: pointer;
}

.new_narrow_by dt em {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/products/bg_select.png) no-repeat 14px center;
    width: 37px;
    height: 37px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.new_narrow_by dt.cur em {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.new_narrow_by dd {
    padding-bottom: 20px;
}

.new_narrow_by dd a {
    position: relative;
    display: block;
    padding-left: 43px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px;
    color: #555;
}

.new_narrow_by dd .view_more {
    padding-left: 19px;
    display: inline-block;
    text-decoration: underline;
}

.new_narrow_by dd .ns_icon_checkbox {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #dddddd;
    top: 8px;
    left: 19px;
}

.new_narrow_by dd .current {
    color: #111;
}

.new_narrow_by dd .current .ns_icon_checkbox {
    background: url(../images/products/bg_ns_list.png) no-repeat center center;
}

/*åˆ†ç±»ä»‹ç»*/
#category_brief {
    margin-bottom: 30px;
    padding: 0;
    min-height: inherit;
    _height: inherit;
}

/*å³ä¾§å±žæ€§ç­›é€‰*/
.narrow_search {
    margin-bottom: 10px;
}

.narrow_search .ns_title {
    padding: 5px 0;
    background: #f7f7f7;
    margin-bottom: 1px;
    position: relative;
}

.narrow_search .ns_title h2 {
    line-height: 18px;
    padding: 2px 10px 3px 0;
    float: left;
    margin-left: 24px;
    font-size: 14px;
    font-weight: bold;
}

.narrow_search .ns_title p {
    color: #fff;
    vertical-align: top;
    line-height: 20px;
    margin: 0 110px 0 0;
}

.narrow_search .ns_title p a {
    display: inline-block;
    margin: 0 5px 3px 0;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.narrow_search .ns_title p span {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
}

.narrow_search .ns_title p em {
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/global/normal.png) no-repeat -486px -20px;
}

.narrow_search .ns_title p .remove_all {
    position: absolute;
    right: 5px;
    top: 6px;
}

.ns_list {
    margin-bottom: 20px;
    padding: 0 6px 0 17px;
}

.ns_list dl {
    margin-top: 1px;
    padding: 4px 0 5px;
    border-top: 1px #ddd dashed;
    display: none;
}

.ns_list dl:first-child {
    border-top: 0;
}

.ns_list dt {
    width: 116px;
    float: left;
    margin-left: 7px;
    white-space: nowrap;
    padding: 5px 0 7px;
}

.ns_list dd {
    margin-left: 123px;
}

.ns_list dd a {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
}

.ns_list dd a:hover {
    background-color: #e9e9e9;
}

.ns_list dd a em, .ns_list dd a span {
    display: inline-block;
    vertical-align: middle;
}

.ns_list dd a .ns_icon_checkbox {
    margin-right: 3px;
    width: 12px;
    height: 12px;
    background-image: url(../images/global/normal.png);
    background-repeat: no-repeat;
    background-position: -347px -24px;
}

.ns_list dd a.current .ns_icon_checkbox {
    background-position: -325px -24px;
}

.ns_list dd a.current:hover .ns_icon_checkbox {
    background-position: -369px -24px;
}

.prop_more {
    position: relative;
    border-width: 1px 0 0;
    margin-bottom: 34px;
    height: 0;
    overflow: visible;
    text-align: center;
}

.prop_more .attr_extra {
    height: 24px;
    line-height: 20px;
    margin-top: -1px;
    background: #fff;
    border: 1px #ddd solid;
    padding: 0 15px 0 32px;
    display: inline-block;
    cursor: pointer;
    border-top: 0;
    color: #000;
    position: relative;
    display: none;
}

.prop_more .attr_extra b {
    width: 13px;
    height: 11px;
    background: url(../images/global/normal.png) no-repeat -541px -179px;
    position: absolute;
    left: 10px;
    top: 5px;
    display: block;
}

.prop_more .attr_extra b.up {
    background-position: -541px -150px;
}

/*new*/
.new_ns_list {
    min-height: 30px;
    margin-bottom: 10px;
    padding: 13px 10px;
    font-size: 14px;
    border: 1px #eee solid;
}

.new_ns_list .tit {
    line-height: 30px;
    padding: 0 10px;
    color: #111;
    float: left;
}

.new_ns_list dl {
    position: relative;
    float: left;
}

.new_ns_list dl dt {
    height: 28px;
    line-height: 28px;
    padding: 0 22px 0 10px;
    color: #555;
    cursor: default;
    border: 1px transparent solid;
    position: relative;
}

.new_ns_list dl dt i {
    width: 9px;
    height: 6px;
    margin: auto;
    background: url(../images/products/bg_select.png) no-repeat left center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.new_ns_list dl dt em {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 22;
    display: none;
}

.new_ns_list dl dd {
    min-width: 100%;
    padding: 10px 0;
    background: #fff;
    border: 1px #eee solid;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 21;
    display: none;
}

.new_ns_list dl dd a {
    position: relative;
    display: block;
    color: #666;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 23px 0 35px;
}

.new_ns_list dl dd .ns_icon_checkbox {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    top: 8px;
    left: 13px;
}

.new_ns_list dl dd .current .ns_icon_checkbox {
    background: url(../images/products/bg_ns_list.png) no-repeat center center;
}

.new_ns_list dl:hover dt {
    border-color: #eee;
    border-bottom-color: #fff;
}

.new_ns_list dl:hover dt i {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.new_ns_list dl:hover dt em {
    display: block;
}

.new_ns_list dl:hover dd {
    display: block;
}

.new_ns_title {
    min-height: 25px;
    margin-bottom: 7px;
    padding-bottom: 3px;
    font-size: 12px;
}

.new_ns_title .remove {
    position: relative;
    float: left;
    height: 23px;
    line-height: 23px;
    border: 1px solid #e0e0e0;
    padding: 0 23px 0 8px;
    margin: 0px 12px 3px 0;
    color: #999;
    text-decoration: none;
}

.new_ns_title .remove em {
    position: absolute;
    right: 9px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: url(../images/products/icon_ns_list_close.png) no-repeat center;
}

.new_ns_title .remove_all {
    float: left;
    line-height: 25px;
    color: #4d82b8;
    text-decoration: underline;
}

/*å…¶ä»–å±žæ€§ç­›é€‰*/
#prod_sort {
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    overflow-y: hidden;
}

#prod_sort>a,#prod_sort>span {
    float: left;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

#prod_sort>span {
    color: #111;
}

#prod_sort a.cur {
    color: #e63939;
}

#prod_sort i {
    width: 9px;
    height: 11px;
    margin-left: 7px;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
}

.prod_price .pp_inputbox {
    display: inline-block;
    height: 21px;
    padding: 2px 0 0 5px;
    border: 1px #ddd solid;
    background: #fff;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.prod_price em {
    display: inline-block;
    line-height: 19px;
    margin-right: 3px;
}

.prod_price .pp_heng {
    line-height: 24px;
    height: auto;
}

.prod_price input {
    display: inline-block;
    width: 32px;
    height: 19px;
    line-height: 19px;
    border: 0;
    color: #555;
    font-size: 12px;
    background: #fff;
    outline: 0;
}

.prod_price .pp_btn {
    display: inline-block;
    margin-left: 3px;
    border: 1px #ddd solid;
    background: #eee;
    cursor: default;
    width: 40px;
    height: 24px;
    font-weight: bold;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.prod_price .pp_btn:hover {
    background: #f3f3f3;
}

.prod_menu {
    float: right;
    height: 39px;
    border-left: 1px #d4d4d4 solid;
}

.prod_menu * {
    text-decoration: none;
    color: #333;
}

.prod_menu .page {
    width: 70px;
    float: left;
    text-align: center;
    position: relative;
}

.prod_menu .page .cur {
    height: 39px;
    line-height: 39px;
    cursor: pointer;
}

.prod_menu .page ul {
    width: 150px;
    float: left;
    max-height: 260px;
    overflow: auto;
    background: #fff;
    display: none;
    position: absolute;
    right: -1px;
    top: 39px;
    border: 1px #d4d4d4 solid;
    z-index: 1000;
}

.prod_menu .page ul li {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

.prod_menu .page:hover ul {
    display: block;
}

.prod_menu .page:hover ul li a {
    display: block;
}

.prod_menu .page:hover ul li:hover {
    background: #f7f7f7;
}

.prod_menu .page_item {
    width: 39px;
    height: 39px;
    display: none;
    float: left;
    text-align: center;
    background: url(../images/global/normal.png) no-repeat;
}

.prod_menu .pre {
    background-position: -722px -213px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.prod_menu .next {
    background-position: -772px -213px;
}

/*äº§å“æ¡†å’Œäº§å“æ•ˆæžœ*/
.prod_box {
    position: relative;
}

.prod_box .prod_box_pic {
    overflow: hidden;
}

.prod_box .prod_name {
    line-height: 18px;
}

.prod_box .prod_price, .pro_item .prod_price * {
    font-size: 14px;
    font-weight: bold;
}

.prod_box .free_shipping {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    height: 14px;
    margin-top: 8px;
}

.prod_box .favorite {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    line-height: 99%;
}

.prod_box .favorite:hover {
    color: #cb2027;
}

.prod_box .review_count {
    font-size: 11px;
    margin-left: 2px;
}

.prod_box .review_count:hover {
    color: #cb2027;
}

/*è®¢å•ç›´æ’­*/
.order_live {
    border: 1px #e6e6e6 solid;
    background: #fff;
}

.order_live .order_live_hd {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 15px;
}

.order_live .order_live_bd {
    height: 300px;
    padding: 0 10px;
    overflow: hidden;
}

.order_live .order_live_bd li {
    line-height: 160%;
    padding: 5px 0;
    border-bottom: 1px #e6e6e6 dashed;
}

/*************************** äº§å“åˆ—è¡¨é¡µ end ***************************/
/*************************** äº§å“è¯¦ç»†é¡µ start ***************************/
.widget {
    *zoom:1;}

.widget:before, .widget:after {
    display: table;
    content: "";
    line-height: 0;
}

.widget:after {
    clear: both;
}

.pic_shell:before {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: url(../images/global/loading_oth.gif) no-repeat center center;
    z-index: 10;
}

.pic_shell.loading {
    position: relative;
    background: none;
}

.pic_shell.loading:before {
    display: block;
}

#prod_detail .detail_right.absolute_righter {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    transition: all .4s .1s;
    padding-top: 15px;
}

.brand_shopbox .prod_info_actions .addtocart, .prod_info_actions .addtocart {
    background: #e62e04;
    border-color: #e62e04;
    color: #fff;
}

.icon_data_0 {
    width: 12px;
    height: 13px;
    background: url(../images/global/goods.png) no-repeat -6px -10px;
}

.icon_data_1 {
    width: 16px;
    height: 13px;
    background: url(../images/global/goods.png) no-repeat -30px -10px;
}

.icon_data_2 {
    width: 12px;
    height: 13px;
    background: url(../images/global/goods.png) no-repeat -58px -10px;
}

.icon_pdf {
    width: 16px;
    height: 20px;
    background: url(../images/global/goods.png) no-repeat -80px -10px;
}

.icon_left_arraw {
    width: 21px;
    height: 19px;
    background: url(../images/global/normal.png) no-repeat -595px -70px;
    display: inline-block;
    vertical-align: top;
}

.icon_right_arraw {
    width: 21px;
    height: 19px;
    background: url(../images/global/normal.png) no-repeat -529px -70px;
    display: inline-block;
    vertical-align: top;
}

.share_toolbox {
    padding: 0;
}

.share_toolbox li {
    width: 30px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.share_toolbox li a {
    width: inherit;
    height: 30px;
    display: block;
    line-height: 30px;
    white-space: nowrap;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(../images/global/icon_follow_detail_cur.png);
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background-size: 30px auto;
}

.share_toolbox li a:hover {
    background-image: url(../images/global/icon_follow_detail.png);
}

.share_toolbox .share_s_more_box {
    position: relative;
    z-index: 1;
}

.share_toolbox .share_s_more_box:hover .share_hover {
    display: block;
}

.share_toolbox .share_hover {
    display: none;
    position: absolute;
    top: 40px;
    left: -14px;
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 14px;
    border-radius: 5px;
}

.share_toolbox .share_hover a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    width: auto;
    display: block;
    text-indent: 37px;
    text-align: left;
    text-transform: capitalize;
    background-size: 32px auto;
    color: #555;
    padding-right: 10px;
}

.share_s_facebook {
    background-position: 0 0;
}

.share_s_twitter {
    background-position: 0 -30px;
}

.share_s_youtube {
    background-position: 0 -120px;
}

.share_s_googleplus {
    background-position: 0 -150px;
}

.share_s_vk {
    background-position: 0 -180px;
}

.share_s_pinterest {
    background-position: 0 -60px;
}

.share_s_more {
    background-position: 0 -520px;
}

.share_s_line {
    background-position: 0 -420px;
}

.share_s_whatsapp {
    background-position: 0 -450px;
}

.share_s_tumblr {
    background-position: 0 -480px;
}

.share_s_instagram {
    background-position: 0 -224px;
}

.share_s_linkedin {
    background-position: 0 -90px;
}

.share_s_google {
    background-position: 0 -384px;
}

.share_s_digg {
    background-position: 0 -256px;
}

.share_s_reddit {
    background-position: 0 -288px;
}

.share_s_stumbleupon {
    background-position: 0 -320px;
}

.share_s_delicious {
    background-position: 0 -352px;
}

@media (max-width: 768px) {
    .share_toolbox li {
        width: 20px;
        margin-right: 10px;
    }

    .share_toolbox li a {
        height: 20px;
        line-height: 20px;
        background-size: 20px auto;
    }

    .share_toolbox li a:hover {
        background-size: 20px auto;
    }

    .share_s_twitter {
        background-position: 0 -20px;
    }

    .share_s_pinterest {
        background-position: 0 -40px;
    }

    .share_s_linkedin {
        background-position: 0 -60px;
    }

    .share_s_line {
        background-position: 0 -280px;
    }

    .share_s_whatsapp {
        background-position: 0 -300px;
    }

    .share_s_tumblr {
        background-position: 0 -320px;
    }
}

.prod_info_data {
    padding-bottom: 10px;
}

.prod_info_data li {
    float: left;
    margin-right: 35px;
    line-height: 13px;
    margin-bottom: 5px;
}

.prod_info_data li>em {
    display: inline-block;
    vertical-align: top;
}

.prod_info_data li>a {
    margin-left: 5px;
}

.prod_info_form .attributes {
    margin-bottom: 5px;
    border: 2px transparent solid;
}

.prod_info_form .attr_sure {
    min-height: 16px;
    line-height: 16px;
    overflow: hidden;
    padding: 7px 0 7px 11px;
    background-color: #f8f8f8;
    display: none;
}

.prod_info_form .attr_sure .attr_sure_choice {
    color: #666;
}

.prod_info_form .attr_sure .attr_sure_close {
    padding-right: 9px;
    font-size: 14px;
    font-weight: 600;
    color: #e90b0b;
    cursor: pointer;
    display: inline-block;
}

.prod_info_form .attributes_tips {
    border-color: #e90b0b !important;
}

.prod_info_form .attributes_tips .attr_sure {
    display: block;
}

.prod_info_form .custom_attr_box .widget {
    border: 2px transparent solid;
    border-top: 0;
    margin-top: -5px;
}

.prod_info_form .custom_attr_box .widget .attr_sure {
    display: none;
}

.prod_info_form .custom_attr_box .widget.attributes_tips.not_attr .attr_sure {
    display: block;
}

.prod_info_form .custom_attr_box .widget.attributes_tips.not_attr {
    border-top: solid 2px #e90b0b;
}

.prod_info_form .zoom_priture {
    background: #fff;
}

.prod_info_form .zoom_priture img {
    opacity: 1;
}

.prod_info_form li {
    font-size: 0px;
}

.prod_info_form li h5 {
    line-height: 26px;
    padding-top: 15px;
    font-size: 16px;
    color: #222;
}

.prod_info_form li input {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 0;
}

.prod_info_form li>label {
    font-size: 14px;
    color: #555;
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    text-indent: 10px;
    text-transform: capitalize;
}

.prod_info_form li>select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    font-size: 14px;
    color: #555;
    background: none;
    border: 0!important;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.prod_info_form li>select::-ms-expand {
    display: none;
}

.prod_info_form li.attr_show {
    position: relative;
}

.prod_info_form li.attr_show .attr_title {
    line-height: 26px;
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 14px;
}

.prod_info_form li.attr_show .attr_title>span {
    margin-left: 6px;
    color: #888;
}

.prod_info_form li.attr_show.attr_show_list h5 {
    margin-bottom: 0;
}

.prod_info_form li.attr_show.attr_show_list .attr_title {
    margin-bottom: 0;
}

.prod_info_form li.attr_show .btn_attr {
    display: inline-block;
    vertical-align: middle;
    min-width: 70px;
    min-height: 40px;
    line-height: 40px;
    margin: 5px 7px 0 0;
    padding: 0 14px;
    background-color: #fff;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    border-radius: 2px;
    position: relative;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s;
}

.prod_info_form li.attr_show .btn_attr .attr_pic {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    text-align: center;
}

.prod_info_form li.attr_show .btn_attr .attr_pic img {
    vertical-align: middle;
}

.prod_info_form li.attr_show .btn_attr .attr_pic:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
}

.prod_info_form li.attr_show .btn_attr .attr_color {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.prod_info_form li.attr_show .btn_attr .attr_value_tips {
    display: none;
    width: max-content;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    padding: 0 12px;
    position: absolute;
    top: -48px;
    left: 0;
    box-shadow: #ddd 0 0 10px 6px;
}

.prod_info_form li.attr_show .btn_attr .attr_value_tips>i {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px transparent solid;
    border-right: 4px transparent solid;
    border-top: 8px #fff solid;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.prod_info_form li.attr_show .btn_attr em {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.prod_info_form li.attr_show .btn_attr .icon_selected {
    width: 11px;
    height: 11px;
    background: url(../images/global/icon_selected.png) no-repeat;
    z-index: 1;
}

.prod_info_form li.attr_show .btn_attr .icon_selected_bg {
    width: 0;
    height: 0;
    border-left: 11px transparent solid;
    z-index: 0;
    border-bottom-width: 11px;
    border-bottom-style: solid;
}

.prod_info_form li.attr_show .btn_attr.selected {
    border-width: 1px;
    border-color: #333;
    border-style: solid;
    color: #000;
}

.prod_info_form li.attr_show .btn_attr.selected .attr_pic {
    padding: 0;
}

@media screen and (min-width: 1000px) {
    .prod_info_form li.attr_show .btn_attr:hover {
        border-width:1px;
        border-color: #333;
        border-style: solid;
        color: #000;
    }

    .prod_info_form li.attr_show .btn_attr:hover .attr_pic {
        padding: 0;
    }
}

.prod_info_form li.attr_show .btn_attr.out_stock {
    position: relative;
    color: #c9c9c9;
}

.prod_info_form li.attr_show .btn_attr.out_stock:hover em {
    display: none;
}

.prod_info_form li.attr_show .btn_attr.out_stock::after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: 12px;
    width: calc(100% - 24px);
    height: 1px;
    background-color: #c9c9c9;
}

.prod_info_form li.attr_show .btn_attr.out_stock.selected {
    color: #000;
}

.prod_info_form li.attr_show .btn_attr.out_stock.selected::after {
    background-color: #000;
}

.prod_info_form li.attr_show .btn_attr.box_select {
    width: 540px;
    height: 42px;
    line-height: 42px;
    padding: 0;
}

.prod_info_form li.attr_show .btn_attr.hide {
    display: none;
}

.prod_info_form li.attr_show .text_attr {
    width: calc(100% - 92px);
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    border-radius: 2px;
    padding: 0 70px 0 20px;
}

.prod_info_form li.attr_show .longtext_attr {
    width: calc(100% - 42px);
    height: 69px;
    line-height: 23px;
    overflow: hidden;
    border-radius: 2px;
    padding: 10px 20px;
}

.prod_info_form li.attr_show .text_tips {
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 14px;
    bottom: 1px;
    font-size: 14px;
    color: #999;
}

.prod_info_form li.attr_show .text_tips>em {
    color: #5cb85c;
}

.prod_info_form li.attr_show .checkbox_attr {
    line-height: 23px;
}

.prod_info_form li.attr_show .checkbox_attr>input {
    vertical-align: top;
    height: 23px;
    line-height: 23px;
}

.prod_info_form li.attr_show .checkbox_attr>span {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    font-size: 14px;
    color: #6c6c6c;
}

.prod_info_form li.attr_show .radio_attr>span {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-size: 14px;
    color: #6c6c6c;
}

.prod_info_form li.attr_show .picture_tips {
    line-height: 14px;
    font-size: 14px;
    color: #999;
}

.prod_info_form li.attr_show .extend_option_multi {
    width: 100%;
    height: inherit;
    border-width: 0!important;
    margin: 0;
    padding: 0;
    cursor: default;
}

.prod_info_form li.attr_show .extend_option_multi .extend_option_title {
    line-height: 26px;
    padding-top: 15px;
    font-size: 16px;
    color: #222;
}

.prod_info_form li.attr_show .extend_option_multi .extend_option_value {
    margin-top: 10px;
}

.prod_info_form li.attr_show .extend_option_multi .extend_option_value label {
    display: block;
    height: inherit;
    position: relative;
}

.prod_info_form li.attr_show .extend_option_multi .extend_option_value:first-child {
    margin-top: 0;
}

.prod_info_form li.attr_show .extend_option_multi .extend_option_value_title {
    display: block;
    height: auto;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.prod_info_form li.attr_show .extend_option_multi .extend_option_value_input {
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    margin-top: 8px;
    padding: 0 75px 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.prod_info_form li.attr_show[data-type=color] .btn_attr {
    min-width: auto;
    padding: 5px;
    border-radius: 50%;
}

.prod_info_form li.attr_show[data-type=color] .btn_attr.out_stock::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    opacity: .5;
}

.prod_info_form li.attr_show[data-type=picture] .btn_attr[data-is-picture="1"] {
    min-width: auto;
    padding: 2px;
}

.prod_info_form li.attr_show[data-type=picture] .btn_attr.out_stock::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .5;
}

.prod_info_form li.total_extras strong {
    margin-left: 5px;
    color: #cc0000;
}

.custom_attr_box .upload_box {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: url(../images/products/icon_picture_upload.png) no-repeat center;
    margin-top: 20px;
    position: relative;
    float: left;
    text-align: center;
    cursor: pointer;
}

.custom_attr_box .upload_box .upload_file {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 0;
    padding-right: 300px;
    font-size: 70px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
}

.custom_attr_box .upload_box .font {
    width: 80px;
    line-height: 20px;
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 1;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

.custom_attr_box .upload_box .font>em {
    display: inline-block;
    position: initial;
}

.custom_attr_box li .pic_box {
    display: flex;
    flex-wrap: wrap;
}

.custom_attr_box .pic_box .pic {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
}

.custom_attr_box .pic_box .pic span {
    position: absolute;
    background-color: #777777;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -10px;
    right: -10px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.custom_attr_box .pic_box .pic span::before {
    content: "\e631";
    font-family: "iconfont" !important;
    display: block;
    transform: scale(0.7);
}

.custom_attr_box .pic_box .pic .flex {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    justify-content: center;
    border: solid 1px #f2f2f2;
    background-color: #fafafa;
}

.custom_attr_box .pic_box .pic img {
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}

@media (max-width: 768px) {
    .prod_info_form li input {
        border: 1px solid #e4e4e4;
    }

    .prod_info_form li textarea {
        border: 1px solid #e4e4e4;
    }
}

.key_info_line {
    font-size: 13px;
    color: #333;
    padding: 5px 0;
}

.key_info_left {
    float: left;
    width: 105px;
    text-align: right;
    padding-right: 10px;
}

.key_info_right {
    float: left;
    min-width: 276px;
    _width: 276px;
    max-width: 378px;
}

.shipping_cost_detail {
    padding-bottom: 4px;
    font-size: 14px;
    color: #000;
}

.shipping_cost_detail .shipping_cost_button {
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    background: url(../images/global/header_cart_hover.png) no-repeat right 6px;
}

.shipping_cost_detail .shipping_cost_button:hover {
    text-decoration: underline;
}

.shipping_cost_info .delivery_day {
    margin-left: 5px;
    color: #f60;
}

/*wholesale start*/
#app_wholesale_list_box {
    padding-bottom: 20px;
    padding-top: 20px;
}

#app_wholesale_list_box .pw_title {
    line-height: 40px;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

#app_wholesale_list_box .prod_info_wholesale {
    height: 70px;
    border: 1px solid #e4e4e4;
}

#app_wholesale_list_box .prod_info_wholesale .pw_table {
    height: 70px;
    overflow: hidden;
    padding-right: 37px;
    position: relative;
    background: #fff;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box {
    width: 38px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: inherit;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box div {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    cursor: no-drop;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box div.cur {
    cursor: pointer;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box div:before {
    content: '';
    width: 7px;
    height: 13.5px;
    background: url(../images/products/icon_pic_btn.png) no-repeat left center;
    background-size: auto 13.5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#app_wholesale_list_box .prod_info_wholesale .prev {
    top: 11px;
}

#app_wholesale_list_box .prod_info_wholesale .next {
    bottom: 11px;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box .prev:before {
    background-position: -17px center;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box .next:before {
    background-position: -25px center;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box .prev.cur:before {
    background-position: -1px center;
}

#app_wholesale_list_box .prod_info_wholesale .btn_box .next.cur:before {
    background-position: -9px center;
}

#app_wholesale_list_box .prod_info_wholesale .pw_table_abs {
    position: absolute;
    top: 0;
    left: 0px;
    right: 38px;
    width: 800px;
}

#app_wholesale_list_box .prod_info_wholesale .pw_column {
    width: 127px;
    float: left;
}

#app_wholesale_list_box .prod_info_wholesale .pw_column.current {
    background: #222;
}

#app_wholesale_list_box .prod_info_wholesale .pw_td {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-top: 12px;
    text-align: center;
    color: #333;
    font-size: 16px;
}

#app_wholesale_list_box .prod_info_wholesale .pw_td.bt {
    height: 20px;
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 12px;
    font-size: 14px;
    color: #666;
}

#app_wholesale_list_box .prod_info_wholesale .pw_column.current .pw_td {
    color: #fff;
}

#app_wholesale_total_price_box {
    line-height: 24px;
    margin: 20px auto;
    padding: 18px;
    background-color: #f5f5f5;
    font-size: 18px;
    text-align: center;
    color: #222222;
}

/*wholesale end*/
.group_promotion {
    margin: 0;
}

.group_promotion .gp_title {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    line-height: 30px;
    align-items: center;
}

.group_promotion .gp_title .l_tit {
    font-size: 24px;
    color: #363636;
}

.group_promotion .gp_title .r_more {
    display: none;
}

.group_promotion .gp_title ul {
    flex: 1;
    margin-left: 8.3%;
}

.group_promotion .gp_title li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

.group_promotion .gp_title li span {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #888;
    cursor: pointer;
}

.group_promotion .gp_title li.current span {
    color: #363636;
}

.group_promotion .gp_title li.current::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #363636;
    position: absolute;
    left: 0;
    bottom: 1px;
}

.group_promotion .gp_mobile_title {
    display: none;
}

.group_promotion .gp_list {
    width: 1200px;
    margin: 0 auto;
}

.group_promotion .gp_list .promotion_body {
    padding: 36px 0 36px 0;
    position: relative;
}

.group_promotion .gp_list .gp_list_title {
    display: none;
}

.group_promotion .gp_list .gp_pro_list {
    float: left;
}

.group_promotion .prod_item {
    width: 190px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.group_promotion .prod_item .p_qty {
    position: absolute;
    right: 9px;
    top: 9px;
    border-radius: 13px;
    background-color: #f06057;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    z-index: 1;
    padding: 0 5px;
    min-width: 15px;
}

.group_promotion .prod_item .prod_info.total {
    padding-left: 0;
}

.group_promotion .prod_item .prod_info .optionBtn {
    display: inline-block;
    line-height: 28px;
    margin-top: 8px;
    cursor: pointer;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.group_promotion .prod_item .prod_info .optionBtn a {
    display: block;
    padding: 0 30px 0 12px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
}

.group_promotion .prod_item .prod_info .optionBtn a:before {
    content: "\e62b";
    height: 28px;
    width: 30px;
    line-height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "iconfont";
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.group_promotion .prod_img {
    width: 190px;
    height: 190px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.group_promotion .prod_img .attributes_show {
    width: 100%;
    min-height: 40px;
    line-height: 14px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom: -156px;
    left: 0;
}

.group_promotion .prod_img .attributes_show>p {
    padding: 2px 0;
}

.group_promotion .prod_price_check {
    margin-top: 10px;
    font-size: 16px;
}

.group_promotion .prod_price_check input {
    display: none;
}

.group_promotion .prod_price_check .checked_box {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 23px;
    height: 23px;
    border: 1px #d8d8d8 solid;
    border-radius: 25px;
    cursor: pointer;
    background-color: #fff;
    text-decoration: unset;
}

.group_promotion .prod_price_check .checked_box.checked {
    line-height: 23px;
    font-family: "iconfont";
    font-size: 18px;
    text-align: center;
    background-color: #1e1e1e;
    color: #fff;
}

.group_promotion .prod_price_check .checked_box.checked:before {
    content: "\e647";
}

.group_promotion .prod_price_check .themes_price {
    float: left;
}

.group_promotion .prod_price {
    margin-top: 8px;
    font-size: 16px;
}

.group_promotion .prod_price:after , .group_promotion .prod_price:before {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

.group_promotion .oldprice_data {
    margin-left: 7px;
    text-decoration: line-through;
}

.group_promotion .prod_hide {
    height: 0;
    overflow: hidden;
}

.group_promotion .prod_attr {
    margin-top: 12px;
    line-height: 16px;
    color: #666;
    transition: all .2s ease-in-out;
    opacity: 1;
    font-size: 12px;
}

.group_promotion .prod_attr.hideself {
    opacity: 0;
}

.group_promotion .prod_choose {
    width: 156px;
    height: 24px;
    line-height: 24px;
    margin-top: 4px;
}

.group_promotion .prod_choose>em {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 6px;
    background: url(../images/products/icon_choose_options.png) no-repeat;
    margin-top: 9px;
    margin-left: 6px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.group_promotion .prod_choose .btn_choose {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #eb3e3e;
}

.group_promotion .prod_choose.current>em {
    transform: rotate(180deg);
    -webkit-transform: -webkit-rotate(180deg);
}

.group_promotion .info {
    float: right;
    margin-top: 60px;
    width: 260px;
    text-align: center;
}

.group_promotion .info .gp_btn {
    display: inline-block;
    min-width: 150px;
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    background-color: #252525;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.group_promotion .info s {
    float: left;
    display: inline;
    width: 24px;
    height: 22px;
    margin-top: 25px;
    background: url(../images/global/goods.png) no-repeat -7px -177px;
}

.group_promotion .info .group_curprice .themes_price {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 600;
    color: #333;
}

.group_promotion .info .group_oldprice {
    margin-left: 13px;
    color: #999;
}

.group_promotion .info .group_oldprice .price_data {
    font-weight: normal;
}

.group_promotion .info .group_saveprice {
    display: none;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #e62e04;
}

.group_promotion .info .group_saveprice .themes_price {
    font-weight: 600;
    color: #e62e04;
}

.group_promotion .info .group_onlyprice {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #252525;
    margin-bottom: 12px;
}

.group_promotion .info .group_total_title {
    font-size: 14px;
}

.group_promotion .save_info .group_curprice {
    display: block;
    float: none;
}

.group_promotion .save_info .group_saveprice {
    display: block;
    line-height: 26px;
    margin-top: 14px;
    font-size: 14px;
}

.group_promotion .save_info .group_total_title {
    font-size: 14px;
}

.group_promotion .master {
    float: left;
    width: 265px;
    overflow: hidden;
}

.group_promotion .master>s {
    display: inline;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    margin-top: 77px;
    float: right;
}

.group_promotion .master>s:before {
    content: "\e64d";
    font-family: "iconfont";
    color: #363636;
    font-size: 36px;
}

.group_promotion .suits {
    width: 630px;
    margin: 0 0px;
    position: relative;
    float: left;
    overflow: visible!important;
}

.group_promotion .suits .suits_box {
    width: 100%;
    overflow-x: auto;
    position: relative;
    padding-bottom: 5px;
}

.group_promotion .suits ul {
    white-space: nowrap;
    font-size: 0;
}

.group_promotion .suits li {
    display: inline-block;
    width: 190px;
    margin: 0 10px;
    vertical-align: top;
}

.group_promotion .master .prod_name, .group_promotion .suits .prod_name {
    height: auto;
    max-height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.group_promotion .prod_price {
    font-size: 16px;
    color: #000;
}

#promotion_attr {
    position: absolute;
    display: none;
}

#promotion_attr .box_content {
    width: 316px;
    height: 0;
    overflow: hidden;
    padding: 0;
    *padding: 16px 20px 20px;
    background-color: #fff;
    border: 1px #eee solid;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 9;
    box-shadow: 3px 3px 7px rgba(0,0,0,0.12);
    -moz-box-shadow: 3px 3px 7px rgba(0,0,0,0.12);
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.12);
}

#promotion_attr .box_content .height_box {
    padding: 16px 20px 20px;
}

#promotion_attr .box_content.right {
    left: auto;
    right: -16px;
}

#promotion_attr .close {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 9px;
    top: 9px;
    background: url(../images/cart/icon_shopping_close.png) no-repeat center center;
}

#promotion_attr .attr_tit {
    line-height: 18px;
    font-size: 14px;
    color: #555;
}

#promotion_attr .attr_list {
    font-size: 0;
}

#promotion_attr .attr_list span {
    line-height: 20px;
    margin: 5px 10px 5px 0;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    border: 1px #ccc solid;
    display: inline-block;
    vertical-align: middle;
}

#promotion_attr .attr_list span.himg {
    height: 44px;
    line-height: 44px;
}

#promotion_attr .attr_list span.himg .attr_pic {
    display: inline-block;
    height: 42px;
    margin: 1px;
    text-align: center;
}

#promotion_attr .attr_list span.himg .attr_pic img {
    vertical-align: middle;
}

#promotion_attr .attr_list span>b {
    padding: 0 8px;
}

#promotion_attr .attr_list span:after {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#promotion_attr .attr_list span.current {
    border-color: #000;
}

#promotion_attr .attr_list span.out_stock {
    border: 1px #d6d6d6 dashed;
    color: #ccc;
    cursor: not-allowed;
}

#promotion_attr .attr_list span.out_stock>a {
    cursor: not-allowed;
}

#promotion_attr .attr_list span.out_stock:hover em {
    display: none;
}

#promotion_attr .attr_item select {
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
}

#promotion_attr .btn_box {
    margin-top: 15px;
}

#promotion_attr .btn_box:hover {
    background-color: transparent;
}

#promotion_attr .btn_box input {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #eeeeee;
    border: 0;
    margin-right: 10px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

#promotion_attr .btn_box .submit {
    background-color: #252525;
    color: #fff;
}

#promotion_attr .btn_box .submit[disabled] {
    background-color: #f6f6f6;
    color: #aaa;
    cursor: not-allowed;
}

#promotion_attr .prod_info_title {
    display: none;
}

#promotion_attr .prod_info_information {
    display: none;
}

#promotion_attr .btn_promotion_submit {
    display: none;
}

.box_promotion_simple {
    display: none;
}

@media screen and (max-width: 1200px) {
    .group_promotion .gp_list .gp_pro_list {
        float: none;
    }

    .group_promotion .info {
        float: none;
        margin-top: 35px;
        width: 100%;
    }

    .group_promotion .gp_list {
        width: 1000px;
    }

    .group_promotion .suits {
        width: calc(100% - 265px);
    }
}

@media screen and (max-width: 1024px) {
    .group_promotion .gp_list {
        width: auto;
        padding: 0 15px;
    }

    .group_promotion .prod_item .prod_info .optionBtn {
        background-image: none;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .group_promotion {
        padding-top: 20px;
    }

    .group_promotion .gp_title {
        width: auto;
        padding: 0 15px;
    }

    .group_promotion .gp_title .l_tit {
        flex: 1;
        font-size: 18px;
    }

    .group_promotion .gp_title .r_more {
        display: block;
        font-size: 14px;
        color: #6b6b6b;
        text-transform: capitalize;
        margin-left: 15px;
    }

    .group_promotion .gp_title .r_more::after {
        content: "\e641";
        font-family: "iconfont";
        padding-left: 3px;
    }

    .group_promotion .gp_title ul {
        display: none;
    }

    .group_promotion .gp_list .promotion_body {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .group_promotion .gp_list_fixed {
        position: fixed;
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #f2f2f2;
        z-index: 99992;
        padding: 0 10px 30px 10px;
        overflow-y: auto;
    }

    .group_promotion .gp_list_fixed .gp_list_title {
        display: block;
        line-height: 50px;
        font-size: 18px;
    }

    .group_promotion .master {
        width: 167px;
    }

    .group_promotion .master>s {
        width: 22px;
        height: 22px;
        margin-right: 0;
        margin-top: 59px;
    }

    .group_promotion .master>s:before {
        font-size: 22px;
    }

    .group_promotion .master .prod_name, .group_promotion .suits .prod_name {
        max-height: 40px;
        line-height: 20px;
        font-size: 12px;
    }

    .group_promotion .prod_item {
        width: 140px;
    }

    .group_promotion .prod_img {
        width: 140px;
        height: 140px;
    }

    .group_promotion .prod_price {
        font-size: 14px;
        white-space: normal;
    }

    .group_promotion .suits {
        width: calc(100% - 167px);
    }

    .group_promotion .suits li {
        width: 140px;
        margin: 0 5px;
    }

    .group_promotion .info {
        display: flex;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .group_promotion .info .price_info {
        flex: 1;
        text-align: left;
    }

    .group_promotion .info .group_onlyprice {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        height: auto;
        line-height: 36px;
    }

    .group_promotion .info .group_curprice .themes_price {
        font-size: 18px;
    }

    .group_promotion .info .gp_btn {
        min-width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        border-radius: 2px;
    }

    .group_promotion .save_info .group_total_title {
        font-size: 12px;
    }

    .group_promotion .save_info .group_saveprice {
        width: 100%;
    }

    .group_promotion .gp_title_fixed {
        display: none;
    }

    .group_promotion .gp_list_fixed .promotion_body {
        display: block;
        padding: 0px 10px 20px 10px;
        background-color: #fff;
        margin-top: 10px;
    }

    .group_promotion .gp_list_fixed .gp_title_fixed {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        align-items: center;
        justify-content: center;
        line-height: 20px;
        background-color: #fff;
        z-index: 99993;
        padding: 0 40px;
        font-size: 16px;
        text-align: center;
        color: #363636;
        box-shadow: 0 0px 7px 3px rgba(0,0,0,0.15);
    }

    .group_promotion .gp_list_fixed .gp_title_fixed::before {
        content: "\e634";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        line-height: 50px;
        font-family: "iconfont";
        transform: rotate(180deg);
        font-size: 18px;
        font-weight: bold;
    }

    #promotion_attr {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 99994;
        transition: all .2s ease-out;
    }

    #promotion_attr .box_content {
        width: 100%;
        padding: 0;
        height: auto;
        background-color: #fff;
        border: 0;
        position: inherit;
        top: 0;
        left: auto;
        box-shadow: none;
        overflow: unset;
    }

    #promotion_attr .box_content .height_box {
        padding: 0;
    }

    #promotion_attr .prod_info_title {
        display: block;
        height: 49px;
        line-height: 49px;
        overflow: hidden;
        border-bottom: 1px #eee solid;
        text-align: center;
        font-size: 16px;
    }

    #promotion_attr .prod_info_scroll {
        height: calc(100vh - 100px);
        overflow-y: auto;
        padding: 0 15px;
    }

    #promotion_attr .prod_info_information {
        display: block;
        border-bottom: 1px #eee solid;
        padding: 15px 0;
    }

    #promotion_attr .prod_info_information .pic {
        width: 95px;
        height: 95px;
        overflow: hidden;
        float: left;
    }

    #promotion_attr .prod_info_information .pic img {
        max-height: 100%;
    }

    #promotion_attr .prod_info_information .pro_price {
        height: 95px;
        line-height: 95px;
        margin-left: 15px;
        float: left;
        font-size: 18px;
        color: #000;
    }

    #promotion_attr .prod_info_information .pro_old_price {
        height: 95px;
        line-height: 95px;
        margin-left: 15px;
        float: left;
        text-decoration: line-through;
        font-size: 18px;
        color: #8e8e8e;
    }

    #promotion_attr .prod_info_option {
        padding: 5px 0 10px;
    }

    #promotion_attr .attr_tit {
        line-height: 18px;
        font-size: 14px;
        font-weight: 600;
        color: #555;
    }

    #promotion_attr .attr_item {
        margin-top: 10px;
    }

    #promotion_attr .attr_list {
        font-size: 0;
    }

    #promotion_attr .attr_list span {
        line-height: 20px;
        margin: 5px 10px 5px 0;
        padding: 3px 0;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        border: 1px #ccc solid;
        display: inline-block;
        vertical-align: middle;
    }

    #promotion_attr .attr_list span.himg {
        height: 44px;
        line-height: 44px;
    }

    #promotion_attr .attr_list span.himg .attr_pic {
        display: inline-block;
        height: 42px;
        margin: 1px;
        text-align: center;
    }

    #promotion_attr .attr_list span.himg .attr_pic img {
        vertical-align: middle;
    }

    #promotion_attr .attr_list span>b {
        padding: 0 8px;
    }

    #promotion_attr .attr_list span:after {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    #promotion_attr .attr_list span.current {
        border-color: #000;
    }

    #promotion_attr .attr_list span.out_stock {
        border: 1px #d6d6d6 dashed;
        color: #ccc;
        cursor: not-allowed;
    }

    #promotion_attr .attr_list span.out_stock>a {
        cursor: not-allowed;
    }

    #promotion_attr .attr_list span.out_stock:hover em {
        display: none;
    }

    #promotion_attr .btn_promotion_submit {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-radius: 0;
        background-color: #000;
        position: fixed;
        bottom: 0;
        left: 0;
        text-transform: uppercase;
        color: #fff;
    }

    #promotion_attr .btn_promotion_submit[disabled] {
        color: #aaa;
        cursor: not-allowed;
        background-color: #f6f6f6;
    }

    #promotion_attr .btn_box {
        display: none;
    }

    #promotion_attr .close {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        top: 15px;
        background: url(../images/cart/icon_shopping_close.png) no-repeat center center;
    }

    #promotion_attr.show {
        right: 0;
    }
}

.prod_description .desc {
    min-height: 300px;
    _height: 300px;
}

.prod_description .desc img {
    max-height: none;
    vertical-align: middle;
}

.prod_description .desc strong {
    font-weight: bold;
}

.prod_description .desc em {
    font-style: italic;
}

.prod_description .desc li {
    list-style-type: inherit;
    list-style-position: outside;
}

.detail_description {
    margin-top: 60px;
}

.detail_description ul.desc_title {
    height: 52px;
    padding: 0 20px;
    border: 1px solid #e8e8e1;
}

.detail_description ul.desc_title li {
    line-height: 52px;
    font-size: 18px;
}

.detail_description .desc_menu_title {
    position: relative;
    height: 52px;
    overflow: hidden;
    padding-right: 37px;
    border-bottom: 1px #e2e2e2 solid;
}

.detail_description .desc_menu_title>ul {
    display: flex;
    padding: 0 22px;
    flex-wrap: wrap;
    transition: all .3s;
}

.detail_description .desc_menu_title>ul>li {
    line-height: 52px;
    padding-right: 44px;
    font-size: 17px;
    color: #9a9a9a;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.detail_description .desc_menu_title>ul>li .themes_box_title {
    position: relative;
    padding: 0 8px;
    font-size: 16px;
}

.detail_description .desc_menu_title>ul>li:last-child {
    padding-right: 0;
}

.detail_description .desc_menu_title>ul>li.current {
    color: #191919;
}

.detail_description .desc_menu_title>ul>li.current .themes_box_title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #191919;
}

.detail_description .desc_menu_title .btn_scroll {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 22px;
    height: 52px;
    cursor: no-drop;
    background-color: #fff;
}

.detail_description .desc_menu_title .btn_scroll.cur {
    visibility: visible;
    cursor: pointer;
}

.detail_description .desc_menu_title .btn_scroll:before {
    content: '';
    width: 7px;
    height: 13.5px;
    background: url(../images/products/icon_pic_btn.png) no-repeat left center;
    background-size: auto 13.5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.detail_description .desc_menu_title .btn_scroll.prev {
    left: 0;
}

.detail_description .desc_menu_title .btn_scroll.next {
    right: 0;
}

.detail_description .desc_menu_title .btn_scroll.prev:before {
    background-position: -17px center;
}

.detail_description .desc_menu_title .btn_scroll.next:before {
    background-position: -25px center;
}

.detail_description .desc_menu_title .btn_scroll.prev.cur:before {
    background-position: -1px center;
}

.detail_description .desc_menu_title .btn_scroll.next.cur:before {
    background-position: -9px center;
}

.detail_description .editor_txt {
    padding: 25px 0;
}

.detail_description .desc_menu_list .editor_txt:nth-child(n+2) {
    display: none;
    opacity: 0;
}

.detail_description .desc_item .desc_item_head {
    position: relative;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.detail_description .desc_item .desc_item_head::after {
    content: "\e600";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "iconfont" !important;
    font-size: 16px;
    transition: all .3s;
}

.detail_description .desc_item .desc_item_panel {
    display: none;
    overflow: hidden;
    padding: 15px 0;
}

.detail_description .desc_item.current .desc_item_head::after {
    content: "\e628";
}

.pd_content {
    padding: 10px 0;
    overflow: hidden;
}

.pd_content p {
    margin: 5px 0;
}

.pd_content h1, .pd_content h2, .pd_content h3, .pd_content h4, .pd_content h5, .pd_content h6, .pd_content b, .pd_content strong {
    font-weight: bold;
}

.pd_content h4 {
    margin: 1.33em 0;
}

.pd_content i, .pd_content cite, .pd_content em {
    font-style: italic;
}

.pd_content td, .pd_content th {
    padding: 5px 10px;
}

.pd_content big, .pd_content small, .pd_content sub, .pd_content sup {
    color: inherit;
}

.item_specifics {
    padding: 10px;
    border-bottom-width: 1px;
    margin-bottom: 10px;
    overflow: hidden;
}

.item_specifics .title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.item_specifics span {
    float: left;
    width: 46%;
    line-height: 26px;
    display: block;
    padding: 0 2%;
}

.item_specifics strong {
    margin-right: 8px;
    font-weight: bold;
}

.export_pdf {
    visibility: hidden;
}

#may_like .b_title {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-indent: 6px;
}

#may_like .b_list .pro_item {
    border-bottom: 1px #ddd solid;
    padding: 10px;
}

#may_like .b_list .pro_item:hover {
    background: #f7f7f7;
}

#may_like .b_list dt {
    width: 94px;
    height: 94px;
    text-align: center;
    vertical-align: middle;
}

#may_like .b_list dt img {
    max-width: 100%;
    max-height: 100%;
}

#may_like .b_list .pro_info {
    width: 165px;
    margin-left: 10px;
    overflow: hidden;
}

#may_like .b_list .pro_name, #may_like .b_list .pro_price {
    padding-top: 6px;
}

#may_like .b_list .last {
    border-bottom: 0;
}

/**** è¿è´¹æŸ¥è¯¢ Start ****/
#shipping_cost_choose {
    position: fixed;
    opacity: 0.95;
    z-index: 100000;
    top: 20%;
}

#shipping_cost_choose .box_bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-shadow: 0px 0px 20px #000;
    -webkit-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#shipping_cost_choose #choose_close {
    top: 10px;
    right: -5px;
    width: 40px;
    height: 26px;
    font-size: 30px;
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-decoration: none;
    font-family: Helvetica;
    font-weight: bold;
    position: absolute;
    z-index: 100000;
}

#shipping_cost_choose #choose_close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#shipping_cost_choose #choose_content {
    width: 400px;
    padding: 20px;
    padding-bottom: 0px;
    position: relative;
    z-index: 10;
    zoom:1; background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

#shipping_cost_choose #choose_content label {
    font: 14px/100% Verdana, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 12px;
    color: #333;
    line-height: 18px;
}

#shipping_cost_choose #choose_content ul {
    margin-top: 16px;
}

#shipping_cost_choose #choose_content li {
    padding: 8px 0;
}

#shipping_cost_choose #choose_content li label {
    padding: 0;
    font: inherit;
}

#shipping_cost_choose #choose_content li strong {
    font: 14px/100% Verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding-right: 10px;
    color: #000;
}

#shipping_cost_choose #choose_content li span {
    display: inline-block;
    padding-right: 8px;
    color: #666;
}

#shipping_cost_choose #choose_content li span.price {
    color: #c70000;
    font-family: Verdana;
}

#shipping_cost_choose #choose_content .footRegion {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 14px 19px 15px;
    margin: 15px 0 0 -19px;
    background-color: whiteSmoke;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    width: 100%;
}

#shipping_cost_choose #choose_content .footRegion .btn {
    min-width: 70px;
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

#shipping_cost_choose #choose_content .footRegion .btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

#shipping_cost_choose #choose_content .footRegion .btn-success {
    background-color: #da4f49;
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    margin-right: 20px;
}

#shipping_cost_choose #choose_content .footRegion .btn-success:hover {
    background-color: #bd362f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

#shipping_cost_choose #choose_content .cart_view {
    padding: 15px 0 6px;
    font-size: 14px;
}

#shipping_cost_choose #choose_content .cart_view p {
    min-height: 37px;
    margin: 0 0 10px;
    padding-left: 45px;
    line-height: 34px;
    background: url(../images/global/normal.png) no-repeat -597px -145px;
}

#shipping_cost_choose #choose_content .cart_view .consumption {
    line-height: 20px;
    margin-top: 15px;
    padding: 5px 10px;
    background-color: #ffa;
    border: 1px #c00 dashed;
}

#shipping_cost_choose #choose_content .cart_view .consumption>span {
    font-size: 16px;
}

/**** è¿è´¹æŸ¥è¯¢ End ****/
/**** åŠ è´­æŒ‰é’®æ‚¬æµ® Start ****/
.global_none {
    display: none!important;
}

.shopping_add_to_cart {
    width: 100%;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 6px 10px 0 #eee;
    transition: all .8s;
    z-index: 1100;
}

.shopping_add_to_cart[data-position="down"] {
    box-shadow: 0 -6px 10px 0 #eee;
}

.shopping_addtocart_layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.shopping_addtocart_item {
    display: flex;
    flex: 1;
}

.shopping_addtocart_item .pc_block {
    width: 100%;
}

.shopping_addtocart_item:first-child {
    flex: 2;
    padding-right: 10px;
}

.shopping_addtocart_image {
    max-width: 70px;
    height: 70px;
    float: left;
}

.shopping_addtocart_info {
    width: calc(100% - 90px);
    height: 70px;
    overflow-y: auto;
    padding-left: 20px;
    float: left;
}

.shopping_addtocart_info::-webkit-scrollbar {
    width: 4px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
}

.shopping_addtocart_info::-webkit-scrollbar-thumb {
    background: rgba(193, 193, 193, .8);
    border-radius: 5px;
}

.shopping_addtocart_info::-webkit-scrollbar-thumb:hover {
    background: rgba(168, 168, 168, .8);
}

.shopping_addtocart_info_title {
    max-width: 465px;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 4px;
    padding-right: 10px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shopping_addtocart_info_price {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.shopping_addtocart_info_compare_at_price {
    line-height: 20px;
    padding-left: 8px;
    font-size: 12px;
    color: #999;
}

.shopping_addtocart_info_attr {
    line-height: 20px;
    margin-top: 3px;
    font-size: 12px;
    color: #666;
}

.shopping_addtocart_button {
    display: flex;
    align-items: center;
    height: 70px;
    margin-left: 30px;
    float: left;
}

.shopping_addtocart_button>button {
    width: 168px;
    height: 44px;
    line-height: 19px;
    overflow: hidden;
    background-color: #fff;
    border: 1px transparent solid;
    outline: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    padding: 0 5px;
}

.shopping_addtocart_button>button[disabled] {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #aaa;
    cursor: not-allowed;
}

.shopping_addtocart_button .shopping_addtocart_buy_btn {
    background-color: #000;
    color: #fff;
    margin-left: 10px;
}

.shopping_addtocart_mobile_button {
    height: 50px;
    margin: 0;
}

.shopping_addtocart_mobile_button>button {
    width: calc(50vw - 15px);
}

.shopping_addtocart_tips {
    display: none;
    align-items: center;
    height: 70px;
    color: #333;
    float: left;
}

.shopping_addtocart_tips>i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/products/icon_small_error_tips.png) no-repeat center;
}

.shopping_addtocart_tips>strong {
    margin-left: 8px;
}

.shopping_addtocart_tips .shopping_addtocart_back {
    margin-left: 5px;
    text-decoration: underline;
    color: #e53935;
}

.shopping_addtocart_tips.show {
    display: flex;
}

.shopping_addtocart_pro_info {
    display: flex;
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
    position: relative;
}

.shopping_addtocart_pro_info .shopping_addtocart_close {
    width: 18px;
    height: 18px;
    overflow: hidden;
    background: url(../images/mweb/icon_remove_black.png) no-repeat center/100%;
    position: absolute;
    top: 10px;
    right: 0;
    text-indent: 99px;
}

@media (min-width: 1200px) {
    .shopping_addtocart_layout {
        max-width:1200px;
    }
}

@media (min-width: 768px) {
    .pc_block {
        display:block!important;
    }

    .pc_none {
        display: none!important;
    }
}

@media (max-width: 768px) {
    .shopping_addtocart_layout {
        border-top:1px #dbdbdb solid;
    }

    .shopping_addtocart_mask {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .6;
        position: fixed;
        top: 0;
        left: 0;
    }

    .shopping_addtocart_button_part .shopping_addtocart_add_btn, .shopping_addtocart_button_part .shopping_addtocart_buy_btn, .shopping_addtocart_button>button[disabled] {
        width: calc(100vw - 20px);
        margin: 0;
    }

    .prod_info_form {
        bottom: -100%;
        transition: all .2s;
    }

    .prod_info_form_fixed {
        width: calc(100% - 20px);
        height: 60vh;
        overflow-y: auto;
        background-color: #fff;
        padding: 0 10px 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .prod_info_form_add_to_cart #addtocart_button {
        width: 100%;
    }

    .prod_info_form_add_to_cart #buynow_button {
        display: none!important;
    }

    .prod_info_form_buy_now #addtocart_button {
        display: none!important;
    }

    .prod_info_form_buy_now #buynow_button {
        width: 100%;
        margin: 0;
    }
}

/**** åŠ è´­æŒ‰é’®æ‚¬æµ® End ****/
/**** æ»¡å‡èµ ç¤¼ Stsrt ****/
.gifts_fixed_box_bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100001;
    justify-content: center;
    align-items: center;
}

.gifts_fixed_box {
    max-width: 90%;
    background-color: #fff;
    border-radius: 5px;
}

.gifts_fixed_box .gifts_title {
    line-height: 55px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    color: #333;
}

.gifts_fixed_box .gifts_close {
    width: 55px;
    height: 55px;
    float: right;
    font-size: 12px;
}

.gifts_fixed_box .gifts_msg {
    line-height: 30px;
    padding: 5px 40px;
    margin-top: 20px;
    font-size: 16px;
}

.gifts_fixed_box .gifts_products_box {
    display: flex;
    margin: 17px 25px;
    overflow-x: auto;
    padding-bottom: 27px;
}

.gifts_fixed_box .gifts_products_box .gift_item {
    width: 185px;
    margin: 0 13px;
    flex-shrink: 0;
}

.gifts_fixed_box .gifts_products_box .p_img {
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gifts_fixed_box .gifts_products_box .p_name {
    margin-top: 14px;
    font-size: 14px;
    color: #555;
}

.gifts_fixed_box .gifts_products_box .p_qty {
    line-height: 24px;
    font-size: 12px;
    color: #aaa;
}

.gifts_fixed_box .gifts_products_box .p_img img {
    max-height: 185px;
}

@media (min-width: 769px) {
    .gifts_fixed_box .gifts_products_box::-webkit-scrollbar {
        height: 10px;
        background: #fff;
        border-radius: 5px;
    }

    .gifts_fixed_box .gifts_products_box::-webkit-scrollbar-thumb {
        background: rgba(193, 193, 193, 0.8);
        border-radius: 5px;
    }

    .gifts_fixed_box .gifts_products_box::-webkit-scrollbar-thumb:hover {
        background: rgba(168, 168, 168, 0.8);
    }
}

/** ç§»åŠ¨ç«¯ **/
@media (max-width: 768px) {
    .gifts_fixed_box {
        width: 90%;
        max-height: 90%;
        padding: 13px 20px 20px;
        box-sizing: border-box;
    }

    .gifts_fixed_box .gifts_title {
        line-height: 30px;
        font-size: 16px;
        border: none;
        text-align: left;
    }

    .gifts_fixed_box .gifts_close {
        width: 30px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        margin-right: -7px;
    }

    .gifts_fixed_box .gifts_msg {
        line-height: 22px;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .gifts_fixed_box .gifts_products_box {
        max-height: 60vh;
        min-height: 120px;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        flex-wrap: wrap;
        align-items: center;
    }

    .gifts_fixed_box .gifts_products_box .gift_item {
        display: flex;
        width: 100%;
        margin: 15px 0 0 0;
        align-items: center;
    }

    .gifts_fixed_box .gifts_products_box .gift_item:first-child {
        margin-top: 0;
    }

    .gifts_fixed_box .gifts_products_box .p_img {
        width: 60px;
        height: 60px;
        margin-right: 12px;
        flex-shrink: 0;
    }

    .gifts_fixed_box .gifts_products_box .p_name {
        min-height: 60px;
        display: flex;
        align-items: center;
        line-height: 16px;
        font-size: 12px;
        margin-top: 0;
        flex: 1;
        margin-right: 7px;
    }

    .gifts_fixed_box .gifts_products_box .p_qty {
        padding-right: 10px;
    }

    .gifts_fixed_box .gifts_products_box .p_img img {
        max-height: 60px;
    }
}

/**** æ»¡å‡èµ ç¤¼ End ****/
/*************************** äº§å“è¯¦ç»†é¡µ end ***************************/
/*************************** äº§å“è¯„è®ºé¡µ start ***************************/
.review_left {
    width: 670px;
}

.review_right {
    width: 299px;
}

#review_box {
    margin-top: 30px;
}

.prod_write_review .review_title {
    height: 36px;
    border-bottom: 1px #ddd solid;
}

.prod_write_review .review_title span {
    height: 36px;
    line-height: 36px;
    border: 1px #ddd solid;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #fff;
    float: left;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    cursor: default;
}

.prod_write_review .review_main {
    padding: 40px 10px;
}

.prod_write_review .review_main_box {
    height: 123px;
    float: left;
}

.prod_write_review .review_histogram {
    padding-right: 3.75%;
    border-right: 1px #ddd solid;
}

.prod_write_review .review_histogram ul {
    display: inline-block;
    text-align: left;
}

.prod_write_review .average_rating {
    margin-left: 3.75%;
}

.prod_write_review .average_rating .top {
    line-height: 30px;
    margin-bottom: 10px;
}

.prod_write_review .average_rating .top>* {
    display: inline-block;
    vertical-align: top;
}

.prod_write_review .average_rating .tit {
    font-size: 16px;
    color: #222;
    margin-right: 10px;
    margin-right: 12px;
}

.prod_write_review .average_rating .review_star {
    margin: 6px 12px 0 0;
}

.prod_write_review .average_rating strong {
    font-size: 40px;
    color: #222;
    height: 30px;
    line-height: 30px;
}

.prod_write_review .average_rating .review_nums {
    color: #999;
    vertical-align: middle;
}

.prod_write_review .average_rating .sec_tit {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.prod_write_review .average_rating .write_review_btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 0 15px 0 40px;
    font-size: 14px;
    color: #fc8321;
    text-decoration: none;
    background: url(../images/products/icon_write_review.png) no-repeat 14px 8px;
    margin-top: 3px;
}

.prod_write_review .histogram_list>li {
    height: 15px;
    line-height: 15px;
    margin-bottom: 12px;
}

.prod_write_review .histogram_list>li>a:hover .name, .prod_write_review .histogram_list>li>a:hover .count {
    text-decoration: underline;
}

.prod_write_review .histogram_list>li span {
    display: inline-block;
    vertical-align: top;
}

.prod_write_review .histogram_list>li .name {
    padding-right: 8px;
}

.prod_write_review .histogram_list>li .size_base {
    width: 150px;
    height: 15px;
    background-color: #eee;
}

.prod_write_review .histogram_list>li .size_base .meter {
    width: 0;
    height: 15px;
    background-color: #ffc322;
    float: left;
}

.prod_write_review .histogram_list>li .count {
    padding-left: 8px;
}

.prod_review_filter .filtering>li {
    padding: 5px 10px;
    display: inline-block;
}

.prod_review_filter .filtering>li label {
    cursor: pointer;
}

.prod_review_filter .filtering>li input {
    cursor: pointer;
    vertical-align: middle;
}

.prod_review_filter .filtering>li span {
    margin-left: 6px;
    cursor: pointer;
}

.prod_write_review_side .histogram_list>li .size_base {
    width: 120px;
}

.prod_recent_review {
    min-height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
    border-top: 1px #ededed solid;
}

.content_blank {
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #929292;
}

.content_more {
    padding: 30px 0;
    text-align: center;
}

.new_review_list {
    padding: 35px 0 35px 180px;
    border-bottom: 1px dotted #adadad;
    font-size: 12px;
}

.new_review_list .retit {
    float: left;
    margin-left: -172px;
}

.new_review_list .retit .name {
    line-height: 19px;
    color: #222;
    margin-top: 9px;
}

.new_review_list .retit .time {
    line-height: 23px;
    color: #aaa;
}

.new_review_list .remsg .msg {
    line-height: 22px;
    color: #555;
    padding-bottom: 13px;
}

.new_review_list .remsg .pic_list {
    overflow: hidden;
}

.new_review_list .remsg .pic_list .pic_box {
    float: left;
    width: 58px;
    height: 58px;
    border: 1px solid #dddddd;
    margin-right: 7px;
    text-align: center;
}

.new_review_list .remsg .reply_box {
    padding-top: 10px;
}

.new_review_list .remsg .reply_box li {
    margin-top: 10px;
    list-style: none;
    line-height: 20px;
    color: #555;
    padding: 15px 20px;
    background: #f5f5f5;
}

.new_review_list .remsg .reply_box .content {
    margin: 7px 0;
}

.new_review_list .remsg .reply_box .time {
    color: #aaa;
}

.new_review_list .like {
    height: 22px;
    line-height: 22px;
    margin-top: 17px;
    color: #aaa;
}

.new_review_list .like>div {
    display: inline-block;
    margin-left: 20px;
}

.new_review_list .like .icon_agree {
    display: inline-block;
    height: 20px;
    padding-left: 26px;
    background: url(../images/products/icon_review_good.png) no-repeat left center;
}

.new_review_list .reply_btn {
    display: inline-block;
    margin: 5px 0;
    line-height: 26px;
    padding: 0 20px;
    background: #fd8222;
    border-radius: 3px;
    color: #fff;
}

.new_review_list .textarea_holder {
    border: 1px #ccc solid;
    padding: 3px;
    margin: 5px 0;
}

.new_review_list .textarea_holder textarea {
    width: 100%;
    border: 0;
    resize: vertical;
    background: none;
    outline: 0;
    color: #999;
    min-height: 70px;
}

.new_review_list .textarea_holder .error {
    margin: 5px 0;
}

.new_review_list .btn {
    width: 134px;
    height: 26px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #fd8222;
    border-radius: 3px;
}

.w_review_replys {
    padding-top: 10px;
    position: relative;
    margin-top: 10px;
}

.w_review_replys .arrow {
    position: absolute;
    width: 22px;
    height: 11px;
    top: 6px;
    left: 30px;
    z-index: 1;
    display: block;
    background: url(../images/global/sprite_arrow.png);
}

.w_review_replys .review_reply {
    border: 1px #ccc solid;
    background: #f7f7f7;
    padding: 8px;
    margin-top: 6px;
    position: relative;
}

.w_review_replys .review_reply p {
    margin: 0 5px;
}

.w_review_replys .review_reply p.writer {
    margin: 5px;
}

.w_review_replys .review_reply .light_gray {
    color: #999;
}

.w_review_replys .review_reply .replier {
    font-weight: bold;
}

.prod_review_more {
    padding: 20px;
}

.prod_review_more .customer_btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ededed;
    background-color: #f9f9f9;
    display: block;
}

.prod_review_more .customer_btn:hover {
    text-decoration: none;
    color: #f56908;
}

.prod_review_view .review_sign {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.prod_review_view .review_sign>a {
    color: #c00;
    outline: 0;
    font-weight: bold;
}

.icon_agree, .icon_oppose {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding-left: 18px;
}

.icon_agree {
    background: url(../images/global/normal.png) no-repeat -684px -21px;
}

.icon_oppose {
    background: url(../images/global/normal.png) no-repeat -519px -20px;
}

.icon_facebook_mini {
    width: 19px;
    height: 19px;
    background: url(../images/global/normal.png) no-repeat -481px -71px;
}

#pro_detail #may_like {
    margin: 0;
    padding: 0;
}

.goods_view {
    padding: 15px 15px 15px 160px;
}

.goods_view dt {
    width: 130px;
    height: 130px;
    margin-left: -145px;
    vertical-align: middle;
    text-align: center;
}

.goods_view dt img {
    max-width: 100%;
    max-height: 100%;
}

.goods_view p {
    margin: 0;
}

.goods_view .name {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 20px;
}

.goods_view .old_price {
    text-decoration: line-through;
    font-size: 13px;
    padding-bottom: 4px;
}

.goods_view .price {
    font-size: 14px;
    font-weight: bold;
}

.goods_view .rating {
    font-size: 14px;
    margin: 8px 0 6px;
}

.goods_view .rat_box * {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.goods_view .score {
    font-size: 16px;
    vertical-align: sub;
    margin: 0 5px;
}

.review_goods .goods_title {
    color: #f56908;
    font: 16px Georgia;
    border-bottom: 1px #ccc solid;
    padding: 10px 0 10px 10px;
}

/*************************** äº§å“è¯„è®ºé¡µ end ***************************/
/*404*/
body.error_page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#error_page {
    padding: 150px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#error_page .error_page_logo img {
    max-height: 130px;
}

#error_page .error_warning {
    display: inline-block;
    min-width: 0;
    margin: 30px;
    padding: 5px 10px;
    line-height: 30px;
    font-size: 20px;
}

#error_page .error_nav {
    margin-bottom: 80px;
    text-align: center;
}

#error_page .error_nav>a {
    display: inline-block;
    margin: 0 30px;
    padding: 0 50px;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #2c61dd;
    border-radius: 100px;
    cursor: pointer;
}

#error_page .error_nav>.error_nav_home {
    color: #fff;
    background-color: #2c61dd;
}

#error_page .error_logo {
    background: url(../images/global/error_logo.png) no-repeat center center;
    height: 385px;
    opacity: 0.1;
}

/*å±è”½*/
#shield_hd {
    padding: 60px 0 31px;
}

#shield_hd .shield_sorry {
    padding: 18px 0;
    font-size: 100px;
    color: #cdcdcd;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

#shield_hd>p {
    height: 33px;
    line-height: 33px;
    margin: 0;
    color: #494949;
    padding: 0 4px;
    font-weight: bold;
    font-size: 13px;
}

#shield_hd>p>a {
    color: #48a77a;
    text-decoration: underline;
}

#shield_bd {
    width: 100%;
    background: url(../images/global/shield_bg.jpg) repeat;
}

#shield_bd .shield_error {
    background: url(../images/global/shield_error.png) no-repeat center top;
}

#shield_bd .wide {
    height: 401px;
}

#shield_bd .wide>dl {
    width: 309px;
    margin-left: 22px;
}

#shield_bd .wide>dl>dt {
    width: 118px;
    height: 118px;
    overflow: hidden;
    margin: 25px auto 12px;
    background-image: url(../images/global/shield_ico.png);
    background-repeat: no-repeat;
}

#shield_bd .wide>dl>dd {
    color: #fff;
    line-height: 180%;
    font-size: 14px;
}

#shield_bd .wide>dl>dd>h3 {
    font-weight: bold;
    display: block;
    color: #fff;
    font-size: 13px;
}

#shield_bd .wide>dl.item_0>dt {
    background-position: 0 0;
}

#shield_bd .wide>dl.item_1>dt {
    background-position: 0 -118px;
}

#shield_bd .wide>dl.item_2>dt {
    background-position: 0 -236px;
}

#shield_bd .wide>dl:first-child {
    margin-left: 4px;
}

/*å±è”½ä¸´æ—¶åŸŸå*/
.blank_temp_hostname .inner {
    width: 100vw;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
}

.blank_temp_hostname .icon {
    display: block;
    min-width: 300px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background: rgba(0,0,0,0) url(../images/global/icon_hostname.png) no-repeat center
}

.blank_temp_hostname .msg {
    margin: 30px auto;
    font-size: 24px;
    line-height: 1.7;
}

.blank_temp_hostname a {
    color: #0bba91;
    position: relative;
    display: inline-block;
    margin: 0 2px;
}

.blank_temp_hostname a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0bba91;
}

.blank_temp_hostname a:hover {
    text-decoration: none;
}

@media (max-width: 999px) {
    #error_page {
        width: 100%;
        padding: 0px;
    }

    #error_page .error_logo {
        height: 160px;
        background-size: contain;
    }

    #error_page .error_warning {
        margin: 33px 0px 18px;
        padding: 5px 10px;
        line-height: 30px;
        font-size: 16px;
    }

    #error_page .error_nav {
        margin-bottom: 50px;
    }

    #error_page .error_nav>a {
        height: 30px;
        line-height: 30px;
        margin: 0 15px;
        padding: 0 30px;
        font-size: 12px;
    }

    #shield_hd {
        padding: 30px 15px 15px;
        box-sizing: border-box;
    }

    #shield_hd .shield_sorry {
        font-size: 40px;
        line-height: 50px;
        padding: 0;
    }

    #shield_hd>p {
        line-height: 24px;
        height: auto;
        font-size: 14px;
    }

    #shield_hd>p>a {
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #shield_bd {
        min-height: calc(100vh - 221px);
    }

    #shield_bd .wide {
        height: auto;
    }

    #shield_bd .wide>dl>dt {
        width: 70px;
        height: 70px;
        background-size: 100%;
        margin: 0 15px 0 0;
    }

    #shield_bd .wide>dl:first-child {
        margin-left: 0;
    }

    #shield_bd .shield_error {
        padding: 30px 15px;
        display: flex;
    }

    #shield_bd .shield_error dl {
        width: 100%;
        display: flex;
        margin-bottom: 25px;
        margin-left: 0;
    }

    #shield_bd .shield_error dl>dd {
        flex: 1;
        line-height: 20px;
        font-size: 12px;
    }

    #shield_bd .shield_error>dl>dd>h3 {
        line-height: 26px;
        padding: 3px 0;
        font-size: 16px;
    }

    #shield_bd .wide>dl.item_1>dt {
        background-position: 0 -70px;
    }

    #shield_bd .wide>dl.item_2>dt {
        background-position: 0 -140px;
    }

    .blank_temp_hostname .inner {
        padding: 0 20px;
    }

    .blank_temp_hostname .icon {
        background-size: 65%;
    }

    .blank_temp_hostname .msg {
        margin: 20px auto;
        font-size: 20px;
        line-height: 1.4;
    }
}

/*å–æ¶ˆè®¢é˜…*/
#unsubscribed {
    padding: 150px 0;
}

#unsubscribed .unsubscribed_body {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

#unsubscribed .unsubscribed_title {
    line-height: 45px;
    font-family: "OpenSans-Bold";
    font-size: 40px;
    color: #333;
}

#unsubscribed .unsubscribed_content {
    line-height: 30px;
    margin-top: 21px;
    font-family: "OpenSans-Regular";
    font-size: 20px;
    color: #333;
}

/*Sitemap*/
.sitemap_box {
    padding: 20px;
}

.sitemap_box .sitemap_body {
    margin-bottom: 60px;
}

.sitemap_box dl {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 168px;
    overflow: hidden;
}

.sitemap_box dl>dt {
    margin-bottom: 6px;
    font-weight: bold;
}

.sitemap_box dl>dd>a {
    display: block;
    line-height: 160%;
    padding: 3px 0;
}

/*æ–°ç‰ˆè¯„è®º*/
#write_review {
    background-color: #f5f5f5;
}

#pro_review {
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
}

#pro_review .title {
    line-height: 18px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}

#pro_review .pro_msg {
    width: 294px;
    order: 1;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
}

#pro_review .pro_msg .photo {
    width: 90px;
    height: 90px;
    overflow: hidden;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pro_review .pro_msg .name {
    line-height: 28px;
    text-decoration: underline;
    margin-top: 10px;
}

#pro_review .pro_msg .pro_star {
    line-height: 28px;
}

#pro_review .review_content_box {
    flex: 1;
    padding: 30px;
    background-color: #fff;
    margin-right: 20px;
    border-radius: 5px;
}

#review_form label {
    display: block;
    line-height: 30px;
    padding-top: 29px;
    font-size: 16px;
}

#review_form label:first-child {
    padding-top: 0;
}

#review_form .rows {
    display: flex;
    flex-wrap: wrap;
}

#review_form .error_info {
    width: 100%;
    line-height: 26px;
}

#review_form input[name="Name"] {
    flex: 1;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    border-radius: 5px;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
}

#review_form .ranting_chose {
    margin-top: 5px;
    line-height: 34px;
}

#review_form .ranting_chose .review_star {
    vertical-align: middle;
    cursor: pointer;
}

#review_form .ranting_chose .review_star .icon-star1 {
    margin-right: 0;
    padding-right: 5px;
}

#review_form .ranting_chose .error_info {
    font-weight: normal;
}

#review_form .ranting_chose .star_0 {
    display: inline-block;
    color: #ddd;
}

#review_form .review_content {
    flex: 1;
    height: 129px;
    padding: 10px;
    border-radius: 5px;
    border-color: #d9d9d9;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
}

#review_form .upfile_condition {
    margin: 0 0 10px 0;
}

#review_form .button {
    height: 46px;
    line-height: 46px;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f16056;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
    padding: 0 40px;
}

#review_form .upload_box {
    display: none;
    float: left;
    width: 86px;
    height: 86px;
    position: relative;
    box-sizing: border-box;
    border: 2px dashed #d9d9d9;
    border-radius: 5px;
    margin: 18px 20px 0 0;
    border: solid 1px #f2f2f2;
    background: #fafafa;
}

#review_form .upload_box .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #757575;
    font-size: 30px;
}

#review_form .upload_box label {
    margin: 0;
    padding-top: 0;
}

#review_form .upload_box:first-child {
    display: block;
}

#review_form .upload_box.on:after,#review_form .upload_box.on:before {
    background: none;
}

#review_form .upload_box.on .num_tips {
    font-size: 0;
}

#review_form .upload_box .num_tips {
    position: absolute;
    left: 0;
    top: 65%;
    width: 100%;
    text-align: center;
    color: #dddddd;
    display: none;
}

#review_form .upload_box {
    width: 120px;
    height: 120px;
}

#review_form .upload_box .pic_box {
    position: relative;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
}

#review_form .upload_box .pic_box img {
    opacity: 1;
}

#review_form .upload_box .close {
    position: absolute;
    top: -7px;
    right: -7px;
    display: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: white;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

#review_form .upload_file {
    width: 82px;
    height: 82px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    padding: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 70px;
    z-index: 1;
}

#review_form .upload_file {
    width: 120px;
    height: 120px;
}

#review_form .upload_tips {
    color: #999;
    font-size: 14px;
}

#review_form ::-webkit-input-placeholder {
    color: #999999;
}

#review_form ::-moz-placeholder {
    color: #999999;
}

#review_form :-ms-input-placeholder {
    color: #999999;
}

#review_form .textarea {
    position: relative;
}

#review_form .textarea_box {
    position: relative;
    width: 100%;
}

#review_form .textarea .font_tips {
    position: absolute;
    right: 0.4375rem;
    bottom: 0.4375rem;
    color: #999999;
}

#review_form .textarea .font_tips_text {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    position: relative;
}

#review_form .textarea .font_tips_text .iconfont {
    position: absolute;
    left: 2px ;
    top: 2px ;
    color: #f3971b;
}

#review_form .ver_code {
    border-color: #d9d9d9;
    border-radius: 5px;
}

@media screen and (max-width: 999px) {
    #write_review #location {
        display: none;
    }

    #pro_review {
        flex-wrap: wrap;
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 10px ;
    }

    #pro_review .pro_msg {
        display: flex ;
        flex-wrap: wrap ;
        order: 0;
        width: 100%;
        margin-top: 10px;
        padding: 25px 15px ;
    }

    #pro_review .review_content_box {
        order: 1;
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
        padding: 25px 10px;
    }

    #pro_review .title {
        font-size: 16px;
        line-height: 1;
        padding-bottom: 20px;
        width: 100%;
        margin-bottom: 26px ;
    }

    #pro_review .pro_msg .photo {
        width: 70px;
        height: 70px;
        margin-left: 4px;
        margin-right: 4px;
    }

    #pro_review .pro_msg .detail {
        flex: 1;
    }

    #pro_review .pro_msg .name {
        font-size: 14px;
        line-height: 1;
    }

    #pro_review .pro_msg .pro_star {
        line-height: 20px;
        margin: 4px 0;
    }

    #pro_review .review_content_box .title {
        margin-bottom: 22px;
    }

    #review_form label {
        font-size: 14px;
        line-height: 18px;
        padding-top: 22px;
        width: 100%;
        height: 100%;
    }

    #review_form input[name="Name"] {
        height: 44px;
        line-height: 44px;
        margin-top: 6px;
    }

    #review_form .upload_file {
        width: 100px;
        height: 100px;
    }

    #review_form .textarea {
        margin-top: 6px;
    }

    #review_form .textarea .font_tips_text {
        font-size: 12px;
        line-height: 19px ;
        margin-top: 10px ;
    }

    #review_form .upload_box {
        width: 100px;
        height: 100px;
        margin-right: 17px;
    }

    #review_form .upload_box:last-child {
        margin-right: 0;
    }

    #review_form .upload_box .pic_box {
        width: 100px ;
        height: 100px;
    }

    #review_form .ver_code {
        margin-top: 6px;
    }

    #review_form .button {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 25px;
    }
}

/**************************************************** å…¬å…±æ’ä»¶æ ·å¼å¼€å§‹ ****************************************************/
/*ä¸€çº§å¯¼èˆªå…¬å…±æ ·å¼*/
.default_nav_style li {
    float: left;
}

.default_nav_style li>a {
    display: block;
    padding: 0 20px;
}

/*äºŒçº§å¯¼èˆªå…¬å…±æ ·å¼*/
.default_nav .nav_sec {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    padding-top: 1px;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 460px;
    margin-top: 30px;
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.12);
    background: #fff;
}

.default_nav .small_nav_sec {
    border-bottom: none;
    width: 260px;
    padding-top: 1px;
    max-height: none;
    overflow: visible;
}

.default_nav .nav_sec .top {
    height: 0;
}

.default_nav .nav_sec .nav_list {
    position: relative;
    float: left;
}

.default_nav .small_nav_sec .nav_list {
    float: none;
}

.default_nav .nav_sec .nav_list:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.default_nav .nav_sec .nav_sec_box {
    min-height: 200px;
    padding: 7px 20px 12px;
    background: #fff;
}

.default_nav .small_nav_sec .nav_sec_box {
    background: #fff;
    min-height: 0px;
    padding: 13px 0 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.12);
}

.default_nav .nav_sec .nav_sec_item {
    float: left;
    margin: 5px 10px 20px;
    width: 160px;
    position: relative;
}

.default_nav .nav_sec .nav_sec_item dt a {
    color: #000;
    font-size: 14px;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 7px 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding: 0;
}

.default_nav .small_nav_sec .nav_sec_item {
    margin: 0;
    width: 100%;
    position: relative;
}

.default_nav .nav_sec .nav_thd_list {
    padding: 4px 0;
}

.default_nav .nav_sec .nav_thd_item>a {
    display: block;
    height: 18px;
    line-height: 18px;
    color: #666;
    font-size: 12px;
    text-align: left;
    padding: 3px 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.default_nav .small_nav_sec .nav_sec_item a,.default_nav .small_nav_sec .nav_sec_item dt a {
    position: relative;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 5px 20px;
    color: #000;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.default_nav .small_nav_sec .nav_third_item.has_four a.nav_third_a em {
    position: absolute;
    width: 7px;
    height: 11px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background: url(../images/global/icon_down_has.png) no-repeat center top;
    display: none;
}

.header .default_nav .small_nav_sec .nav_sec_item .nav_icon {
    margin-right: 10px;
    display: none;
    vertical-align: middle;
    max-width: 26px;
    height: 100%;
}

.header .default_nav .small_nav_sec .nav_sec_item .nav_icon img {
    vertical-align: middle;
}

.header .default_nav .small_nav_sec .nav_sec_item .nav_icon span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.default_nav .nav_icon {
    display: none;
}

.default_nav .small_nav_sec .nav_sec_item.has_third a em {
    position: absolute;
    width: 7px;
    height: 11px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background: url(../images/global/icon_down_has.png) no-repeat center top;
}

.default_nav .full_nav_style .small_nav_sec .nav_sec_item.has_third a em {
    display: none;
}

.default_nav .small_nav_sec .nav_sec_item a:hover {
    color: #000;
}

.default_nav .small_nav_sec .nav_sec_item a:hover em {
    background-position: center bottom;
}

.default_nav .small_nav_sec .nav_thd_list {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 260px;
    padding: 13px 0 17px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,0.12);
    background: #fff;
}

.default_nav .small_nav_sec .nav_thd_item {
    position: relative;
}

.default_nav .small_nav_sec .nav_sec_item.has_third:hover .nav_thd_list {
    display: block;
}

.default_nav .nav_sec .nav_four_item {
    display: none;
}

.default_nav .small_nav_sec .nav_four_item {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 260px;
    background: #fff;
    text-align: left;
}

.default_nav .small_nav_sec .nav_thd_item:hover .nav_four_item {
    display: block;
}

.default_nav .nav_sec .more_box {
    display: inline-block;
    position: relative;
}

.default_nav .nav_sec .more_box .nav_four_item {
    position: absolute;
    bottom: -15px;
    left: 100%;
    margin: auto;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.12)
}

.default_nav .nav_sec .more_box .nav_four_item a {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 3px 0;
    font-size: 12px;
    color: #888;
    white-space: nowrap;
}

.default_nav .nav_sec .more_box:hover .nav_four_item {
    display: block;
}

.default_nav .nav_sec .more {
    color: #999;
    font-size: 12px;
    line-height: 30px;
}

.default_nav .nav_sec .nav_img {
    font-size: 0;
    text-align: left;
    white-space: normal;
}

.default_nav .nav_sec .nav_img .imgl {
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
    max-height: 150px;
    margin: 10px 10px 0 0px;
    text-align: center;
}

.default_nav .nav_sec .nav_img .imgl img {
    max-width: 100%;
    max-height: 100%;
}

/* ä¸‰çº§å¯¼èˆªå…¬å…±æ ·å¼ */
.default_nav .nav_sec_item .nav_third_box {
    display: none;
    position: absolute;
    width: 260px;
    top: 0;
    left: 100%;
    background-color: #fff;
}

/* ã€newã€‘å¯¼èˆªä¸‹æ‹‰æ–°æ ·å¼ */
.default_nav .full_nav_style .nav_sec {
    top: auto;
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2;
    max-height: 630px;
    overflow-y: auto;
}

.default_nav .full_nav_style .nav_sec::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

.default_nav .full_nav_style .nav_sec::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.default_nav .full_nav_style .nav_sec::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

.default_nav .full_nav_style .small_nav_sec .nav_sec_box {
    box-shadow: none;
}

.default_nav .full_nav_style .small_nav_sec .nav_sec_item {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: calc( 100% / 6 );
    margin-top: 15px;
    margin-bottom: 10px;
}

.default_nav .full_nav_style .small_nav_sec .small .nav_sec_item {
    width: 200px;
}

.default_nav .full_nav_style .small_nav_sec .nav_sec_item a, .default_nav .full_nav_style .small_nav_sec .nav_sec_item dt a {
    color: #222
}

.default_nav .full_nav_style .small_nav_sec .nav_sec_item .nav_third_item .nav_third_a {
    font-size: 12px;
    color: #555;
}

.default_nav .full_nav_style .nav_sec_item .nav_third_box {
    position: static;
    display: block;
    width: inherit;
}

.default_nav .full_nav_style .nav_sec .nav_list {
    float: none;
}

.default_nav .full_nav_style .nav_sec .nav_img {
    display: inline-block;
    vertical-align: top;
    width: 285px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.default_nav .full_nav_style .nav_sec .nav_img .imgl {
    vertical-align: middle;
    overflow: hidden;
    width: 130px;
    max-width: 200px;
    max-height: 240px;
    margin: 0 25px 25px 0;
}

.default_nav .full_nav_style .nav_sec .nav_img .imgl a {
    display: block;
    max-width: 150px;
    height: inherit;
    padding: 0;
}

.default_nav .full_nav_style .nav_sec .nav_img .imgl:nth-child(2n) {
    margin-right: 0;
}

.default_nav .full_nav_style .nav_sec .small .nav_list {
    display: inline-block;
    vertical-align: top;
    max-width: calc(90% - 288px);
    text-align: left;
}

.default_nav .full_nav_style .nav_type_3 .nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.default_nav .full_nav_style .nav_type_3 .nav_sec_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px;
    margin-right: 25px;
}

.default_nav .full_nav_style .nav_type_3 .nav_sec_item a, .default_nav .full_nav_style .nav_type_3 .nav_sec_item dt a {
    padding-right: 0;
    padding-left: 0;
}

.default_nav .full_nav_style .nav_type_3 .nav_img {
    width: inherit;
    max-width: inherit;
    margin: 0;
    margin-top: 12px;
    text-align: center;
}

.default_nav .full_nav_style .nav_type_3 .nav_img .imgl {
    width: inherit;
}

.default_nav .full_nav_style .nav_type_3 .nav_img .imgl a {
    max-width: inherit;
    padding: 0;
}

.default_nav .full_nav_style .nav_type_2 .nav_sec_box, .default_nav .full_nav_style .nav_type_3 .nav_sec_box {
    text-align: center;
}

/*å…¬å…±è´§å¸åˆ‡æ¢*/
.default_currency_style {
    line-height: 30px;
}

.default_currency_style>strong {
    float: left;
}

.default_currency_style dl {
    float: left;
    position: relative;
}

.default_currency_style dl dt {
    padding: 0 26px 0 10px;
    position: relative;
    cursor: pointer;
}

.default_currency_style dl dt strong {
    vertical-align: middle;
}

.default_currency_style dl dt strong:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.default_currency_style dl dt strong img {
    vertical-align: middle;
    width: 16px;
    max-height: 12px;
    overflow: hidden;
    margin-right: 5px;
}

.default_currency_style dl dt i {
    position: absolute;
    top: 2px;
    right: 5px;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    transform: scale(0.73);
}

.default_currency dl dd {
    display: none;
    width: max-content;
    -webkit-width: max-content;
    min-width: 100%;
    padding: 15px;
    border-top: none;
    background: #fff;
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.default_currency:hover dl dd {
    display: block;
}

.default_currency dl dd a {
    display: block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.default_currency dl dd a:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.default_currency dl dd img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    max-height: 12px;
    overflow: hidden;
    margin-right: 5px;
}

.default_currency dl.currency_none dt {
    padding: 0 10px;
}

.default_currency dl.currency_none dt:after {
    display: none;
}

.default_currency dl.currency_none dt i {
    display: none;
}

.default_currency:hover dl.currency_none dd {
    display: none;
}

/*å…¬å…±è¯­è¨€åˆ‡æ¢*/
.default_language_style {
    line-height: 30px;
    float: left;
    position: relative;
}

.default_language_style dt {
    padding: 0 26px 0 10px;
    position: relative;
    cursor: pointer;
}

.default_language_style dt i {
    position: absolute;
    top: 2px;
    right: 5px;
    margin: auto;
    font-size: 12px;
    transform: scale(0.73);
}

.default_language dd {
    display: none;
    width: max-content;
    -webkit-width: max-content;
    min-width: 100%;
    padding: 15px;
    border-top: none;
    background: #fff;
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.default_language:hover dd {
    display: block;
}

.default_language dd a {
    display: block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.default_language dd a:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.default_language dd img {
    vertical-align: middle;
    width: 16px;
    max-height: 12px;
    overflow: hidden;
    margin-right: 5px;
}

.default_language.language_none dt {
    padding: 0 10px;
    cursor: pointer;
}

.default_language.language_none dt:after {
    display: none;
}

.default_language.language_none dt i {
    display: none;
}

.default_language.language_none:hover dd {
    display: none;
}

.default_currency_style dl dt i ,.default_language_style dt i, .default_account_style dl dt i {
    transition: all 0.3s ease-out;
}

.default_currency_style dl:hover dt i ,.default_language_style:hover dt i, .default_account_style dl:hover dt i {
    transform: rotate(180deg) scale(0.73);
}

#default_language_box {
    width: 50%;
    min-width: 320px;
    background: #fff;
    border-radius: 6px;
    padding: 10px 25px 25px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99999;
    box-sizing: border-box;
}

#default_language_box h4 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 10px;
    font-size: 16px;
}

#default_language_box .language_box_close {
    width: 26px;
    height: 26px;
    float: right;
    line-height: 26px;
    overflow: hidden;
    background: url(../../default/images/global/icon_close.png) no-repeat center #fff;
    border: 0;
    border-top-right-radius: 5px;
}

#default_language_box .default_language_list a {
    float: left;
    width: 30%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5%;
    font-size: 12px;
}

#default_language_box .default_language_list a:nth-child(3n) {
    margin-right: 0;
}

/* å…¬å…±è¯­è¨€è´§å¸åˆ‡æ¢(ç»„åˆæŒ‰é’®) */
.default_language_currency_style {
    line-height: 30px;
    float: left;
    position: relative;
    cursor: pointer;
}

.default_language_currency_style dt {
    padding: 0 26px 0 10px;
}

.default_language_currency_style dt i {
    width: 11px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
}

.default_language_currency_style i:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 5.5px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #646464;
    position: absolute;
}

#default_language_currency_box {
    width: 960px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999999;
    /*border-radius:5px;*/
}

#default_language_currency_box h4 {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

#default_language_currency_box h4 i {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../default/images/global/icon_close1.jpg) center no-repeat;
    cursor: pointer;
}

#default_language_currency_box .default_language_currency_container {
    height: 100%;
    height: calc(100% - 56px);
    padding: 30px 0 90px 30px;
    box-sizing: border-box;
}

#default_language_currency_box .default_language_currency_container .default_language_currency_scroll {
    height: 100%;
    overflow: auto;
}

#default_language_currency_box .default_language_currency_container h5 {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #555;
    text-align: left;
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list a {
    display: block;
    width: 213px;
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
    background: #f5f5f5;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 3px;
    float: left;
    overflow: hidden;
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list a:hover {
    text-decoration: none;
    background: #dedede;
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list.default_currency_item a {
    font-size: 16px;
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list a:nth-child(4n+1) {
    margin-left: 0;
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list a.current {
    background: #dedede;
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list img {
    vertical-align: middle;
    margin-right: 7px;
}

#default_language_currency_box .default_language_currency_submit {
    position: absolute;
    bottom: 0;
    left: calc((100% - 290px) / 2);
    width: 290px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

/*å…¬å…±æœç´¢åŠŸèƒ½*/
#default_search_box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 9999;
}

#default_search_box .form {
    width: 50%;
    max-width: 500px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#default_search_box .form>i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -60px;
    top: -60px;
    background: url(../images/search_close.png) center no-repeat;
    cursor: pointer;
}

#default_search_box .text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-right: 35px;
    color: #fff;
    background: none;
    outline: none;
    text-indent: 10px;
    box-sizing: border-box;
}

#default_search_box .button {
    width: 35px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/search_btn.svg) center no-repeat;
    background-size: 25px ;
    cursor: pointer;
    border: 0;
    outline: none;
}

/*å…¬å…±è´­ç‰©è½¦ä¸‹æ‹‰*/
.default_shopping_cart {
    position: relative;
}

.default_shopping_cart_down .cart_note {
    position: absolute;
    left: -1px;
    top: 100%;
    width: 368px;
    background: #fff;
    display: none;
    z-index: 1001;
    cursor: default;
}

.default_shopping_cart_down .cart_empty {
    padding: 35px 0;
    text-align: center;
    line-height: 24px;
}

.default_shopping_cart_down .cart_list .more_pro {
    height: 363px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.default_shopping_cart_down .cart_list .sales_title {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding: 6px 20px 0;
    font-size: 14px;
    text-align: left;
}

.default_shopping_cart_down .cart_list .sales_price {
    font-weight: bold;
}

.default_shopping_cart_down .cart_list li {
    position: relative;
    padding: 10px 0;
    height: 60px;
    margin: 0 10px;
    border: none;
    border-bottom: 1px #e5e5e5 solid;
    text-align: left;
}

.default_shopping_cart_down .cart_list li:hover {
    background: #f7f7f7;
}

.default_shopping_cart_down .cart_list li.sales_box {
    border-color: #eee;
}

.default_shopping_cart_down .cart_list li.sales_last {
    border-color: #ccc;
}

.default_shopping_cart_down .cart_list .cart_pro_img {
    position: absolute;
    left: 0;
    top: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: normal;
}

.default_shopping_cart_down .cart_list .cart_pro_img img {
    max-width: 100%;
    max-height: 100%;
}

.default_shopping_cart_down .cart_list .cart_pro_img>span {
    position: absolute;
    right: -8px;
    top: -8px;
    min-width: 10px;
    width: auto;
    height: 16px;
    line-height: 16px;
    text-align: center;
    padding: 0 3px;
    border-radius: 8px;
    background: #fb4729;
    color: #fff;
    font-size: 12px;
}

.default_shopping_cart_down .cart_list .cart_pro_name, .default_shopping_cart_down .cart_list .cart_pro_property {
    margin-left: 73px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    color: #999;
    display: block;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.default_shopping_cart_down .cart_list .cart_pro_property {
    position: relative;
    height: 28px;
    margin-top: 5px;
    padding-right: 100px;
}

.default_shopping_cart_down .cart_list .cart_pro_property span {
    margin-right: 5px;
}

.default_shopping_cart_down .cart_list .cart_pro_qty {
    float: left;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin-left: 73px;
    margin-top: 3px;
    color: #333333;
}

.default_shopping_cart_down .cart_list .cart_pro_price {
    position: absolute;
    right: 10px;
    top: 24px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
}

.default_shopping_cart_down .cart_pro_view {
    padding: 15px 10px 10px;
    text-align: center;
    line-height: 18px;
}

.default_shopping_cart_down .cart_pro_view .cart_num {
    font-size: 14px;
    font-weight: bold;
}

.default_shopping_cart_down .cart_pro_view .cart_total {
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.default_shopping_cart_down .cart_pro_btn {
    padding: 5px 10px 10px;
}

.default_shopping_cart_down .cart_pro_btn a {
    color: #333;
    text-decoration: none;
}

.default_shopping_cart_down .cart_pro_btn .cart_view {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #e62e04;
}

.global_gifts_tips {
    line-height: 22px;
    margin-top: 5px;
    font-size: 12px;
    color: #eb3e3e;
}

.global_gifts_tips i {
    margin-right: 6px;
    font-size: 18px;
}

/*å…¬å…±ä¼šå‘˜ç™»å½•*/
.default_account_style {
    line-height: 30px;
    position: relative;
    display: inline-block;
}

.default_account_style dl {
    float: left;
}

.default_account_style dl dt {
    line-height: 30px;
    padding: 0 26px 0 10px;
    position: relative;
}

.default_account_style dl dt i {
    width: 11px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
}

.default_account_style dl dt i:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 5.5px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #646464;
    position: absolute;
}

.default_account dl dd {
    display: none;
    width: max-content;
    -webkit-width: max-content;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 100%;
    right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 200px;
}

.default_account:hover dl dd {
    min-width: 200px;
}

.default_account dl dd.user a {
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.default_account dl dd.user .sign_out {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 20px;
    text-decoration: none;
}

.default_account dl dd.user a b {
    min-width: 14px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 3px;
    text-align: center;
    font-size: 12px;
}

/* å…¬å…±åº•éƒ¨å¯¼èˆª */
.default_foot_menu_style .menu_list dl dt>i {
    display: none;
}

.default_foot_menu_style .menu_list.menu_list_contact dl dd a {
    cursor: default;
}

@media screen and (max-width: 1000px) {
    .default_foot_menu_style .menu_list dl dt>i {
        display: block;
    }
}

/**************************************************** å…¬å…±æ’ä»¶æ ·å¼ç»“æŸ ****************************************************/
/**************************************************** æ¨¡æ¿çš®è‚¤æ ·å¼å¼€å§‹ ****************************************************/
.themes_bor {
    border-color: #e7e7e7;
    border-style: solid
}

/* ä¸‹æ‹‰æ¡† */
.themes_dropdown {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    border: 1px solid #dddddd;
    border-radius: 6px;
}

/* å¼¹çª— */
.themes_popups {
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

/* æ¨¡å— */
.themes_box_title {
    color: #333;
}

.themes_box_subtitle {
    color: #333;
}

/* äº§å“ä»·æ ¼ */
.themes_products_title {
    color: #333;
}

.themes_products_subtitle {
    color: #666;
}

.themes_products_price {
    color: #c00;
}

.themes_products_origin_price {
    color: #999;
}

/* æ–‡ç«  */
/**************************************************** æ¨¡æ¿çš®è‚¤æ ·å¼ç»“æŸ ****************************************************/
/**************************************************** å•é¡µæ ·å¼å¼€å§‹ ****************************************************/
.article_content_box {
    padding-top: 30px;
    padding-bottom: 50px;
}

.article_content_box .main_title {
    height: auto;
    line-height: 46px;
    background: none;
    border: none;
    padding: 0 2% 35px;
    font-size: 30px;
    text-align: center;
}

.article_content_box .main_content {
    min-height: 0;
}

@media screen and (max-width: 999px) {
    .article_location {
        display: none;
    }

    .article_content_box {
        padding: 18px 0;
    }

    .article_content_box .main_title {
        line-height: 34px;
        padding: 2% 0;
        font-size: 22px;
    }

    .article_content_box .editor_txt {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/**************************************************** å•é¡µæ ·å¼ç»“æŸ ****************************************************/
/**************************************************** å“åº”å¼ç§»åŠ¨ç«¯å¤´éƒ¨å¯¼èˆªå¼¹çª—å¼€å§‹ ****************************************************/
/*å¼¹å‡ºçª—å£ åŒ…æ‹¬å¤´éƒ¨å¯¼èˆªã€åº•éƒ¨è¯­è¨€ã€åº•éƒ¨è´§å¸*/
.pop_up {
    width: 80%;
    max-width: 400px;
    background-color: #fff;
    /* position:fixed;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10020;
    -webkit-transform: -webkit-translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .4s;
    transition: all .4s;
    visibility: hidden;
}

.pop_up .close {
    width: 10vw;
    height: 10vw;
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    left: 86vw;
    top: 4vh;
}

.pop_up .close>em {
    width: 10vw;
    height: 10vw;
    max-width: 50px;
    max-height: 50px;
    background: url(../images/mweb/nav_close.png) no-repeat center/100%;
    display: block;
    cursor: pointer;
}

.pop_up.show {
    -webkit-transform: -webkit-translateX(0);
    transform: translateX(0);
}

.pop_up_right {
    left: auto;
    right: 0;
    -webkit-transform: -webkit-translateX(100%);
    transform: translateX(100%);
    position: fixed;
}

.pop_up_container {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.pop_up_container .category_close {
    width: 100%;
    height: 3.4375rem;
    line-height: 3.4375rem;
    padding: 0;
    margin: 0 !important;
    position: absolute;
    right: auto;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
}

.pop_up_container .category_close>em {
    width: 0;
    height: auto;
    margin: 1.2rem auto 0 1.2rem;
    background: none;
    border-width: .5rem .5rem .5rem 0;
    border-color: transparent #999 transparent transparent;
    border-style: solid;
    display: block;
    position: relative;
    z-index: 10;
}

.pop_up_container .category_close>em>i {
    border-width: .5rem .5rem .5rem 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    display: block;
    position: absolute;
    top: -.5rem;
    left: .1rem;
    z-index: 11;
}

.pop_up_container .category_title {
    width: 84%;
    height: 3.4375rem;
    float: right;
    line-height: 3.4375rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop_up_container .side_head {
    height: 3.4375rem;
    line-height: 3.4375rem;
    text-align: center;
}

.pop_up_container .side_head .side_close {
    width: 1rem;
    height: 3.3rem;
    line-height: 3.3rem;
    padding-left: .625rem;
    padding-right: 1rem;
    background-color: #fff;
    position: absolute;
    right: auto;
    top: auto;
    left: 0;
    display: inline-block;
}

.pop_up_container .side_head .side_close>em {
    width: auto;
    height: auto;
    margin: 1.3rem .2rem 0 0;
    background: none;
    border-width: .5rem .5rem .5rem 0;
    border-color: transparent #848484 transparent transparent;
    border-style: solid;
    float: right;
    display: block;
    position: relative;
    z-index: 10;
}

.pop_up_container .side_head .side_close>em>i {
    border-width: .5rem .5rem .5rem 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    display: block;
    position: absolute;
    top: -.5rem;
    left: .1rem;
    z-index: 11;
}

.pop_up_container .side_head .side_title {
    font-size: 1rem;
}

.nav_container .user {
    height: 4rem;
    line-height: 4rem;
    overflow: hidden;
    font-size: .975rem;
    color: #aaa;
    background-color: #f5f5f5;
}

.nav_container .user>a {
    font-size: .975rem;
}

.nav_container .user .user_logo {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 .9375rem;
    margin-top: .75rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    background-image: url(../images/mweb/icon_menu_user.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    float: left;
}

.nav_container .user.center {
    text-align: center;
}

.left_fixed_side .menu_list {
    max-width: 100%;
    height: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.left_fixed_side .menu_list .menu_container {
    padding: 0 .625rem;
}

.left_fixed_side .menu_list .item {
    border-color: #ddd;
    height: 2.375rem;
    line-height: 2.375rem;
    overflow: hidden;
}

.left_fixed_side .menu_list .item a {
    display: block;
    overflow: hidden;
    margin-left: .3125rem;
    font-size: 1rem;
    color: #5f5f5f;
}

.left_fixed_side .menu_list .item.son>a {
    display: inline-block;
    width: 83%;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.left_fixed_side .menu_list .item.son>i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-right: 5px;
}

.left_fixed_side .menu_list .item a>img {
    width: 1rem;
    height: .6875rem;
    overflow: hidden;
    margin-right: .6rem;
}

.left_fixed_side .menu_list .item a>b {
    font-weight: bold;
    color: #333;
}

.left_fixed_side .menu_list .item:last-child {
    border: 0;
    background: none;
}

.left_fixed_side .menu_list .item.son {
    position: relative;
}

.left_fixed_side .menu_list .item.son>.icon {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.left_fixed_side .menu_list .item.son>.icon.item_font {
    padding-right: 5px;
    font-size: 14px;
    color: #ababab;
    text-align: right;
}

.left_fixed_side .menu_list .item.son>.icon>em {
    margin: 0.75rem 0.6rem 0 0;
    border-width: .5rem 0 .5rem .5rem;
    border-color: transparent transparent transparent #999;
    border-style: solid;
    float: right;
    display: block;
    position: relative;
    z-index: 10;
    -webkit-transform: -webkit-rotate(0);
    transform: rotate(0);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.left_fixed_side .menu_list .item.son>.icon>em>i {
    border-width: .5rem 0 .5rem .5rem;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    display: block;
    position: absolute;
    top: -.5rem;
    right: .1rem;
    z-index: 11;
}

.left_fixed_side .menu_list .item.son .current_list {
    height: 1.25rem;
    line-height: 1.25rem;
}

.left_fixed_side .menu_list .item.son .current_list>span {
    padding: 0 .3rem;
    font-size: .75rem;
    color: #ccc;
}

.left_fixed_side .menu_list .item.open {
    height: auto;
}

.left_fixed_side .menu_list .item.open>.icon>em {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.left_fixed_side .menu_list .item.open>.icon>em>i {
    top: -.4rem;
    right: .1rem;
}

.left_fixed_side .menu_list .currency_item img {
    margin-left: .3rem;
}

.left_fixed_side .menu_list .menu_son {
    display: none;
    border-color: #f8f8f8;
}

.left_fixed_side .menu_list .menu_son .item {
    margin-left: .625rem;
    border: 0;
}

.left_fixed_side .menu_list .menu_son .item a {
    border-bottom: .0625rem #f2f2f2 solid;
}

.left_fixed_side .menu_list .menu_son .item:last-child a {
    border: 0;
}

.left_fixed_side .menu_list .menu_grandson {
    border: 0;
}

.left_fixed_side .menu_list .menu_grandson a {
    color: #878787;
}

.left_fixed_side .menu_list .menu_grandson .item:last-child a {
    border-bottom: .0625rem #f2f2f2 solid;
}

.left_fixed_side .menu_list .attr_son {
    padding: .625rem;
    padding-bottom: 0;
}

.left_fixed_side .menu_list .attr_son span {
    line-height: 2rem;
    margin: 0 .3125rem .625rem 0;
    padding: 0 .625rem;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    border-radius: .3215rem;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.left_fixed_side .menu_list .attr_son span>em {
    width: .5rem;
    height: .5rem;
    margin-left: .3rem;
    margin-top: .75rem;
    background: url(../images/mweb/icon_remove_white.png) no-repeat center;
    background-size: 100%;
    float: right;
    display: block;
}

.left_fixed_side .menu_list .attr_son span.current {
    color: #fff;
}

.left_fixed_side .menu_list .menu_divide {
    height: .5rem;
    background-color: #eee;
}

.left_fixed_side .menu_list .cate_nav_box>.item.son>.icon {
    left: 0;
    width: 100%;
}

.search_side {
    width: 100%;
}

.search_side .close {
    width: 2.5rem;
    height: 3.4375rem;
    line-height: 3.4375rem;
    background-color: #fff;
    position: inherit;
    top: auto;
    left: 0;
    z-index: 1;
    display: inline-block;
}

.search_side .close i {
    position: absolute;
    left: 0.5rem;
    top: 1.3rem;
}

.search_side .close i:after, .search_side .close i:before {
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''
}

.search_side .close i:before {
    border-right-color: #000;
    left: -3px;
}

.search_side .search {
    height: 4rem;
    padding-left: 2.625rem;
    padding-right: 0.7rem;
    position: relative;
}

.search_side .search .search_blank {
    height: 0.7rem;
}

.search_side .search form {
    background: #f5f5f4;
}

.search_side .search .text {
    width: 85%;
    height: 2.6rem;
    line-height: 2.6rem;
    padding-left: .7rem;
    font-size: 1.2rem;
    background: none;
    border: 0;
    border-radius: 0;
}

.search_side .search .text::-webkit-input-placeholder {
    color: #ddd;
}

.search_side .search .sub {
    width: 15%;
    height: 2.6rem;
    background: url(../images/mweb/icon_search_submit.png) no-repeat center/1.5rem;
    right: .5rem;
}

.search_side .search .reset {
    background: url(../images/mweb/icon_search_reset.png) no-repeat center/1.5rem;
    right: .625rem;
}

.search_side .search .reset {
    width: 2.5rem;
    height: 3.5rem;
    border: 0;
    position: absolute;
}

.search_side .menu_list {
    padding: 0 .625rem;
}

.search_side .menu_list .search_title {
    height: 1.25rem;
    line-height: 1.25rem;
    margin-top: 1.5rem;
    font-size: 1rem;
}

.search_side .menu_list .search_list>a {
    line-height: 2rem;
    margin-right: 1rem;
    margin-top: 1rem;
    padding: 0 1.25rem;
    font-size: .875rem;
    color: #555;
    background-color: #f5f5f4;
    border-radius: .3125rem;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 500px) {
    .pop_up .close {
        left:430px;
    }

    .pop_up_container .category_close {
        left: 0;
    }
}

/**************************************************** å“åº”å¼ç§»åŠ¨ç«¯å¤´éƒ¨å¯¼èˆªå¼¹çª—ç»“æŸ ****************************************************/
/*è½¬åœˆåœˆ*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*å‰ç«¯å…¬å…±çº¯è‰²å›¾æ ‡*/
@font-face {
    font-family: "icons";
    src: url("../../../static/font/icons.eot");
    /* IE9 */
    src: url("../../../static/font/icons.eot?#iefix") format("embedded-opentype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+ */ url("../../../static/font/icons.svg#uxfonteditor") format("svg");
    /* iOS 4.1- */
}

span.gicon {
    font-family: icons;
}

span.gicon-x:before {
    content: '\e604';
}

.global_shopping_cart_bg {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
}

.global_shopping_cart_box {
    width: 340px;
    padding: 0 30px;
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    background-color: #ffffff;
    color: #fff;
    z-index: 100001;
    transition: all 0.2s ease-out;
}

.global_shopping_cart_box .cart_empty {
    font-size: 16px;
}

.global_shopping_cart_box a {
    color: #fff;
}

.global_shopping_cart_box .cart_title {
    line-height: 30px;
    padding: 25px 0;
    font-size: 24px;
    color: #222
}

.global_shopping_cart_box .cart_close {
    float: right;
    margin-right: -20px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
}

.global_shopping_cart_box .cart_list {
    overflow-y: auto;
    margin-right: -30px;
}

.global_shopping_cart_box .cart_list::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

.global_shopping_cart_box .cart_list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.global_shopping_cart_box .cart_list::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.15);
}

.global_shopping_cart_box .cart_item {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.global_shopping_cart_box .cart_item:first-child {
    padding-top: 30px;
}

.global_shopping_cart_box .c_img {
    float: left;
    width: 69.5px;
    min-height: 69.5px;
    max-height: 99px;
    text-align: center;
}

.global_shopping_cart_box .c_img img {
    opacity: 1;
    max-height: 99px;
}

.global_shopping_cart_box .c_info {
    float: left;
    width: 251px;
    padding-left: 15px;
}

.global_shopping_cart_box .name_box {
    display: flex;
    justify-content: space-between;
}

.global_shopping_cart_box .pname {
    line-height: 18px;
    font-size: 14px;
    color: #222222;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.global_shopping_cart_box .pdel {
    margin-left: 20px;
}

.global_shopping_cart_box .pdel .icon:before {
    font-size: 16px;
    color: #888888;
}

.global_shopping_cart_box .pattr {
    line-height: 24px;
    padding-top: 3px;
    font-size: 14px;
    color: #222;
}

.global_shopping_cart_box .c_qty {
    width: 75px;
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    position: relative;
    text-align: center;
}

.global_shopping_cart_box .pprice {
    float: right;
    font-size: 14px;
    color: #000;
}

.global_shopping_cart_box .qless {
    width: 23px;
    height: 22px;
    background-color: unset;
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 12px;
    border-radius: 2px;
}

.global_shopping_cart_box .qadd {
    width: 23px;
    height: 22px;
    background-color: unset;
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 12px;
    border-radius: 2px;
}

.global_shopping_cart_box .qinput {
    width: 100%;
    height: 20px;
    background-color: unset;
    border: 1px solid transparent;
    color: #000;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}

.global_shopping_cart_box .qless .gicon:before {
    content: '\e602';
}

.global_shopping_cart_box .qadd .gicon:before {
    content: '\e603';
}

.global_shopping_cart_box .cart_foot {
    padding-top: 15px;
    padding-bottom: 30px;
}

.global_shopping_cart_box .ftprice {
    float: right;
    color: #000;
}

.global_shopping_cart_box .ftotal {
    color: #000;
    line-height: 25px;
    padding-bottom: 5px;
    font-size: 16px;
}

.global_shopping_cart_box .fdesc {
    color: #555;
    line-height: 25px;
    font-size: 14px;
}

.global_shopping_cart_box .fdesc {
    padding-bottom: 15px;
}

.global_shopping_cart_box .fdesc {
    opacity: 0.7;
}

.global_shopping_cart_box .disable_tips {
    display: none;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 17px 22px;
    font-size: 14px;
    color: #333;
    background-color: #ffeed4;
}

.global_shopping_cart_box .disable_tips.show {
    display: block;
}

.global_shopping_cart_box .checkout_btn .gicon {
    padding-left: 3px;
    display: none;
}

.global_shopping_cart_box .checkout_btn .gicon:before {
    content: '\e901';
}

.global_shopping_cart_box .checkout_btn {
    display: block;
    text-decoration: none;
}

.global_shopping_cart_box .checkout_btn button {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #000000;
    border: none;
    text-transform: uppercase;
    transition: all 0.2s;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.global_shopping_cart_box .checkout_btn.disabled button {
    background-color: #ddd;
    color: #333;
}

.global_shopping_cart_box .checkout_btn .btn-loading {
    position: relative;
    background-color: #131314;
    color: #131314
}

.global_shopping_cart_box .checkout_btn .btn-loading:hover, .global_shopping_cart_box .checkout_btn .btn-loading:active {
    background-color: #131314;
    color: #131314
}

.global_shopping_cart_box .checkout_btn .btn-loading:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

.global_shopping_cart_box .shopapps_reminder {
    font-size: 12px;
}

.global_shopping_cart_box .shopapps_reminder>i {
    background-image: url(../../../ico/icon_discount_reminder.png);
}

.global_shopping_cart_box .gifts_tips {
    display: none;
    line-height: 22px;
    font-size: 16px;
    color: #eb3e3e;
}

.global_shopping_cart_box .gifts_tips i {
    margin-right: 9px;
}

.global_shopping_cart_box .gifts_item .gifts_tips {
    display: inline-block;
}

.global_shopping_cart_box .gifts_item .c_qty {
    display: none;
}

.global_shopping_cart_box .gifts_item .gifts_qty {
    line-height: 26px;
    font-size: 14px;
    color: #000;
}

.global_shopping_cart_box .pre_sales_info {
    margin-top: 6px;
}

.global_shopping_cart_box .pre_sales_info .tag {
    display: inline-block;
    padding: 0 8px;
    line-height: 24px;
    border-radius: 5px;
    background-color: #ffe7e7;
    color: #f16056;
    font-size: 12px;
}

.global_shopping_cart_box .pre_sales_info .brief {
    margin-top: 4px;
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #888888;
}

.global_shopping_cart_box .mixed_wholesale_tips {
    margin-top: 6px;
}

@media screen and (max-width: 500px) {
    .global_shopping_cart_bg {
        right: 300px;
    }

    .global_shopping_cart_box {
        width: 270px;
        padding: 0 15px;
    }

    .global_shopping_cart_box .cart_close {
        font-size: 22px;
    }

    .global_shopping_cart_box .cart_list {
        margin-right: -15px;
    }

    .global_shopping_cart_box .cart_list::-webkit-scrollbar {
        width: 2px;
    }

    .global_shopping_cart_box .c_img {
        width: 56.25px;
        min-height: 56.25px;
        max-height: 70px;
    }

    .global_shopping_cart_box .c_info {
        width: 198.75px;
    }

    .global_shopping_cart_box .cart_item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .global_shopping_cart_box .cart_item:first-child {
        padding-top: 15px;
    }

    .global_shopping_cart_box .cart_foot {
        padding-bottom: 15px;
    }

    .global_shopping_cart_box .gifts_tips {
        font-size: 14px;
    }
}

/* åº•éƒ¨æ”¯ä»˜å›¾æ ‡icon */
.global_payment_icon_html {
    text-align: center;
}

.global_payment_icon_html li {
    display: inline-block;
    width: 38px;
    height: 24px;
    margin: 4px;
    font-size: 0;
}

.global_payment_icon_html li img {
    max-height: 24px;
}

@media (max-width: 750px) {
    .partners_box {
        text-align: center;
        font-size: 0;
        margin-bottom: 16px;
    }

    .partners_box a {
        display: inline-block;
        width: 20%;
        margin: 0 2.5% 5px;
        font-size: 12px;
        color: #fff;
        box-sizing: border-box;
    }

    .partners_box a img {
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }
}

/*è¯¦ç»†é¡µåˆ†é”€é“¾æŽ¥*/
#distribution_box .pro_distribution_box {
    background: #fafafa;
    padding: 18px;
}

#distribution_box .pro_distribution_box .share_title {
    background: url('../images/plugins/app_distribution/icno_money.png') no-repeat left center/20px;
    margin-bottom: 10px;
    padding-left: 25px;
    line-height: 24px;
    font-size: 16px;
}

#distribution_box .pro_distribution_box .share_content {
    margin: 0 0 12px;
    font-size: 14px;
    color: #666666;
}

#distribution_box .pro_distribution_box .share_content a {
    text-decoration: underline;
    color: #000;
}

#distribution_box .pro_distribution_box .share_copy {
    margin-bottom: 15px;
}

#distribution_box .pro_distribution_box .share_copy .share_input {
    width: calc( 100% - 145px );
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    color: #dfdfdf;
    border: 1px #e4e4e4 solid;
}

#distribution_box .pro_distribution_box .share_copy .btn_copy {
    width: 102px;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    padding: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    border: 0;
}

#distribution_box .pro_distribution_box.small_box .share_copy .share_input {
    width: 228px;
}

#distribution_box .pro_distribution_box .share_third span {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666666;
}

#distribution_box .pro_distribution_box .share_third a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}

#distribution_box .pro_distribution_box .share_third .share_facebook {
    background-image: url('../images/plugins/app_distribution/icon_proshare_facebook.png');
}

#distribution_box .pro_distribution_box .share_third .share_google {
    background-image: url('../images/plugins/app_distribution/icon_proshare_google.png');
}

#distribution_box .pro_distribution_box .share_third .share_twitter {
    background-image: url('../images/plugins/app_distribution/icon_proshare_twitter.png');
}

#distribution_box .pro_distribution_box .share_third .share_pinterest {
    background-image: url('../images/plugins/app_distribution/icon_proshare_pinterest.png');
}

/*è®¢å•è¿½è¸ªstar*/
.top_header {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #eeee;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}

.top_header .back_btn {
    position: absolute;
    display: inline-block;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 50px;
    background: url(../images/mweb/u_icon_back.png) center no-repeat;
    background-size: auto 18px;
}

.trackingWrapper .global_line {
    height: 25px;
    background: #f4f4f4;
}

.trackingWrapper .line_control_first,.trackingWrapper .line_control_second {
    display: none;
}

.trackingWrapper .ordersWrapper {
    display: none;
}

.trackingWrapper {
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
}

.trackingWrapper .query_number {
    overflow: hidden;
    padding: 0 15px;
}

.trackingWrapper .query_number .query_number_title {
    font-size: 13px;
    margin: 23px 0;
    text-align: center;
    color: #000;
}

.trackingWrapper .query_number .query_number_form {
    margin-bottom: 25px;
}

.trackingWrapper .query_number .query_number_form .q_form_input {
    width: calc( 100% - 48px );
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 5px;
}

.trackingWrapper .query_number .query_number_form .q_form_button {
    width: 38px;
    height: 36px;
    background-image: url(../images/ico-img.png);
    background-repeat: no-repeat;
    background-color: #dd1111;
    background-position: -161px -212px;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
}

.trackingWrapper .orders_tracking {
    overflow: hidden;
    padding: 0 15px 5px;
    margin: 25px 0 20px;
}

.trackingWrapper .orders_tracking .order_tracking_title {
    margin-bottom: 18px;
    overflow: hidden;
    font-size: 15px;
    color: #000;
    cursor: pointer;
}

.trackingWrapper .orders_tracking .order_tracking_info .tracking_title {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}

.trackingWrapper .orders_tracking .order_tracking_info .tracking_box {
    position: relative;
}

.trackingWrapper .orders_tracking .order_tracking_info .tracking_box iframe {
    width: 100%!important;
}

.trackingWrapper .orders_tracking .order_detail_btn {
    display: none;
    width: 100%;
    background: #eee;
    margin-top: 25px;
    text-align: center;
    line-height: 38px;
    color: #383838;
    font-size: 16px;
    cursor: pointer;
}

.trackingWrapper .orders_detail {
    display: none;
    overflow: hidden;
    padding: 0 15px;
    margin: 25px 0 20px;
}

.trackingWrapper .orders_detail .orders_detail_title {
    margin-bottom: 18px;
    overflow: hidden;
    font-size: 15px;
    color: #000;
}

.trackingWrapper .orders_detail .orders_detail_box {
    font-size: 14px;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item {
    padding: 14px 0;
    border-bottom: 1px solid #e3e3e3;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item>div {
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item .img {
    width: 20%;
    height: 64px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item .img img {
    vertical-align: middle;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item .info {
    width: 65%;
    padding-left: 8px;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item .info .name {
    width: 95%;
    line-height: 16px;
    margin-bottom: 3.2px;
    word-break: break-word;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item .info .name>a {
    font-size: 14px;
    color: #666;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item .info .number {
    margin-bottom: 3.2px;
    color: #aaaaaa;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item .info .attr {
    min-height: 12px;
    line-height: 12px;
    padding: 4px 0;
    color: #666;
    font-size: 12px;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item .value {
    width: 15%;
    text-align: right;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item .value .price {
    line-height: 16px;
    color: #dd1111;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item .value .qty {
    line-height: 16px;
    color: #dd1111;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_products .item:first-child {
    padding-top: 0;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_summary {
    padding: .625rem;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_summary>div {
    padding: .45rem 0;
    line-height: .75rem;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_summary>div .key, .trackingWrapper .orders_detail .orders_detail_box .detail_summary>div .value {
    font-size: .875rem;
    float: left;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_summary>div .key {
    width: 70%;
    text-align: left;
    color: #383838;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_summary>div .value {
    width: 27%;
    padding-left: 3%;
    text-align: right;
    color: #dd1111;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_summary>div .value span {
    font-size: .875rem;
    color: #dd1111;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_summary>div .total {
    font-size: 1rem;
    color: #dd1111;
}

.trackingWrapper .orders_detail .orders_detail_box .detail_summary>div .total {
    font-size: 1rem;
    color: #dd1111;
}

.trackingWrapper .orders_detail .detail_summary #TaxPrice,.trackingWrapper .orders_detail .detail_summary #FeePrice,.trackingWrapper .orders_detail .detail_summary #DiscountPrice,.trackingWrapper .orders_detail .detail_summary #CouponPrice {
    display: none;
}

.trackingWrapper .no_orders {
    display: none;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 25px 10px 15px;
}

/*è®¢å•è¿½è¸ªend*/
#themes_pdetial_under_button {
    margin-top: 0;
    overflow: hidden;
}

#themes_pdetial_button {
    margin-top: 20px;
}

/* è¯¦ç»†é¡µè¯¢ç›˜æŒ‰é’®*/
#inquiry_box {
    overflow: hidden;
}

#inquiry_box #inquiry_btn {
    display: block;
    width: 49%;
    line-height: 22px;
    padding: 9px 20px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #222;
    margin-top: 12px;
    border: 1px solid #222;
    text-align: center;
    box-sizing: border-box;
}

#inquiry_box #inquiry_btn:hover {
    text-decoration: unset;
}

/* è‰ç¨¿ç®±é¢„è§ˆæç¤ºæ  */
.global_drafts_tips {
    width: 100%;
    height: 80px;
    padding-top: 26px;
    position: fixed;
    left: 0;
    bottom: -100px;
    box-sizing: border-box;
    z-index: 100;
    transition: all 0.8s ease-in-out;
    text-align: center;
    font-family: "å¾®è½¯é›…é»‘";
}

.global_drafts_tips::after {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: -1;
}

.global_drafts_tips.current {
    bottom: 0
}

.global_drafts_tips .drafts_txt {
    display: inline-block;
    margin-right: 15px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    cursor: default;
    vertical-align: bottom;
}

.global_drafts_tips a {
    display: inline-block;
    min-width: 111px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 20px;
    background-color: #0baf4d;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 16px;
    text-decoration: none;
}

.global_drafts_tips .drafts_hide_btn {
    background-color: #fff;
    color: #404852;
}

@media (max-width: 768px) {
    .global_drafts_tips {
        display: none;
    }
}

/* å…¬å…±cate_navæ¨¡å— */
.default_cate_nav_style {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
}

.default_cate_nav_style .cate_nav_title {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    padding: 9px 17px;
    box-sizing: border-box;
}

.default_cate_nav_style .cate_nav_list {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: auto;
    z-index: 22;
    height: 0;
}

.default_cate_nav_style .cate_nav_list .cate_nav_box>li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.default_cate_nav_style .cate_nav_list .cate_nav_box>li>a {
    display: block;
    padding: 7px 17px;
}

.default_cate_nav_style .cate_nav_list .cate_nav_sec .cate_nav_sec_box {
    display: flex;
    flex-wrap: wrap;
    min-width: 47.91666vw;
    position: absolute;
    z-index: 22;
    background-color: #ffffff;
    top: 0;
    left: 100%;
    padding: 16px 0;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    top: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    height: auto;
}

.default_cate_nav_style .cate_nav_list .cate_nav_sec .cate_nav_sec_box .cate_nav_sec_item {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 1.5625vw;
    margin-bottom: 17px;
}

.default_cate_nav_style .cate_nav_list .cate_nav_sec .cate_nav_sec_box li {
    font-size: 14px;
    line-height: 24px;
}

.default_cate_nav_style .cate_nav_list .cate_nav_sec .cate_nav_sec_box li a {
    display: block;
    padding: 7px 0;
    color: #333333;
    font-weight: 600;
}

.default_cate_nav_style .cate_nav_list .cate_nav_sec .cate_nav_third .cate_nav_third_box li {
    width: 100%;
}

.default_cate_nav_style .cate_nav_list .cate_nav_sec .cate_nav_third .cate_nav_third_box li a {
    padding: 0 0;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.themes_plist_left {
    width: auto;
    float: left;
    position: sticky;
    top: 10px
}

.themes_plist_left.plist_narrow_data {
    width: 16.5%;
}

.default_products_list .newNarrowBy {
    overflow-y: auto;
    padding-top: 9px;
    margin-top: 50px;
}

.default_products_list .newNarrowBy::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

.default_products_list .newNarrowBy::-webkit-scrollbar-thumb {
    background: rgba(193, 193, 193, 0.8);
    border-radius: 5px;
}

.default_products_list .newNarrowBy::-webkit-scrollbar-thumb:hover {
    background: rgba(168, 168, 168, 0.8);
}

.default_products_list .newNarrowBy dt {
    position: relative;
    line-height: 34px;
    font-size: 16px;
    color: #111;
    cursor: pointer;
}

.default_products_list .newNarrowBy dt strong {
    display: inline-block;
    width: 80%;
}

.default_products_list .newNarrowBy dt em {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/products/icon_qty_plus.png) no-repeat 14px center;
    width: 34px;
    height: 34px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.default_products_list .newNarrowBy dt i {
    position: absolute;
    top: 0;
    right: 34px;
    width: 34px;
    height: 34px;
    text-align: right;
    text-indent: 0;
    font-size: 18px;
    color: #aaaaaa
}

.default_products_list .newNarrowBy dt.cur em {
    background: url(../images/products/icon_qty_less.png) no-repeat 14px center;
}

.default_products_list .newNarrowBy dl {
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.default_products_list .newNarrowBy dd {
    padding-bottom: 20px;
}

.default_products_list .newNarrowBy dd a {
    position: relative;
    display: block;
    padding-left: 25px;
    height: auto;
    line-height: 32px;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
    color: #666;
}

.default_products_list .newNarrowBy dd a span {
    word-break: break-all;
    color: #666;
}

.default_products_list .newNarrowBy dd .view_more {
    padding-left: 19px;
    display: inline-block;
    padding-right: 12px;
}

.default_products_list .newNarrowBy dd .view_more em {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/products/bg_select.png) no-repeat left 4px center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    vertical-align: middle;
}

.default_products_list .newNarrowBy dd .view_more.cur em {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.default_products_list .newNarrowBy dd .ns_icon_checkbox {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #dddddd;
    top: 8px;
    left: 0;
}

.default_products_list .newNarrowBy dd .ns_icon_radio {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.default_products_list .newNarrowBy dd .current {
    color: #111;
}

.default_products_list .newNarrowBy dd .current .ns_icon_checkbox {
    background: url(../images/products/screeningSelectIcon.jpg) no-repeat center center #000;
    border: 1px solid #000;
}

.default_products_list .newNarrowBy dd .current .ns_icon_radio {
    background: none;
    border: 1px solid #222;
}

.default_products_list .newNarrowBy dd .current .ns_icon_radio::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #222;
    transform: translate(-50%,-50%);
}

.default_products_list .newNarrowBy dd .screening_price_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
}

.default_products_list .newNarrowBy dd .screening_price_box .screening_price_value {
    width: 60px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e4e4e4;
    padding: 5px;
    box-sizing: border-box;
}

.default_products_list .newNarrowBy dd .screening_price_box .screening_price_line {
    width: 10px;
    height: 1px;
    background-color: #959595;
}

.default_products_list .newNarrowBy dd .screening_price_box .screening_price_btn {
    width: 40px;
    height: 32px;
    border-radius: 5px;
    background-color: #2d2d2d;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    border: 0;
}

.default_products_list .narrowBySelect {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.default_products_list .narrowBySelect .n_select_title {
    font-size: 16px;
    color: #222;
}

.default_products_list .narrowBySelect .n_select_clear {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
    box-sizing: border-box;
    border: 1px solid #222;
    color: #222;
    text-align: center;
}

.default_products_list .narrowBySelect .n_clear_box {
    overflow: hidden;
}

.default_products_list .narrowBySelect .n_clear_box .n_clear_item {
    display: inline-block;
    line-height: 20px;
    padding: 5px 24px 5px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url(../images/global/filter_close.png) no-repeat right 8px center #f5f5f5;
    font-size: 12px;
    color: #666666;
    vertical-align: middle;
    text-align: center;
}

.themes_plist_right {
    width: 100%;
    float: right;
}

.themes_plist_right.plist_narrow_data {
    width: 78.3%;
}

.visual_hide {
    display: none!important;
}

.default_products_list .newNarrowBy dd .screening_price {
    display: block;
    padding: 0;
    margin: 18px 0 10px;
    overflow: unset;
}

.default_products_list .newNarrowBy dd .screening_price .progress {
    width: 176px;
    height: 2px;
    margin-top: 17px;
    background: #eeeeee;
    float: left;
    position: relative;
    margin-left: 8px;
    cursor: pointer;
}

.default_products_list .newNarrowBy dd .screening_price .progress .bar {
    width: 0;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #222;
}

.default_products_list .newNarrowBy dd .screening_price .progress .bar i {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #e4e4e4;
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    border-radius: 7px;
}

.default_products_list .newNarrowBy dd .screening_price .text {
    width: 48px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    float: right;
}

.default_products_list .newNarrowBy .filter_attr_item {
    display: inline-block;
    position: relative;
    padding-left: 0;
    width: 19px;
    height: 19px;
    margin: 0 5px 5px 0;
    border-radius: 50%;
    border: 1px solid #eaecee;
    vertical-align: middle;
}

.default_products_list .newNarrowBy .filter_attr_item .ns_icon_checkbox {
    display: none;
}

.default_products_list .newNarrowBy .filter_attr_item span {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    border-radius: 100%;
}

.default_products_list .newNarrowBy .filter_attr_item.current {
    border: 1px solid #121212
}

.default_products_list .newNarrowBy .filter_attr_item:hover {
    border: 1px solid #121212
}

@media (max-width: 768px) {
    .default_products_list .list_category .list_screening {
        display: inline-block;
        margin-top: 12px;
        margin-right: 8px;
        padding: 0 12px;
        position: relative;
        width: 48%;
        height: 30px;
        line-height: 30px;
        background-color: #f0f0f0;
        font-size: 12px;
        box-sizing: border-box;
    }

    .default_products_list .list_category .list_screening .screening_txt i {
        position: absolute;
        right: 15px;
        top: 12px;
    }

    .default_products_list .list_category .list_screening .screening_txt i:after,.default_products_list .list_category .list_screening .screening_txt i:before {
        border: 5px solid transparent;
        border-top: 5px solid #f0f0f0;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
        content: ''
    }

    .default_products_list .list_category .list_screening .screening_txt i:before {
        border-top-color: #000;
        top: 1px;
    }

    .default_products_list .screening_mobile_wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 80%;
        z-index: 99999;
        overflow-y: auto;
        transition: all .3s;
        background: #fff;
    }

    .default_products_list .screening_mobile_wrapper.show {
        left: 0;
    }

    .default_products_list .screening_mobile_wrapper .newNarrowBy {
        margin-top: 0;
        padding-top: 0;
        background: #fff;
        overflow-y: auto;
        padding-bottom: 40px;
    }

    .default_products_list .screening_mobile_wrapper .narrowBySelect {
        padding: 0 15px;
        line-height: 65px;
    }

    .default_products_list .screening_mobile_wrapper .narrowBySelect .n_select_title {
        position: relative;
    }

    .default_products_list .screening_mobile_wrapper .narrowBySelect em {
        position: absolute;
        width: 16px;
        height: 16px;
        background: url(../images/global/icon_currency_close.png) no-repeat center;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        cursor: pointer;
    }

    .default_products_list .screening_mobile_wrapper .newNarrowBy dt {
        padding: 0 20px 0 0;
        line-height: 50px;
    }

    .default_products_list .screening_mobile_wrapper .n_select_clear {
        display: none;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border: 1px solid #6c6c6c;
        position: fixed;
        bottom: 8px;
        width: 72%;
        left: 15px;
        background: #fff;
        margin: 8px 0 0;
    }

    .default_products_list .screening_mobile_item .n_clear_box {
        margin: 20px 0;
        overflow: hidden;
    }

    .default_products_list .screening_mobile_item .n_clear_box .n_clear_item {
        display: inline-block;
        padding: 0 24px 0 8px;
        margin-right: 10px;
        margin-bottom: 10px;
        height: 30px;
        line-height: 30px;
        background: url(../images/global/filter_close.png) no-repeat right 8px center #f5f5f5;
        font-size: 12px;
        color: #666666;
        vertical-align: middle;
        text-align: center;
    }

    .default_products_list .list_category .list_sort {
        vertical-align: bottom;
    }

    .default_products_list .list_category .list_sort .sort_txt {
        height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .default_products_list .screening_mobile_wrapper .newNarrowBy dl {
        padding: 0 10px
    }

    .default_products_list .newNarrowBy dd {
        max-height: 380px;
        overflow-y: auto;
    }
}

/* å¼¹çª—å…¬å‘Šæç¤º */
.operation_activities:not(.show) {
    opacity: 0;
}

.operation_activities .operation_error {
    margin-top: 10px;
    color: #e22120;
    font-size: 14px;
    text-align: left;
}

#operation_activities_bg {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#operation_activities_tips {
    display: flex;
    width: 500px;
    height: max-content;
;background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 50px;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    z-index: 10000;
}

#operation_activities_tips .tips_tit {
    width: 100%;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
    padding-bottom: 22px;
}

#operation_activities_tips .code {
    width: 100%;
    text-align: center;
}

#operation_activities_tips .code .code_tit {
    line-height: 18px;
    font-size: 14px;
    color: #555555;
}

#operation_activities_tips .code .code_text {
    line-height: 56px;
    font-size: 40px;
    font-weight: bold;
    color: #f06055;
}

#operation_activities_tips .tips_close {
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
    background-color: #000000;
    margin-top: 20px;
    border-radius: 5px;
}

@media (max-width: 1000px) {
    #operation_activities_tips {
        width: 85%;
        padding: 25px;
        box-sizing: border-box;
    }

    #operation_activities_tips .tips_tit {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    #operation_activities_tips .code .code_tit {
        font-size: 12px;
        line-height: 20px;
    }

    #operation_activities_tips .code .code_text {
        font-size: 28px;
        line-height: 36px;
    }

    #operation_activities_tips .tips_close {
        margin-top: 18px;
        height: 32px;
        line-height: 32px;
        padding: 0 17px;
        font-size: 12px;
    }
}

/* [new å®šåˆ¶å±žæ€§æ ·å¼] */
.custom_attr_box .box_select {
    height: auto;
    line-height: 54px;
    font-size: 12px;
    border-radius: 0;
    text-align: left;
}

.custom_attr_box .box_select::before {
    content: '\e62b';
    line-height: 42px;
    color: #919191;
    font-size: 14px;
    transform: scale(1);
    transition: all 0.3s;
}

.custom_attr_box .box_select .custom_select_show,.custom_attr_box .box_select .custom_select_item {
    padding: 0 5px;
}

.custom_attr_box .box_select .custom_select_show {
    display: flex;
    align-items: center;
    min-height: 32px;
    line-height: 32px;
    padding: 5px 30px 5px 5px;
    color: #555;
}

.custom_attr_box .box_select .custom_select_show .custom_select_title {
    flex: 1;
    vertical-align: middle;
}

.custom_attr_box .box_select .custom_select_box {
    position: absolute;
    top: 54px;
    left: -1px;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-top: 0;
    cursor: pointer;
    z-index: -1;
}

.custom_attr_box .box_select .custom_select_box .custom_select_item {
    display: flex;
    align-items: center;
    line-height: 28px;
    padding: 5px;
    cursor: pointer;
    color: #555;
}

.custom_attr_box .box_select .custom_select_box .custom_select_item span {
    color: #888;
}

.custom_attr_box .box_select .custom_select_box .custom_select_item .custom_select_title {
    flex: 1;
    vertical-align: middle;
}

.custom_attr_box .box_select .custom_select_box .custom_select_item:hover {
    background-color: #fff4f4;
    color: #000;
}

.custom_attr_box .box_select .custom_select_box .custom_select_item:hover span {
    color: #888;
}

.custom_attr_box .box_select.current::before {
    transform: scale(1) rotate(-180deg);
}

.custom_attr_box .box_select.current .custom_select_box {
    opacity: 1;
    z-index: 100;
}

.custom_attr_box .custom_checkbox_box {
    border: 1px solid #e4e4e4;
    text-align: left;
}

.prod_info_form .custom_attr_box li .checkbox_attr {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 54px;
    padding: 5px 10px;
}

.prod_info_form .custom_attr_box li .checkbox_attr:hover {
    background-color: #fff4f4;
    color: #000;
}

.prod_info_form .custom_attr_box li .checkbox_attr span {
    margin-left: 0;
    line-height: 54px;
}

.prod_info_form .custom_attr_box li .checkbox_attr span.option_title {
    line-height: 26px;
    vertical-align: middle;
    flex: 1;
    word-break: break-all;
}

.prod_info_form .custom_attr_box li.attr_show .checkbox_attr>input {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    line-height: 54px;
    text-align: center;
    vertical-align: middle;
    text-indent: 0;
    flex: none;
}

.prod_info_form .custom_attr_box li.attr_show .checkbox_attr>input::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #767676;
    border-radius: 3px;
}

.prod_info_form .custom_attr_box li.attr_show .checkbox_attr>input:checked::before {
    content: "\2713";
    background-color: #000;
    line-height: 14px;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    outline: none;
    border: 1px solid #000;
    color: #fff;
}

.custom_attr_box .custom_radio_box {
    border: 1px solid #e4e4e4;
    text-align: left;
}

.custom_attr_box .custom_radio_box .radio_attr {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 54px;
    padding: 5px 10px;
}

.custom_attr_box .custom_radio_box .radio_attr:hover {
    background-color: #fff4f4;
    color: #000;
}

.custom_attr_box .custom_radio_box .radio_attr span {
    line-height: 54px;
}

.custom_attr_box .custom_radio_box .radio_attr span.option_title {
    line-height: 26px;
    vertical-align: middle;
    flex: 1;
    word-break: break-all;
}

.custom_attr_box .custom_radio_box .radio_attr>input {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    line-height: 54px;
    text-align: center;
    vertical-align: middle;
    text-indent: 0;
    flex: none;
}

.custom_attr_box .custom_radio_box .radio_attr>input::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: #767676;
    width: 18px;
    height: 18px;
    border-radius: 18px;
}

.custom_attr_box .custom_radio_box .radio_attr>input::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #767676;
    border-radius: 18px;
}

.custom_attr_box .custom_radio_box .radio_attr>input:checked::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
}

.custom_attr_box .option_img {
    display: inline-block;
    width: 45px;
    margin-right: 8px;
    vertical-align: middle;
}

/* å…¬å…±you make also like */
.global_products_may_like {
    margin-top: 60px;
}

.w_1200 .global_products_may_like .wide {
    width: 1200px;
    max-width: 100%;
}

.global_products_may_like .wide {
    min-width: 0;
    max-width: 100%;
}

.global_products_may_like .like_title {
    font-size: 30px;
}

.global_products_may_like .icon_discount, .products_may_like .icon_seckill {
    padding: 7px 10px;
    /*background:#ff696d;*/
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 1;
}

.global_products_may_like .icon_seckill {
    display: none;
}

.global_products_may_like .like_products_box {
    margin-top: 50px;
}

.global_products_may_like .like_products_box .like_products_item {
    width: 23.5%;
    margin-right: 0;
    margin-left: 2%;
    margin-bottom: 40px;
    float: left;
}

.global_products_may_like .like_products_box .like_products_item:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}

.global_products_may_like .like_products_box .like_products_item .item_img {
    display: block;
    padding-top: 100%;
    position: relative;
}

.global_products_may_like .like_products_box .like_products_item .item_img .item_img_tab {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.global_products_may_like .like_products_box .like_products_item .item_img .item_quick_btn {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}

.global_products_may_like .like_products_box .like_products_item .item_img .item_quick_btn>span {
    display: inline-block;
    border: 1px solid #fff;
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    line-height: 24px;
}

.global_products_may_like .like_products_box .like_products_item .item_img .item_quick_btn>span:hover {
    text-decoration: none;
}

.global_products_may_like .like_products_box .like_products_item .item_name {
    display: block;
    height: 54px;
    line-height: 18px;
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden;
}

.global_products_may_like .like_products_box .like_products_item .item_price {
    margin-top: 5px;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
}

.global_products_may_like .like_products_box .like_products_item .item_price del {
    margin-left: 5px;
}

.global_products_may_like .icon_discount, .global_products_may_like .icon_seckill {
    padding: 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .global_products_may_like {
        margin-top: 30px;
    }

    .global_products_may_like .wide {
        margin: 0 auto;
        width: 92%;
    }

    .global_products_may_like .like_title {
        font-size: 24px;
    }

    .global_products_may_like .like_products_box {
        margin-top: 30px;
    }

    .global_products_may_like .like_products_box .like_products_item {
        margin-left: 0;
        margin-right: 2%;
        width: 48%;
    }

    .global_products_may_like .like_products_box .like_products_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 100px) {
    .global_products_may_like .like_products_box .like_products_item .item_img:hover .item_quick_btn>span {
        opacity: 1;
        visibility: unset;
    }
}

@media (max-width: 768px) {
    .global_products_may_like .like_products_box .like_products_item .item_img .item_quick_btn {
        display: none;
    }
}

img {
    transition: opacity .6s;
}

img.lazyloading,.img.img_loading {
    opacity: 0;
    transition: opacity .6s ;
}

/* é£Žæ ¼æ¨¡å—å›¾ç‰‡ start */
.t092_slide .srcoll_btn_prev {
    background-image: url(../../t092/images/icon_ixbtn.svg);
}

.t092_slide .srcoll_btn_next {
    background-image: url(../../t092/images/icon_ixbtn.svg);
}

.t123_m_banner .box .r_more:after {
    background-image: url(../../t123/images/icon_white.png);
}

.t134_slide .srcoll_btn_prev {
    background-image: url(../../t134/images/arr_left.png);
}

.t134_slide .srcoll_btn_next {
    background-image: url(../../t134/images/arr_right.png);
}

.t135_slide .srcoll_btn {
    background-image: url(../../t135/images/pro_btn.png);
}

.t135_blog_btn {
    background-image: url(../../t135/images/check_out.png);
}

.t136_blog_btn span {
    background-image: url(../../t136/images/arrow.png);
}

.t136_item_btn a::after {
    background-image: url(../../t136/images/arrow.png);
}

.t136_video_con .close_btn {
    background-image: url(../../t136/images/close_btn.png);
}

.t136_play_btn {
    background-image: url(../../t136/images/video_play.png);
}

.t136_product_prev {
    background-image: url(../../t136/images/arrow.png);
}

.t136_product_next {
    background-image: url(../../t136/images/arrow.png);
}

.t136_operator_btn {
    background-image: url(../../t136/images/icon_collect.png);
}

.t136_operator_btn:hover, .t136_operator_btn.is_in {
    background-image: url(../../t136/images/icon_collect_s.png);
}

.t138_sl_icon {
    background-image: url(../../t138/images/ly_sl_icon.png);
}

.t138_sl_icon.is_in {
    background-image: url(../../t138/images/ly_sl_active_icon.png);
}

.t138_sr_icon {
    background-image: url(../../t138/images/ly_sr_icon.png);
}

.t138_sr_icon.is_in {
    background-image: url(../../t138/images/ly_sr_active_icon.png);
}

.t140_ly_shopnow::after {
    background-image: url(../../t140/images/shop_btn.png);
}

@media screen and (max-width: 1000px) {
    .t140_ly_shopnow i {
        background-image: url(../../t140/images/p_shop_btn.png);
    }
}

.t140_ly_conbox_a::after {
    background-image: url(../../t140/images/park_four_btn.png);
}

.t140_ly_prev {
    background-image: url(../../t140/images/product_btn1.png);
}

.t140_ly_next {
    background-image: url(../../t140/images/product_btn2.png);
}

.t142_slide .srcoll_btn_prev {
    background-image: url(../../t142/images/prev_btn.png);
}

.t142_slide .srcoll_btn_prev:hover {
    background-image: url(../../t142/images/prev_active_btn.png);
}

.t142_slide .srcoll_btn_next {
    background-image: url(../../t142/images/next_btn.png);
}

.t142_slide .srcoll_btn_next:hover {
    background-image: url(../../t142/images/next_active_btn.png);
}

.t143_slide .srcoll_btn_prev {
    background-image: url(../../t143/images/poster_left.png);
}

.t143_slide .srcoll_btn_next {
    background-image: url(../../t143/images/poster_right.png);
}

.t143_ly_leftbtn {
    background-image: url(../../t143/images/product_left.png);
}

.t143_ly_rightbtn {
    background-image: url(../../t143/images/product_right.png);
}

.t144_ly_video_btn {
    background-image: url(../../t144/images/icons.png);
}

.t144_ly_close_btn {
    background-image: url(../../t144/images/close_btn.png);
}

.t144_ly_btn a {
    background-image: url(../../t144/images/icons.png);
}

.t145_ly_fullDetail::after {
    background-image: url(../../t145/images/icons.png);
}

.t145_ly_share a::before {
    background-image: url(../../t145/images/icons.png);
}

.t147_product_discount_tags {
    background-image: url(../../t147/images/m_icon_seckill.png);
}

.t149_ly_btn a i {
    background-image: url(../../t149/images/icons_pc.png);
}

.t150_ly_mail_img .newsletter_bgimg {
    background-image: url(../../t150/images/icons_pc.png);
}

.t154_ly_arrow {
    background-image: url(../../t154/images/icon.png);
}

.t157_slide .srcoll_btn_prev {
    background-image: url(../../t157/images/icon.png);
}

.t157_slide .srcoll_btn_next {
    background-image: url(../../t157/images/icon.png);
}

.t158_video_btn {
    background-image: url(../../t158/images/icons_video.svg);
}

.t158_close_btn {
    background-image: url(../../t158/images/close_btn.png);
}

@media screen and (max-width: 1000px) {
    .t158_slide .srcoll_btn {
        background-image:url(../../t158/images/icon_arrow.svg);
    }

    .t158_slide_seven .srcoll_btn {
        background-image: url(../../t158/images/icons_arrow2.svg);
    }
}

.t162_item_cart span {
    background-image: url(../../t162/images/icons.png);
}

.t163_ly_btn i {
    background-image: url(../../t163/images/icons.png);
}

.t164_slide .srcoll_btn {
    background-image: url(../../t164/images/icons.png);
}

/* é£Žæ ¼æ¨¡å—å›¾ç‰‡ end */
#form_btn_opt {
    margin-bottom: 16px;
    overflow: hidden;
}

#form_btn_opt .formnow {
    display: block;
    width: 48.52%;
    line-height: 36px;
    padding: 9px 20px;
    margin-right: 2.9%;
    border-radius: 5px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #222;
    margin-top: 12px;
    border: 1px solid #222;
    text-align: center;
    box-sizing: border-box;
}

#form_btn_opt .formnow:hover {
    text-decoration: none;
}

#form_btn_opt .formnow:nth-child(2n) {
    margin-right: 0;
}

#form_btn_opt .formnow.no_margin {
    margin-top: 0;
}

#form_btn_opt .formnow.only {
    width: 100%;
    margin-right: 0;
}

@media screen and (max-width: 1000px) {
    #form_btn_opt .formnow {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0;
        line-height: 28px;
        font-size: 16px;
    }

    #form_btn_opt .formnow:last-child {
        margin-bottom: 0;
    }
}

/* å¹³å°å¯¼æµ */
#platform_box {
    margin-top: 0;
}

#platform_box .platform_title {
    line-height: 13px;
    font-size: 16px;
    color: #666666;
    font-family: 'Opensans-Bold';
}

#platform_box .list {
    margin-top: 12px;
    font-size: 0;
}

#platform_box .list a {
    margin-right: calc( 50% - 47.05% );
    margin-bottom: 15px;
    width: 48.52%;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
}

#platform_box .list a.only {
    width: 100%;
    margin-right: 0;
}

#platform_box .list a:hover {
    text-decoration: none;
}

#platform_box .list a:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 1000px) {
    #platform_box .platform_title {
        font-size: 14px;
    }

    #platform_box .list a {
        margin-right: 0;
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
}

.form_wrapper {
    overflow: hidden;
}

.form_wrapper .form_box {
    width: 896px;
    min-width: 896px;
    margin: 35px auto 100px;
}

.form_wrapper .form_box .form_name {
    margin-bottom: 40px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.form_wrapper .form_box .form_pro_box {
    margin: 38px 0;
}

.form_wrapper .form_box .form_pro_box .f_pro_img {
    width: 100px;
}

.form_wrapper .form_box .form_pro_box .f_pro_info {
    width: calc(100% - 120px);
}

.form_wrapper .form_box .form_pro_box .f_pro_info .f_pro_info_name {
    padding-right: 20px;
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #363636
}

.form_wrapper .form_box .form_pro_box .f_pro_info .f_pro_info_price {
    font-size: 18px;
}

.form_wrapper .form_box .form_pro_box .f_pro_info .f_pro_info_price .themes_products_origin_price {
    font-size: 14px;
}

.form_wrapper .form_box .field_box .rows {
    margin-bottom: 30px;
}

.form_wrapper .form_box .field_box .rows .input_box {
    display: block;
}

.form_wrapper .form_box .field_box .rows label {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #111
}

.form_wrapper .form_box .field_box .rows label i {
    color: #ff0000;
}

.form_wrapper .form_box .field_box .rows .field_tips {
    margin-bottom: 12px;
    font-size: 14px;
    color: #888
}

.form_wrapper .form_box .field_box .rows .input_box .input_box_txt {
    width: calc( 100% - 114px );
    line-height: 22px;
    padding: 11px 8px;
    color: #333;
    border-color: #d2d2d2;
}

.form_wrapper .form_box .field_box .rows .input_box.filled .input_box_txt {
    height: 22px;
    line-height: 22px;
}

.form_wrapper .form_box .field_box .rows .input_box .input_box_textarea {
    width: calc( 100% - 114px );
    height: 160px;
    padding: 8px;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    border: 1px #d2d2d2 solid;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    transition: all 150ms;
    -webkit-transition: all 150ms;
}

.form_wrapper .form_box .field_box .rows .input_box.filled .input_box_textarea {
    height: 160px;
}

.form_wrapper .form_box .field_box .rows .i_submit {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box {
    margin: 0 20px 0 0
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box label {
    display: block;
    line-height: 30px;
    padding-top: 29px;
    font-size: 16px;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box label:first-child {
    padding-top: 0;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .rows {
    display: flex;
    flex-wrap: wrap;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .error_info {
    width: 100%;
    line-height: 26px;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box input[name="Name"] {
    flex: 1;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    border-radius: 5px;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .ranting_chose {
    margin-top: 5px;
    line-height: 34px;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .ranting_chose .review_star {
    vertical-align: middle;
    cursor: pointer;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .ranting_chose .review_star .icon-star1 {
    margin-right: 0;
    padding-right: 5px;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .ranting_chose .error_info {
    font-weight: normal;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .ranting_chose .star_0 {
    display: inline-block;
    color: #ddd;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .review_content {
    flex: 1;
    height: 129px;
    padding: 10px;
    border-radius: 5px;
    border-color: #d9d9d9;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upfile_condition {
    margin: 0 0 10px 0;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .button {
    height: 46px;
    line-height: 46px;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f16056;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
    padding: 0 40px;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box {
    display: none;
    float: left;
    width: 86px;
    height: 86px;
    position: relative;
    box-sizing: border-box;
    border: 2px dashed #d9d9d9;
    border-radius: 5px;
    margin: 18px 20px 0 0;
    border: solid 1px #f2f2f2;
    background: #fafafa;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #757575;
    font-size: 30px;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box label {
    margin: 0;
    padding-top: 0;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box:first-child {
    display: block;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box.on:after,.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box.on:before {
    background: none;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box.on .num_tips {
    font-size: 0;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box .num_tips {
    position: absolute;
    left: 0;
    top: 65%;
    width: 100%;
    text-align: center;
    color: #dddddd;
    display: none;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box {
    width: 120px;
    height: 120px;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box .pic_box {
    position: relative;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box .pic_box img {
    opacity: 1;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_box .close {
    position: absolute;
    top: -7px;
    right: -7px;
    display: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: white;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_file {
    width: 82px;
    height: 82px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    padding: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 70px;
    z-index: 1;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_file {
    width: 120px;
    height: 120px;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .upload_tips {
    color: #999;
    font-size: 14px;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box ::-webkit-input-placeholder {
    color: #999999;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box ::-moz-placeholder {
    color: #999999;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box :-ms-input-placeholder {
    color: #999999;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .textarea {
    position: relative;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .textarea_box {
    position: relative;
    width: 100%;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .textarea .font_tips {
    position: absolute;
    right: 0.4375rem;
    bottom: 0.4375rem;
    color: #999999;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .textarea .font_tips_text {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    position: relative;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .textarea .font_tips_text .iconfont {
    position: absolute;
    left: 2px ;
    top: 2px ;
    color: #f3971b;
}

.form_wrapper .form_box .field_box .rows .form_tool_img_box .ver_code {
    border-color: #d9d9d9;
    border-radius: 5px;
}

.form_wrapper .form_success {
    text-align: center;
}

.form_wrapper .form_success .icon_success_status {
    display: inline-block;
    position: static;
    margin-top: 30px;
}

.form_wrapper .form_success .success_title {
    margin-top: 15px;
    font-size: 30px;
    color: #000;
    line-height: 2;
}

.form_wrapper .form_success .success_content {
    margin-top: 5px;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}

.form_wrapper .form_success .btn_form_success {
    border-color: #797979;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    margin-top: 30px;
    text-decoration: none;
    color: #333;
    line-height: 50px;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.form_wrapper .form_success .btn_form_success:hover {
    background-color: #eee;
}

.form_wrapper .global_select_box {
    height: auto;
    line-height: 46px;
}

.form_wrapper .global_select_box .input_case {
    position: relative;
    width: calc( 100% - 95px );
    border-radius: 5px;
}

.form_wrapper .global_select_box .input_case input.imitation_select {
    cursor: pointer;
    color: #333333;
}

.form_wrapper .form_box .field_box .rows .input_box .global_select_box .imitation_select {
    width: calc( 100% - 18px );
}

.form_wrapper .global_select_box .input_case i {
    width: 12px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0.8);
    font-size: 16px;
    color: #7d8d9e;
    transition: all .5s ease 0s;
}

.form_wrapper .global_select_box .input_case i::before {
    content: "\e62b";
    font-family: "iconfont";
}

.form_wrapper .global_select_box .select_ul {
    display: none;
    padding: 0;
    margin: 0;
    width: calc( 100% - 99px );
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    border-top: 0;
}

.form_wrapper .global_select_box .select_ul::-webkit-scrollbar {
    width: 10px;
    background: #edf0f5;
}

.form_wrapper .global_select_box .select_ul::-webkit-scrollbar-thumb {
    background: rgba(193, 193, 193, 0.8);
    border-radius: 5px;
}

.form_wrapper .global_select_box .select_ul::-webkit-scrollbar-thumb:hover {
    background: rgba(168, 168, 168, 0.8);
}

.form_wrapper .global_select_box .select_ul li {
    line-height: 22px;
    transition: all .5s ease 0s;
    padding: 5px 10px;
    color: #333333;
    cursor: pointer;
}

.form_wrapper .global_select_box .select_ul li:hover, .form_wrapper .global_select_box .select_ul li.selected {
    background-color: #efefef;
}

.form_wrapper .global_select_box .select_ul li.selected.leave {
    background-color: unset;
    color: #333333;
}

.form_wrapper .global_select_box.focus .select_ul {
    display: block;
}

.form_wrapper .global_select_box.focus .input_case i {
    color: #888;
    transform: scale(0.8) rotate(-180deg);
}

.field_checked_box {
    width: calc( 100% - 114px );
    padding: 30px 20px 14px;
    background-color: #fafafa;
    box-sizing: border-box;
    font-size: 0;
}

.field_checked_box .item {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 16px;
    padding-left: 11px;
    padding-right: 18px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    line-height: 16px;
}

.field_checked_box .item::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: '';
    margin-right: 4px;
    background-color: #fff;
    border: 1px solid #ccdced;
    border-radius: 16px;
    vertical-align: bottom;
}

.field_checked_box .item.checked::before {
    width: 6px;
    height: 6px;
    border: 5px solid #222;
    border-radius: 16px;
}

.field_checked_box .item.disabled {
    cursor: no-drop;
}

.field_checked_box .item.disabled::before {
    width: 6px;
    height: 6px;
    border: 5px #d2e0ee solid;
    border-radius: 16px;
}

.field_checked_box input {
    display: none;
}

.field_checked_box .input_checkbox_box {
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #333
}

.field_checked_box .input_checkbox_box .input_checkbox {
    width: 13px;
    height: 13px;
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 16px;
    background-color: #fff;
    border: 1px #bbbbbb solid;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.field_checked_box .input_checkbox_box .input_checkbox input {
    display: none;
}

.field_checked_box .input_checkbox_box .input_checkbox:before {
    margin: auto;
    position: absolute;
    display: none;
    content: "\e647";
    font-family: "iconfont";
}

.field_checked_box .input_checkbox_box.checked .input_checkbox {
    border-color: #fff;
}

.field_checked_box .input_checkbox_box.checked .input_checkbox:before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #222;
    border: 1px #222 solid;
    color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
}

.field_checked_box .input_checkbox_box.indeterminate .input_checkbox:before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #222;
    border: 1px #222 solid;
    color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .form_wrapper #location {
        padding:0 10px
    }

    .form_wrapper .form_box {
        width: 100%;
        min-width: unset;
        box-sizing: border-box;
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .form_wrapper .form_box .field_box .rows .input_box .input_box_txt {
        width: calc( 100% - 18px );
    }

    .form_wrapper .form_box .field_box .rows .input_box .input_box_textarea {
        width: calc( 100% - 18px );
    }

    .field_checked_box {
        width: 100%;
    }
}

.field_box_form .form_tool_file_box {
    padding: 0 0 20px;
    background-color: #fff;
    border-radius: 8px;
}

.field_box_form .form_tool_file_box .upload_box {
    display: none;
    float: left;
    width: 86px;
    height: 86px;
    position: relative;
    box-sizing: border-box;
    border: 2px dashed #d9d9d9;
    border-radius: 5px;
    margin: 18px 20px 0 0;
    border: solid 1px #dfdfdf;
    background: #fafafa;
}

.field_box_form .form_tool_file_box .upload_box .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #757575;
    font-size: 30px;
}

.field_box_form .form_tool_file_box .upload_box label {
    margin: 0;
    padding-top: 0;
}

.field_box_form .form_tool_file_box .upload_box:first-child {
    display: block;
}

.field_box_form .form_tool_file_box .upload_box.on:after, .field_box_form .form_tool_file_box .upload_box.on:before {
    background: none;
}

.field_box_form .form_tool_file_box .upload_box.on .num_tips {
    font-size: 0;
}

.field_box_form .form_tool_file_box .upload_box .num_tips {
    position: absolute;
    left: 0;
    top: 65%;
    width: 100%;
    text-align: center;
    color: #dddddd;
    display: none;
}

.field_box_form .form_tool_file_box .upload_box {
    width: 120px;
    height: 120px;
}

.field_box_form .form_tool_file_box .upload_box .pic_box {
    position: relative;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
}

.field_box_form .form_tool_file_box .upload_box .pic_box img {
    opacity: 1;
}

.field_box_form .form_tool_file_box .upload_box .close {
    position: absolute;
    top: -7px;
    right: -7px;
    display: none;
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transform: rotate(45deg);
}

.field_box_form .form_tool_file_box .upload_box .close::before {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.field_box_form .form_tool_file_box .upload_box .close::after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.field_box_form .form_tool_file_box .upload_box svg {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.field_box_form .form_tool_file_box .upload_file {
    width: 82px;
    height: 82px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    padding: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 70px;
    z-index: 1;
}

.field_box_form .form_tool_file_box .upload_file {
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 1000px) {
    .field_box_form .form_tool_file_box {
        padding: 0 10px 10px 10px;
    }

    .field_box_form .form_tool_file_box .upload_file {
        width: 80px;
        height: 80px;
    }

    .field_box_form .form_tool_file_box .upload_box {
        margin: 10px 10px 0 0;
        width: 80px;
        height: 80px;
    }

    .field_box_form .form_tool_file_box .upload_box .pic_box {
        width: 80px;
        height: 80px;
    }
}

/* å…¬å…±FAQ Start */
.global_faq_box {
    padding: 50px 0;
    width: 100%;
}

.global_faq_box .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.global_faq_box .container .faq_big_title {
    margin-bottom: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}

.global_faq_box .container .item {
    padding: 24px 0 24px 10px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
}

.global_faq_box .container .item .title {
    padding-right: 102px;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #111111;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.global_faq_box .container .item i {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #111;
    border: 1px solid #111;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.global_faq_box .container .item i:before {
    margin-left: 1.5px;
}

.global_faq_box .container .item.active i {
    color: #111;
    background-color: #fff;
    transform: translateY(-50%) rotate(180deg);
}

.global_faq_box .container .item.active .title {
    font-weight: bold;
}

.global_faq_box .container .item .content {
    height: 0;
    line-height: 22px;
    font-size: 14px;
    color: #555555;
    overflow: hidden;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.global_faq_box .container .item .content .inner_height {
    padding-top: 24px;
    padding-right: 102px;
}

@media screen and (max-width: 1240px) {
    .global_faq_box .container {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1040px) {
    .global_faq_box .container {
        max-width: 750px;
    }
}

@media screen and (max-width: 768px) {
    .global_faq_box {
        padding: 25px 0;
    }

    .global_faq_box .container {
        max-width: 92%;
    }

    .global_faq_box .container .faq_big_title {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .global_faq_box .container .item {
        padding: 12px 0;
    }

    .global_faq_box .container .item .content .inner_height {
        padding-top: 12px;
    }

    .global_faq_box .container .item .title {
        font-size: 12px;
    }

    .global_faq_box .container .item .content {
        line-height: 14px;
        font-size: 12px;
    }
}

/* å…¬å…±FAQ END   */
/* äº§å“è¯¦ç»†é¡µä¼˜æƒ åˆ¸ Start   */
#pro_detail_coupon .cou_item {
    position: relative;
    display: flex;
    padding: 7px 14px;
    background-color: #fa4b4b;
    color: #fff;
    border-radius: 3px;
    line-height: 20px;
    font-size: 14px;
    width: max-content;
    margin-top: 8px;
}

#pro_detail_coupon .cou_item:before {
    content: '';
    width: 0;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 4px solid #fff;
    border-radius: 0 8px 8px 0;
    margin: auto;
}

#pro_detail_coupon .cou_item:after {
    content: '';
    width: 0;
    height: 8px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 4px solid #fff;
    border-radius: 8px 0 0 8px;
    margin: auto;
}

#pro_detail_coupon .cou_item .text {
    flex: 1;
}

#pro_detail_coupon .cou_item .btn {
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    margin-left: 12px;
    padding: 0 8px;
    color: #000;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

#pro_detail_coupon .cou_item input {
    width: 1px;
    height: 1px;
    border: none;
    background: unset;
}

#pro_detail_coupon .cou_item .cou_code {
    display: none;
}

#pro_detail_coupon .cou_item .cou_code.show {
    display: block;
}

#detail_coupon_fixed {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
}

#detail_coupon_fixed .bg {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
}

#detail_coupon_fixed .mid {
    width: 90%;
    max-width: 500px;
    background-color: #fff;
    text-align: center;
    padding: 50px;
}

#detail_coupon_fixed .tit {
    line-height: 36px;
    margin-bottom: 18px;
    font-size: 32px;
    color: #000;
}

#detail_coupon_fixed .sub {
    line-height: 26px;
    font-size: 14px;
    color: #555;
}

#detail_coupon_fixed .code {
    width: 100%;
    line-height: 50px;
    font-size: 40px;
    color: #f06055;
    display: block;
    background: unset;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#detail_coupon_fixed .btn {
    display: block;
    width: max-content;
    padding: 0 25px;
    margin: 24px auto 0;
    line-height: 46px;
    background-color: #000;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #pro_detail_coupon .cou_item {
        width: calc(100% - 28px);
        flex-wrap: wrap;
        align-items: center;
    }

    #detail_coupon_fixed .mid {
        width: 80%;
        padding: 30px;
    }

    #detail_coupon_fixed .tit {
        font-size: 28px;
    }

    #detail_coupon_fixed .code {
        font-size: 32px;
    }

    #detail_coupon_fixed .btn {
        margin-top: 18px;
    }
}

/* äº§å“è¯¦ç»†é¡µä¼˜æƒ åˆ¸ End   */
/* å…¬å…±è´´çº¸start */
.themes_prod {
    position: relative;
}

.themes_prod .sticker_box {
    position: absolute;
    display: flex;
    top: 10px;
    width: 50%;
    z-index: 10;
    text-align: left;
}

.themes_prod .sticker_box.left-top {
    left: 10px;
}

.themes_prod .sticker_box.left-top.discount_top {
    top: 46px
}

.themes_prod .sticker_box.right-top {
    right: 10px;
    text-align: right;
}

.themes_prod .sticker_box.right-top.discount_top {
    top: 46px
}

.themes_prod .sticker_box .sticker_item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.themes_prod .sticker_box.right-top .sticker_item {
    margin-left: 10px;
    margin-right: 0;
}

.themes_prod .sticker_box .sticker_item .sticker_info {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 26px;
    line-height: 26px;
}

.themes_prod .sticker_box .sticker_item .sticker_info[data='oval'] {
    padding: 0 12px;
    border-radius: 13px;
}

.themes_prod .sticker_box .sticker_item .sticker_info[data='round'] {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
}

.themes_prod .sticker_box .sticker_item .sticker_info[data='square'] {
    padding: 0 12px;
}

/* å…¬å…±è´´çº¸end */
/* CLS start */
.compute_item_img {
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}

.compute_item_img .compute_process_img {
    display: flex;
; position: relative;
    width: 100%;
    height: 0;
}

.compute_item_img .compute_process_img img {
    position: absolute;
}

/* CLS 	end  */
/* ä¼˜æƒ åˆ¸æ´»åŠ¨é¡µ start */
.coupon_announcement {
    padding: 13px 0;
    background-color: #fa4b4b;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
}

.coupon_announcement span {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-left: 45px;
    padding: 0 25px;
    background-color: #fcf029;
    color: #000;
    font-size: 30px;
    border-radius: 5px;
    position: relative;
}

.coupon_announcement span:before, .coupon_announcement span::after {
    content: '';
    width: 22px;
    height: 22px;
    background-color: #fa4b4b;
    border-radius: 11px;
    position: absolute;
    left: -11px;
    top: 24px;
}

.coupon_announcement span::after {
    left: auto;
    right: -11px;
}

.coupon_announcement span i {
    text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
    .coupon_announcement {
        font-size: 18px;
    }

    .coupon_announcement span {
        height: 42px;
        line-height: 42px;
        margin-left: 10px;
        font-size: 16px;
    }

    .coupon_announcement span:before, .coupon_announcement span::after {
        width: 18px;
        height: 18px;
        border-radius: 9px;
        left: -9px;
        top: 12px;
    }

    .coupon_announcement span::after {
        left: auto;
        right: -9px;
    }
}

/* ä¼˜æƒ åˆ¸æ´»åŠ¨é¡µ end */
/* ä¿ƒé”€æ´»åŠ¨é¡µé¢æ˜¾ç¤º start */
.countdown_box .countdown_wrapper {
    overflow: hidden;
    height: 106px;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
}

.countdown_box .countdown_wrapper .srcoll_suit_box {
    margin: 0 auto
}

.countdown_box .countdown_item {
    width: 360px;
    height: 106px;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s;
}

.countdown_box .countdown_item .currency_info {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.countdown_box.only .countdown_item {
    width: 100%;
}

.countdown_box .countdown_item .activity_title {
    font-size: 18px;
}

.countdown_box .countdown_item .countdown_time,.countdown_box .countdown_wrapper .countdown_item .no_countdown_time {
    margin: 3px 0;
    font-size: 24px;
    color: #13191a;
}

.countdown_box .countdown_item .countdown_time i {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.countdown_box .countdown_item.cur .countdown_time i {
    color: #fff;
}

.countdown_box .countdown_item .countdown_time .time_span {
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.countdown_box .countdown_item.cur .countdown_time .time_span,.countdown_box.only .countdown_item .countdown_time .time_span {
    width: 46px;
    height: 32px;
    line-height: 32px;
}

.countdown_box .countdown_item.cur .countdown_time i,.countdown_box.only .countdown_item .countdown_time i {
    margin: 0 3px
}

.countdown_box a:hover {
    text-decoration: none;
}

.countdown_box .countdown_wrapper .countdown_item.out {
    cursor: not-allowed;
}

.countdown_box .countdown_wrapper .countdown_item.out .activity_title {
    color: #777777;
}

.countdown_box .countdown_wrapper .countdown_item.out .countdown_time {
    color: #777777;
}

.countdown_box .countdown_wrapper .countdown_item.out .countdown_time .time_span {
    color: #777777;
    background-color: unset;
}

.countdown_box .countdown_wrapper .srcoll_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.countdown_box .countdown_wrapper .srcoll_btn:after {
    font-size: 20px;
    color: #ffcac8;
    left: 0;
    font-family: "iconfont" !important;
}

.countdown_box .countdown_wrapper .srcoll_btn_prev {
    left: 0;
}

.countdown_box .countdown_wrapper .srcoll_btn_prev:after {
    content: "\e63c"
}

.countdown_box .countdown_wrapper .srcoll_btn_next {
    right: 0;
}

.countdown_box .countdown_wrapper .srcoll_btn_next:after {
    content: "\e641"
}

@media screen and (max-width: 1279px) {
    .countdown_box .countdown_item {
        width: 300px;
    }
}

@media screen and (max-width: 1000px) {
    .countdown_box .countdown_wrapper {
        padding:0;
        height: 57px;
    }

    .countdown_box .countdown_wrapper .srcoll_btn {
        display: none;
    }

    .countdown_box .countdown_item {
        width: 170px;
        height: 57px;
    }

    .countdown_box .countdown_item .activity_title {
        font-size: 14px;
    }

    .countdown_box .countdown_item .countdown_time {
        margin: 5px 0;
        font-size: 16px;
    }

    .countdown_box .countdown_item.cur .countdown_time .time_span,.countdown_box.only .countdown_item .countdown_time .time_span {
        padding: 0 5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .countdown_box .countdown_wrapper .countdown_item .no_countdown_time {
        font-size: 16px;
    }

    .countdown_box .countdown_item.cur .countdown_time i,.countdown_box.only .countdown_item .countdown_time i {
        margin: 0 1px
    }
}

/* ä¿ƒé”€æ´»åŠ¨é¡µé¢æ˜¾ç¤º end */
/* æŠ¥ä»·è¡¨ start */
#report * {
    font-family: "Microsoft YaHei";
}

#report img {
    max-width: 100%;
    max-height: 100%;
}

#report .bold {
    font-weight: bold;
}

#report .left {
    text-align: left;
}

#report .right {
    text-align: right;
}

#report .f16 {
    font-size: 16px;
}

#report .f18 {
    font-size: 18px;
}

#report .f24 {
    font-size: 24px;
}

#report .table {
    display: table;
}

#report .table .tr {
    display: table-row;
}

#report .table .td {
    display: table-cell;
}

#report * {
    cursor: default;
}

#report .container {
    width: 1080px;
    margin: 0 auto;
    padding: 40px 0;
}

#report .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#report .head .logo {
    max-width: 300px;
}

#report .head .logo img {
    max-height: 150px;
}

#report .head .info {
    max-width: 600px;
    font-size: 18px;
}

#report .head .info p {
    padding: 2px 0;
}

#report .headline {
    height: 2px;
    background-color: #f4f4f4;
    margin-top: 20px;
}

#report .orderInfo {
    margin-top: 32px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}

#report .orderInfo span {
    padding: 3px 0;
    margin-right: 30px;
}

#report .orderTable {
    margin-top: 12px;
}

#report .orderTable table {
    width: 100%;
}

#report .orderTable td, #report .orderTable th {
    border: 1px solid #b6b6b6;
    text-align: center;
    box-sizing: border-box;
}

#report .orderTable th {
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    white-space: nowrap;
}

#report .orderTable td {
    font-size: 14px;
    padding: 20px;
}

#report .orderTable td.image {
    padding: 10px;
}

#report .orderTable td.name img {
    max-width: 100px;
}

#report .orderTable td.name p {
    padding: 3px 0;
}

#report .orderTable td .table .td {
    padding: 8px 25px;
}

@media screen and (max-width: 1080px) {
    #report .container {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    #report .head {
        flex-wrap: wrap;
    }

    #report .head .logo {
        margin: 0 auto;
    }

    #report .head .info {
        margin-top: 10px;
    }

    #report .orderInfo {
        margin-top: 15px;
    }

    #report .orderTable {
        overflow: auto;
    }
}

/* æŠ¥ä»·è¡¨ end */
/*************************** æ‰¹å‘æ··æ‰¹è®¾ç½® Start **************************/
.mixed_wholesale_tips {
    display: inline-block;
    padding: 0 8px;
    line-height: 24px;
    border-radius: 5px;
    background-color: #ffe7e7;
    color: #f16056;
    font-size: 12px;
}

/*************************** æ‰¹å‘æ··æ‰¹è®¾ç½® End **************************/
.default_products_detail video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.products_detail_box .thumb_big ul li.has_video {
    background-color: #000;
}

.products_detail_box .thumb_big ul li.local_video img {
    display: none!important;
}

.custom_attr_box .field_box_form .form_tool_file_box .upload_box {
    margin: 15px 10px 0 0;
    width: 80px;
    height: 80px;
    overflow: unset;
    box-sizing: border-box;
    border: 2px dashed #d9d9d9;
    border-radius: 5px;
    margin: 20px 20px 0 0;
    border: solid 1px #dfdfdf;
    background: #fafafa;
}

.custom_attr_box .field_box_form .form_tool_file_box .upload_box .pic_box {
    width: 80px;
    height: 80px;
}

.custom_attr_box .field_box_form .form_tool_file_box .upload_box .upload_file {
    z-index: 0;
    padding-right: 0;
}

.custom_attr_box .field_box_form .form_tool_file_box .upload_box svg {
    width: 32px;
    height: 32px;
}
