/* header */
.header-wrap {
    background-color: #fff;
    min-width: 1200px;

}

/* 顶部快捷跳转栏:top-help */
.header-wrap .top-help {
    height: 37px;
    line-height: 37px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #e7e7e7;
}

.header-wrap .top-help a {
    color: #777;
}

.pos {
    position: relative;
}

.header-wrap .top-help .home-href {
    /*color: #ff6900;*/
    background-color: #ff6900;
    color: #fff;
}

.header-wrap .top-help .home-href:before{
    background: url("../images/membertheme/home-href.png") no-repeat;
    width: 19px;
    height: 19px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: 18px;
    position: relative;
    left: -20px;
}

.abs:before,
.header-wrap .top-help .home-href.abs:before {
    background: white;
    content: ' ';
    width: 18px;
    height:18px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: 18px;
   /* position: relative;
    left: -20px;*/
}


.header-register{
    position: relative;
    display: block;
    line-height: 25px;
    width: 80px;
    //background-color: #ff6900;
    font-size: 14px;
    //color: #ff6900;
    //text-align: center;
    font-weight: bold;
}
.header-register:hover{
    color: #ff6900;
}

.header-wrap .top-help .home-href .home-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/ico.png") no-repeat -4px -68px;
    margin-right: 5px;
    vertical-align: text-top;
}

.header-wrap .top-help .arrow:after {
    background: url("../images/ico.png") no-repeat -298px -75px;
    width: 9px;
    height: 6px;
    content: "";
    display: inline-block;
    vertical-align: middle
}

.header-wrap .top-help dl {
    position: relative;
    height: 37px;
    line-height: 37px;
    cursor: pointer
}

.header-wrap .top-help dl > dd {
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 100011;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 5px #eee
}

.header-wrap .top-help dl > dd li > a {
    display: block
}

.header-wrap .top-help dl > dd li > a:hover {
    color: #ff6900;
    background-color: #eee
}

.header-wrap .top-help dl.change-site {
    padding-right: 10px;
    position: relative
}

.abs:after,
.header-wrap .top-help dl.change-site:after {
    content: ' ';
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #dcdcdc
}

.header-wrap .top-help dl.change-site > .th-link {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede
}

.header-wrap .top-help dl.change-site > .th-link:last-child {
    border-bottom: 0
}

.header-wrap .top-help dl.change-site > .th-link > a {
    display: block;
    text-align: left;
    text-indent: 10px
}

.header-wrap .top-help dl.change-site > .th-link > a:hover {
    color: #ff6900
}

.header-wrap .top-help dl.change-site:hover {
    background-color: #fff
}

.header-wrap .top-help dl.change-site:hover:after {
    background-color: transparent
}

.header-wrap .top-help dl.top-currency {
    /* width: 140px */
}

.header-wrap .top-help dl.top-currency > dt a {
    display: inline-block;
    padding-left: 18px;
    position: relative
}

.header-wrap .top-help dl.top-currency > dt a:before {
    content: ' ';
    position: absolute;
    top: 8px;
    left: 4px;
    background: url("../images/ico.png") no-repeat -94px -68px;
    display: block;
    width: 18px;
    height: 18px
}

/*公告通知icon*/
dl.notice > dt a.notice-num {
    display: inline-block;
    padding-left: 35px;
    position: relative;
    color: #ff6900;
}
dl.notice > dt i.icon-notice {
    position: absolute;
    background-image: url(/skin/default/theme/images/notice.png);
    display: block;
    width: 18px;
    height: 18px;
    top: 10px;
    left: 10px;
}

