﻿@charset "utf-8";
/*通用的样式*/
body {
    font-family: "Alibaba Sans";
    overflow-x:auto;
}
/*@font-face {
    font-family: Alibaba Sans;
    src: url(/Content/font/AlibabaSans-Regular.otf);
}*/

address, cite, dfn, em, var, i {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    word-wrap: break-word;
    word-break: break-all;
}
.h1, .h2, .h3, h1, h2, h3{
margin:0;
}
a {
    cursor: pointer;
}
a:hover, a:focus {
    color: #f90;
    text-decoration: none;
    outline: none;
}
.pointer {
    cursor: pointer;
}
.underline {
    text-decoration: underline;
}
.not-allowed {
    cursor: not-allowed !important;
}
.text-center {
    text-align: center;
}
.not-selectable {
    background-color: #eee !important;
    color: #bbb !important;
    cursor: not-allowed !important;
    border:1px solid #eee !important;
}
ul, ol, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.dis {
    display: block;
}
.undis {
    display: none;
}
.inline-block {
    display: inline-block;
}
.bold {
    font-weight: 700;
}

.normal {
    font-weight: 400;
}
/*字体大小*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}
.f32 {
    font-size: 32px;
}
.f36 {
    font-size: 36px;
}
.f48 {
    font-size: 48px;
}


/*字体颜色*/
.black {
    color: #000;
}

.white {
    color: #fff;
}

.cl-c00 {
    color: #c00;
}

.cl-333 {
    color: #333;
}

.cl-454545 {
    color: #454545;
}

.cl-666 {
    color: #666;
}

.cl-828282 {
    color: #828282;
}

.cl-999 {
    color: #999;
}

.cl-b16a00 {
    color: #b16a00;
}
.cl-ccc {
    color: #ccc;
}

.cl-f00 {
    color: #f00;
}

.cl-f90 {
    color: #f90;
}

.cl-2192d9 {
    color: #2192d9;
}

.cl-00ba00 {
    color: #00ba00;
}
.cl-308921 {
    color:#308921;
}

