/*å¤´éƒ¨CSS*/
body,* {
    font-family: "Helvetica","Lantinghei SC","microsoft yahei";
    padding: 0;
    margin: 0;
    
}


@font-face {
    font-family: 'Helvetica';
    src:url('Helvetica.eot');
    src:url('Helvetica.eot?#iefix') format('embedded-opentype'),
        url('Helvetica.woff') format('woff'),
        url('Helvetica.ttf') format('truetype'),
        url('Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.dn {
    display: none;
}

.clear_float:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.top-nav {
    height: 80px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.top-nav span.num {
    background: red;
    -webkit-border-radius: 13px 13px 13px 13px;
    border-radius: 13px 13px 13px 13px;
    color: #ffffff;
    font-size: 12px;
    padding: 1px 6px 1px 6px;
    position: relative;
    right: 2px;
    top: -8px;
}

div.logo {
    float: left;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
}

.logo img {
/*    display: block;
    height: 100% !important;
    width: 100% !important;*/
}

.nav-right {
    float: left;
    height: 100%;
    padding-left: 80px;
    position: absolute;
    top: 0;
    width: 100%;
}

.on-nav {
    position: relative;
    background: #222222;
    height: 40px;
    line-height: 40px;
}

.the-left {
    float: left;
}

.the-left .navDiv {
    float: left;
}

.the-left .navDiv > a {
    display: block;
    font-size: 12px;
    color: #ffffff;
    padding: 0 20px;
}
.navDiv a:hover{
    text-decoration: none;
}

.the-left .navDiv > a.vipeak_a {
    font-weight: bold;
}

.the-left .navDiv > a.vipeak_a span {
    color: #e52d1d;
}

.the-left .navDiv > a.vipeak_a.nav-left-click {
    color: #231815;
}

.the-left .navDiv > a.vipeak_a + .down-left .navSec {
    width: 20%;
}
.navSec a:hover{
    text-decoration: none;
}
.the-left .navDiv > a.nav-left-click {
    background: #ffffff;
    color: #585858;
}

.the-left .navDiv > a.nav-left-click:hover {
    opacity: 1;
}

.the-left .navDiv > a.nav-left-click + .down-left {
    display: block;
}

.the-left .navDiv > a:hover {
    opacity: 0.8;
}

.the-left .navDiv > a.nav-left-click:hover {
    opacity: 1;
}

.the-right {
    float: right;
}

.the_right_in {
    position: relative;
    float: left;
}

.the_right_in > a {
    float: left;
}
.the_right_in a:hover{
    text-decoration: none;
}
.language {
    line-height: 38px;
    padding: 0 30px 0 10px;
    cursor: default;
}

.message img {
    position: relative;
    top: -1px;
}

.position {
    line-height: 40px;
    position: relative;
}

.position .fa-map-marker {
    font-size: 1.3em;
    top: 1px;
}

.position i {
    font-size: 1.5em;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.mobile-store {
    position: relative;
}

.mobile-store .fa-map-marker {
    font-size: 1.3em;
    top: 1px;
}

.mobile-store i {
    font-size: 1.5em;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.mobile-store:hover .phone-ewm {
    display: block;
}

.user i {
    margin-left: 5px;
}

.phone-ewm {
    background: #ffffff;
    display: none;
    height: 170px;
    left: 1px;
    margin-left: -40px;
    /* padding-top: 10px; */
    position: absolute;
    right: 0;
    width: 170px;
    z-index: 2;
}

.phone-ewm div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    height: 100px;
    height: auto;
    margin: 0 auto;
    /* padding: 10px; */
    width: 120px;
}

.phone-ewm p {
    clear: both;
    color: #000000;
    height: 20px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.phone-ewm .t {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 8px;
}

.phone-ewm img {
    width: 100%;
}

.the_right_in > a > div {
    padding: 0 10px;
    color: #c7c7c7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.the_right_in .user .name-box {
    width: 75px;
    display: inline-block;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

/*.the_right_in > a > div:hover {*/
/*color: #fff;*/
/*}*/

.mobile-store:hover,
.message:hover {
    background: #ffffff;
    color: #c7c7c7 !important;
}

.cartWrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.cartWrap .cart {
    height: 100%;
    background: #f7f7f7;
    position: relative;
}

.cartWrap .cart i {
    color: #222222;
    font-size: 1.6em;
    height: 40px;
    line-height: 40px;
}

.cartWrap .cart span.num {
    height: 15px;
    line-height: 14px;
    padding: 1px 4px 1px 4px;
    position: absolute;
    right: 16px;
    top: 4px;
}

/*.cartWrap:hover .cart-dialog {*/
/*display: block;*/
/*}*/
.cart-dialog {
    background: #f7f7f7;
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: 300px;
    z-index: 2;
    line-height: normal;
    text-align: left;
    color: #333;
    height: 580px;
    overflow: scroll;
}

.car-ware {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px 15px 20px;
}

.ware-l {
    border: 1px solid #e5e5e5;
    float: left;
    height: 80px;
    width: 80px;
    text-align: center;
    font-size: 0;
    background-color: #fff;
    position: relative;
}

.ware-l img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.ware-l:before {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
}

.ware-r {
    float: left;
    margin-left: 10px;
    width: 60%;
}

.ware-r .title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
.cart-dialog .ware-r .title{
    height: 40px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ware-r .ware-b {
    overflow: hidden;
    color: #838383;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}

.ware-r .ware-b .size {
    float: left;
}

.ware-r .ware-b .money {
    float: right;
}

.ware-r .ware-d {
    overflow: hidden;
    color: #838383;
}

.ware-r .ware-d .piece {
    float: left;
}

.ware-r .ware-d .remove {
    color: #54adfe;
    float: right;
}
.cart-dialog .ware-r .ware-d a{
    float: left;    
    line-height: 22px;
}
.cart-dialog .ware-r .ware-d .remove{
    float: right;
}

.none-ware .ware-l:after {
    content: "ç¼ºè´§ä¸­";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #DE1D1D;
    width: 100%;
    height: 100%;
    line-height: 80px;
}

.none-ware img {
    opacity: 0.2;
}

.none-ware .title {
    color: #838383 !important;
}

.d-all {
    float: left;
    padding: 20px;
    width: 100%;
}

.d-all span {
    color: #333;
}

.d-all span:first-child {
    float: left;
}

.d-all span:last-child {
    float: right;
}

.sub-cart {
    clear: both;
}

.sub-cart div {
    background: #e40012;
    clear: both;
    color: #ffffff;
    font-size: 16px;
    margin: 10px auto;
    padding: 15px;
    text-align: center;
    width: 86%;
}

.sub-cart div:hover {
    background: #eb4e43;
}

.the-none-ware {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    width: 90%;
    font-size: 14px;
}

.down-right {
    position: absolute;
    top: 40px;
    right: 0;
    width: 35% !important;
    max-width: 500px;
    padding-left: 30px;
}

.down-right .searchWrap {
    background: #f7f7f7;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
    margin: 5px 12px 0 0;
}

.down-right .searchWrap > a {
    float: left;
    position: relative;
    z-index: 1;
}

.down-right .search {
    border: 0;
    height: 30px;
    line-height: 30px;
    outline: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 30px;
    color: #000;
    font-size: 14px;
    background: #e2e2e2;
}

.down-right i {
    color: #8e8e8e;
}

.search_history {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.search_history dl > * {
    padding: 0 15px;
    margin-top: -1px;
}

.search_history dl > * div {
    padding: 0 5px;
    height: 36px;
    line-height: 35px;
}

.search_history dt .fl {
    color: #777;
}

.search_history dt .fr {
    color: #01a2ff;
    cursor: pointer;
}

.search_history dt .fr:hover {
    text-decoration: none;
}

.search_history dd {
    cursor: default;
}

.search_history dd div {
    color: #333;
    border-top: 1px solid #f4f4f4;
}

.search_history dd:last-child div {
    border-bottom: none;
}

.search_history dd:hover {
    background: #f4f4f4;
}

.down-left {
    display: none;
    position: absolute;
    padding-left: 0;
    width: 65% !important;
    top: 40px;
    left: 0;
}

.down-left .navSec {
    float: left;
    text-align: center;
    /*width: 12.5%;*/
    padding: 0 3%;
}

.down-left .VipSec {
    float: left;
    text-align: center;
    /*width: 14.5%;*/
    padding: 0 3%;
}

.down-left .VipSec a {
    display: block;
    color: #000000;
    font-size: 16px;
}

.down-left .navSec a {
    display: block;
    color: #000000;
    font-size: 16px;
}

.down-left .navSec:hover {
    background: #f7f7f7;
}

.down-left .navSec:hover .navSec_hover {
    display: block;
}

.top_nav_fix {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
/*
.top_nav_fix .logo {
    width: 60px;
    height: 60px;
}

.top_nav_fix .nav-right {
    padding-left: 0;
}

.top_nav_fix .nav-right .on-nav {
    height: 0;
}

.top_nav_fix .nav-right .navDiv > a {
    display: none;
}

.top_nav_fix .nav-right .down-left {
    width: 53.333333% !important;
    margin-left: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
}

.top_nav_fix .nav-right .the-right {
    display: none;
}

.top_nav_fix .nav-right .down-right {
    width: 460px !important;
    height: 60px;
    padding: 0;
    top: 0;
}

.top_nav_fix .nav-right .down-right .searchWrap {
    float: left;
    width: 360px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

.top_nav_fix .nav-right .down-right .searchWrap .search {
    height: 40px;
}

.top_nav_fix .nav-right .down-right .cartWrap {
    display: block;
    float: right;
}

.top_nav_fix .nav-right .down-right .cart {
    background: #000000;
    height: 60px;
    line-height: 60px;
    margin-top: 0;
    padding: 0;
    text-align: center;
    width: 90px;
}

.top_nav_fix .nav-right .down-right .cart i {
    color: #ffffff;
}

.top_nav_fix .nav-right .down-right .cart span.num {
    background: red;
    -webkit-border-radius: 13px 13px 13px 13px;
    border-radius: 13px 13px 13px 13px;
    color: #ffffff;
    font-size: 12px;
    height: 15px;
    line-height: 14px;
    padding: 1px 4px 1px 4px;
    position: absolute;
    right: 9px;
    top: 7px;
}

.top_nav_fix .cartWrap {
    height: 60px;
    line-height: 60px;
}

.top_nav_fix .cartWrap .cart {
    background: #000;
}

.top_nav_fix .cartWrap .cart .fa-2x {
    color: #fff;
    font-size: 2em;
}

.top_nav_fix .cartWrap .cart span.num {
    top: 7px;
    right: 9px;
}

.top_nav_fix .navSec_hover {
    top: 60px!important;
}

.top_nav_fix .search_history {
    top: 40px;
}
*/
.navSec_hover {
    display: none;
    background: #f7f7f7;
    padding: 40px 0;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}

.navSec_hover a {
    color: #000000;
}

.navSec_hover a:hover {
    text-decoration: none;
}

.navSec_hover a:active,
.navSec_hover a:link {
    color: #000000;
}

.product-center {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
}

.product-center .products {
    float: left;
    overflow: hidden;
}

.productIn.rline {
    border-right: 1px solid #e5e5e5;
}

.productIn {
    /*border-left: 1px solid #e5e5e5;*/
    /*border-right: 1px solid #e5e5e5;*/
    margin-left: -1px;
    float: left;
    overflow: hidden;
    padding: 0 30px;
}

.productIn:last-of-type {
    border-right: none;
}

.productIn .ulWrap {
    float: left;
    padding: 0 10px;
}

.productIn .ulWrap ul {
    margin-top: 12px;
}

.productIn .ulWrap ul:first-child {
    margin-top: 0;
}

.product-center .productIn:first-child > .ulWrap ul > li > a {
    font-weight: bold;
}

.productIn li {
    margin-bottom: 5px;
}

.productIn li > * {
    font-size: 12px !important;
    text-align: left;
    height: auto;
    line-height: 14px;
    padding: 2px 0;
    color: #000;
}

.productIn li:last-child {
    margin-bottom: 0;
}

.productIn .tis {
    font-weight: bold;
    margin-bottom: 8px;
}

.newProUl {
    width: 100px;
}

.product_img {
    float: right;
    padding-left: 10px;
    display: none;
}

.product_img a {
    display: block;
}
.productIn_imgs{display:none}
.productIn_imgs ul {
    overflow: hidden;
}

.productIn_imgs ul li {
    width: 20%;
    padding: 0 5px;
    float: left;
}

.productIn_imgs ul li img {
    width: 100%;
    height: 120px;
}

.productIn_imgs ul li p {
    color: #000;
    line-height: 45px;
}

.productIn_imgs ul li p .rights_span {
    vertical-align: top;
    font-size: 12px;
    line-height: 30px;
}

.newsBar {
    background: #efefef url(notice.png) no-repeat 100px 5px;
    text-align: left;
    height: 32px;
    overflow: hidden;
    background-size: 23px;
}
.newsBar li{padding-left: 105px;line-height: 34px;height: 32px;overflow: hidden;}
.newsBar li p {
    display: inline-block;
   
    padding: 0 0 0 30px;
    margin: 0;
}

.newsBar li p a {
    display: inline-block;
    color: #5d5d5d;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
     white-space: nowrap;
}

.newsBar li p a:hover {
    text-decoration: none;
}

.pop {
    display: none;
}

.pop .pop_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.pop .pop_con {
    width: 430px;
    height: 170px;
    padding: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 40%;
    margin: -85px 0 0 -215px;
    z-index: 2;
}

.pop .pop_con p {
    font-size: 18px;
    line-height: 80px;
}

.pop .pop_con .close {
    width: 20px;
    height: 20px;
    background: url("../../img/close.png") no-repeat;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.pop .pop_con button {
    width: 120px;
    height: 40px;
    margin: 0 6px;
}

.pop .pop_con .cancel {
    border: 1px solid #dcdcdc;
    color: #000;
}

.pop .pop_con .cancel:hover {
    background: #f9f9f9;
}

.pop .pop_con .confirm {
    background: #e72b1e;
    color: #fff;
    border: none;
}

.pop .pop_con .confirm:hover {
    background: #eb4e43;
}

.wechat .click {
    background: #333333;
}

/*è¯­è¨€é€‰æ‹©*/
.other-country {
    display: none;
    font-size: 12px;
    position: absolute;
    right: 90px;
    background: #fff;
    width: 560px;
    height: auto;
    z-index: 99;
    top: 40px;
    padding: 16px;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 1px 1px 1px #ddd;
    box-shadow: 1px 1px 1px #ddd;
}

.other-country ul {
    width: 25%;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #f1f1f1;
}

.other-country ul li {
    font-weight: bold;
    line-height: 32px;
}

.other-country ul li a{
    color: #767676;
}
.other-country ul li a:hover {
    color: #e31d1a;
}

.other-country ul li.over-large {
    width: 118px;
}

.other-country ul li.tit {
    color: #000000;
    border-bottom: 2px solid #e31d1a;
    font-weight: bold;
    line-height: 32px;
}

.other-country ul li.mt25 {
    margin-top: 25px;
}

/*ç”¨æˆ·å·²ç»ç™»é™†ä¸‹æ‹‰*/

.user-dialog {
    display: none;
    position: absolute;
    left:0;
    top: 38px;
    width: 112px;
    z-index: 999;
    background: #fff;
    height: auto;
    padding: 0;
    color: #000;
    cursor: pointer;
    text-align: left;
}

.user-dialog ul li {
    font-size: 12px;
    padding-left: 45px;
    border-bottom: 1px solid #e5e5e5;
}

.user-dialog ul li a {
    width: 100%;
}

.user-dialog ul li.u1 {
    background: url("../../img/u1.png") no-repeat 20% center;
    background-size: 17px;
}

.user-dialog ul li.u2 {
    background: url("../../img/u2.png") no-repeat 20% center;
    background-size: 17px;
}

.user-dialog ul li.u3 {
    background: url("../../img/u3.png") no-repeat 20% center;
    background-size: 17px;
}

.user-dialog ul li.u4 {
    background: url("../../img/u4.png") no-repeat 20% center;
    background-size: 17px;
}

.user-dialog ul li.u5 {
    background: url("../../img/u5.png") no-repeat 20% center;
    background-size: 17px;
}

.user-dialog ul li.u6 {
    background: url("../../img/u6.png") no-repeat 20% center;
    background-size: 17px;
}

.user-dialog ul li.u7 {
    background: url("../../img/u7.png") no-repeat 20% center;
    background-size: 17px;
}

.user-dialog ul li.u8 {
    background: url("../../img/u8.png") no-repeat 20% center;
    background-size: 17px;
}

.user-dialog ul li.u9 {
    background: url("../../img/u9.png") no-repeat 20% center;
    background-size: 17px;
}

.user-dialog ul li.u10 {
    background: url("../../img/u10.png") no-repeat 20% center;
    background-size: 17px;
}

.user-dialog ul li a {
    color: #767676;
}
/*cms*/
.main_article_box{ width:1010px; margin:0 auto;}
 .main_article_title{ height: 60px;margin-bottom: 20px;}
 .main_article_title li{ float:left;width:25%;text-align:center;font-size:18px;font-weight:bold;height:60px;line-height:60px;}
 .main_article_title li.active a{ color:#000;border-bottom: 1px solid #000;}
 .main_article_title li a{ color:#000;}
 .about_text_box{width: 415px; min-height:200px;}
 .item-border-bottom > .clearfix{overflow: hidden;margin: 0;padding: 25px 0;position: relative;}
 .item-border-bottom > .clearfix:after{content:'';width:81%;height: 1px;overflow:hidden;background: #000000;clear: both;position: absolute;bottom: 0px;left: 0;border-bottom: 1px solid #000;display: block;visibility: visible;}
  .item-border-bottom > .clearfix:nth-child(odd):after{left:auto;right:0}
 .about_text_box h4{text-align: center;font-size: 26px;height: 40px;line-height: 40px;margin-top:-10px}
 .about_text_box p{ font-size: 16px;line-height: 24px;}
 .about_img_box{position: absolute;top: 25px;}
 .about_img_box img{ width:400px;height:200px;}
 .about_product_box{ width:50%;padding:2%;float: left; margin: 0 auto; margin-bottom: 10px;}
 .about_product_box img{ width:100%;}
 .about_athletes_box{ margin: 0 auto;width: 802px;}
 .about_athletes_box h4{ text-align: center;font-size: 26px;font-weight: normal;}
 .about_athletes_box h5{ font-size: 16px; margin: 30px 0;}
 .about_athletes_box ul li{ float: left;position: relative; margin-right: 30px; margin-bottom: 30px;}
 .about_athletes_box ul li:last-child{ margin-right: 0; }
 .about_athletes_box ul li span{ display: block; position: absolute; bottom: 10px; background: rgba(255,255,254,.3); width: 100%;color: #fff;font-size: 18px;padding: 3px 10px;cursor:default}
 .about_athletes_box ul li a:hover{ color: #fff;}
 .icon_athletes_arows{ display: block; background: #ff0000; width: 31px; height: 31px; position: absolute; right: 0; top: 0;}
 .icon_athletes_arows i{  border-left: 2px solid #fff; border-bottom: 2px solid #fff; width: 14px; height: 14px; display: block; transform: rotate(225deg); -ms-transform: rotate(225deg); -moz-transform: rotate(225deg); -webkit-transform: rotate(225deg); -o-transform: rotate(225deg); margin-top: 8px; margin-left: 5px;}
 .about_activity_box{ margin: 0 auto;width: 802px;}
 .about_activity_text_list li{ float: left; width: 100%; margin-bottom: 50px; position: relative;}
 .about_activity_text_list li img{ float: left;}
 .about_activity_text_list li h4{  margin-left: 310px;font-size: 26px;margin-top: 0;}
 .about_activity_text_list li h4 a{ color: #000; cursor: default;}
 .about_activity_text_list li h5{ margin-left: 310px;color: #646464; font-weight: normal; font-size: 16px;}
 .about_activity_text_list li p{ margin-left: 310px;color: #646464; font-size: 16px; position: absolute; bottom: 0;}
 .about_activity_text_list li p span{ color: #000; font-weight: bold;}

.login_box,.shops_box,.weixin_box,.language_box,.cartmini_box{
    float: left;
}
.login_box a,.shops_box a,.weixin_box a,.language_box a,.cartmini_box a{
    color: #c7c7c7;
}
.login_box{
    width: 150px;
    margin: 0 10px;
    color: #c7c7c7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.login_box .member-dialog{
    display: none;background: #fff;border: 1px solid #c7c7c7;z-index: 100;position: absolute;left: 0;width: 150px;margin-left: 60px;text-align: center;
}

.shops_box{
    width: 90px;
    padding: 0 10px;
    color: #c7c7c7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.weixin_box{
    width: 95px;
    color: #c7c7c7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.mobile-store{
    padding: 0 10px;
    color: #c7c7c7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.language_box{
    width: 60px;
    padding: 0 10px;
    color: #c7c7c7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.language_box .address-dialog{
display: none;width:150px;position: absolute;z-index: 101;
    left: -50px;background:#fff;border:1px solid #ddd;padding:10px;line-height:30px;top:40px;
}
.language_box:hover{
    background: #fff;
}
.language_box:hover .address-dialog{
    display: block;
}
.cartmini_box{
    width: 90px;
    color: #c7c7c7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.mar-notice{
    height: 24px;
    width: 24px;
    vertical-align: top;
    margin-top: 4px;
    /* display: none; */
}
.addcart-bg{
   position: fixed;
   top: 0;
   right: 0;
   left:0;bottom:0;
   background: #000;
   z-index: 999999999;
   opacity: 0.3;
   display: none;
}
.closebtn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    background: url(the-close01.png) no-repeat;
    background-size: 100%;
}
.marquee{
    height:32px;
    display: inline-block;
    /* position: absolute; */
    /* left:50%; */
    width: 100%;
    /* text-align: center; */
    overflow: hidden;
}
.marquee .inner{
    position: inherit;
}
.inner{
    position: absolute;
}
.inner .innerbox{
    position: absolute;
    width: 100%;
    /* text-align: center; */
    height: 32px;
    overflow: hidden;
}
.inner .innerbox li{
    position: absolute;
    top: 32px;
    animation: xx 5s;
    display: none;
    width: 100%;
    /* text-align: center; */
    padding-left: 100px;
}
@keyframes xx{
    0%{top:24px;}
    30%{top:0;}
    80%{top:0;}
    100%{top:-24px;}
}

.down-right .searchWrap .btn_search {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: none;
    border: 0;
}
.product-comment {width: 1200px;margin: 0 auto;}
.product-comment .mod{border:none;}
.product-comment .mod-title{background: none;text-align: center;height: 70px;border-top:1px solid #ddd;padding-top:20px}
.product-comment .mod-title h2{font-size: 26px;font-weight: bold;color: #000;line-height: 50px;}
.product-comment .product-score{border-bottom: 1px dotted #ddd;margin-bottom: 15px;}
.product-comment .score-total .label,.product-comment .scores-list .label{color: #333;padding: 0;line-height: 26px;font-size: 100%;vertical-align: inherit;float: left;padding-right: 10px;}
.product-comment .comment-list .member-avatar{margin: 0;}
.product-comment .comment-list{padding: 0;}
.product-comment .product-score td{padding: 15px 0;}

.activity .i{padding-top: 15px;}
.activity h6{font-size: 16px;text-align: center;margin-bottom: 5px;}
.activity h6 a{color:#333;}
.activity h6 a:hover{color:#ef3125;}
.activity .item{background: #f5f5f5;padding: 10px 0 20px 0;position:  relative;}
.activity .i .ul{text-align: center;}
.activity .i .gel-price{font-size: 24px;color: #ef3125;}
.activity .i .gel-price label{font-size: 16px;font-weight:  normal;vertical-align:  middle;margin: 0;}
.activity .buy-button{position: absolute;bottom: -18px;left: 50%;margin-left: -18px;width: 36px;height:  36px;background: url(addcart.png) no-repeat 0 0;line-height:  200px;overflow:  hidden;}
.activity .buy-button a{display:block}