/* 币种-下拉框 */
/* .header-wrap .top-help dl.top-currency>dt a.usd:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -510px -566px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.aud:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -494px -566px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.cad:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -584px -546px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.chf:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -520px -546px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.cny:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -568px -546px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.eur:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -430px -566px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.gbp:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -446px -566px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.jpy:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -462px -566px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.krw:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -478px -566px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.myr:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -580px -435px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.nzd:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -536px -546px no-repeat
}

.header-wrap .top-help dl.top-currency>dt a.rub:before {
    background: url(../images/styleimg/spriter.png?20180906200334) -552px -546px no-repeat
} 

.header-wrap .top-help dl.top-currency dd {
    padding: 10px;
    min-width: 140px
}

.header-wrap .top-help dl.top-currency dd li {
    height: 28px;
    line-height: 28px;
    color: #333;
    font-size: 13px;
    cursor: pointer;
    overflow: hidden
}

.header-wrap .top-help dl.top-currency dd li:before {
    background-image: url(../images/styleimg/currency-icon.gif?);
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 11px;
    margin-right: 5px;
    margin-left: 5px
}

.header-wrap .top-help dl.top-currency dd li:hover {
    background-color: #eee
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=USD]:before {
    background-position: 0 0
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=EUR]:before {
    background-position: 0 -16px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=GBP]:before {
    background-position: 0 -32px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=CAD]:before {
    background-position: 0 -49px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=AUD]:before {
    background-position: 0 -64px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=CHF]:before {
    background-position: 0 -80px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=HKD]:before {
    background-position: 0 -96px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=CNY]:before {
    background-position: 0 -209px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=NZD]:before {
    background-position: 0 -224px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=RUB]:before {
    background-position: 0 -242px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=BRL]:before {
    background-position: 0 -260px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=KRW]:before {
    background-position: 0 -274px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=JPY]:before {
    background-position: 0 -288px
}

.header-wrap .top-help dl.top-currency dd [data-bizhong=MYR]:before {
    background-position: 0 -306px
}

.header-wrap .top-help dl.top-currency:hover {
    background-color: #fff
}*/

/*  搜索栏:top-search */
.header-wrap .top-search {
    background-color: #fff
}

.header-wrap .top-search .top-search-content {
    margin: 0 auto;
    width: 1200px;
    position: relative
}

.header-wrap .top-search .top-search-content .logo {
    width: 266px;
    height: 78px;
    line-height:78px;
}

.header-wrap .top-search .top-search-content .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.header-wrap .top-search .top-search-content .logo img{
    max-height: 78px;
    max-width: 100%;
}

.header-wrap .top-search .top-search-content .user-cart-wrap {
    margin-top: 20px
}

.header-wrap .top-search .top-search-form {
    position: relative;
    /*margin-left: 80px;*/
    margin-top: 20px;
    border-radius: 2px
}

.header-wrap .top-search .top-search-form button, .header-wrap .top-search .top-search-form input {
    box-sizing: border-box;
    float: left
}

.header-wrap .top-search .top-search-form input[type=text] {
    width: 420px;
    height: 38px !important;
    line-height: 38px;
    padding: 0 16px;
    font-size: 14px;
    transition: all .3s;
    border: 0;
    color: #999;
    outline: 0;
    background-color: #f4f4f5;
    border: 1px solid #0f3b8b;
    margin-left: 65px;
}

.header-wrap .top-search .top-search-form input[type=text]:focus {
    box-shadow: 0 0 #fff
}

.header-wrap .top-search .top-search-form .select-wrap {
    position: relative;
    float: left;
    width: 70px;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    background-color: #f4f4f5;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.header-wrap .top-search .top-search-form .select-wrap:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -2px;
    width: 9px;
    height: 5px;
    background: url("../images/ico.png") no-repeat -262px -75px;
}

.header-wrap .top-search .top-search-form .select-wrap .sel {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px
}

.header-wrap .top-search .top-search-form .select-wrap .sel-wrap {
    display: none;
    max-height: 456px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 10000000;
    width: 200px;
    background-color: #fff
}

.header-wrap .top-search .top-search-form .select-wrap .sel-wrap .sel-item {
    float: left;
    width: 200px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
    cursor: pointer
}

.header-wrap .top-search .top-search-form .select-wrap .sel-wrap .sel-item:hover {
    color: #ff6900
}