.cl-a3a3a3 {
    color: #a3a3a3;
}
.cl-878787 {
    color: #878787;
}
.cl-a3aaba{color:#a3aaba}
.cl-262626{color:#262626}
.cl-acacac{color:#acacac;}
/*margin padding值*/
.mt0 {
    margin-top: 0px;
}

.mt2 {
    margin-top: 2px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt22 {
    margin-top: 22px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}
.mt80 {
    margin-top: 80px;
}
.mt100 {
    margin-top: 100px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb100 {
    margin-bottom: 100px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml100 {
    margin-left: 100px;
}

.mr5 {
    margin-right: 5px;
}

.mr4 {
    margin-right: 4px;
}

.mr6 {
    margin-right: 6px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr60 {
    margin-right: 60px;
}
.mr80 {
    margin-right: 80px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.site-nav-r .plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
/*宽度 高度*/
.w50 {
    width: 50px !important;
}

.w45 {
    width: 45px !important;
}

.w80 {
    width: 80px !important;
}

.w100 {
    width: 100px !important;
}

.w200 {
    width: 200px !important;
}

.w215 {
    width: 215px !important;
}

.w160 {
    width: 160px !important;
}

.h30 {
    height: 30px !important;
    line-height: 30px;
}

.h35 {
    height: 35px !important;
    line-height: 35px;
}

.line-wrap {
    min-width: 1200px;
}

.w1280 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.shadow-box {
    width: 100%;
    height: 9px;
    position: absolute;
    background: url('../img/shadow_bg.png') repeat-x;
}



.no-border {
    border: none !important;
}

.no-margin {
    margin: 0 !important;
}

.nowrap {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}

.text-bottom {
    vertical-align: text-bottom;
}
/*input select*/
.style-input {
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    border: 1px solid #ddd;
}

.style-select {
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    border: 1px solid #ddd;
}

.style-textarea {
    height: 60px;
    line-height: 20px;
    padding: 4px 6px;
    border: 1px solid #ddd;
}
.mt10_obj{
    margin-top:20px;
}
.news_txt_obj{
    margin-top:30px;

}
.search-input {
    padding: 5px 8px;
    -webkit-box-shadow: 3px 3px 3px #efefef inset;
    -moz-box-shadow: 3px 3px 3px #efefef inset;
    box-shadow: 3px 3px 3px #efefef inset;
    border: 1px solid #dadada;
}
/*可通用激活状态*/
.current {
    color: #f90;
    font-weight: 700;
}


/*可通用图标*/
.jp-ico {
    background-image: url('../img/icons.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
}

.pcbonline-ico {
    width: 17px;
    height: 21px;
    margin-right: 4px;
    background-position: 0 -12px;
}

.cart-ico {
    width: 20px;
    height: 20px;
    background-position: -20px -12px;
    margin-right: 10px;
}

.bigcart-ico {
    width: 26px;
    height: 29px;
    background-position: -89px -0px;
    margin-right: 10px;
}

.optiontip-ico {
    width: 14px;
    height: 14px;
    background-position: -66px -12px;
    text-indent: -99999em;
    text-align: left;
    overflow: hidden;
}


.subscript-ico {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
    background-position: -40px 0;
}

.quickness-ico {
    width: 40px;
    height: 40px;
    background-position: 1px -106px;
}

.accurateness-ico {
    width: 40px;
    height: 40px;
    background-position: -39px -106px;
}

.excellence-ico {
    width: 40px;
    height: 40px;
    background-position: -79px -106px;
}

.hook-ico {
    width: 13px;
    height: 13px;
    background-position: -80px -66px;
    margin-right: 4px;
}

.del-ico {
    width: 14px;
    height: 16px;
    background-position: -86px -150px;
    margin-right: 4px;
    vertical-align: text-bottom;
}

    .del-ico:hover {
        background-position: -102px -150px;
    }

.ok-ico {
    width: 36px;
    height: 36px;
    background-position: 0 -186px;
    margin-right: 6px;
}

.fail-ico {
    width: 36px;
    height: 36px;
    background-position: -84px -186px;
    margin-right: 6px;
}

.position-ico {
    width: 20px;
    height: 25px;
    background-position: -40px -186px;
    margin-right: 6px;
}

.tipscon {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 1000;
    display: none;
    width: 250px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    -webkit-box-shadow: 0 0 15px #999;
    -moz-box-shadow: 0 0 15px #999;
    box-shadow: 0 0 15px #999;
}

.item-tips .jp-ico {
    width: 16px;
    height: 16px;
    background-position: -66px -186px;
}

.tel-ico {
    width: 32px;
    height: 32px;
    background-position: 0 -230px;
}

.qq-ico {
    width: 32px;
    height: 32px;
    background-position: -36px -230px;
}

.email-ico {
    width: 32px;
    height: 32px;
    background-position: -72px -230px;
}

.qqcontact-ico {
    width: 77px;
    height: 24px;
    background-position: -16px -40px;
}

.more-ico {
    width: 14px;
    height: 12px;
    background-position: -22px -265px;
    margin-left: 2px;
    vertical-align: baseline;
}

.browse-ico {
    width: 24px;
    height: 14px;
    background-position: -36px -265px;
}

.qqcontact-ico2 {
    width: 77px;
    height: 24px;
    background: url(/Content/img/ico_qq2.png);
}
/*可通用按钮*/
.active-fff {
    background-color: #fff;
    -webkit-box-shadow: 0px 0 3px #999;
    -moz-box-shadow: 0px 0 3px #999;
    box-shadow: 0px 0 3px #999;
}

.active-f90 {
    background-color: #f90 !important;
    color: #fff !important;
}
.btn-yellow {
    background-color: #f90;
    color: #fff;
    border: none;
}
.btn-fff {background:#fff;border:1px solid #f90;color:#f90;}
.btn-fff:hover {background:#f90;color:#fff;text-decoration:none;}
.btn-f9f9f9 {background:#f9f9f9;border:1px solid #f90;color:#f90;}

.btn-yellow:hover, .btn-yellow:focus {
        background-color: #ffad33;
        color: #fff;
    }
.btn-d4d4d4 {background:#f9f9f9;border:1px solid #d4d4d4;color:#000}
.btn-d4d4d4:hover {background:#f90;color:#fff;border:1px solid #f90;}
.btn-997132 {
    background-color: #997132;
    color: #fff;
    border: none;
}
.btn-997132:hover, .btn-997132:focus {
    background-color: #a37f46;
    color: #fff;
}
.btn-gray {
    width: 320px;
    padding: 0;
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    background: #eff0f3;
    background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
    height: 34px;
    line-height: 32px;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-radius: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #111;
}

.btn-gray:hover, .btn-gray:focus {
    background: #e0e3e8;
    background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
    background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
    text-decoration: none;
}

.btn-bfbfbf {
    width: 100%;
    background-color: #bfbfbf;
    color: #fff;
    border: none;
}

.btn-bfbfbf:hover, .btn-bfbfbf:focus {
    background-color: #aaa;
    color: #fff;
}

.btn-buy {
    display: block;
    height: 35px;
    line-height: 35px;
}

.btn-upload {
    display: block;
    width: 80px;
    height: 25px;
    line-height: 25px;
}

.btn-order {
    width: 100px;
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*可通用圆角、边框线*/
.line-through {
    text-decoration: line-through;
}

.b-bradius4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.b-bradius2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.b-bradius0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.b2-f90 {
    border: 2px solid #f90;
}
/*可通用的背景色*/
.bg-f90 {
    background-color: #f90;
}
.bg-fff {
    background-color: #fff;
}


.bg-fff5e7 {
    background-color: #fff5e7;
}

.bg-8a8a8a {
    background-color: #8a8a8a;
}

.bg-f7f7f7 {
    background-color: #f7f7f7;
}

.bg-997132 {
    background-color: #997132;
}
/*错误提示*/
.error-msg {
    position: absolute;
    top: 42px;
    left: 30px;
    z-index: 20;
    font-size: 12px;
    color: #c00;
}

.error-msg .jp-ico {
    position: absolute;
    top: -7px;
    left: 10px;
    z-index: 21;
    width: 9px;
    height: 8px;
    background-position: -22px 0;
}

.error-msg p {
    background-color: #fff2df;
    border: 1px solid #bc8835;
    padding: 5px 10px;
}
/*示例图片*/
.example-diagram {
    display: inline-block;
}

.example-diagram-con {
    position: absolute;
    z-index: 20;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*评分*/
.score {
    width: 80px;
    height: 15px;
    background: url("../img/icons.png") no-repeat 0 -165px;
}

.score i {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    background-position: 0 -150px;
}
/*重定义*/
.has-success .form-control {
    border-color: #129b00;
}

.has-success .form-control-feedback {
    color: #129b00;
}

.has-error .form-control {
    border-color: #c00;
}

.has-error .form-control-feedback {
    color: #c00;
}

.tooltip {
    text-align: left !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 8px 10px;
    webkit-box-shadow: 0 0 10px #af8a52;
    -moz-box-shadow: 0 0 10px #af8a52;
    box-shadow: 0 0 10px #af8a52;
}

.tooltip.in {
    opacity: 1;
}

.ie6 .form-control, .ie7 .form-control, .ie8 .form-control {
    display: inline-block;
}

.option-size {
    width: 238px;
    height: 30px;
    background-color: #eee;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.option-size .form-control {
    width: 90px;
    height: 28px;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: none;
    border-bottom: none;
    display: inline-block;
}
/*分页*/
.pagination > li > a, .pagination > li > span {
    color: #333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #f90;
    border: 1px solid #f90;
}

/*基础页面样式*/
.loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

    .loading img {
        width: auto;
        height: 24px;
    }

@media \0screen\,screen\9 {
    .loading {
        background-color: #000000;
        opacity: .3;
        filter: alpha(opacity=30);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
        position: static;
        *zoom: 1;
    }

        .loading img {
            position: relative;
        }
}

.page-box {
    background-color: #f8f8f8;
    padding-top: 35px;
    padding-bottom: 100px;
}

.hd-position .position-ico {
    position: absolute;
    top: 0;
    left: 0;
}

.hd-position .con {
    padding-left: 30px;
    line-height: 26px;
}

.page-box-con {
    padding: 30px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
}
/*修改/添加地址*/
.edit-address {
    height: 300px;
}

    .edit-address li {
        margin-bottom: 10px;
    }

    .edit-address .title {
        width: 100px;
        text-align: right;
        margin-right: 5px;
        display: inline-block;
        line-height: 30px;
    }

    .edit-address .con {
        position: absolute;
        left: 108px;
        top: 0;
    }

    .edit-address .style-textarea {
        width: 320px;
    }
/*头部提示*/
.head-tips {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff8d4;
    position: fixed;
    top: 0;
    z-index: 10000;
}

.btntips-close {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #837955;
    font-size: 30px;
}
/*顶部导航条*/
.site-nav {
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
}

.site-nav-r li {
    float: left;
}

.site-nav-r .spacer {
    width: 1px;
    height: 14px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
/*.member-centre:hover a.white{color:#333;}*/
.member-centre .jp-ico {
    width: 8px;
    height: 6px;
    background-position: 0 0;
    margin-left: 4px;
}
.member-centre2 .jp-ico {     
    width: 8px;
    height: 6px;
    background-position: 0 0;
    margin-left: 5px;
}
.member-centre2:hover{background:#fff;color:#f90;}
.member-centre2:hover .white{background:#fff;color:#333;}
.member-centre2:hover .jp-ico{  background-position: -11px 0;}
.member-centre2:hover .sn-member-centre-con2{display:block}
.member-centre2:hover h3{color:#333;}
.member-centre2 dl{float:left;width:150px;/*padding-left:20px;*//*border-left:1px solid #e5e5e5;*/    margin-bottom: 0;    /*height: 245px;*/}
.member-centre2 dt{font-size:16px;color:#333;line-height:26px;margin-bottom:10px;font-weight:normal}
.member-centre2 dd a{font-size:14px;color:#333;line-height:26px;}
.member-centre2 dd a:hover{color:#f90}
.sn-member-centre-con {
    position: absolute;
 top: 60px;
    right: 0px;
    z-index: 12;
     width: 200px;
    background-color: #fff;
    padding: 6px 0px;
    -webkit-box-shadow: 2px 5px 5px #888;
    -moz-box-shadow: 2px 5px 5px #888;
    box-shadow: 2px 5px 5px #888;
}
.site-nav-r .top_arrow_bottom{background:url(/Content/img/home/arrow-bottom.png) no-repeat center;width:20px;height:10px;display:inline-block;}
.site-nav-r .top_arrow_bottom.top_arrow_top{background:url(/Content/img/home/arrow-top.png) no-repeat center;}
.sn-member-centre-con2 {
    position: absolute;
    top: 40px;
    right: -303px;
    z-index: 10;
    width: 1280px;
    background-color: #fff;
    padding: 25px 30px;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
}
.sn-member-centre-con2 .bd_item {border-right:1px dashed #E7E7E7;margin-right:20px;min-height:155px;}
.sn-member-centre-con2 .bd_item h3{border-left:3px solid #f90;padding-left:10px;}
.sn-member-centre-con2 .bd_item .bd{padding-left:13px;margin-top:14px;}
    .sn-member-centre-con .hd {
        padding-left: 20px;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 5px;
    }

        .sn-member-centre-con .hd a {
            background: #fff0e6;
            border: 1px solid #ff9900;
            color: #ff9900;
            height: 26px;
            line-height: 24px;
            display: inline-block;
            padding: 0 10px;
            border-radius: 4px;
            text-decoration: none;
        }

    .sn-member-centre-con .not-logged span {
        padding: 0 10px;
    }

    .sn-member-centre-con .bd {
        margin: 0;
    }

        .sn-member-centre-con .bd p {
            display: block;
            line-height: 32px;
            background: #f2f3f7;
            border-top: 1px solid #dae2ed;
            border-bottom: 1px solid #dae2ed;
            text-indent: 20px;
            margin: 0;
        }

        .sn-member-centre-con .bd a {
            display: block;
            line-height: 32px;
            border-bottom: 1px solid #f4f4f4;
            text-indent: 20px;
        }
        .sn-member-centre-con .bd a:hover{
            background:#FFF8EE
        }
/*免邮费*/
.allfreeship {
    width: 100%;
}

    .allfreeship a {
        display: block;
        width: 100%;
        height: 80px;
        text-indent: -99999em;
        overflow: hidden;
    }
/*头部主导航*/
.navigation {
    height: 100px;
    padding-top: 16px;
}

    .navigation .logo span {
        margin-top: 12px;
    }

    .navigation .menu {
        margin-left: 48px;
    }

        .navigation .menu li {
            float: left;
            margin-left: 10px;
            margin-right: 10px;
        }

        .navigation .menu a {
            line-height: 48px;
            font-size: 16px;
        }

.navigation-r {
    width: 250px;
    height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    overflow: hidden;
}

    .navigation-r dd {
        float: left;
        width: 125px;
        text-align: center;
    }

        .navigation-r dd a {
            font-weight: 700;
            line-height: 44px;
            color: #fff;
            display: block;
        }

            .navigation-r dd a:hover {
                text-decoration: none;
            }

    .navigation-r .entrance-pcbonline {
        background-color: #000;
    }

    .navigation-r .entrance-way a {
        display: inline;
        padding: 0 4px;
    }

        .navigation-r .entrance-way a:hover {
            color: #000;
        }

    .navigation-r .entrance-pcbonline:hover, .navigation-r .entrance-cart:hover em {
        background-color: #333;
    }

    .navigation-r .entrance-cart, .navigation-r .entrance-way {
        background-color: #f90;
    }

        .navigation-r .entrance-cart em {
            position: absolute;
            top: 9px;
            left: 32px;
            min-width: 18px;
            height: 18px;
            text-align: center;
            line-height: 18px;
            font-size: 12px;
            background-color: #000;
            color: #fff;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

        .navigation-r .entrance-cart:hover {
            background-color: #ffad33;
        }
/*底部*/
.footer-main {
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .footer-main li {
        float: left;
    }

    .footer-main .fax {
        width: 250px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        background-color: #000;
        margin-left: auto;
        margin-right: auto;
    }

.footer-partner {
    border-left: 1px solid #dae2ed;
    border-right: 1px solid #dae2ed;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-right: 30px;
}

    .footer-partner dt, .footer-partner dd {
        float: left;
    }

    .footer-partner dt {
        margin-top: 8px;
        margin-right: 8px;
    }

    .footer-partner dt, .footer-partner dd {
        float: left;
    }

    .footer-partner dt {
        margin-top: 8px;
    }

/*在线客服*/
.onlineservice {
    position: fixed;
    right: 10px;
    top: 180px;
    z-index: 102;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: right;
}

    .onlineservice .avatar {
        width: 98px;
        height: 98px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #f90;
        -webkit-box-shadow: 3px 3px 16px #333;
        -moz-box-shadow: 3px 3px 16px #333;
        box-shadow: 2px 2px 15px #333;
    }

    .onlineservice .avatar_bg {
        position: absolute;
        left: 3px;
        bottom: 1px;
        width: 96px;
        height: 34px;
        background: url('/Content/img/avatar_bg.png') no-repeat;
        opacity: 0.7;
        filter: Alpha(opacity=70);
    }

    .onlineservice:hover .avatar {
        -webkit-box-shadow: 3px 3px 16px #000;
        -moz-box-shadow: 3px 3px 16px #000;
        box-shadow: 2px 2px 15px #000;
    }

    .onlineservice:hover .avatar_bg {
        opacity: 1;
        filter: Alpha(opacity=100);
    }

.onlineserviceinfo {
    z-index: 101;
}

.onlineservicename {
    position: absolute;
    bottom: 12px;
    right: 0;
    width: 108px;
    text-indent: 10px;
}

    .onlineservicename .jp-ico {
        width: 13px;
        height: 19px;
        background-position: 0 -40px;
        vertical-align: text-bottom;
    }

.onlineservice-con {
    position: absolute;
    top: 54px;
    right: 54px;
    z-index: 100;
    width: 320px;
    border: 1px solid #e18700;
    -webkit-box-shadow: 1px 1px 10px #aaa;
    -moz-box-shadow: 1px 1px 10px #aaa;
    box-shadow: 1px 1px 10px #aaa;
}

    .onlineservice-con .hd {
        height: 42px;
    }

    .onlineservice-con h3 {
        margin: 0;
        padding: 0 16px;
        color: #fff;
        line-height: 42px;
    }

.onlineservice-bd {
    width: 100%;
    padding: 13px;
    background-color: #fff;
}

    .onlineservice-bd p {
        margin-bottom: 5px;
    }

    .onlineservice-bd a {
        background: none;
        width: 77px;
        height: 24px;
        display: block;
        overflow: hidden;
    }

    .onlineservice-bd .jp-ico {
        width: 77px;
        height: 24px;
        background-position: -16px -40px;
    }

.onlineservice-leftmost {
    text-align: left;
}

    .onlineservice-leftmost .onlineservicename {
        left: 0;
    }

    .onlineservice-leftmost .onlineservice-con {
        left: 54px;
        right: 0;
    }

        .onlineservice-leftmost .onlineservice-con h3 {
            text-align: center;
        }


.ie6 .ie-tips, .ie7 .ie-tips, .ie8 .ie-tips {
    display: block;
    position: static;
}

.ie6 .btntips-close, .ie7 .btntips-close, .ie8 .btntips-close {
    display: none;
}

/*板子数量下拉*/
.boardnumber {
    position: absolute;
    border: 1px solid #f90;
    width: 460px;
    padding: 10px;
    top: 29px;
    left: 0;
    z-index: 199;
    background-color: #fff;
}
    .boardnumber input{
        display:inline-block;
        margin-right:2px;
    }
    .boardnumber label {
        display: block;
        margin: 0;
        font-weight: 400;
    }

    .boardnumber li {
        float: left;
        width: 20%;
        padding: 2px 0 2px 6px;
        margin-bottom: 4px;
        line-height: normal;
        overflow: inherit;
    }

        .boardnumber li:hover {
            box-shadow: 0 0 10px #ccc;
        }

        .boardnumber li label {
            display: block;
        }

    .boardnumber .boardnumberbtn {
        float: left;
        margin: 10px 0;
        width: 100%;
    }

#Num {
    position: relative;
    z-index: 200;
    line-height: inherit;
}

/*owl-carousel 切换基本样式*/
.owl-item.loading {
    min-height: 150px;
    background: url('../img/loading.gif') no-repeat center center;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px,0px,0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
    cursor: url('../img/grabbing.png') 8 8,move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 165px;
    width: 30px;
    height: 60px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font: 60px/60px "宋体";
    background-color: transparent;
    overflow: hidden;
    _display: none;
    filter: Alpha(Opacity=20);
    opacity: 0.2;
}

    .owl-theme .owl-controls .owl-buttons div:hover {
        color: #f90;
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none;
    }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "<";
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: ">";
}

/*20170807 下拉导航*/
.menu .dropDownNav .jp-ico {
    width: 10px;
    height: 5px;
    background-position: -160px 0px;
    margin-left: 4px;
    vertical-align: middle;
}

.menu .secondNav {
    background-color: #fff;
    box-shadow: 0 0 10px #888;
    position: absolute;
    top: 38px;
    left: 0px;
    z-index: 12;
}

    .menu .secondNav dd a {
        height: 35px;
        line-height: 35px;
        width: 160px;
        font-size: 14px;
        padding-left: 22px;
        padding-right: 22px;
        margin: 0;
        display: block;
    }

/*20170926公告*/
.notic {
    color: #666;
    line-height: 16px;
    width: 100%;
    background-color: #fffaf1;
    border-bottom: 1px solid #e0d3bc;
    padding:15px;
}

    .notic .n_con {
        padding-top: 10px;
    }

    .notic .h_close {
        position: absolute;
        top: 0;
        right: 0;
    }

    .notic b {
        font-weight: 700;
        color: #dabb8c;
    }

    .notic p span {
        font-size: 14px;
        font-weight: 700;
    }
/*20171222返回页面头部*/
#scrolldiv {
    width: 62px;
    height: 50px;
    right: 50px;
    bottom: 80px;
    cursor: pointer;
    position: fixed;
    display: none;
    background: url("/Scripts/qutoplus/scrollTop/top.png");
    z-index: 20;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 40px;
}
/*animation*/
@-webkit-keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 5px;
    }
}

@-moz-keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 5px;
    }
}

@-ms-keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 5px;
    }
}

@keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 5px;
    }
}
/*add-joinnow*/
.add-joinnow {
    width: 100%;
}

    .add-joinnow a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999em;
        overflow: hidden;
    }


/*20180508 右侧边栏购物车*/
.nowrap {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cl-777 {
    color: #777;
}

.icon-sidebar {
    display: block;
    width: 28px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/icon_sidebar.png");
    background-repeat: no-repeat;
}

.icon-sidebar-car {
    width: 26px;
    background-position: 0 22px;
}

.icon-sidebar-myassets {
    background-position: -30px 9px;
}

.icon-sidebar-addressmanagement {
    background-position: -60px 7px;
}

.icon-sidebar-rechargeonline {
    background-position: -90px 9px;
}

.icon-sidebar-onlineservice {
    background-position: -154px 16px;
}

.sidebar-cart {
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 99;
    width: 364px;
}

.sidebar-cart .sidebar {
        position: absolute;
        top: 0px;
        left: -36px;
        width: 80px;
        border-right:4px solid #ba9358;
    }
.sidebar-tab-switch .sidebar-tab{padding-top:15px;}
.icon-sidebar-switch{width:32px;height:32px;background:url(/Content/img/onlineNew/switch.png) no-repeat center;}
.icon-sidebar-suggest{width:32px;height:32px;background:url(/Content/img/onlineNew/suggest.png) no-repeat center;}
.sidebar-tab-box{
    position: relative;
}
.sidebar-tab {
    cursor: pointer;
    position: relative;
    z-index: 2;
}
/*.sidebar-tab-box:hover {
    background-color: #f90;
}*/
.sidebar-tab-box:hover .sidebar-tab{
        background-color: #f90;
    }

.sidebar-tab-tip {
    position: absolute;
    top: 0px;
    right: -57px;
    width: 97px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    /*background: url("../img/icon_sidebar.png") no-repeat 0 -45px;*/
    background:#ff9900;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
}
.sidebar-tab {
    background-color: #ba9358;
    width:80px;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    margin-bottom:5px;
    padding-bottom:15px;
}
.sidebar-tab-onlineservice .sidebar-tab{background:#f90;}
.carnum-box {
    position:absolute;top:13px;right:8px;
}
/*右边客服*/
.sidebar_hover_cont{position:fixed;right:70px;padding-right:10px;}
.sidebar_hover_box{background:#fff;padding:28px 20px;box-shadow: -2px 0 31px rgba(0,0,0,.1);}
.qq_server a{padding-left:45px;background:url(/Content/img/q1.gif) no-repeat left center;height: 30px;line-height: 30px;color:#666;}
.server_tel{padding-left:45px;background:url(/Content/img/sidebar_tel.png) no-repeat left center;}
.server_tel p{margin-bottom:10px;}

@-webkit-keyframes bounceOutN {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceOutN {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceOutN {
  animation:bounceOutN 1s infinite;
}
@keyframes toTop {
    0%{transform:translateY(-1px)}
    100%{transform:translateY(1px)}
}
.totop{animation:toTop .2s cubic-bezier(0.4, 0, 0.2, 1) infinite;}
    /*.sidebar-tab-car em {
        display: block;
        width: 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }*/

    .sidebar-tab-car .num {
        height: 20px;
        line-height: 20px;
        padding-left: 6px;
        padding-right: 6px;
        color: #fff;
        background-color: #000;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        display:block;
    }

.sidebar-cart .sidebar-con {
    position: absolute;
    top: 0px;
    left: 44px;
    width: 320px;
}

    .sidebar-cart .sidebar-con .hd {
        padding: 0 10px;
        height: 34px;
        line-height: 34px;
        background-color: #e1e1e1;
        border-bottom: 1px solid #cecece;
    }

        .sidebar-cart .sidebar-con .hd label {
            margin: 0;
        }

        .sidebar-cart .sidebar-con .hd .checkbox {
            margin-top: 10px;
        }

        .sidebar-cart .sidebar-con .hd .chk-all {
            margin-left: 4px;
        }

.sidebar-cart-list, .entrance-cart-list {
    width: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .sidebar-cart-list li, .entrance-cart-list li {
        width: 320px;
        padding: 10px;
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        overflow: hidden;
    }
    .entrance-cart-list li .yp{
        width: 40px ;
    display: inline-block ;
    background: #DEA949 ;
    text-align: center ;
    color :#fff ;
    margin-right :10px ;

    }

    .sidebar-cart-list .con, .entrance-cart-list .con {
        width: 210px;
    }

    .sidebar-cart-list li p, .entrance-cart-list li p {
        margin-bottom: 0;
        line-height: 20px;
    }

    .sidebar-cart-list .checkbox {
        margin-top: 5px;
    }

    .sidebar-cart-list .img {
        width: 20px;
    }

.sidebar-cart-total {
    width: 320px;
    padding: 10px 0;
    background-color: #ededed;
}

.sidebar-cart-clearing {
    display: block;
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
}

.custom-scrollbars::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

.custom-scrollbars::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: #535353;
}

.custom-scrollbars::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ededed;
}

.entrance-cart-list {
    width: 500px;
    max-height: 500px;
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 999;
    -webkit-box-shadow: 2px 2px 10px #333;
    -moz-box-shadow: 2px 2px 10px #333;
    box-shadow: 2px 2px 10px #333;
    background:#fff;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .entrance-cart-list li {
        position: relative;
        width: 500px;
    }

    .entrance-cart-list .con {
        width: 360px;
    }

    .entrance-cart-list li p a {
        line-height: 19px;
        color:#999999
    }
    cl_A3AABA{color:#A3AABA}
    .entrance-cart-list .cart-clearing {
        display: block;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

/*20180511 侧边购物车 上传按钮重定义*/
.sidebar-cart .a-upload {
    height: 25px !important;
    line-height: 14px !important;
}

/*20180511 飞入购物车*/
.cart-flyer {
    position: relative;
    z-index: 10001;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
}
/*layer 重定义*/
.layui-layer .layui-layer-btn .layui-layer-btn0 {
    border-color: #f90;
    background-color: #f90;
}
/*数字滚动插件的CSS可调整样式*/
.mt-number-animate {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

    .mt-number-animate .mt-number-animate-dot {
        width: 15px;
        line-height: 36px;
        float: left;
        text-align: center;
    }

    .mt-number-animate .mt-number-animate-dom {
        width: 20px;
        text-align: center;
        float: left;
        position: relative;
        top: 0;
    }

        .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
            width: 100%;
            float: left;
        }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
.shake-tips {
  -webkit-animation: shake 3s  both infinite; 
  animation: shake 3s both infinite;
}

/*加入购物车成功的弹层*/
.order-cart-model .layui-layer-content {padding-top:25px;}
.order-cart-title {padding-left:70px;background:url(/Content/img/icon_success_big.png) no-repeat left center;}
.order-cart-box {padding:0 55px;}
.order-cart-item {display:block;width:139px;height:35px;line-height:35px;float:left;}
.order-cart-model .layui-layer-title {display:none;}
/*上传按钮的样式*/
.unload-file-btn{display:inline-block;width:66px;height:26px;line-height:26px;text-align:center;color:#fff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background:#636363;margin-top:-3px;text-decoration:none;}
.unload-file-btn:hover{color:#fff;background:#777;}
.bcontrols{display:block;float:left;margin-left:5px;margin-top:-3px;}
.filezone {float:left;}
.entrance-cart-list .item-list img {width:50px;height:50px;}
/*smt详情页*/
.smtdetail-tab,.smtdetail-tab .c87 span{font-size: 12px;color: black}
.smtdetail-tab th{text-align: left;font-size: 14px;color: #717171;}
.smtdetail-tab .c87{color: #878787}
.smtdetail-tab td{padding-top: 15px;}

.xian{width: 100%;height: 1px;background-color: #ededed;margin-top: 45px;}
.smtdetail-tab{width: 100%;}
.smtdetail-title {
    width: 100%;
    height: 40px;
    background-color: #e9decf;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}

.lvse{width: 12px;height: 12px;background-color:#00a131;display: inline-block;border-radius: 50%;margin-right:10px;}

.wid7{width:7%;}
.wid130{width: 10%;}
.wid150{width: 11.2%;}
.wid85{width: 6.5%;}
.wid260{width: 23%;}
.wid180{width: 15%;}
.wid215{width: 13%;}
.wid168{width: 18%;}
.smtdetail-tab,.smtdetail-tab .c87 span{font-size: 12px;color: black}
    .smtdetail-tab th {
        text-align: left;
        font-size: 14px;
        color: #7b5822;
        font-weight:normal;
    }
.smtdetail-tab .c87{color: #878787}
.smtdetail-tab td{padding-top: 15px}

.xian{width: 100%;height: 1px;background-color: #ededed;margin-top: 45px;}


.smt-tab2,.smt-tab3,.smt-tab4{text-align: center;}
.smt-tab2 th,.smt-tab3 th{width: 14.2%;text-align: center;}
.smt-tab2 td,.smt-tab3 td{padding-bottom: 20px;}
.smt-tab4 th{text-align: center;}
.smt-tab4 td{border-bottom: 1px solid #ededed;padding-bottom: 15px}
.smt-tab5 td{border: 1px solid #ededed;padding:10px 0;}
.w6{width: 6%}
.w10{width: 10%}
.w13{width: 13%}

.smt-tab5 .blabel{background-color: #fafafa;text-align: right;padding-right:10px;}
.bcontrolsd{text-indent: 10px;}
.smt-tab6 td{border-bottom: 1px solid #ededed;padding-bottom: 10px;}
.smtdetailtable td{font-weight:bold;}
.smtdetail-bot{overflow: hidden;margin-top: 34px;}
.smtdetail-bot>div{float: right;}

.payment-btn,.abolish-btn{width: 110px;height: 48px;text-align: center;line-height: 48px;cursor: pointer;}
.payment-btn{background-color: #f90;color: #fff;margin-left: 15px;}
.abolish-btn{background-color: #ededed;color: #7b7b7b}

.money{float: right;}
.money span{font-size: 24px;font-weight: 700}
.detailmoney{font-size: 14px;color: #878787;float: right;}
.smtdetail{width: 1280px;position: relative;margin: auto;}
.ordernum{color: #878787;font-size: 16px;line-height: 40px;margin-bottom: 10px;}
/*.ordernum span{color: #7b5822}*/
.step{overflow: hidden;position: absolute;right: 0px;top: 0px;}
.step li{float: left;margin: 0 5px;text-align: center;font-size: 16px;line-height: 28px}
.step li img{vertical-align: middle;}
.steptime-box{font-size: 12px;color: #9a9a9a;line-height: 14px}
/*淘宝通用头部*/
.taobao_top{height:80px;width:100%;background: #ff4f42 -webkit-gradient(linear,right top,left top,from(#ff9900),to(#ff4f42));background: #ff4f42 -webkit-linear-gradient(right,#ff9900 0,#ff4f42 100%);background: #ff4f42 -o-linear-gradient(right,#ff9900 0,#ff4f42 100%);background: #ff4f42 linear-gradient(-90deg,#ff9900 0,#ff4f42 100%);background-color: #ff4f42;line-height:80px;}
.taobao_foot{background:#1b1c28;padding:20px;}
.taobaof_box{text-align:center;color:#999;}
.taobao_intro{margin-top:230px;margin-bottom:100px;}

/*底部*/
.footer2{background: #fff;border-top:1px solid #e7e7e7;text-align:center;height:86px;margin-top:50px;}
.footer2_box ul{display: inline-block;}
.footer2_box li{float: left;}
.footer2_box li a{display: block;padding:0 10px;border-right:1px solid #787878;color: #262626;}
.scale{-webkit-animation:btns .6s infinite;animation:btns .6s infinite;}


@keyframes btns{0% {transform:scale(1)}50% {transform:scale(.96)}100% {transform:scale(1)}}
@-webkit-keyframes btns{0% {-webkit-transform:scale(1)}50% {-webkit-transform:scale(.96)}100% {-webkit-transform:scale(1)}}
@-moz-keyframes btns{0% {-moz-transform:scale(1)}50% {-moz-transform:scale(.96)}100% {-moz-transform:scale(1)}}
@-ms-keyframes btns{0% {-ms-transform:scale(1)}50% {-ms-transform:scale(.96)}100% {-ms-transform:scale(1)}}
@-o-keyframes btns{0% {-o-transform:scale(1)}50% {-o-transform:scale(.96)}100% {-o-transform:scale(1)}}

.ant-btn-clicked:after{
 content:"";
 position:absolute;
 top:-6px;
 left:-6px;
 bottom:-6px;
 right:-6px;
 border-radius:inherit;
 border:0 solid #0070cc;
 opacity:.2;
 animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);
 animation-fill-mode:forwards;
 pointer-events:none;
 display:block;
 background: #f90;
}
/*2020-5-29*/
.minW1280{
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
/*2020-5-29*/
@keyframes fadeEffect {
 to {
  opacity:0
 }
}

@media screen and (min-width: 1280px) {
    .taobao_box {width:1280px;margin-left:auto;margin-right:auto;}
    .taobaof_box{width:1280px;margin-left:auto;margin-right:auto;}
    .taobao_intro{width:1280px;margin-left:auto;margin-right:auto;}
   
}
@media screen and (max-width: 320px) {
    .taobao_box img{width:100%;}
}

@media screen and (max-width: 1659px) {
    .exclusive_ticket_box li:last-child{display: none;}
	.exclusive_ticket_box li:nth-last-child(2){display: none;}
	/*.yb_exchange li{margin-right:25px!important;}*/
	.customer-reviews-list li{width: 270px;}
	.customer-reviews-list li img{width: 270px;}
	.exclusive_ticket_box ul{width:792px;margin-left:auto;margin-right: auto;}
	.swiper-pagination{display: block;}
    .min_content{display:none;}
}
@media (min-width: 1660px) and (max-width: 1900px) {
	.exclusive_ticket_box  ul{width:1280px;margin-left:auto;margin-right: auto;}

}
@media screen and (min-width: 1901px) {
    .home_nav_icon{display:none;}
}
/*修改计价右侧充值20190813*/
.recharge-box input.inp-price{height:36px;}