.header-wrap .top-search .top-search-form .select-wrap:hover .sel-wrap {
    display: block
}

.header-wrap .top-search .top-search-form button[type=submit] {
    position: relative;
    width: 54px;
    height: 38px;
    line-height: 38px;
   /* background-color: #ff6900;
    border: 1px solid #ff6900;*/
    background-color: #0f3b8b;
    border: 1px solid #0f3b8b;
    border-radius: 0 2px 2px 0;
    text-indent: -999px
}

.header-wrap .top-search .top-search-form button[type=submit]:before {
    background: url(../images/ico.png) no-repeat -144px -68px;
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 18px;
    top: 10px;
    transition: transform .2s
}

.header-wrap .top-search .top-search-form button[type=submit]:hover:before {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.header-wrap .top-search .top-search-form .related-search {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 100000;
    background: #fff;
    font-size: 12px;
    color: #888;
    max-width: 620px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.header-wrap .top-search .top-search-form .related-search a {
    display: inline-block;
    padding: 0 10px;
    color: #888
}

.header-wrap .top-search .top-search-form .related-search a:first-child {
    margin-left: 10px
}

.header-wrap .top-search .top-search-form .search-tips {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 520px;
    background: #fff;
    z-index: 100001;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.header-wrap .top-search .top-search-form .search-tips h5 {
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    color: #ff6900
}

.header-wrap .top-search .top-search-form .search-tips a {
    display: block;
    padding: 0 16px;
    height: 24px;
    line-height: 24px;
    max-width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left
}

.header-wrap .top-search .top-search-form .search-tips a:hover {
    color: #ff6900
}

.header-wrap .top-search .top-search-form form {
    position: relative
}

.header-wrap .top-search .top-search-form .popular-searches {
    display: none
}

.header-wrap .top-search.index {
    background-color: #fff
}

.header-wrap .top-search.index .top-search-content .logo {
    height: 56px
}

.header-wrap .top-search.index .top-search-content .logo a {
    margin-top: 4px
}

.header-wrap .top-search.index .top-search-content .user-cart-wrap, .header-wrap .top-search.index .top-search-form {
    margin-top: 10px
}

.header-wrap .user-wrap {
    position: relative;
    /* width: 144px */
}

.header-wrap .user-wrap .u-name-wrap {
    position: relative;
    padding-left: 46px
}

.header-wrap .user-wrap .u-name-wrap:before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 39px;
    height: 39px;
    /*background: url("../images/ico.png") no-repeat 8px -112px;*/
    background: url("../images/membertheme/user.png") no-repeat;
}

.header-wrap .user-wrap .u-name-wrap p {
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    vertical-align: middle
}

.header-wrap .user-wrap .u-name-wrap p span {
    display: inline-block
}

.header-wrap .user-wrap .u-name-wrap p span.username {
    display: inline-block;
    max-width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.header-wrap .user-wrap .u-name-wrap p.f12 {
    font-size: 12px
}

.header-wrap .user-wrap .u-name-wrap p.f12 a {
    position: relative;
    padding-right: 14px
}

.header-wrap .user-wrap .u-name-wrap p.f12 a:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    width: 9px;
    height: 5px;
    background: url("../images/ico.png") no-repeat -262px -75px;
}

.header-wrap .user-wrap .top-user {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    margin-left: -20px;
    z-index: 12;
    width: 154px;
    background-color: #fff;
    padding: 0 20px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.header-wrap .user-wrap .top-user .user-info {
    position: relative;
    height: 40px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed
}

.header-wrap .user-wrap .top-user .user-info:before {
    content: ' ';
    position: absolute;
    top: 22px;
    left: 0;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/styleimg/spriter.png?20180906200334) -564px -288px no-repeat #ededed;
    border-radius: 50%
}

.header-wrap .user-wrap .top-user .user-info p {
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.header-wrap .user-wrap .top-user a {
    display: block;
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.header-wrap .user-wrap .top-user .logout-wrap p {
    font-size: 14px;
    line-height: 28px
}

.header-wrap .user-wrap .top-user .logout-wrap p:first-child {
    height: 32px;
    line-height: 32px
}

.header-wrap .user-wrap .top-user .logout-wrap p .sigin-btn {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 30px;
    color: #fff;
    background-color: #ff6900
}

.header-wrap .user-wrap:hover .top-user {
    display: block
}

.header-wrap .top-cart {
    position: relative;
    display: block;
    vertical-align: middle;
    height: 36px;
    margin-left: 30px;
    padding-left: 46px
}

.header-wrap .top-favorite {
    position: relative;
    display: block;
    vertical-align: middle;
    height: 36px;
    margin-left: 30px;
    padding-left: 46px
}

.header-wrap .top-favorite:before {
    content: " ";
    position: absolute;
    top: 6px;/*2px;*/
    left: 0;
    display: inline-block;
    width: 39px;/*36px;*/
    height: 39px;/*36px*/;
    /*background: url("../images/ico.png") no-repeat -52px -112px;*/
    background: url("../images/membertheme/favorite.png") no-repeat;
    background-size: 33px;
    margin-top: 5px;
}
.header-wrap .top-cart:before {
    content: " ";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 39px;/*36px;*/
    height: 39px;/*36px*/;
    /*background: url("../images/ico.png") no-repeat -52px -112px;*/
    background: url("../images/membertheme/addcart.png") no-repeat;
    background-size: 33px;
    margin-top: 5px;
}

.header-wrap .top-cart .tc-com {
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    margin: 2px 0;
    text-align: center;
    max-width: 90px;
}

.header-wrap .top-cart .tc-com.tc-num {
    color: #fff;
    border-radius: 8px;
    background: #0f3b8b;/*#ff6900;*/
    position: absolute;
    left: 32px;
    top:4px;
}

.header-wrap .top-favorite .tc-com {
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    margin: 2px 0;
    text-align: center;
    max-width: 90px;
}

.header-wrap .top-favorite .tc-com.tc-num {
    color: #fff;
    border-radius: 8px;
    background: #0f3b8b;/*#ff6900;*/
    position: absolute;
    left: 28px;
    top:4px;
}
.header-wrap .top-favorite .tc-com{ color: #323232;max-width: 42px;min-width: 30px;}
.header-wrap .top-cart .tc-com{ color: #323232;max-width: 42px;min-width: 30px;}

/* 底部样式 */
.footer-wrap {
    /* padding: 0 0 50px */
    min-width: 1200px;
}

.footer-wrap .footer-logo {
    padding-top: 70px
}

.feature-help {
    background-color: #373d41;
    /* padding: 60px 0; */
    border-bottom: 1px solid #484e51;
}

.feature-help .help {
    padding-top: 20px;
    min-height:50px;
}

.feature-help .help dl {
    width: 230px;
    float: left;
    margin-left: 40px
}

.feature-help .help dt {
    height: 56px;
    line-height: 56px;
    color: #ddd;
    /* border-bottom: 1px solid #ddd; */
    font-size: 14px;
    margin-bottom: 18px
}

.feature-help .help dd a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    max-width: 100%;
    color: #999;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ft-join {
    width: 400px;
    margin-left: 40px;
    text-align: center;
}

.ft-join .footer-right {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    line-height: 30px;
    font-size: 14px;
    color: #ddd;
}

.ft-join .code-text {
    font-size: 14px;
    color: #ddd;
}

.footer-wrap .copyright {
    height: 56px;
    line-height: 56px;
    background-color: #373d41;
    color: #ddd;
}

/* 左侧边栏 */
.fm-r-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    margin-top: -210px;
    margin-left: -680px;
    display: none;
    background: #fff;
    display: none;
}

.fm-r-wrap > .frw-icon {
    position: relative;
    float: left;
    width: 58px;
    height: 58px;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    cursor: pointer
}

.fm-r-wrap > .frw-icon:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.fm-r-wrap > .frw-icon > .frw-tip {
    position: absolute;
    top: 0;
    left: 0;
}

.fm-r-wrap > .frw-icon > .frw-tip span {
    display: none;
    font-size: 14px;
    line-height: 23px;
    padding: 6px 0;
    background-color: #ff6900;
    text-align: center;
    width: 60px;
    color: #fff;
}

.fm-r-wrap > .frw-icon.i-1 {
    background: url("../images/ico.png") no-repeat 12px -165px;
}

.fm-r-wrap > .frw-icon.i-2 {
    background: url("../images/ico.png") no-repeat -62px -165px;
}

.fm-r-wrap > .frw-icon.i-3 {
    background: url("../images/ico.png") no-repeat -146px -165px;
}

.fm-r-wrap > .frw-icon.i-4 {
    background: url("../images/ico.png") no-repeat -232px -165px;
}

.fm-r-wrap > .frw-icon.i-5 {
    background: url("../images/ico.png") no-repeat -314px -165px;
}

.fm-r-wrap > .frw-icon.i-6 {
    background: url("../images/ico.png") no-repeat -406px -165px;
}

.fm-r-wrap > .frw-icon.i-7 {
    background: url("../images/ico.png") no-repeat -502px -165px;
}

.fm-r-wrap > .frw-icon.i-8 {
    background: url("../images/ico.png") no-repeat -598px -165px;
}

.fm-r-wrap > .frw-icon:hover > .frw-tip span {
    display: block
}

/* 右侧边栏 */
.side-menu {
    position: fixed;
    top: 50%;
    right: 50%;
    width: 60px;
    margin-top: -180px;
    margin-right: -660px;
    background: #fff;
    display: none;
}

.side-menu > li.fl {
    text-align: center
}

.side-menu > li.fl .icon {
    display: block;
    width: 58px;
    height: 58px;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    cursor: pointer
}

.side-menu > li.fl .icon.cart {
    position: relative;
    background: url("../images/ico.png") no-repeat -100px -95px;
}

.side-menu > li.fl .icon.cart-active {
    position: relative;
    background: url("../images/ico.png") no-repeat -237px -226px;
}

.side-menu > li.fl .icon.cart .cart-num {
    position: absolute;
    top: 12px;
    right: 5px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    background-color: #ff6900;
    color: #fff;
    border-radius: 8px;
    padding: 0 5px
}

.side-menu > li.fl .icon.cart-active .cart-num {
    position: absolute;
    top: 12px;
    right: 5px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    background-color: #ff6900;
    color: #fff;
    border-radius: 8px;
    padding: 0 5px
}

.side-menu > li.fl .icon.lc {
    background: url("../images/ico.png") no-repeat -165px -95px;
}

.side-menu > li.fl .icon.msg {
    background: url("../images/ico.png") no-repeat -224px -95px;
}
/*
.side-menu > li.fl .icon.coupon {
    background: url("../images/ico.png") no-repeat -505px -72px;
    opacity: 0.4;
}
.side-menu > li.fl .icon.coupon-active {
    background: url("../images/ico.png") no-repeat -505px -72px;
    color:#ff6900;
}
*/

.side-menu > li.fl .icon.coupon {
    /*background: url("../images/coupon-icon.png") no-repeat;*/
    background: url("../images/membertheme/coupon.png") no-repeat;
    /*background-position: 6px;*/
   /* background-size: 42px;*/
    background-size: 58px;
}
.side-menu > li.fl .icon.coupon-active {
    background: url("../images/coupon-icon.png") no-repeat -505px -72px;
    color:#ff6900;
    opacity: 0.8;
}

.side-menu > li.fl .icon.msg-active {
    background: url("../images/ico.png") no-repeat -300px -225px;
}

.side-menu > li.fl.sm-tip {
    position: relative
}

.side-menu > li.fl.sm-tip .sm-tip-con {
    position: absolute;
    top: 0;
    left: 0
}

.side-menu > li.fl.sm-tip .sm-tip-con.dl {
    width: 210px;
    line-height: 1.6;
    margin-left: -220px;
    margin-top: -10px;
    text-align: right
}

.side-menu > li.fl.sm-tip .sm-tip-con.dl span {
    display: inline-block;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd
}

.star_big, .star_in, .star_small {
    text-align: left
}

.side-menu > li.fl.sm-tip .sm-tip-con.wx {
    width: 140px;
    margin-left: -150px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: -20px;
    border: 1px solid #ddd
}

.side-menu > li.fl.sm-tip .sm-tip-con .img-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

.side-menu .go .go-com {
    display: block;
    width: 58px;
    height: 58px;
    border: 1px solid #e7e7e7;
    cursor: pointer
}

.side-menu .go .go-com.up {
    /*background: #ff6900 url("../images/ico.png") no-repeat -290px -95px;*/
    background: #ff6900 url("../images/membertheme/top.png") no-repeat;
    background-size: 58px;
}

/*面包屑*/
.breadcrumb {
    font-size: 14px;
    line-height: 50px;
    /*height: 50px;*/
}

.breadcrumb .breadcrumb__item {
    float: left;
}
.breadcrumb .breadcrumb__item .breadcrumb__inner.is-link,.breadcrumb .breadcrumb__item .breadcrumb__inner a {
/ / font-weight: 700;
    text-decoration: none;
    transition: color .2s cubic-bezier(.645, .045, .355, 1);
    color: #777777;
}
.breadcrumb .breadcrumb__item .breadcrumb__separator {
    margin: 0 9px;
    font-weight: 700;
    color: #CBD4D8;
}




/*步骤条的样式*/
.progress-container{
    text-align: center;
}
.progress-wrap {
    padding: 0px;
    display: inline-block;
}

.progress-wrap li {
    margin-top: 20px;
    list-style: none;
    float: left;
    width: 300px;
    height: 30px;
    position: relative;
}
.progress-wrap li:last-child{
    width: 30px;
}
/*.progress-wrap li.active .progress-content .progress-number{*/
/*background-color: #FA6901;*/
/*}*/
.progress-wrap li.active~li .progress-content .progress-number{
    background-color: #D8D9DA;
}
.progress-wrap li.active .progress-line{
    background-color: #D8D9DA;
}
.progress-wrap li.active~li .progress-line{
    background-color: #D8D9DA;
}
.progress-wrap .progress-line {
    background-color: #FA6901;
    position: absolute;
    height: 2px;
    width: 100%;
    top: 13px;
    margin-left: 2px;
    transition: background-color 2s linear;
    -moz-transition: background-color 2s linear;
    -webkit-transition: background-color 2s linear;
    -o-transition: background-color 2s linear;
}

.progress-wrap .progress-content {
    position: absolute;
    text-align: center;
}

.progress-wrap .progress-content .progress-number {
    display: inline-block;
    *zoom:1;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    background-color: #FA6901;
    cursor: pointer;
}

.progress-wrap .progress-content .progress-text {
    position: absolute;
    font-size: 14px;
    width: 60px;
    margin-left: -14px;
    top: 42px;
    color: #4B4C4D;
}
.header-wrap .user-wrap .supplier:before{
    /*background: url("../images/user_supplierr.png") no-repeat;*/
    background: url("../images/membertheme/supplier.png") no-repeat;
    background-size: contain;
}
.header-wrap .user-wrap .distributor:before{
    /*background: url("../images/user_distributor.png") no-repeat;*/
    background: url("../images/membertheme/distributor.png") no-repeat;
    background-size: contain;
}

.feature-help .help dl{ width: 195px; margin-left:0px;  padding-left: 10px;}
.ft-join{ width: 400px; margin: 0px;}
.ft-join .footer-right{ width: 220px;}