@charset "utf-8";

/*-------适配手机浏览-------*/

.container {
    width: 1170px !important;
}


/*------------------------------头部------------------------------*/


/*----------top----------*/

.head {
    background: #fff;
}

.top-wrap {
    background: #f4f4f4;
    border-bottom: 1px solid #e8e8e8;
}

.top-left li {
    float: left;
    padding: 0 15px;
    border-left: 1px solid #ddd;
    margin-top: 8px;
}

.top-left li a {
    color: #999;
}

.top-left li:nth-child(1)>a {
    color: #000;
}

.top-right li {
    float: left;
    height: 34px;
}

.top-right li>a {
    height: 18px;
    line-height: 18px;
    margin-top: 8px;
    display: block;
    border-right: 1px solid #ddd;
    padding: 0 15px;
}

.top-right li:last-child>a {
    border-right: none;
    padding-right: 0;
}

.top-right li.top-shopping-cart {
    position: relative;
}

.top-right li.my-account {
    position: relative;
}

.top-right li.my-account .log-in dl dt {
    color: #000;
    font-family: open_sansbold;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.top-right li.my-account .log-in dl dd:last-child {
    border-top: 1px solid #e8e8e8;
    padding-top: 8px;
    margin-top: 10px;
}


/*心愿单*/

.top-right .wish-list span {
    position: relative;
    top: 3px;
    margin-right: 5px;
}


/*购物车*/

.top-right .top-shopping-cart span {
    font-size: 18px;
}

.top-right .top-shopping-cart .shopping-sum {
    background: #f24d4d;
    border-radius: 10px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
}

.top-right .top-shopping-cart .shopping-sum:empty {
    display: none;
}

.top-right .top-shopping-cart .shopping-list {
    position: absolute;
    width: 320px;
    padding: 0 10px 10px;
    right: 0;
    top: 34px;
    border: 1px solid #e8e8e8;
    z-index: 3;
    background: #fff;
    display: none;
}

.top-right .top-shopping-cart .shopping-list:after,
.top-right .top-shopping-cart .shopping-list:before {
    bottom: 100%;
    left: 255px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.top-right .top-shopping-cart .shopping-list:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.top-right .top-shopping-cart .shopping-list:before {
    border-color: rgba(232, 232, 232, 0);
    border-bottom-color: #e8e8e8;
    border-width: 9px;
    margin-left: -9px;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con {
    padding: 10px 0;
    border-bottom: 1px dashed #e8e8e8;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con>a {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-tit {
    margin-left: 10px;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-tit h1 {
    width: 210px;
    line-height: 20px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* font-family: open_sansbold;*/
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-tit h2 {
    line-height: 20px;
    color: #999;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-tit h1>a {
    /*color: #333;*/
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-tit .shopping-tit-con {
    line-height: 20px;
    position: relative;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-tit .shopping-tit-con .shopping-price {
    color: #000;
    width: 104px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-tit .shopping-tit-con .shopping-num {
    margin-top: 2px;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-tit .shopping-tit-con .shopping-num input {
    float: left;
    color: #333;
    border: none;
    background: transparent;
    width: 30px;
    text-align: center;
    position: relative;
    top: -2px;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-num .num-minus,
.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-num .num-add {
    float: left;
    visibility: hidden;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con:hover .shopping-num .num-minus,
.top-right .top-shopping-cart .shopping-list .shopping-list-con:hover .shopping-num .num-add {
    visibility: visible;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con .shopping-delete {
    position: absolute;
    right: 10px;
    bottom: 6px;
    cursor: pointer;
    display: none;
}

.top-right .top-shopping-cart .shopping-list .shopping-list-con:hover .shopping-delete {
    display: block;
}

.top-right .top-shopping-cart .shopping-list .shopping-statistics {
    margin-top: 10px;
}


/*剩余数目*/

.top-right .top-shopping-cart .shopping-list .shopping-statistics .statistics-items {
    color: #303030;
}


/*总价*/

.top-right .top-shopping-cart .shopping-list .shopping-statistics .statistics-total {
    color: #f24d4d;
}

.top-right .top-shopping-cart .shopping-list .shopping-btn .gh-btn {
    margin: 10px 0 0;
    width: 100%;
}


/*/购物车*/


/*消息*/

.top-right .message .message-sum {
    background: #f24d4d;
    border-radius: 50px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
}

.top-right .message .message-sum:empty {
    display: none;
}


/*/消息*/


/*登录状态*/

.top-right li.my-account .log-state {
    position: absolute;
    width: 190px;
    padding: 20px;
    right: 0;
    top: 34px;
    border: 1px solid #e8e8e8;
    z-index: 2;
    background: #fff;
    display: none;
}

.top-right li.my-account .log-state:after,
.top-right li.my-account .log-state:before {
    bottom: 100%;
    left: 160px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.top-right li.my-account .log-state:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.top-right li.my-account .log-state:before {
    border-color: rgba(232, 232, 232, 0);
    border-bottom-color: #e8e8e8;
    border-width: 9px;
    margin-left: -9px;
}


/*未登录*/

.top-right li.my-account .log-state .sign-in-btn {
    width: 100%;
}

.top-right li.my-account .log-state h1 {
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

.social-app {
    display: inline-block;
}

.social-app a {
    float: left;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    background: url(../img/icon-main.png) no-repeat;
}

.social-app a:nth-child(1) {
    background-position: -249px 0;
}

.social-app a:nth-child(1):hover {
    background-position: -208px 0;
}

.social-app a:nth-child(2) {
    background-position: -249px -123px;
}

.social-app a:nth-child(2):hover {
    background-position: -208px -123px;
}

.social-app a:nth-child(3) {
    background-position: -249px -205px;
}

.social-app a:nth-child(3):hover {
    background-position: -208px -205px;
}

.top-right li.my-account .log-state dl dd {
    line-height: 20px;
}

.top-right li.my-account .hover {
    text-decoration: none;
}

.top-right li.my-account .log-state .not-log-in .hover {
    text-align: center;
}

.top-right li.my-account .link-login,
.top-right li.my-account .link-register {
    display: inline-block;
    text-align: center;
    height: 24px;
    line-height: 24px;
    width: 65px;
    text-transform: capitalize;
    margin-top: 5px;
    padding: 0;
}

.top-right li.my-account .link-register {
    background-color: #0bb8d0;
    color: #fff;
}

.top-right li.my-account .link-login:hover {
    color: #0b90a2;
}

.top-right li.my-account .link-register:hover {
    background-color: #0b90a2;
}


/*/未登录*/


/*/登录状态*/


/*----------/top----------*/


/*----------logo----------*/

.logo {
    margin: 30px 0;
}

.logo>div {
    float: left;
}

.logo .seach {
    margin: 10px 0 0 75px;
}

.logo .seach input {
    width: 410px;
    height: 34px;
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    padding-left: 15px;
}

.logo .seach .seach-btn {
    width: 70px;
    height: 34px;
    line-height: 32px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0 3px 3px 0;
    border-left: none;
    text-align: center;
}

.logo .seach .seach-btn:hover {
    background: #ececec;
}

.logo .seach .seach-btn .icon {
    margin-top: 6px;
}

.logo .seach.focus input:focus {
    border-color: #0bb8d0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(11, 184, 208);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(11, 184, 208);
}

.twitter-typeahead {
    float: left;
}

.tt-menu {
    border: 1px solid #ddd;
    border-top: none;
    width: calc(100% + 70px);
    padding: 20px 0 0;
    top: 17px !important;
}

.tt-menu .tt-suggestion {
    line-height: 22px;
    padding-left: 10px;
    background-color: #fff;
}

.tt-menu .tt-suggestion:hover {
    cursor: pointer;
    background-color: #ddd;
}


/*APP*/

.logo .app {
    float: right;
    margin-top: 10px;
}

.logo .app .app-link li {
    margin-right: 0;
}

.app-link li {
    float: left;
    margin: 0 5px;
}

.app-link li a {
    display: block;
    width: 36px;
    height: 36px;
    background: url("../img/icon-main.png") no-repeat;
}

.app-link li:nth-child(1) a {
    background-position: -249px 0;
}

.app-link li:nth-child(2) a {
    background-position: -249px -41px;
}

.app-link li:nth-child(3) a {
    background-position: -249px -82px;
}

.app-link li:nth-child(4) a {
    background-position: -249px -123px;
}

.app-link li:nth-child(5) a {
    background-position: -249px -164px;
}

.app-link li:nth-child(1) a:hover {
    background-position: -208px 0;
}

.app-link li:nth-child(2) a:hover {
    background-position: -208px -41px;
}

.app-link li:nth-child(3) a:hover {
    background-position: -208px -82px;
}

.app-link li:nth-child(4) a:hover {
    background-position: -208px -123px;
}

.app-link li:nth-child(5) a:hover {
    background-position: -208px -164px;
}


/*/APP*/


/*----------/logo----------*/


/*----------nav----------*/

.nav-left {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.nav-left li {
    height: 40px;
    line-height: 40px;
    position: relative;
    flex-grow: 1;
    text-align: center;
}

.nav-left li>a {
    color: #333;
    border-right: 1px solid #e8e8e8;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    display: block;
    margin-top: 10px;
    font-family: "open_sansbold";
    /*text-transform: uppercase;*/
    flex-wrap: nowrap;
    flex-grow: 1;
}

.nav-left li:hover {
    background-color: #0bb8d0;
}

.nav-left li:hover>a {
    color: #fff;
    border-right: solid 1px #0bb8d0;
}

.nav-left li:last-child a {
    border-right: solid 1px transparent;
}

.nav-left li.current {
    background: #0bb8d0;
}

.nav-left li.current>a {
    color: #fff;
    border-right-color: transparent !important;
}

.nav-left li.black-friday>a {
    color: red;
    line-height: 20px;
}

.nav-left li.black-friday:hover {
    color: red;
    background-color: #fff;
}

.nav-right li {
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.nav-right li>a {
    color: #333;
    display: inline-block;
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
    font-family: "open_sansbold";
}

.nav-right li:first-child>a {
    color: #fe5656;
}

.nav-right li>a:hover {
    color: #fe5656;
}

.nav-right li:last-child>a {
    border-left: 1px solid #e8e8e8;
}


/*nav定位元素*/

.nav-classify {
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 3;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 2px solid #0bb8d0;
    display: none;
    max-width: 1140px !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 226, 226, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 226, 226, 0.6);
}

.nav-classify .nav-classify-con {
    padding: 20px;
    border-right: 1px solid #e8e8e8;
    min-height: 372px;
}

.nav-classify .nav-classify-list {
    float: left;
    width: 200px;
}

.nav-classify .nav-classify-list dl {
    margin-bottom: 10px;
    text-align: left;
    padding-right: 10px;
}

.nav-classify .nav-classify-list dl dt a {
    font-size: 15px;
    color: #000;
    display: block;
    line-height: 24px;
}

.nav-classify .nav-classify-list dl dt a:hover {
    color: #0bb8d0;
}

.nav-classify .nav-classify-list dl dd a {
    line-height: 24px;
    display: block;
}

.nav-classify .nav-classify-list dl dd a:hover {
    color: #0bb8d0;
}

.nav-classify .nav-classify-list dl dt a:hover,
.nav-classify .nav-classify-list dl dd a:hover {
    text-decoration: underline;
}

.nav-classify .nav-classify-list dl dd a .nav-highlight {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.nav-classify .nav-classify-list dl dd a:hover .nav-highlight {
    color: #00a0b9;
}

.nav-advertising {
    padding: 20px;
    width: 190px;
    background: #f4f4f4;
    min-height: 372px;
}

.nav-advertising>a {
    width: 150px;
    height: 180px;
    overflow: hidden;
}

.nav-advertising>a>img {
    width: 150px;
}

.nav-advertising dl dt {
    margin-top: 20px;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

.nav-advertising dl dd {
    line-height: 22px;
}

.nav-advertising dl dd>a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*----------/nav----------*/


/*----------分类 鼠标滑动 悬停顶部----------*/

.channel-slide-wrap {
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: -500px;
    box-shadow: 0 2px 8px rgba(153, 153, 153, 0.5);
    z-index: 999;
}

.channel-slide {
    position: relative;
}

.channel-slide .channel-menu {
    width: 34px;
    height: 34px;
    background: url("../img/icon-main.png") no-repeat 0 -542px;
    margin-top: 18px;
    cursor: pointer;
    position: relative;
}

.channel-slide .channel-menu:hover {
    background-position: -38px -542px;
}

.channel-slide .ecatalog {
    font-family: open_sansbold;
    color: #303030;
    margin-left: 30px;
    font-size: 14px;
    line-height: 70px;
}

.channel-slide .channel-slide-shopping {
    margin-top: 26px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.channel-slide .channel-slide-shopping .icon-cart {
    margin-top: 1px;
}

.channel-slide .channel-slide-shopping .shopping-sum {
    background: #f24d4d;
    border-radius: 10px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
}

.channel-slide .channel-slide-shopping .shopping-sum:empty {
    display: none;
}

.channel-slide .channel-search {
    margin-right: 15px;
    position: relative;
}

.channel-slide .channel-search input {
    height: 34px;
    padding: 0 10px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-top: 18px;
    width: 0;
    opacity: 0;
}

.channel-slide .channel-search.focus input {
    opacity: 1;
}

.channel-slide .channel-search .icon-search-2 {
    position: absolute;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
}

.channel-slide .slide-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.channel-slide .channel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: absolute;
    left: 15px;
    top: 43px;
    cursor: auto;
    display: none;
    z-index: 1000;
}

.channel-slide .channel ul {
    width: 260px;
    padding: 10px 0;
    border-left: 1px solid #ddd;
    min-height: 300px;
}

.channel-slide .channel ul li {
    line-height: 30px;
    position: relative;
    cursor: pointer;
    padding: 0 20px;
}

.channel-slide .channel ul li a {
    color: #303030;
    font-size: 14px;
}

.channel-slide .channel>ul>li:hover>a {
    color: #0bb8d0;
}

.channel-slide .channel .primary-classification {
    border-color: transparent;
}

.channel-slide .channel .primary-classification>li>a {
    font-family: open_sansbold;
}

.channel-slide .channel .primary-classification>li>span {
    position: absolute;
    width: 8px;
    height: 12px;
    margin-top: 9px;
    background: url("../img/icon-main.png") no-repeat -108px -543px;
    right: 20px;
}

.channel-slide .channel .primary-classification>li:hover>span {
    background-position: -96px -543px;
}

.channel-slide .channel ul>li>ul {
    position: absolute;
    left: 260px;
    top: -10px;
}

.channel-slide .channel .primary-classification>li:hover li:hover>a {
    color: #0bb8d0;
}

.channel-slide .channel .secondary-classification {
    display: none;
}

.channel-slide .channel .secondary-classification>li>span {
    position: absolute;
    width: 8px;
    height: 12px;
    margin-top: 9px;
    background: url("../img/icon-main.png") no-repeat -108px -543px;
    right: 20px;
}

.channel-slide .channel .secondary-classification>li:hover>span {
    background-position: -96px -543px;
}

.channel-slide .channel .three-classifications {
    display: none;
}

.channel-slide .channel .slide-advertising {
    padding: 20px 0;
    background-color: #f4f4f4;
    /*border-left   : 1px solid #ddd;*/
    min-height: 300px;
}

.channel-slide .channel .slide-advertising.border-left {
    border-left: 1px solid #ddd;
}

.channel-slide .channel .slide-advertising .advertising {
    display: none;
}

.channel-slide .channel .slide-advertising a {
    display: block;
    width: 150px;
    height: 180px;
    overflow: hidden;
    margin: 0 20px;
}

.channel-slide .channel .slide-advertising a img {
    width: 150px;
}

.channel-slide .triangle {
    width: 12px;
    height: 11px;
    background-position: -78px -543px;
    position: absolute;
    left: 15px;
    bottom: -11px;
    display: none;
    z-index: 1000;
}

.channel-slide .range {
    position: absolute;
    left: 0;
    top: 20px;
    width: 400px;
    height: 300px;
    background-color: transparent;
    z-index: 999;
    opacity: 0;
    display: none;
}


/*----------/分类 鼠标滑动 悬停顶部----------*/


/*------------------------------/头部------------------------------*/


/*------------------------------底部------------------------------*/


/*----------email subscribe----------*/

.email-subscribe-wrap {
    background: #0bb8d0;
}

.email-subscribe {
    padding: 38px 70px;
}

.email-subscribe .email-left {
    background: url("../img/icon-1.png") no-repeat 0 center;
    padding-left: 60px;
    color: #fff;
}

.email-subscribe .email-left h1 {
    font-size: 20px;
    /*font-weight: bold;*/
    margin-top: 4px;
    font-family: "open_sansbold";
}

.email-subscribe .email-left h2 {
    line-height: 18px;
}

.email-subscribe .email-right input {
    height: 44px;
    background: #fff;
    border: none;
    padding: 10px;
    width: 470px;
    float: left;
}

.email-subscribe .email-right .subscribe {
    height: 44px;
    line-height: 44px;
    width: 130px;
    text-align: center;
    float: left;
    background: #0b90a2;
    color: #fff;
    border: none;
    font-weight: 800;
}

.email-subscribe .email-right .subscribe:hover {
    background: #066f7d;
}

#footer-subscribe-input {
    border-radius: 3px 0px 0px 3px;
}

#footer-subscribe-btn {
    border-radius: 0px 3px 3px 0px;
}


/*----------/email subscribe----------*/


/*----------footer nav----------*/

.footer-wrap {
    background: #fff;
}

.footer-app {
    text-align: center;
    padding: 50px 0 45px;
    border-bottom: 1px solid #e8e8e8;
}

.footer-app ul {
    display: inline-block;
    margin-top: 40px;
}

.footer-app ul li {
    float: left;
    padding: 0 45px;
}

.footer-app ul li>a {
    display: block;
    background: url("../img/icon-main.png") no-repeat;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}

.footer-app ul li:nth-child(1)>a {
    background-position: -350px 0;
}

.footer-app ul li:nth-child(2)>a {
    background-position: -350px -54px;
}

.footer-app ul li:nth-child(3)>a {
    background-position: -350px -109px;
}

.footer-app ul li:nth-child(4)>a {
    background-position: -350px -163px;
}

.footer-app ul li:nth-child(5)>a {
    background-position: -350px -220px;
}

.footer-app ul li:nth-child(1)>a:hover {
    background-position: -296px 0;
}

.footer-app ul li:nth-child(2)>a:hover {
    background-position: -296px -164px;
}

.footer-app ul li:nth-child(3)>a:hover {
    background-position: -296px -219px;
}

.footer-app ul li:nth-child(4)>a:hover {
    background-position: -296px -55px;
}

.footer-app ul li:nth-child(5)>a:hover {
    background-position: -296px -110px;
}

.footer-nav {
    padding: 50px 0;
    border-bottom: 1px solid #e8e8e8;
}

.footer-nav .footer-nav-left {
    margin-left: 38px;
}

.footer-nav .footer-nav-right>li {
    float: left;
    padding: 0 30px;
    border-left: 1px solid #e8e8e8;
    height: 190px;
}

.footer-nav .footer-nav-right>li dl dt {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "open_sanslight";
}

.footer-nav .footer-nav-right>li dl dd>a {
    display: block;
    width: 145px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    line-height: 22px;
}

.footer-nav .footer-nav-right>li dl dd>a:hover {
    color: #0bb8d0;
}

.footer-nav .footer-nav-right>li ul {
    margin-top: 2px;
}

.footer-nav .footer-nav-right>li ul li {
    color: #333;
}

.footer-nav .footer-nav-right>li ul li span {
    float: left;
    margin-top: 5px;
}

.footer-nav .footer-nav-right>li ul li span.icon-phone {
    margin-top: 3px;
}

.footer-nav .footer-nav-right>li ul li i {
    float: left;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
}


/*----------/footer nav----------*/


/*----------footer----------*/

.footer {
    padding: 50px 0 70px;
}

.footer .app-link {
    display: inline-block;
}


/*返回顶部*/

.go-top {
    position: fixed;
    left: 50%;
    margin-left: 605px;
    bottom: 200px;
    background: rgba(1, 1, 1, 0.6);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    line-height: 55px;
    display: none;
}

.go-top:hover {
    background-color: #0bb8d0;
}


/*/返回顶部*/

@media (max-width: 1280px) {
    .go-top {
        left: 100%;
        margin-left: -50px;
        bottom: 20px;
    }
}


/*----------/footer----------*/


/*------------------------------/底部------------------------------*/


/*-------------------------------index------------------------------*/


/*重置banner*/

.tparrows:before {
    margin-top: 6px;
}


/*/重置banner*/


/*banner*/


/*自定义swiper分页按钮*/

.index-banner .swiper-slide {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.index-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1cd5ee;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    position: absolute;
    left: 20px;
    right: auto;
    top: 50%;
    margin-top: -32px;
}

.index-banner .swiper-button-next {
    right: 20px;
    left: auto;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    display: none;
}

.index-banner:hover .swiper-button-next,
.index-banner:hover .swiper-button-prev {
    display: block;
}


/*
.index-banner .index-video {
    margin-left: 50%;
    transform: translateX(-50%);
}
*/


/*/banner*/


/*广告位*/

.index-ad {
    margin-top: 20px;
}

.index-ad li {
    float: left;
    width: 33.333333%;
}

.index-ad li a {
    display: block;
}


/*/广告位*/


/*平台介绍*/

.platform-introduction {
    background: #fff;
    margin-top: 40px;
}

.platform-introduction li {
    width: 50%;
    float: left;
}

.platform-introduction li .con {
    padding: 30px 40px;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.platform-introduction li .con .con-left {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.platform-introduction li .con .con-right {
    float: left;
    padding: 0 35px;
    width: calc(100% - 100px);
}

.platform-introduction li .con .con-right h1 {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin-top: 7px;
    font-family: open_sanslight;
}

.platform-introduction li .con .con-right p {
    color: #888;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
    width: 100%;
    height: 60px;
}

.platform-introduction li:last-child .con {
    border-right-color: transparent;
}

.platform-introduction li .con:last-child {
    border-bottom: none;
}


/*/平台介绍*/


/*博客*/

.blogs {
    margin: 50px -15px 0;
}

.blogs li {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
}

.blogs li .blogs-con {
    background: #fff;
    padding: 20px;
}

.blogs li>a {
    display: block;
    width: 100%;
}

.blogs li h1 a {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 52px;
    font-family: open_sanslight;
}

.blogs li .subtitle {
    margin-top: 5px;
    font-family: open_sanslight;
}

.blogs li .subtitle b {
    float: left;
    color: #fe5656;
    padding-right: 10px;
    line-height: 14px;
}

.blogs li .subtitle i {
    float: left;
    color: #999;
    padding-left: 10px;
    border-left: 1px solid #999;
    line-height: 14px;
}

.blogs li p {
    color: #777;
    line-height: 22px;
    margin-top: 10px;
    width: 100%;
    height: 110px;
}


/*/博客*/


/*弹窗*/

.layer-index {
    width: 880px;
    height: 500px;
    /*background: #fff;*/
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -440px;
    margin-top: -250px;
    z-index: 1001;
    display: none;
}

.layer-index .email {
    position: absolute;
    bottom: 20px;
    right: 55px;
}

.layer-index .email .email-submit input {
    border: 1px solid #993335;
    border-right-color: transparent;
    height: 30px;
    width: 250px;
    padding: 0 10px;
}

.layer-index .email .email-submit .submit-btn {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 0;
    background-color: #993333;
}

.layer-index .email .email-submit .submit-btn:hover {
    background-color: #712020;
}

.layer-index .email h3 {
    text-align: left;
    color: #999;
    margin-top: 12px;
    font-style: italic;
    font-size: 12px;
}

.layer-index .checkbox-custom {
    position: absolute;
    bottom: -2px;
    right: 0;
    color: #999;
    font-size: 12px;
}

.layer-index .checkbox-custom .icon {
    top: 3px;
    margin-right: 5px;
}

#layerSnow {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 500px;
    overflow: hidden;
}

#popup-close-link {
    font-style: italic;
    color: #999;
    text-decoration: underline;
}


/*圣诞节活动*/

.i-want-it {
    display: block;
    position: absolute;
    left: 235px;
    bottom: 153px;
    opacity: 1;
    width: 125px;
    height: 34px;
}


/*/圣诞节活动*/


/*/弹窗*/


/*-------------------------------index------------------------------*/


/*-------------------------------购物车------------------------------*/

.shopping-cart h1 {
    font-family: "open_sansbold";
    color: #333;
    font-size: 16px;
    margin-top: 50px;
}

.shopping-cart h2 {
    margin-top: 20px;
}

.shopping-cart h2 a {
    text-decoration: underline;
}

.shopping-cart .shopping-cart-btn {
    margin-top: 30px;
}

.shopping-cart .shopping-cart-btn .express-checkout {
    margin-left: 30px;
}


/*FRONT DOOR DELIVERY*/

.front-door-delivery .tit {
    font-family: "open_sansbold";
    font-size: 18px;
    color: #333;
    margin-top: 50px;
    text-transform: uppercase;
}

.front-door-delivery-con {
    background: #fff;
    padding: 0 30px;
    margin-top: 20px;
}

.front-door-delivery-con table tr {
    border-bottom: 1px solid #e8e8e8;
    width: 1110px;
}

.front-door-delivery-con table tr:last-child {
    border-bottom: none;
}

.front-door-delivery-con table tr td {
    padding: 20px 0;
}

.front-door-delivery-con table tr td:nth-child(1) {
    width: 170px;
}

.front-door-delivery-con table tr td:nth-child(2) {
    width: 435px;
}

.front-door-delivery-con table tr td:nth-child(3) {
    width: 280px;
    text-align: center;
}

.front-door-delivery-con table tr td:nth-child(4) {
    width: 190px;
    text-align: center;
}

.front-door-delivery-con table tr td .product-pictures {
    display: block;
    width: 170px;
    height: 170px;
    /* border: solid 1px #ccc; */
    overflow: hidden;
}

.front-door-delivery-con table tr td .product-introduction {
    flex: 1;
    height: 170px;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.front-door-delivery-con table tr td .product-introduction .text-danger {
    color: #f24d4d;
}

.front-door-delivery-con table tr td .product-introduction h1 {
    font-family: "open_sanslight";
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #000;
    line-height: 24px!important;
    height: 48px;
    width: 100%;
}

.front-door-delivery-con table tr td .product-introduction h2 {
    margin-top: 10px;
}

.front-door-delivery-con table tr td .product-introduction h2 b {
    color: #000;
    margin-right: 10px;
}

.front-door-delivery-con table tr td .product-introduction h2 del {
    color: #999;
}

.front-door-delivery-con table tr td .product-introduction h3 {
    color: #999;
    margin-top: 12px;
    width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.front-door-delivery-con table tr td .product-introduction h4 {
    color: #999;
    margin-top: 12px;
}

.front-door-delivery-con table tr td .product-quantity {
    display: inline-block;
}

.front-door-delivery-con table tr td .product-quantity span {
    float: left;
    cursor: pointer;
}

.front-door-delivery-con table tr td .product-quantity input {
    float: left;
    width: 50px;
    height: 26px;
    border: 1px solid #ddd;
    padding: 0 3px;
    margin: 0 3px;
}

.front-door-delivery-con table tr td .item-total {
    text-align: center;
}

.front-door-delivery-con table tr td .item-total .con {
    display: inline-block;
}

.front-door-delivery-con table tr td .item-total h1 {
    color: #999;
    text-align: left;
    line-height: 20px;
}

.front-door-delivery-con table tr td .item-total h1.original-price {
    text-decoration: line-through;
}

.front-door-delivery-con table tr td .item-total h2 {
    color: #000;
    font-size: 20px;
    margin-top: 3px;
    text-align: left;
}

.front-door-delivery-con table tr td .item-total h1.text-danger {
    color: #f24d4d;
}

.front-door-delivery .subtotal {
    margin-top: 25px;
}

.front-door-delivery .subtotal h1 {
    font-size: 26px;
    color: #333;
    font-family: "open_sansbold";
    text-align: right;
}

.front-door-delivery .subtotal h1 i {
    color: #f24d4d;
    margin-left: 10px;
}

.front-door-delivery .subtotal h2 {
    color: #999;
    text-align: right;
    margin-top: 10px;
}

.front-door-delivery .subtotal h2.original-price {
    text-decoration: line-through;
    font-size: 16px;
}

.front-door-delivery .subtotal h2.total-save {
    font-size: 16px;
}

.front-door-delivery .subtotal h2 a {
    text-decoration: underline;
}

.front-door-delivery .change-notice {
    color: #999;
    text-align: right;
    margin-top: 30px;
}


/*/FRONT DOOR DELIVERY*/


/*弹窗*/

.layer-shopping-shadow {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}


/*点击checkout 出现弹窗*/

.layer-checkout {
    width: 770px;
    height: 300px;
    background: #fff;
    padding: 50px 90px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -385px;
    margin-top: -150px;
    display: none;
}

.layer-checkout h1 {
    font-family: "open_sansbold";
    font-size: 20px;
    color: #333;
}

.layer-checkout h2 {
    margin-top: 30px;
}

.layer-checkout h2 a {
    color: #fe5656;
}

.layer-checkout p {
    line-height: 20px;
    margin-top: 15px;
}

.layer-checkout .layer-checkout-btn {
    margin-top: 35px;
}

.layer-checkout .layer-checkout-btn .change-order {
    margin-left: 35px;
}


/*/点击checkout 出现弹窗*/


/*条款 条件 弹窗*/

.layer-terms {
    width: 1000px;
    height: 640px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -500px;
    display: none;
}

.layer-terms>h1 {
    background: #f4f4f4;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    font-family: "open_sansbold";
    color: #333;
    border-bottom: 1px solid #e8e8e8;
}

.layer-terms .con {
    padding: 30px 20px;
    height: 590px;
    overflow-y: auto;
}

.layer-terms .con h1 {
    font-size: 14px;
    color: #333;
    font-family: "open_sansbold";
}

.layer-terms .con p {
    margin: 5px 0 20px;
    line-height: 20px;
}

.layer-terms .con p:last-child {
    margin-bottom: 0;
}


/*/条款 条件 弹窗*/


/*tab 选项卡 弹窗*/

.layer-shipping-information {
    width: 1000px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: none;
}

.layer-shipping-information>h1 {
    background: #f4f4f4;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    font-family: "open_sansbold";
    color: #333;
    border-bottom: 1px solid #e8e8e8;
}

.layer-shipping-information .con {
    background: #fff;
    padding: 20px;
    max-height: 590px;
    overflow-y: auto;
}

.layer-shipping-information .con p {
    line-height: 20px;
    margin-bottom: 20px;
}


/*/tab 选项卡 弹窗*/


/*/弹窗*/


/*-------------------------------购物车------------------------------*/


/*-------------------------------列表页------------------------------*/

.crumbs-nav {
    margin-top: 20px;
    color: #999;
    text-transform: capitalize;
}

.crumbs-nav a {
    color: #999;
}

.crumbs-nav a:hover {
    color: #0bb8d0;
}

.crumbs-nav>span {
    margin: 0 5px;
}

.list .con {
    margin: 20px -15px 0;
}

.list .left {
    width: 25%;
    padding: 0 15px;
}

.list .left .left-con {
    background: #fff;
    padding: 25px 30px 30px;
}

.list .left-con ul>li {
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    cursor: pointer;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.list .left-con ul>li.border-none {
    border-bottom: none;
}

.list .left-con ul>li>b {
    color: #333;
    font-family: open_sansbold;
}

.list .left-con ul>li .current {
    color: #0bb8d0;
}

.list .left-con ul>li>dl {
    display: none;
}

.list .left-con ul>li>dl>dd {
    line-height: 24px;
}

.list .left-con ul>li>dl>dd>ol {
    padding-left: 10px;
    display: none;
    color: #666;
}

.list .left-con ul>li>dl>dd>ol>li {
    font-size: 13px;
}

.list .left-con>dl>dd.current {
    color: #0bb8d0;
}

.list .right {
    width: 75%;
    padding: 0 15px;
}

.list .right .right-con {
    margin: 0 -15px;
}

.list .right .right-con li {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.list li .common,
.left-list li .common {
    background: #fff;
    padding: 25px 20px;
    position: relative;
}

.list li .common .top-value {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.list li:hover .common {
    -moz-box-shadow: 2px 2px 5px rgba(153, 153, 153, 0.5);
    -webkit-box-shadow: 2px 2px 5px rgba(153, 153, 153, 0.5);
    box-shadow: 2px 2px 5px rgba(153, 153, 153, 0.5);
}

.list li .common .pic {
    display: block;
    background: url("../img/loading.gif") no-repeat center;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.list li .common .pic>img {
    background-color: #fff;
}

.list li .common .pic .product-scenario {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 500ms;
}

.list li .common .pic .product-scenario:hover {
    opacity: 1;
}

.list li .common .pic.sold-out,
.list li .common .pic.coming-soon {
    position: relative;
}

.list li .common .pic.sold-out:before,
.list li .common .pic.coming-soon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.list li .common .pic.sold-out:after {
    content: "sold out";
}

.list li .common .pic.coming-soon:after {
    content: "coming soon";
    width: 150px;
}

.list li .common .pic.sold-out:after,
.list li .common .pic.coming-soon:after {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.list li .common .pic.sold-out:hover .product-scenario,
.list li .common .pic.coming-soon:hover .product-scenario {
    opacity: 1;
}

.list li .common h2 {
    text-align: left;
    height: 40px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list li .common h2 a {
    color: #333;
    line-height: 20px;
}

.list li .common .price {
    line-height: 40px;
}

.list li .common .price b {
    color: #000;
    font-size: 18px;
    font-family: open_sansbold;
}

.list li .common .price del {
    margin-left: 10px;
}

.list li .common .price>span {
    margin-left: 10px;
    color: #e44848;
}

.list li .common .handle {
    margin-top: 10px;
}

.list li .common .handle a {
    display: block;
    width: 110px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
}

.list li .common .handle a .icon-wish {
    margin-top: 6px;
}

.list li .common .handle a .icon-add-cart {
    margin-top: 4px;
}

.list li .common .handle a:hover {
    border-color: #fe5656;
}

.list li .common .handle a:hover .icon-wish {
    background-position: 0 -124px;
}

.list li .common .handle a:hover .icon-add-cart {
    background-position: -20px -124px;
}


/*增加tip*/

.list li .common .handle .wish {
    position: relative;
}

.list li .common .handle .tooltip {
    opacity: 1;
    top: -50px;
    display: none;
    width: 180px;
}

.list li .common .handle .tooltip .tooltip-arrow {
    left: 55px;
}


/*分页*/

.paging .gh-btn {
    color: #333;
    border: none;
    margin-right: 5px;
    width: 40px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    background: #fff;
}

.paging .gh-btn:hover {
    color: #0bb8d0;
    background: #fff;
}

.paging span {
    color: #333;
}

.paging i {
    position: relative;
    top: -3px;
    font-weight: bold;
}

.paging .current {
    background: #0bb8d0;
    color: #fff;
}

.paging .current:hover {
    color: #fff;
    background: #0bb8d0;
}


/*/分页*/


/*新增4列显示*/

.list .cross {
    width: 100%;
}

.list .cross .right-con li {
    width: 25%;
}


/*/新增4列显示*/


/*-------------------------------/列表页------------------------------*/


/*-------------------------------搜索页------------------------------*/

.list .left-con>dl {
    margin-top: 25px;
}

.list .left-con>dl>dt {
    font-family: open_sansbold;
    color: #333;
    font-size: 14px;
}

.list .left-con>dl>dd {
    line-height: 34px;
    border-bottom: 1px solid #e8e8e8;
    color: #333;
    cursor: pointer;
}

.seach-result {
    padding: 30px 0;
    /*border-top: 1px solid #e8e8e8;*/
}

.seach-result .seach-left b {
    color: #0bb8d0;
    cursor: pointer;
}

.seach-result .seach-left i {
    color: #fe5656;
}

.seach-result .seach-right h6 {
    line-height: 40px;
    margin-right: 10px;
}


/*-------------------------------/搜索页------------------------------*/


/*-------------------------------分类页------------------------------*/

.classify .con {
    margin-top: 20px;
    margin-bottom: 110px;
}

.classify .con .con-left {
    background: #fff;
    padding: 25px 30px 30px;
}

.classify .con .con-left dl dt a.current {
    color: #0bb8d0;
}

.classify .con .con-left dl {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.classify .con .con-left dl dt {
    font-size: 14px;
    font-family: open_sansbold;
}

.classify .con .con-left dl dt a.current {
    color: #0bb8d0;
}

.classify .con .con-left dl dd {
    color: #777;
    line-height: 24px;
    font-size: 14px;
}

.classify .con .con-left .classify-ad {
    width: 100%;
}

.classify .con .con-right .classify-banner {
    margin-bottom: 30px;
}

.classify .con .con-right .right-list .title {
    color: #000;
    font-size: 20px;
    font-family: open_sansbold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.classify .con .con-right .right-list .common {
    background: #fff;
    margin-bottom: 30px;
}

.classify .con .con-right .right-list .common .common-con {
    padding: 10px 20px;
}

.classify .con .con-right .right-list .common>a {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.classify .con .con-right .right-list .common .common-con h1 a {
    font-size: 14px;
    color: #333;
    font-family: open_sansbold;
    line-height: 22px;
}

.classify .con .con-right .right-list .common .common-con h2 {
    color: #999;
    line-height: 20px;
}

.classify .con .con-right .right-list .common .common-con h3 {
    color: #fe5656;
    line-height: 20px;
}


/*-------------------------------/分类页------------------------------*/


/*-------------------------------详情页------------------------------*/

.detail-wrap {
    margin-top: 20px;
    background: #fff;
    padding: 30px 0;
}

.product-details-left .tb-pic {
    position: relative;
}

.product-details-left .tb-pic #pin_img a {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    z-index: 2;
    display: none;
}

.product-details-left .tb-pic #pin_img a:first-child {
    display: block;
}


/*图片放大*/

.product-details-left .box {
    width: 100%;
}

.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /*border      : 1px solid #ddd;*/
    width: 100%;
}

.tb-pic a img {
    vertical-align: middle;
}


/*ie8+*/

.tb-pic a img {
    width: 570px \0;
}

.tb-pic a {
    *display: block;
    *line-height: 1;
}


/*鼠标hover 右侧大图*/

.zoomDiv {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 20px;
    width: 570px !important;
    height: 570px !important;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
}

.zoomMask {
    position: absolute;
    background: url("../img/mask1.png") repeat 0 0;
    cursor: crosshair;
    z-index: 1;
}


/*大图下方5个缩略图*/


/*.tb-thumb{overflow:hidden; margin-top: 5px;}*/

.tb-thumb-wrap {
    width: 450px;
    margin-top: 10px;
    position: relative;
    margin-left: 60px;
}

.tb-thumb-wrap .swiper-slide {
    width: auto;
}

.tb-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ddd;
    cursor: pointer;
}

.tb-selected img {
    border: 2px solid #7c1212;
}

.tb-thumb-wrap .swiper-button-next,
.tb-thumb-wrap .swiper-button-prev {
    position: absolute;
    left: -25px;
    right: auto;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
}

.tb-thumb-wrap .swiper-button-next {
    right: -25px;
    left: auto;
}


/*右侧内容*/

.product-details-right>h1 {
    font-family: Arial;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.product-details-right .price {
    margin-top: 5px;
}

.product-details-right .price b {
    color: #000;
    font-size: 30px;
    font-family: open_sansbold;
}

.product-details-right .price del {
    color: #777;
    margin-left: 10px;
}

.product-details-right .price span {
    color: #e44848;
    margin-left: 10px;
    font-size: 16px;
}

.select-item {
    margin-top: 30px;
}

.select-item h1 {
    color: #333;
}

.select-item h1 b {
    font-size: 14px;
    font-family: open_sansbold;
    margin-left: 10px;
}

.select-item ul {
    margin-top: 10px;
}

.select-item ul li {
    margin-bottom: 15px;
}

.select-item ul li.select-size {
    height: 34px;
    line-height: 32px;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 0 20px;
    cursor: pointer;
}

.select-item ul li.select-size.current {
    border-color: #0bb8d0;
}

.select-item ul li.select-size.current .selected {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/icon-main.png") no-repeat;
    width: 24px;
    height: 23px;
    background-position: 0 -53px;
}

.select-item ul li.select-size input {
    display: none;
}

.select-item ul li.select-color {
    height: 34px;
    width: 34px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.select-item ul li.select-color span {
    display: block;
    width: 100%;
    height: 100%;
}

.select-item ul li.select-color input {
    display: none;
}

.select-item ul li.select-color.current {
    border: 1px solid #0bb8d0;
}

.select-item ul li.select-color.current span {
    border: 2px solid #fff;
    background: url("../img/color-checked.png") no-repeat center;
}

.product-details-right .quantity h1 {
    color: #333;
    margin-top: 30px;
}

.product-details-right .quantity .number {
    margin-top: 10px;
}

.product-details-right .quantity .number span {
    float: left;
    cursor: pointer;
}

.product-details-right .quantity .number input {
    float: left;
    border: 1px solid #ddd;
    height: 34px;
    padding: 0 5px;
    width: 100px;
    background: #fff;
    margin: 0 5px;
}

.product-details-right .quantity .number .only {
    float: left;
    line-height: 34px;
    margin-left: 10px;
    color: #303030;
    font-size: 14px;
}

.product-details-right .quantity .number .only b {
    color: #fe5656;
}

.product-details-right .product-specifications h1 {
    color: #000;
    font-size: 16px;
    font-family: open_sansbold;
    margin: 30px 0 8px;
}

.product-details-right .product-specifications .dcss {
    font-size: 14px;
}

.product-details-right .product-specifications p {
    line-height: 20px;
    padding-right: 10px;
    margin-top: 5px;
    color: #333;
}

.product-details-right .product-specifications ul {
    padding: 0 10px;
    margin-top: 20px;
    color: #333;
}

.product-details-right .product-specifications ul li {
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-details-right .product-specifications ul li span {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.details-share {
    margin-top: 30px;
    position: relative;
}


/*自定义addthis图标*/

.details-share .addthis_inline_share_toolbox_2vas {
    top: -1px;
    left: 54px;
    position: absolute;
}

.details-share .at-share-btn-elements>.at-icon-wrapper.at-share-btn {
    background: url("../img/icon-main.png") no-repeat;
    width: 36px !important;
    height: 36px !important;
    margin-right: 10px;
    background-color: transparent !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.details-share .at-share-tbx-element .at-share-btn:focus,
.at-share-tbx-element .at-share-btn:hover {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    outline-offset: 0 !important;
    color: inherit;
}

.details-share .at-share-btn-elements>.at-icon-wrapper.at-share-btn .at-icon-wrapper {
    display: none !important;
}

.details-share .at-share-btn-elements .at-svc-facebook {
    background-position: -167px 0 !important;
}

.details-share .at-share-btn-elements .at-svc-facebook:hover {
    background-position: -208px 0 !important;
}

.details-share .at-share-btn-elements .at-svc-pinterest_share {
    background-position: -167px -41px !important;
}

.details-share .at-share-btn-elements .at-svc-pinterest_share:hover {
    background-position: -208px -41px !important;
}

.details-share .at-share-btn-elements .at-svc-twitter {
    background-position: -167px -123px !important;
}

.details-share .at-share-btn-elements .at-svc-twitter:hover {
    background-position: -208px -123px !important;
}

.details-share .at-share-btn-elements .at-svc-tumblr {
    background-position: -252px -285px !important;
}

.details-share .at-share-btn-elements .at-svc-tumblr:hover {
    background-position: -252px -324px !important;
}

.details-share .at-share-btn-elements .at-svc-houzz {
    background-position: -252px -246px !important;
}

.details-share .at-share-btn-elements .at-svc-houzz:hover {
    background-position: -252px -363px !important;
}


/*自定义addthis图标*/

.details-share .share {
    color: #999;
    float: left;
    margin-right: 20px;
    line-height: 36px;
}


/*自定义swiper*/


/*图片滚动*/

.swiper-wrap {
    position: relative;
}

.swiper-wrap .swiper-slide {
    width: auto;
}

.swiper-wrap .swiper-pagination-fraction {
    bottom: auto;
    top: -35px;
    left: auto;
    right: 10px;
    width: auto;
    z-index: 1;
}

.swiper-wrap .swiper-button-next,
.swiper-wrap .swiper-button-prev {
    position: absolute;
    left: -40px;
    right: auto;
    top: 50%;
    margin-top: -16px;
    z-index: 1;
}

.swiper-wrap .swiper-button-next {
    right: -40px;
    left: auto;
}

.swiper-container .swiper-slide .common {
    background: #fff;
    padding: 20px;
}

.swiper-container .swiper-slide .common>a,
.left-list .common>a {
    width: 230px;
    height: 230px;
    overflow: hidden;
}

.swiper-container .swiper-slide .common h1,
.left-list .common h1 {
    line-height: 22px;
    height: 44px;
    width: 100%;
    margin-top: 25px;
}

.swiper-container .swiper-slide .common h1>a,
.left-list .common h1>a {
    color: #333;
}

.swiper-container .swiper-slide .common .common-bottom,
.left-list .common .common-bottom {
    margin-top: 10px;
}

.swiper-container .swiper-slide .common .common-bottom .price,
.left-list .common .common-bottom .price {
    font-size: 18px;
    color: #000;
    font-family: Arial;
}

.swiper-container .swiper-slide .common .common-bottom .bottom-btn a,
.left-list .common .common-bottom .bottom-btn a {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    text-align: center;
}

.swiper-container .swiper-slide .common .common-bottom .bottom-btn a:hover,
.left-list .common .common-bottom .bottom-btn a:hover {
    border-color: #fe5656;
}

.swiper-container .swiper-slide .common .common-bottom .bottom-btn a .icon-wish,
.left-list .common .common-bottom .bottom-btn a .icon-wish {
    position: relative;
    top: 6px;
}

.swiper-container .swiper-slide .common .common-bottom .bottom-btn a .icon-add-cart,
.left-list .common .common-bottom .bottom-btn a .icon-add-cart {
    position: relative;
    top: 3px;
}

.swiper-container .swiper-slide .common .common-bottom .bottom-btn a:hover .icon-wish,
.left-list .common .common-bottom .bottom-btn a:hover .icon-wish {
    background-position: 0 -124px;
}

.swiper-container .swiper-slide .common .common-bottom .bottom-btn a:hover .icon-add-cart,
.left-list .common .common-bottom .bottom-btn a:hover .icon-add-cart {
    background-position: -20px -124px;
}


/*图片滚动title*/

.detail-scroll {
    width: 100%;
    margin-top: 40px;
}

.detail-scroll .title {
    margin-bottom: 20px;
}

.detail-scroll .title h1 {
    font-size: 16px;
    color: #000;
    font-family: open_sansbold;
    text-transform: uppercase;
    line-height: 20px;
    text-transform: uppercase;
}

.detail-scroll .swiper-slide {
    width: 270px;
}


/*/图片滚动*/

.product-information {
    margin-top: 40px;
}

.product-information>h1 {
    font-size: 16px;
    font-family: "open_sansbold";
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
}

.product-information .con {
    background: #fff;
    padding: 30px;
}

.product-information .con .con-left {}

.product-information .con .con-left li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e8e8e8;
    color: #333;
    cursor: pointer;
}

.product-information .con .con-left li.current {
    color: #f24d4d;
    border-color: #f24d4d;
}

.product-information .con .con-right {
    padding: 10px 0;
}

.product-information .con .con-right .right-con {
    display: none;
}

.product-information .con .con-right h2 {
    color: #333;
    font-size: 14px;
    font-family: "open_sansbold";
    margin-bottom: 5px;
}

.product-information .con .con-right p {
    line-height: 20px;
    margin-bottom: 20px;
}

.product-information .con .con-right p:last-child {
    margin-bottom: 0;
}


/*/tab 选项卡 弹窗*/

.also-need-wrap {
    margin-top: 40px;
}

.also-need-wrap>h1 {
    line-height: 20px;
    margin-bottom: 20px;
    font-family: open_sansbold;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.also-need {
    padding: 0 30px;
    background: #fff;
}

.also-need table {
    width: 1110px;
}

.also-need table tr {
    border-bottom: 1px solid #e8e8e8;
}

.also-need table tr:last-child {
    border-bottom: none;
}

.also-need table tr td {
    padding: 20px;
}

.also-need table tr td:nth-child(1) {
    width: 200px;
}

.also-need table tr td:nth-child(2) {
    width: 670px;
}

.also-need table tr td:nth-child(3) {
    width: 240px;
    text-align: right;
}

.also-need table tr td .pic {
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.also-need table tr td .con h1 {
    font-family: open_sansbold;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.also-need .also-need-right .price {
    margin-top: 80px;
}

.also-need .also-need-right .price b {
    color: #000;
    font-size: 20px;
    font-family: open_sansbold;
}

.also-need .also-need-right .price del {
    color: #777;
    margin-left: 10px;
}

.also-need .also-need-right .number {
    margin-top: 10px;
    display: inline-block;
}

.also-need .also-need-right .number span {
    float: left;
    cursor: pointer;
}

.also-need .also-need-right .number input {
    float: left;
    border: 1px solid #ddd;
    height: 26px;
    padding: 0 5px;
    width: 50px;
    background: #fff;
    margin: 0 5px;
}


/*弹窗*/

.layer-share {
    width: 1030px;
    height: 690px;
    left: 50%;
    top: 100px;
    margin-left: -515px;
    position: absolute;
    background: #f4f4f4;
    z-index: 3;
    display: none;
}

.layer-share .left {
    width: 600px;
    height: 100%;
    border-right: 1px solid #e8e8e8;
    background: #fff;
    padding: 30px 15px;
}

.layer-share .left .tb-pic {
    width: 470px;
    height: 470px;
    overflow: hidden;
    margin: 0 auto;
}

.layer-share .left .pic-scroll-1 .bd {
    margin-top: 30px;
}

.layer-share .left .photo-by {
    margin-top: 30px;
    margin-left: 15px;
}

.layer-share .left .photo-by i {
    color: #0bb8d0;
    text-decoration: underline;
}

.layer-share .right {
    padding: 20px 30px;
    width: 430px;
}

.layer-share .right>h1 {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    margin-top: 20px;
}

.layer-share .right>h2 {
    color: #000;
    font-size: 24px;
    font-family: open_sansbold;
    margin-top: 8px;
}

.layer-share .right .right-btn {
    margin-top: 15px;
}

.layer-share .right .shop-look {
    margin-top: 180px;
}

.layer-share .right .shop-look h1 {
    font-family: open_sansbold;
    color: #333;
    line-height: 22px;
    font-size: 14px;
}

.layer-share .right .pic-List {
    margin: 15px -15px 0;
}

.layer-share .right .pic-List li {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.layer-share .right .pic-List li .common {
    padding: 0;
    background: transparent;
}

.layer-share .right .pic-List li .common h1 {
    margin-top: 15px;
    font-family: open_sansregular;
    line-height: 22px;
    height: 44px;
    width: 100%;
}

.layer-share .right .pic-List li .common>a {
    width: 100%;
    height: 100%;
}

.layer-share .right .pic-List li .common .common-bottom {
    margin-top: 10px;
}

.layer-share .right .pic-List li .common .common-bottom .price {
    font-size: 13px;
    margin-top: 12px;
    color: #000;
    font-family: Arial;
}

.layer-share .right .pic-List li .common .common-bottom .bottom-btn a {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    text-align: center;
    background: #fff;
}

.layer-share .right .pic-List li .common .common-bottom .bottom-btn a .icon-wish {
    position: relative;
    top: 6px;
}

.layer-share .right .pic-List li .common .common-bottom .bottom-btn a .icon-add-cart {
    position: relative;
    top: 3px;
}

.layer-share .right .pic-List li .common .common-bottom .bottom-btn a:hover {
    border-color: #fe5656;
}

.layer-share .right .pic-List li .common .common-bottom .bottom-btn a:hover .icon-wish {
    background-position: 0 -124px;
}

.layer-share .right .pic-List li .common .common-bottom .bottom-btn a:hover .icon-add-cart {
    background-position: -20px -124px;
}


/*/弹窗*/


/*-------------------------------/详情页------------------------------*/


/*-------------------------------/登录------------------------------*/

.error-hint {
    width: 100%;
    line-height: 20px;
    padding: 5px 30px;
    background: #fff5f5;
    border: 1px solid #eababa;
    color: #f24d4d;
    margin: 20px 0;
    display: none;
}

@-moz-document url-prefix() {
    .error-hint {
        padding-left: 20px;
    }
}

.error-hint li {
    list-style: disc;
}

.form-error label {
    color: #f24d4d;
}

.login {
    background: #fff;
    margin: 55px 0 50px;
}

.login .login-left {
    padding: 0 100px;
    width: 50%;
    border-left: 1px solid #e8e8e8;
}

.login .login-left>h1 {
    font-size: 20px;
    color: #000;
    font-family: open_sansbold;
}

.login .login-left>h2 {
    color: #999;
    margin: 10px 0 15px;
}

.login .login-left .login-btn {
    margin-top: 30px;
}

.login .login-left .login-btn .ceeate-accont {
    line-height: 40px;
}

.login .login-left .or-sign-in h1 {
    font-size: 20px;
    color: #000;
    font-family: open_sansbold;
    margin-top: 35px;
}

.login .login-left .or-sign-in .social-app {
    margin-top: 40px;
    display: block;
}

.login .login-left .or-sign-in ol {
    margin-top: 35px;
}

.login .login-left .or-sign-in ol li {
    line-height: 20px;
    color: #999;
}

.login .login-right {
    width: 50%;
}

.login .reg-right {
    padding: 0px 100px;
    width: 50%;
}

.mtb50 {
    margin: 50px 0px;
}

.login_ad {
    width: 100%;
    height: 100%;
}

.login .login-right h1,
.login .reg-right h1 {
    font-size: 20px;
    color: #000;
    font-family: open_sansbold;
    margin-top: 5px;
}

.login .login-right h2,
.login .reg-right h2 {
    color: #999;
    margin-top: 15px;
}

#form-login #input-email-login {
    width: 100%;
}


/*-------------------------------/登录------------------------------*/


/*-------------------------------注册------------------------------*/

.register-right {
    border-left: 1px solid #e8e8e8;
}

.register-right p {
    color: #999;
    line-height: 20px;
}

.register-right p b {
    color: #666;
    font-family: open_sansbold;
}

#input-email-register {
    width: 100%;
}


/*-------------------------------/注册------------------------------*/


/*-------------------------------支付流程------------------------------*/


/*共用*/

.payment-process {
    padding: 50px 0;
}

.payment-process .process {
    width: 100%;
    height: 40px;
    overflow: hidden;
}


/*配合右侧箭头边框，将边框超出部分截掉、隐藏*/

.payment-process .process li {
    float: left;
    width: 20%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #e8e8e8;
    position: relative;
}


/*自定义边框，通过右侧两个三角形定位的z-index的不同、边框颜色的不同、right的偏移量的不同，视觉上实现右侧箭头边框；
另一方法：将箭头做成图片，则要做2个不同的背景图片*/

.payment-process .process li:before {
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 10px solid #e8e8e8;
    position: absolute;
    right: -10px;
    top: -4px;
    content: "";
    z-index: 2;
}

.payment-process .process li:after {
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 10px solid #f4f4f4;
    position: absolute;
    right: -12px;
    top: -4px;
    content: "";
    z-index: 1;
}

.payment-process .process li.current {
    background: #0bb8d0;
    color: #fff;
}

.payment-process .process li.current:before {
    border-left-color: #0bb8d0;
}

.payment-process .process li.passed {
    background: #ddd;
    color: #666;
}

.payment-process .process li.passed:before {
    border-left-color: #ddd;
}

.payment-process .con {
    margin-top: 40px;
}

.payment-process .con .con-left {
    padding: 30px;
    background: #fff;
}

.payment-process .con .con-right {
    padding: 30px;
    background: #fff;
}

.payment-process .con .con-right .order-summary table tr {
    border-bottom: 1px solid #e8e8e8;
}

.payment-process .con .con-right .order-summary table td {
    padding: 20px 0;
}

.payment-process .con .con-right .order-summary table td .pic-wrap {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.payment-process .con .con-right .order-summary table td .summary {
    padding: 0 10px;
}

.payment-process .con .con-right .order-summary table td .summary h1 {
    color: #333;
    line-height: 20px;
    height: 40px;
}

.payment-process .con .con-right .order-summary table td .summary h2 {
    width: 290px;
    margin: 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.payment-process .con .con-right .order-summary table td .summary ul {
    margin-top: 12px;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.payment-process .con .con-right .order-summary table td .summary ul li {
    display: table-cell;
}

.payment-process .con .con-right .order-summary table td .summary ul li b {
    color: #000;
}

.payment-process .con .con-right .order-toal {
    font-size: 20px;
    color: #333;
    text-align: right;
    margin-top: 25px;
}

.payment-process .con .con-right .order-toal b {
    font-size: 20px;
    color: #fe5656;
    font-family: open_sansbold;
}


/*/共用*/


/*1*/


/*左侧*/

.payment-process .con-left .shipping-address {
    margin-bottom: 35px;
}

.payment-process .con-left .shipping-address>h1 {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-family: open_sansbold;
    text-transform: uppercase;
}

.payment-process .con-left .shipping-address .address-list {
    width: 100%;
}

.payment-process .con-left .shipping-address .address-list.overflow-x {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
}

.payment-process .con-left .shipping-address ul {
    margin-top: 20px;
}

.payment-process .con-left .shipping-address ul li {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    float: left;
    width: 290px;
    background: #f8f8f8;
    margin-right: 30px;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.payment-process .con-left .shipping-address ul li {
    width: 289px \0;
}

.payment-process .con-left .shipping-address ul li input {
    display: none;
}

.payment-process .con-left .shipping-address ul li.current {
    border-color: #0bb8d0;
}

.payment-process .con-left .shipping-address ul li:last-child {
    margin-right: 0;
}

.payment-process .con-left .shipping-address ul li dl dt {
    font-family: open_sansbold;
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
}

.payment-process .con-left .shipping-address ul li dl dt .home {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 5px;
    background: #e8e8e8;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    font-family: open_sansregular;
    margin-left: 15px;
}

.payment-process .con-left .shipping-address ul li dl dd {
    line-height: 20px;
}

.payment-process .con-left .shipping-address ul li .address-handle {
    margin-top: 6px;
}

.payment-process .con-left .shipping-address ul li .address-handle .edit {
    line-height: 30px;
    margin-left: 10px;
}

.payment-process .con-left .shipping-address ul li .icon-correct-tick {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.payment-process .con-left .shipping-address ul li.current .icon-correct-tick {
    display: block;
}


/*城市下拉*/

#city-list {
    position: relative;
}

#city-list ul {
    border: 1px solid #ddd;
    border-top: none;
    padding: 5px 0;
    cursor: pointer;
    max-height: 280px;
    overflow-y: auto;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#city-list ul li {
    line-height: 24px;
    padding-left: 10px;
}

#city-list ul li:hover {
    background-color: #ddd;
}


/*/城市下拉*/


/*/左侧*/


/*编辑地址弹窗*/

.layer-edit-address {
    width: 610px;
    height: 710px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -305px;
    z-index: 3;
    display: none;
}

.layer-edit-address .con {
    padding: 30px 70px 40px;
}


/*/编辑地址弹窗*/


/*/1*/


/*2*/

.payment-process .con-left .shipping-method .view-tems {
    color: #999;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}

.payment-process .con-left .delivery-time {
    margin: 20px -15px 0;
}

.payment-process .con-left .delivery-time li {
    float: left;
    width: calc(50% - 30px);
    background: #f4f4f4;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e8e8e8;
    text-align: center;
    color: #333;
    margin: 0 15px;
    padding: 0 20px;
    cursor: pointer;
}

.payment-process .con-left .delivery-time li.current {
    background: #0bb8d0;
    border-color: #0bb8d0;
    color: #fff;
}

.payment-process .con-left .delivery-time li .icon {
    margin-top: 12px;
}

.payment-process .con-left .delivery-time li input {
    display: none;
}

.payment-process .con-left .method-table {
    width: 100%;
    margin-top: 20px;
}

.payment-process .con-left .method-table tr {
    border-bottom: 1px solid #e8e8e8;
}

.payment-process .con-left .method-table tr td {
    padding: 10px 0;
    color: #333;
}

.payment-process .con-left .method-table tr td:first-child {
    font-family: open_sansbold;
    width: 140px;
}

.payment-process .con-left .method-table tr td:last-child {
    text-align: right;
    padding-right: 30px;
}

.payment-process .con-left .method-table tr:last-child td {
    padding-right: 0;
}

.payment-process .con-left .method-table tr td .from {}

.payment-process .con-left .method-table tr td .from li {
    margin-left: 35px;
}

.payment-process .con-left .method-table tr td .from li span {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.payment-process .con-left .method-table tr td .from li i {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.payment-process .con-left .express-company {
    height: 52px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 15px;
}

.payment-process .con-left .express-company li {
    float: left;
    margin-right: 10px;
    padding: 15px 20px;
    border: 1px solid #e8e8e8;
    border-bottom-color: transparent;
    cursor: pointer;
}

.payment-process .con-left .express-company li.current {
    border-bottom-color: #fff;
}

.payment-process .con-left .express-company li a {
    display: block;
    height: 20px;
}

.payment-process .con-left .express-company li:nth-child(1) a {
    background: url("../img/express-1.png") no-repeat center;
    width: 85px;
}

.payment-process .con-left .express-company li:nth-child(1):hover a {
    background: url("../img/express-1-1.png") no-repeat center;
}

.payment-process .con-left .express-company li:nth-child(1).current a {
    background: url("../img/express-1-1.png") no-repeat center;
}

.payment-process .con-left .express-company li:nth-child(2) a {
    background: url("../img/express-2.png") no-repeat center;
    width: 101px;
}

.payment-process .con-left .express-company li:nth-child(2):hover a {
    background: url("../img/express-2-1.png") no-repeat center;
}

.payment-process .con-left .express-company li:nth-child(2).current a {
    background: url("../img/express-2-1.png") no-repeat center;
}

.payment-process .con-left .express-company li:nth-child(3) a {
    background: url("../img/express-3.png") no-repeat center;
    width: 47px;
}

.payment-process .con-left .express-company li:nth-child(3):hover a {
    background: url("../img/express-3-1.png") no-repeat center;
}

.payment-process .con-left .express-company li:nth-child(3).current a {
    background: url("../img/express-3-1.png") no-repeat center;
}

.payment-process .con-left .express-company li:nth-child(4) a {
    background: url("../img/express-4.png") no-repeat center;
    width: 63px;
}

.payment-process .con-left .express-company li:nth-child(4):hover a {
    background: url("../img/express-4-1.png") no-repeat center;
}

.payment-process .con-left .express-company li:nth-child(4).current a {
    background: url("../img/express-4-1.png") no-repeat center;
}

.payment-process .con-left .tab {
    margin-top: 30px;
}

.payment-process .con-left .tab .tab-con {
    display: none;
}

.payment-process .con-left .tab .tab-con p {
    color: #999;
    line-height: 20px;
}


/*/2*/


/*4*/

.payment-process .con-left .payment-review-top .paypal .paypal-pic {
    background: url("../img/img-1-1.png") no-repeat;
    width: 60px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 15px;
}

.payment-process .con-left .payment-review-bottom {
    margin: 20px -15px 0;
}

.payment-process .con-left .payment-review-bottom li {
    float: left;
    width: calc(50% - 30px);
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    color: #333;
    margin: 0 15px;
    padding: 20px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

.payment-process .con-left .payment-review-bottom li.current {
    border-color: #0bb8d0;
}

.payment-process .con-left .payment-review-bottom li .payment-logo {
    padding-left: 37px;
}

.payment-process .con-left .payment-review-bottom li .card-num {
    font-size: 20px;
    font-family: open_sanslight;
    margin: 10px 0;
}

.payment-process .con-left .payment-review-bottom li .card-num .icon {
    position: relative;
    top: 0px;
    margin-right: 20px;
}

.payment-process .con-left .payment-review-bottom li h3 {
    padding-left: 37px;
    color: #999;
}

.payment-process .con-left .payment-review-bottom li .icon-correct-tick {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.payment-process .con-left .payment-review-bottom li.current .icon-correct-tick {
    display: block;
}

.payment-process .con-left .payment-review-bottom li input {
    display: none;
}

.payment-process .con-left .billing-address {
    margin-top: 40px;
}

.payment-process .con-left .billing-address ol {
    margin-top: 10px;
}

.payment-process .con-left .billing-address ol .edit {
    margin-top: 22px;
    cursor: pointer;
}

.payment-process .con-left .billing-address ol li dl {}

.payment-process .con-left .billing-address ol li dl dt {
    font-family: open_sansbold;
    color: #333;
    font-size: 14px;
    margin-bottom: 3px;
}

.payment-process .con-left .billing-address ol li dl dd {
    line-height: 20px;
}

.payment-process .con-left .erder-details table {
    width: 100%;
    margin-top: 20px;
}

.payment-process .con-left .erder-details table tr {
    border-bottom: 1px solid #e8e8e8;
}

.payment-process .con-left .erder-details table tr:first-child {
    border-top: 1px solid #e8e8e8;
}

.payment-process .con-left .erder-details table tr td {
    padding: 20px 0;
}

.payment-process .con-left .erder-details table tr td:nth-child(1) {
    width: 145px;
    font-family: open_sansbold;
    color: #333;
    vertical-align: top;
}

.payment-process .con-left .erder-details table tr td:nth-child(2) {
    width: 430px;
}

.payment-process .con-left .erder-details table tr td:nth-child(3) {
    text-align: right;
    vertical-align: bottom;
}

.payment-process .con-left .front-door-delivery table {
    width: 100%;
}

.payment-process .con-left .front-door-delivery>table>tbody>tr {
    border-bottom: 1px solid #e8e8e8;
}

.payment-process .con-left .front-door-delivery>table>tbody>tr>td {
    padding: 20px 0;
}

.payment-process .con-left .front-door-delivery>table>tbody>tr>td:nth-child(1) {
    width: 110px;
}

.payment-process .con-left .front-door-delivery table tr td .pic-warp {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.payment-process .con-left .front-door-delivery table tr td table td {
    padding: 8px 0;
}


/*验证状态*/

.form-success {
    position: relative;
    width: 90%;
}

.form-success .form-control {
    color: #38a900;
}

.form-error-other {
    position: relative;
    width: 90%;
}

.form-error-other .form-control {
    color: #fe5656;
}

.verify-state {
    position: absolute;
    right: -35px;
    bottom: 7px;
    display: none;
}

.form-success .verify-state {
    display: block;
}

.form-error-other .verify-state {
    display: block;
}

.form-group input[name="email"] {
    width: 90%;
}

.form-group input[name="promo_code"] {
    width: 90%;
}

.form-error-other .form-control {
    color: #fe5656;
}

.verify-state {
    position: absolute;
    right: -35px;
    bottom: 7px;
    display: none;
}

.form-success .verify-state {
    display: block;
}

.form-error-other .verify-state {
    display: block;
}

.payment-process .con-left .change-coupon {
    color: #0bb8d0;
    text-decoration: underline;
    float: left;
    line-height: 40px;
}

.delete-promotion-code {
    color: #0bb8d0;
    text-decoration: underline;
    line-height: 40px;
    display: inline-block;
}


/*/验证状态*/


/*选择优惠券弹窗*/


/*#selectCoupon{position: fixed;}*/

.select-my-coupon {
    background: #fff;
    padding: 40px 50px;
}

.select-my-coupon ul li {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.select-my-coupon ul li.current {
    background: #0bb8d0;
    border-color: #0bb8d0;
    color: #fff;
}

.select-my-coupon ul li>span {
    position: relative;
    top: 12px;
    margin-right: 10px;
}

.select-my-coupon ul li>div {
    height: 38px;
    line-height: 38px;
    width: 180px;
}

.select-my-coupon ul li>.num {
    width: 155px;
}


/*右侧*/

.payment-process .con .con-right .toal-list {
    padding: 0 20px;
    border-bottom: 1px solid #e8e8e8;
}

.payment-process .con .con-right .toal-list dl {
    text-align: right;
}

.payment-process .con .con-right .toal-list dl dd {
    color: #999;
    line-height: 24px;
}

.payment-process .con .con-right .toal-list dl dt {
    color: #000;
    line-height: 24px;
    width: 140px;
}

.payment-process .con .con-right .total-price {
    font-size: 20px;
    border-bottom: none;
}

.payment-process .con .con-right .total-price dl dt {
    color: #fe5656;
}

.payment-process .con .con-right .total-price dl dd {
    color: #333;
}

.payment-process .con .con-right .toal-list .you-saved dt {
    color: #0bb8d0;
    font-size: 13px;
}

.payment-process .con .con-right .toal-list .you-saved dd {
    color: #999;
    font-size: 13px;
}


/*/4*/


/*5*/

.payment-process .order-confirmation .confirmation-address {
    margin-top: 20px;
}

.payment-process .order-confirmation .confirmation-address .confirmation-address-con {
    background: #fff;
    padding: 25px 30px;
}

.payment-process .order-confirmation .confirmation-address .confirmation-address-con h1 {
    font-size: 14px;
    font-family: open_sansbold;
    color: #333;
}

.payment-process .order-confirmation .confirmation-address .confirmation-address-con table {
    width: 100%;
    margin-top: 10px;
}

.payment-process .order-confirmation .confirmation-address .confirmation-address-con table tr td:nth-child(1) {
    width: 140px;
    color: #333;
    vertical-align: top;
}

.payment-process .order-confirmation .confirmation-address .confirmation-address-con table tr td:nth-child(2) {
    width: 305px;
}

.payment-process .order-confirmation .confirmation-address .confirmation-address-con table tr td:nth-child(2) ul li {
    line-height: 20px;
}

.payment-process .order-confirmation .confirmation-address .confirmation-address-con table tr td:nth-child(3) {
    font-size: 12px;
    text-align: right;
    vertical-align: top;
}

.payment-process .order-confirmation .confirmation-address .order-table-wrap {
    padding: 10px 30px 30px;
    background: #fff;
    margin-top: 30px;
}

.payment-process .order-confirmation .confirmation-address .order-table {
    width: 1110px;
}

.payment-process .order-confirmation .confirmation-address .order-table tr {
    border-bottom: 1px solid #e8e8e8;
}

.payment-process .order-confirmation .confirmation-address .order-table tr td {
    padding: 20px 0;
}

.payment-process .order-confirmation .confirmation-address .order-table tr td:nth-child(1) {
    width: 100px;
}

.payment-process .order-confirmation .confirmation-address .order-table tr td:nth-child(2) {
    width: 400px;
    vertical-align: top;
    color: #000;
}

.payment-process .order-confirmation .confirmation-address .order-table tr td:nth-child(3) {
    width: 340px;
    line-height: 20px;
    text-align: right;
}

.payment-process .order-confirmation .confirmation-address .order-table tr td:nth-child(4) {
    line-height: 20px;
    text-align: right;
    padding-right: 30px;
}

.payment-process .order-confirmation .confirmation-address .order-table tr td .pic-wrap {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}


/*/5*/


/*-------------------------------支付流程------------------------------*/


/*-------------------------------个人中心------------------------------*/


/*关于我们*/

.about {
    margin: 20px 0 50px;
}

.about-left {
    background: #fff;
    padding: 35px 30px;
}

.about-left dl {
    margin-bottom: 30px;
}

.about-left dl dt {
    font-family: open_sansbold;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-left dl dd {
    padding-left: 10px;
}

.about-left dl dd a {
    color: #333;
    line-height: 26px;
}

.about-left dl dd a:hover {
    color: #0bb8d0;
}

.about-left dl dd a.current {
    color: #0bb8d0;
}

.about-right {
    background: #fff;
    padding: 30px;
}

.about-right img {
    max-width: 100% !important;
}

.about-right p {
    color: #333;
    line-height: 22px;
}


/* family-of-brands */

.family-brands {
    position: relative;
    display: flex !important;
    margin-top: -30px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding: 30px;
    color: #333;
}

.family-brands .fb-top {
    background: url(/image/catalog/family_of_brands/brands_logo_bg.png) no-repeat top center;
    height: 150px;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.family-brands .fb-top p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.family-brands .fb-top img {
    vertical-align: top;
}

.family-brands .fb-content {
    width: 100%;
    margin: 120px 0 0 0;
    box-sizing: border-box;
    padding: 10px;
    display: flex!important;
    flex-direction: column;
}

.family-brands .fb-content .includes {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.family-brands .fb-content ul {
    border: solid 1px #f4f4f4;
    margin: 0 0 20px 0;
    padding: 10px 10px 0 0;
    list-style: none;
    display: flex;
}

.family-brands .fb-content ul li {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 10px;
}

.family-brands .fb-content ul li a {
    font-size: 14px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.family-brands .fb-content ul li:first-child {
    flex: 1;
}


/*/关于我们*/


/*共用*/

.account {
    margin: 20px 0 50px;
}

.account-left {
    background: #fff;
    padding: 35px 30px;
}

.account-left>h1 {
    font-family: open_sansbold;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.account-left ul li {
    margin-bottom: 15px;
}

.account-left ul li>a {
    display: block;
    height: 24px;
}

.account-left ul li>a>span {
    width: 24px;
    float: left;
    background: url("../img/icon-main.png") no-repeat;
}

.account-left ul li>a>i {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-left: 15px;
}

.account-left ul li>a.current {
    color: #0bb8d0;
}

.account-left ul li:nth-child(1)>a>span {
    height: 23px;
    background-position: -4px -293px;
}

.account-left ul li:nth-child(1)>a:hover>span {
    background-position: -34px -293px;
}

.account-left ul li:nth-child(1)>a.current>span {
    background-position: -34px -293px;
}

.account-left ul li:nth-child(2)>a>span {
    height: 23px;
    background-position: -4px -332px;
}

.account-left ul li:nth-child(2)>a:hover>span {
    background-position: -34px -332px;
}

.account-left ul li:nth-child(2)>a.current>span {
    background-position: -34px -332px;
}

.account-left ul li:nth-child(3)>a>span {
    height: 24px;
    background-position: -4px -374px;
}

.account-left ul li:nth-child(3)>a:hover>span {
    background-position: -34px -374px;
}

.account-left ul li:nth-child(3)>a.current>span {
    background-position: -34px -374px;
}

.account-left ul li:nth-child(4)>a>span {
    height: 24px;
    background-position: -5px -412px;
}

.account-left ul li:nth-child(4)>a:hover>span {
    background-position: -35px -412px;
}

.account-left ul li:nth-child(4)>a.current>span {
    background-position: -35px -412px;
}

.account-left ul li:nth-child(5)>a>span {
    height: 23px;
    background-position: -3px -456px;
}

.account-left ul li:nth-child(5)>a:hover>span {
    background-position: -33px -456px;
}

.account-left ul li:nth-child(5)>a.current>span {
    background-position: -33px -456px;
}

.account-right>.con {
    padding: 30px;
    background: #fff;
}

.account-right .tab li {
    float: left;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    background: #ddd;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.account-right .tab li.current {
    background: #fff;
    font-family: open_sansbold;
}

.account-right .con .tab-con {
    padding: 10px 90px 130px;
    display: none;
}


/*/共用*/


/*优惠劵*/

.coupon-wrap {
    position: relative;
    width: 250px;
    background-color: #0bb8d0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 40px;
}

.coupon-wrap .coupon-pic {
    padding: 5px;
    height: 142px;
    overflow: hidden;
}

.coupon-wrap .coupon-pic img {
    width: 100%;
}

.coupon-wrap .coupon-content {
    display: flex;
    flex-direction: column;
}

.coupon-wrap .coupon-content .coupon-top .cate {
    margin-top: 5px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    justify-content: space-evenly;
}

.coupon-wrap .coupon-content .coupon-top>h1 {
    font-family: Impact;
    font-size: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 13px;
}

.coupon-wrap .coupon-content h1>i,
.coupon-wrap .coupon-content h1>b {
    font-style: normal;
}

.coupon-wrap .coupon-content h1>span {
    font-size: 16px;
    text-transform: uppercase;
}

.coupon-wrap .coupon-content h2 {
    opacity: 0.7;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.coupon-wrap .coupon-content h3 {
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.coupon-wrap .coupon-content h4 {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}

.coupon-wrap .coupon-content .coupon-mid {
    box-sizing: border-box;
    position: relative;
    height: 20px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.coupon-wrap .coupon-content .coupon-mid::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    left: -20px;
    top: -10px;
}

.coupon-wrap .coupon-content .coupon-mid::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    right: -20px;
    top: -10px;
}

.coupon-wrap .coupon-content .coupon-mid .circle {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.coupon-wrap .coupon-content .coupon-bottom {
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    justify-content: space-evenly;
}

.coupon-wrap .coupon-content .coupon-bottom .use-btn {
    margin-top: 10px;
    width: 120px;
    height: 30px;
    background-color: #fff;
    color: #0bb8d0;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    text-decoration: none;
}

.coupon-wrap .coupon-content .coupon-bot-circle {
    margin-top: 10px;
    height: 8px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.coupon-wrap .coupon-content .coupon-bot-circle .circle-big {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
}

.coupon-used {
    background-color: #959595;
}

.coupon-used img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
    filter: gray;
}

.used-disable .coupon-content .coupon-bottom .use-btn {
    display: none;
    margin-top: 40px !important;
}


/*优惠劵*/


/*信息*/

.message-box {}

.message-box .tab-title li {
    float: left;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    background: #ddd;
    margin-top: 20px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.message-box .tab-title li+li {
    border-left: 1px solid #fff;
}

.message-box .tab-title li.current {
    background: #fff;
    font-family: open_sansbold;
}

.message-box .tab {
    padding: 30px;
    background: #fff;
}

.message-box .tab .tab-con {
    display: none;
}

.message-box .tab table {
    width: 1110px;
    text-align: left;
    border-top: 1px solid #e8e8e8;
}

.message-box .tab table tr {
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.message-box .tab table tr th {
    padding: 10px 0;
    background: #f4f4f4;
    font-family: open_sansbold;
    line-height: 20px;
    color: #333;
}

.message-box .tab table tr td {
    padding: 10px 0;
    line-height: 20px;
    color: #333;
}

.message-box .tab table tr th .icon-checkbox {
    top: 3px;
}

.message-box .tab table tr td .icon-checkbox {
    top: 2px;
}

.message-box .tab table tr td .delete-message {
    color: #0bb8d0;
    text-decoration: underline;
    cursor: pointer;
}

.message-box .tab table tr th:nth-child(1) {
    width: 56px;
    text-align: center;
}

.message-box .tab table tr th:nth-child(2) {
    width: 125px;
}

.message-box .tab table tr th:nth-child(3) {
    width: 580px;
}

.message-box .tab table tr th:nth-child(4) {
    width: 175px;
}

.message-box .tab table tr th:nth-child(5) {
    width: 85px;
}

.message-box .tab table tr td:nth-child(1) {
    text-align: center;
}

.message-box .tab table .message-read td {
    color: #999;
}

.message-box .tab table .delete-line td {
    color: #999;
    text-decoration: line-through;
}

.message-box .tab table tr td .message-details {
    cursor: pointer;
}

.layer-message .message-title {
    margin-top: 20px;
    width: 80%;
    height: 44px;
}

.layer-message .message-con {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.layer-message .message-con p {
    line-height: 20px;
    margin-bottom: 20px;
}


/*/信息*/


/*我的订单*/

.account-right .track-order {}

.account-right .track-order dl dd {
    position: relative;
}

.account-right .track-order dl dd input {
    width: 370px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.account-right .track-order dl dd .icon-search-1 {
    position: absolute;
    right: 8px;
    top: 5px;
}

.account-right .track-order dl dd button[type="submit"] {
    position: absolute;
    right: 8px;
    top: 5px;
    background: red;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.account-right .track-order>table {
    width: 810px;
    margin: 20px 0;
}

.account-right .track-order>table:last-child {
    margin-bottom: 0;
}

.account-right .track-order table tr th {
    background: #f4f4f4;
    padding: 15px 0;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.account-right .track-order table tr th:nth-child(1) {
    width: 80px;
}

.account-right .track-order table tr th:nth-child(2) {
    width: 370px;
    text-align: left;
}

.account-right .track-order table tr th:nth-child(3) {
    width: 90px;
}

.account-right .track-order table tr th:nth-child(4) {
    width: 60px;
}

.account-right .track-order table tr th:nth-child(5) {
    width: 90px;
}

.account-right .track-order table tr td:first-child {
    border-left-color: transparent;
}

.account-right .track-order table tr td:last-child {
    border-right-color: transparent;
}

.account-right .track-order>table>tbody>tr>td {
    border: 1px solid #e8e8e8;
    text-align: center;
}

.account-right .track-order>table tr td table tr td:nth-child(1) {
    width: 80px;
}

.account-right .track-order>table tr td table tr td:nth-child(2) {
    width: 370px;
    text-align: left;
}

.account-right .track-order>table tr td table tr td:nth-child(3) {
    width: 90px;
}

.account-right .track-order>table tr td table tr td:nth-child(4) {
    width: 60px;
}

.account-right .track-order>table tr td table tr td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
}

.account-right .track-order>table tr td table tr:last-child td {
    border-bottom: none;
}

.account-right .track-order>table tr td table tr td:first-child {
    border-right-color: transparent;
}

.account-right .track-order>table tr td table tr td .pic-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.account-right .track-order>table tr td table tr td .title {
    padding-left: 10px;
}

.account-right .track-order>table tr td table tr td .title h1 {
    width: 100%;
    line-height: 20px;
    height: 40px;
    color: #333;
}


/*/我的订单*/


/*订单详情*/

.order-details .processing {
    background: #fff;
    padding: 30px 0;
}

.order-details .processing .processing-left {
    padding: 65px 50px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
}

.order-details .processing .processing-left h1 {
    font-family: open_sansbold;
    color: #fe5656;
    font-size: 26px;
}

.order-details .processing .processing-left h2 {
    color: #999;
    margin-top: 10px;
}

.order-details .processing .processing-left h3 {
    color: #333;
    margin-top: 5px;
}

.order-details .processing .processing-right {
    padding-top: 47px;
}

.order-details .processing .processing-right ul li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.order-details .processing .processing-right ul li span {
    background: url("../img/icon-main.png") no-repeat;
    display: inline-block;
    width: 44px;
    height: 44px;
}

.order-details .processing .processing-right ul li h1 {
    margin-top: 8px;
    color: #999;
}

.order-details .processing .processing-right ul li h2 {
    margin-top: 15px;
    color: #999;
    line-height: 20px;
}

.order-details .processing .processing-right ul li .line {
    position: absolute;
    left: -55px;
    top: 24px;
    width: 105px;
    border-bottom: 1px dashed #ccc;
}

.order-details .processing .processing-right ul li .line:after {
    content: "";
    background: url("../img/icon-main.png") no-repeat -99px -227px;
    display: inline-block;
    width: 7px;
    height: 11px;
    position: absolute;
    right: -7px;
    top: -5px;
}

.order-details .processing .processing-right ul li.completed h1 {
    color: #333;
}

.order-details .processing .processing-right ul li.current h1 {
    color: #0bb8d0;
}

.order-details .processing .processing-right ul li.completed .line {
    border-bottom-color: #0bb8d0;
}

.order-details .processing .processing-right ul li.completed .line:after {
    background-position: -110px -229px;
}

.order-details .processing .processing-right ul li:nth-child(1) span {
    background-position: -116px -249px;
}

.order-details .processing .processing-right ul li:nth-child(1).completed span {
    background-position: -64px -249px;
}

.order-details .processing .processing-right ul li:nth-child(1).current span {
    background-position: -170px -249px;
}

.order-details .processing .processing-right ul li:nth-child(2) span {
    background-position: -116px -302px;
}

.order-details .processing .processing-right ul li:nth-child(2).completed span {
    background-position: -64px -302px;
}

.order-details .processing .processing-right ul li:nth-child(2).current span {
    background-position: -170px -302px;
}

.order-details .processing .processing-right ul li:nth-child(3) span {
    background-position: -116px -355px;
}

.order-details .processing .processing-right ul li:nth-child(3).completed span {
    background-position: -64px -355px;
}

.order-details .processing .processing-right ul li:nth-child(3).current span {
    background-position: -170px -355px;
}

.order-details .processing .processing-right ul li:nth-child(4) span {
    background-position: -116px -408px;
}

.order-details .processing .processing-right ul li:nth-child(4).completed span {
    background-position: -64px -408px;
}

.order-details .processing .processing-right ul li:nth-child(4).current span {
    background-position: -170px -408px;
}

.order-details .processing .processing-right ul li:nth-child(5) span {
    background-position: -116px -461px;
}

.order-details .processing .processing-right ul li:nth-child(5).completed span {
    background-position: -64px -461px;
}

.order-details .processing .processing-right ul li:nth-child(5).current span {
    background-position: -170px -461px;
}

.order-details .details {
    padding: 35px 30px;
    background: #fff;
    margin-top: 30px;
}

.order-details .details h1 {
    font-size: 14px;
    color: #333;
    font-family: open_sansbold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.order-details .details>dl>dt {
    float: left;
    width: 265px;
    line-height: 26px;
}

.order-details .details>dl>dd {
    float: left;
    width: calc(100% - 265px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
}

.order-details .details table {
    width: 100%;
    margin-top: 25px;
}

.order-details .details table tr {
    border-bottom: 1px solid #e8e8e8;
}

.order-details .details table tr th {
    background: #f4f4f4;
    height: 41px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.order-details .details table tr th:nth-child(1) {
    width: 80px;
}

.order-details .details table tr th:nth-child(2) {
    width: 420px;
}

.order-details .details table tr th:nth-child(3) {
    width: 220px;
}

.order-details .details table tr th:nth-child(4) {
    width: 130px;
}

.order-details .details table tr th:nth-child(5) {
    width: 110px;
}

.order-details .details table tr td {
    text-align: center;
    padding: 20px 0;
}

.order-details .details table tr td .img-wrap {
    border: 1px solid #666;
}

.order-details .details table tr td:nth-child(2) {
    text-align: left;
    vertical-align: top;
}

.order-details .details table tr td .title {
    padding-left: 20px;
    line-height: 20px;
    height: 40px;
    width: 100%;
}

.order-details .details table tr td .return {
    cursor: pointer;
}

.order-details .details .order-total {
    margin-top: 20px;
}

.order-details .details .order-total dl dt {
    float: left;
    width: 200px;
    text-align: right;
    line-height: 24px;
}

.order-details .details .order-total dl dd {
    float: right;
    width: 150px;
    text-align: right;
    line-height: 24px;
}


/*退货弹窗*/

.layer-return {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 570px;
    padding: 50px 0;
    z-index: 3;
    display: none;
}

.layer-return h1 {
    text-align: center;
    font-size: 15px;
}

.layer-return h1 .icon {
    position: relative;
    top: 12px;
    margin-right: 10px;
}

.layer-return .return-yes {
    margin-left: 26%;
    font-size: 16px;
}

.layer-return .return-no {
    margin-right: 26%;
    font-size: 16px;
}


/*/退货弹窗*/


/*/订单详情*/


/*退货详情*/

.return-details .on-route {
    background: #fff;
    padding: 30px;
    text-align: center;
}

.return-details .on-route h1 {
    font-size: 26px;
    font-family: open_sansbold;
    color: #fe5656;
    text-transform: uppercase;
    margin-top: 30px;
}

.return-details .on-route h2 {
    color: #999;
    line-height: 22px;
    margin-top: 20px;
}

.return-details .on-route h3 {
    color: #999;
    line-height: 22px;
    margin-top: 5px;
}

.return-details .on-route h4 {
    color: #999;
}

.return-details .details {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
}

.return-details .details .title .id {
    font-size: 14px;
    font-family: open_sansbold;
    color: #333;
}

.return-details .details table {
    width: 100%;
}

.return-details .details table tr {
    border-bottom: 1px solid #e8e8e8;
}

.return-details .details table tr th {
    background: #f4f4f4;
    height: 41px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.return-details .details table tr td {
    text-align: center;
    padding: 15px 0;
}

.return-details .details table.product-details tr th:nth-child(1) {
    width: 80px;
}

.return-details .details table.product-details tr th:nth-child(2) {
    width: 400px;
}

.return-details .details table.product-details tr th:nth-child(3) {
    width: 90px;
}

.return-details .details table.product-details tr th:nth-child(4) {
    width: 110px;
}

.return-details .details table.product-details tr th:nth-child(5) {
    width: 70px;
}

.return-details .details table.product-details tr th:nth-child(6) {
    width: 120px;
}

.return-details .details table.product-details tr th:nth-child(7) {
    width: 100px;
}

.return-details .details table.product-details tr th:nth-child(8) {
    width: 140px;
}

.return-details .details table.product-details tr td:nth-child(2) {
    text-align: left;
}

.return-details .details table.product-details tr td .img-wrap {
    border: 1px solid #666;
}

.return-details .details table.product-details tr td .product-name {
    padding-left: 10px;
}

.return-details .details table.product-details tr td .product-name h1 {
    width: 100%;
    line-height: 20px;
    color: #333;
    height: 40px;
}

.return-details .details table.history tr th {
    text-align: left;
    padding: 0 10px;
}

.return-details .details table.history tr td {
    text-align: left;
    padding: 15px 10px;
    vertical-align: top;
}

.return-details .details table.history tr th:nth-child(1) {
    width: 140px;
}

.return-details .details table.history tr th:nth-child(2) {
    width: 240px;
}

.return-details .details table.history tr th:nth-child(3) {
    width: 730px;
}


/*/退货详情*/


/*退货*/

.returns table {
    width: 100%;
}

.account .returns table tr {
    border-bottom: 1px solid #e8e8e8;
}

.account .returns table tr th {
    background: #f4f4f4;
    height: 41px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.account .returns table tr td {
    text-align: center;
    padding: 15px 0;
}

.account .returns table tr th:nth-child(1) {
    width: 80px;
}

.account .returns table tr th:nth-child(2) {
    width: 80px;
}

.account .returns table tr th:nth-child(3) {
    width: 240px;
}

.account .returns table tr th:nth-child(4) {
    width: 120px;
}

.account .returns table tr th:nth-child(5) {
    width: 110px;
}

.account .returns table tr th:nth-child(6) {
    width: 80px;
}

.account .returns table tr th:nth-child(7) {
    width: 100px;
}

.account .returns table tr td:nth-child(1) {
    color: #000;
}

.account .returns table tr td:nth-child(3) {
    width: 240px;
    text-align: left;
}

.account .returns table tr td .item {
    padding-left: 10px;
}

.account .returns table tr td .item h1 {
    line-height: 20px;
    height: 40px;
    color: #000;
}

.account .returns table tr td .item h2 {
    line-height: 20px;
    color: #999;
}

.account .returns table tr td .item h3 {
    line-height: 20px;
    color: #999;
}


/*退货*/


/*地址*/

.account-right .address .address-top {
    padding: 20px 0 50px;
    border-bottom: 1px solid #e8e8e8;
}

.account-right .address .address-top p {
    line-height: 20px;
    width: 500px;
    padding-left: 20px;
    line-height: 20px;
    height: 40px;
}

.shipping-information {}

.shipping-information li {
    padding: 15px 0;
    /* margin-bottom   : 10px;*/
    border: 1px solid transparent;
    border-bottom-color: #e8e8e8;
    cursor: pointer;
    /*display          : table;*/
    /*table-layout     : fixed;*/
    width: 100%;
}

.shipping-information li>div {
    display: table-cell;
}

.shipping-information li>input {
    display: none;
}


/*.shipping-information li:last-child{margin-bottom: 0;}*/

.shipping-information li .name {
    width: 170px;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    font-family: open_sansbold;
    color: #000;
}

.shipping-information li .ship-site {
    width: 400px;
}

.shipping-information li .ship-site h1 {
    line-height: 20px;
}

.shipping-information li .ship-handle {
    /*visibility: hidden;*/
    vertical-align: bottom;
    text-align: right;
    width: 235px;
    padding: 0 20px 5px 0;
}

.shipping-information li .ship-handle>a {
    color: #0bb8d0;
}

.shipping-information li .ship-handle>i {
    display: inline-block;
    margin: 0 5px;
    color: #e8e8e8;
    position: relative;
    top: -1px;
    font-family: Arial;
}

.shipping-information li:hover .ship-handle {
    visibility: visible;
}

.shipping-information li.border-transparent {
    border-bottom-color: transparent;
}

.shipping-information li.current {
    position: relative;
    border-color: #0bb8d0;
}

.shipping-information li.current .ship-checked {
    position: absolute;
    right: 0;
    bottom: 0;
    zoom: 1;
}


/*新增地址弹窗*/

.layer-add-address {
    width: 610px;
    height: 710px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -305px;
    z-index: 3;
    display: none;
}

.layer-add-address .con {
    padding: 30px 70px 40px;
}


/*/新增地址弹窗*/


/*/地址*/


/*return form*/

.return-form {
    background: #fff;
    padding: 40px 220px;
}

.return-form .radio-wrap ul {
    margin-top: 5px;
}

.return-form .radio-wrap ul li {
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.return-form .radio-wrap ul li .icon-radio {
    position: relative;
    top: 3px;
    margin-right: 10px;
}


/*弹窗*/

.layer-return-hint {
    background: #fff;
    padding: 60px 50px;
    position: fixed;
    width: 570px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: none;
}

.layer-return .con p {
    line-height: 20px;
}


/*/弹窗*/


/*/return form*/


/*Wish list*/

.wish-list-wrap {
    background: #0bb8d0;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    font-family: open_sanslight;
    font-size: 48px;
    margin-bottom: 20px;
}

.wish-list-wrap span {
    display: block;
    font-size: 30px;
}

.wish-list li {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.wish-list li .common .handle .wish {
    border-color: #fe5656;
}

.wish-list li .common .handle .icon-wish {
    background-position: 0 -124px;
}

.wish-list li .progress-shadow {
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 5px;
    position: relative;
    margin-top: 10px;
}

.wish-list li .progress-shadow .progress-time {
    height: 6px;
    background: #0bb8d0;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.wish-list li .common h2 {
    text-align: left;
}

.wish-list li .common h3 {
    text-align: left;
}

.wish-list li .common h3 del {
    font-size: 14px;
    font-family: open_sansregular;
    color: #999;
}

.delete-wish {
    border-color: #fe5656 !important;
}

.delete-wish .icon-wish {
    background-position: 0 -124px;
}


/*/Wish list*/


/*修改密码成功弹窗*/

.layer-password-change {
    background: #fff;
    padding: 50px;
    position: fixed;
    width: 570px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: none;
}

.layer-password-change .icon-success {
    position: relative;
    top: -6px;
}

.layer-password-change .text {
    margin-left: 50px;
    text-align: left;
}


/*/修改密码成功弹窗*/


/*faq*/

.faq {
    margin: 20px 0 50px;
    padding: 50px 100px;
    background-color: #fff;
}

.faq>.title {
    font-size: 17px;
    color: #333;
    font-family: open_sansbold;
    text-align: center;
}

.faq .p1 {
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
}

.faq .p1 span {
    color: #0bb8f0;
    cursor: pointer;
}

.faq .list-wrap {
    text-align: center;
}

.faq .list {
    padding: 30px 0 45px;
    color: #333;
    display: inline-block;
}

.faq .list li {
    float: left;
    margin: 0 25px;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}

.faq .list-con li {
    padding-bottom: 40px;
}

.faq .list-con li .title {
    border-bottom: 1px solid #333;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.faq .list-con li .title span {
    padding: 0 25px;
    color: #333;
    background-color: #fff;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: open_sansbold;
    font-size: 15px;
}

.faq .list-con li dl {
    border-bottom: 1px dashed #cecece;
    padding: 10px 0;
}

.faq .list-con li dl:last-child {
    border-bottom: none;
}

.faq .list-con li dl dt {
    color: #333;
    font-size: 17px;
    cursor: pointer;
}

.faq .list-con li dl dt .fa {
    font-size: 16px;
    margin-right: 10px;
    transition: all 500ms;
}

.faq .list-con li dl dd {
    line-height: 22px;
    display: none;
    padding: 10px 0;
}

.faq .list-con li dl dd .mailto {
    text-decoration: underline;
}

.faq .contact-us {
    margin-top: 20px;
    color: #333;
}

.faq .contact-us .title {
    font-size: 17px;
    font-family: open_sansbold;
}

.faq .contact-us ol {
    margin: 20px 0 80px;
}

.faq .contact-us ol li {
    line-height: 22px;
}


/*/faq*/


/*月 日*/

.gh-date-wrap {
    position: relative;
}

.gh-date-wrap ul {
    position: absolute;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
    width: 252px;
    padding: 10px 0;
    top: 100%;
    left: 0;
    display: none;
}

.gh-date-wrap ul li {
    float: left;
    height: 36px;
    text-align: center;
    line-height: 36px;
    text-transform: capitalize;
}

.gh-date-wrap ul li:hover {
    background-color: #ddd;
    cursor: pointer;
}

.gh-date-month li {
    width: calc(250px / 4);
}

.gh-date-day li {
    width: calc(250px / 7);
}

.gh-date-wrap #input-birthday {
    text-transform: capitalize;
    cursor: pointer;
}

.gh-date-wrap #input-birthday[readonly] {
    background-color: #fff;
}

.gh-date-wrap .remove-birthday {
    position: absolute;
    right: 10px;
    top: 40px;
    cursor: pointer;
    color: #999;
    display: none;
}


/*/月 日*/


/*-------------------------------/个人中心------------------------------*/


/*-------------------------------找回密码------------------------------*/

.password-request {
    background: #fff;
    padding: 100px 80px 150px;
    margin-top: 55px;
}

.password-request p {
    color: #999;
    line-height: 20px;
    margin-top: 5px;
}

.success-wrap {
    display: none;
}

.successfully {
    text-align: center;
    margin-top: 60px;
}

.successfully .icon {
    position: relative;
    top: 6px;
    margin-right: 10px;
    font-size: 16px;
}

.resend-link-wrap {
    margin-bottom: 30px;
}

.resend-link-wrap .gh-btn {
    cursor: default;
}

.resend-link-wrap .gh-btn-primary {
    cursor: pointer;
}

.update-password {
    background: #fff;
    padding: 60px 70px 90px;
    margin-top: 55px;
}

.update-password p {
    color: #999;
    line-height: 26px;
    margin-top: 5px;
}

.update-password ul li {
    color: #999;
    line-height: 20px;
}


/*-------------------------------/找回密码------------------------------*/


/*-------------------------------404------------------------------*/

.link-404 {
    margin-right: 11%;
    margin-top: 7vh;
}

.link-404 .link {
    margin-left: 33px;
    margin-top: 33%;
}


/*-------------------------------/404------------------------------*/


/*-------------------------------搜索无结果页------------------------------*/

.search-no-result {
    background-color: #fff;
    margin: 50px 0;
    padding: 150px 0;
    text-align: center;
}

.search-no-result .con {
    text-align: left;
    display: inline-block;
}

.search-no-result .result-h1 {
    color: #333;
    font-size: 16px;
}

.search-no-result .result-h1 b {
    color: #f24f4f;
}

.search-no-result .result-h2 {
    color: #000;
    font-size: 16px;
    font-family: open_sansbold;
    margin: 30px 0 15px;
}

.search-no-result ul {
    padding-left: 25px;
}

.search-no-result ul li {
    list-style-type: disc;
    color: #999;
    line-height: 20px;
}


/*-------------------------------/搜索无结果页------------------------------*/


/*-------------------------------问卷调查------------------------------*/


/*入口*/

.survey-entrance-wrap {
    margin-top: 70px;
}

.survey-entrance-wrap .container {
    position: relative;
}

.survey-entrance {
    position: absolute;
    background: url("../img/survey-entrance.png") no-repeat;
    right: 320px;
    top: -108px;
    width: 399px;
    height: 112px;
    display: block;
}


/*/入口*/

.survey-bg {
    background: url("../img/survey-bg.jpg") no-repeat center;
    height: 100%;
}

.survey-wrap {
    position: relative;
    height: 100%;
}

.survey {
    background-color: rgba(255, 255, 255, 0.9);
    width: 800px;
    height: 600px;
    margin-top: 40px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 40px 100px 0;
    border: 1px solid #ccc;
    position: relative;
}


/*步骤*/

.survey .steps-list {
    width: 460px;
    margin: 0 auto;
}

.survey .steps-list li {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 3px solid #ccc;
    text-align: center;
    line-height: 54px;
    color: #ccc;
    font-size: 28px;
    position: relative;
    margin-left: 140px;
    font-weight: 600;
}

.survey .steps-list li:first-child {
    margin-left: 0;
}

.survey .steps-list li:before {
    content: "";
    display: block;
    position: absolute;
    right: 57px;
    top: 50%;
    width: 100px;
    height: 3px;
    background-color: #ccc;
    margin-right: 23px;
}

.survey .steps-list li:first-child:before {
    display: none;
}

.survey .steps-list li.on {
    color: #0bb8d0;
}

.survey .steps-list li.on:before {
    width: 140px;
    background-color: #0bb8d0;
    margin-right: 0;
}

.survey .steps-list li.past {
    border-color: #0bb8d0;
}

.survey .steps-con {
    position: relative;
}

.survey .steps-common {
    font-family: open_sanslight;
}

.survey .steps-common .tit {
    font-size: 24px;
    color: #000;
    margin-top: 30px;
}

.survey .steps-common dl {
    margin-top: 20px;
}

.survey .steps-common dd {
    position: relative;
    padding: 6px 0;
}

.survey .steps-common dd .icon-radio {
    float: left;
    position: relative;
    top: 1px;
}

.survey .steps-common dd .icon-checkbox {
    float: left;
    position: relative;
    top: 3px;
}

.survey .steps-common dd .text {
    float: left;
    margin-left: 4px;
}

.survey .steps-common dd input[type="radio"] {
    display: none;
}

.survey .steps-common dd input[type="checkbox"] {
    display: none;
}

.survey .steps-common dd input[type="text"] {
    display: block;
    width: 250px;
    height: 36px;
    line-height: 34px;
    border-radius: 3px;
    margin: 3px 0 0 27px;
    display: none;
}

.survey .steps-common dd li input[type="text"] {
    margin-left: 0;
}

.survey .steps-common dd .level-1 {
    display: inline-block;
    cursor: pointer;
}

.survey .steps-common dd .level-1 .icon-radio {
    top: 3px;
}

.survey .steps-common dd .level-1 .text {
    color: #000;
    font-size: 16px;
    margin-left: 10px;
}

.survey .steps-common dd ul {
    padding-top: 2px;
    display: none;
}

.survey .steps-common dd li {
    float: left;
    margin: 10px 0 10px 30px;
    cursor: pointer;
}

.survey .steps-common .next-btn-wrap {
    position: absolute;
    right: 0;
    top: 300px;
}

.survey .steps-common .next-btn {
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #fff;
    width: 120px;
    height: 40px;
    font-size: 16px;
}

.survey .steps-common .next-btn.on {
    background-color: #0bb8d0;
}

.survey .steps-common .back-btn {
    color: #0bb8d0;
    text-decoration: underline;
    margin-right: 30px;
    font-size: 16px;
    line-height: 40px;
}

.survey .steps-3 dl {
    width: 50%;
}

.survey .steps-3 dl .level-1 {
    display: block;
}

.survey .steps-3 .complete-wrap {
    position: absolute;
    right: 0;
    top: 258px;
}

.survey .steps-3 .complete-survey {
    background-image: url("../img/complete-survey.png");
    width: 161px;
    height: 146px;
}

.survey .steps-3 .complete-survey-hover {
    background-image: url("../img/complete-survey-hover.png");
}

.survey .steps-3 .back-btn {
    margin: 45px 20px 0 0;
    line-height: 40px;
}

.survey .survey-footer {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: #333;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: calc(100% + 2px);
    padding: 0 20px;
}

.survey .survey-footer a {
    color: #fff;
    text-decoration: underline;
}


/*/步骤*/


/*优惠劵*/

.survey .steps-4 .tit {
    text-align: center;
    color: #000;
    font-size: 32px;
    font-family: open_sansbold;
    text-transform: uppercase;
    line-height: 36px;
}

.coupon-wrap {
    position: relative;
    width: 250px;
    background-color: #0bb8d0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.coupon-wrap .coupon-pic {
    padding: 5px;
    height: 142px;
    overflow: hidden;
}

.coupon-wrap .coupon-pic img {
    width: 100%;
}

.coupon-wrap .coupon-content {
    display: flex;
    flex-direction: column;
}

.coupon-wrap .coupon-content .coupon-top .cate {
    margin-top: 5px;
}

.coupon-wrap .coupon-content .coupon-top>h1 {
    font-family: Impact;
    font-size: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 13px;
}

.coupon-wrap .coupon-content h1>i,
.coupon-wrap .coupon-content h1>b {
    font-style: normal;
}

.coupon-wrap .coupon-content h1>span {
    font-size: 16px;
    text-transform: uppercase;
}

.coupon-wrap .coupon-content h2 {
    opacity: 0.7;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.coupon-wrap .coupon-content h3 {
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.coupon-wrap .coupon-content h4 {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}

.coupon-wrap .coupon-content .coupon-mid {
    box-sizing: border-box;
    position: relative;
    height: 20px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.coupon-wrap .coupon-content .coupon-mid::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    left: -20px;
    top: -10px;
}

.coupon-wrap .coupon-content .coupon-mid::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    right: -20px;
    top: -10px;
}

.coupon-wrap .coupon-content .coupon-mid .circle {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.coupon-wrap .coupon-content .coupon-bottom {
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    justify-content: space-evenly;
}

.coupon-wrap .coupon-content .coupon-bottom .use-btn {
    margin-top: 10px;
    width: 120px;
    height: 30px;
    background-color: #fff;
    color: #0bb8d0;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    text-decoration: none;
}

.coupon-wrap .coupon-content .coupon-bot-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 10px;
    height: 8px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.coupon-wrap .coupon-content .coupon-bot-circle .circle-big {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
}

.coupon-used {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
}

.coupon-used .coupon-content .coupon-bottom .use-btn {
    display: none !important;
}


/*/优惠劵*/


/*-------------------------------/问卷调查------------------------------*/


/*-------------------------------contact us------------------------------*/

.contact-us-new {
    margin-top: 45px;
    margin-bottom: 70px;
    height: 640px;
}

.contact-us-new {
    background-color: #fff;
}

.contact-us-new>div {
    float: left;
}

.contact-us-new .left {
    width: 25%;
}

.contact-us-new .left img {
    height: 640px;
}

.contact-us-new .center {
    width: 35%;
    padding: 30px 50px;
}

.contact-us-new .center .tit {
    font-size: 30px;
    color: #000;
    font-family: Helvetica;
}

.contact-us-new .center p {
    line-height: 20px;
    color: #444;
    margin-top: 20px;
}

.contact-us-new .right {
    width: 40%;
    padding-right: 40px;
}

.contact-us-new .right ol {
    margin: 0 -10px;
}

.contact-us-new .right ol li {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.contact-us-new .right ol li label {
    margin: 5px 0 0;
}

.contact-us-new .right .name {
    font-size: 15px;
    color: #000;
    margin: 30px 0 5px;
}

.contact-us-new .right .gh-form-group {
    margin-bottom: 25px;
}

.contact-us-new .right .gh-form-group label {
    font-size: 15px;
    color: #000;
}

.contact-us-new .right .gh-form-group p {
    margin: 2px 0 10px;
}

.contact-us-new .right .gh-form-group textarea {
    height: 100px;
}

.gh-form-group > .row {
    margin-left: 0;
    margin-right: 0;
}

.contact-us-new .right .gh-form-group .captcha-label {
    padding-left: 0;
    padding-right: 0;
}

.contact-us-new .right .gh-form-group .captcha-code {
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-us-new .right .gh-form-group .captcha-code img {
    cursor: pointer;
}

.contact-us-new .right .send {
    width: 100px;
    height: 40px;
}

.contact-us-new-success {
    background-color: #fff;
    margin-top: 45px;
    margin-bottom: 70px;
    padding: 50px 90px 50px 70px;
}

.contact-us-new-success .right {
    text-align: center;
}

.contact-us-new-success .right p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-top: 140px;
}

.contact-us-new-success .right .go-home {
    margin-top: 35px;
    width: 190px;
    height: 40px;
    line-height: 38px;
    padding: 0;
}


/*-------------------------------/contact us------------------------------*/


/*-------------------------------弹窗------------------------------*/

body .gh-layer {
    background: #fff;
    max-height: 500px;
}

body .gh-layer .layui-layer-content {
    background: #fff;
}

body .gh-layer .layui-layer-setwin {
    right: 20px;
    top: 15px;
}

body .gh-layer .layui-layer-setwin .layui-layer-close1 {
    width: 19px;
    height: 19px;
    background: url("../img/icon-main.png") no-repeat -40px -62px;
}

body .gh-layer .layui-layer-setwin .layui-layer-close1:hover {
    opacity: 1;
}

body .gh-layer .layui-layer-title {
    background: #f4f4f4;
    padding: 0 20px;
    height: 51px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px;
    font-family: open_sansbold;
}

body .gh-layer .layui-layer-btn {
    padding: 0;
    margin-bottom: 50px;
}

body .gh-layer .layui-layer-btn a {
    margin: 0;
    border-radius: 2px;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    border: 1px solid transparent;
    font-size: 16px;
}

body .gh-layer .layui-layer-btn a+a {
    margin-left: 30px;
}

body .gh-layer .layui-layer-btn .layui-layer-btn0 {
    background: #0bb8d0;
    color: #fff;
}

body .gh-layer .layui-layer-btn .layui-layer-btn0:hover {
    background: #0b90a2;
}

body .gh-layer .layui-layer-btn .layui-layer-btn1 {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
}

body .gh-layer .layui-layer-btn .layui-layer-btn1:hover {
    background: #e8e8e8;
}

.gh-layer .layer-hint {
    display: inline-block;
    margin-top: 20px;
}

.gh-layer .layer-hint .icon {
    position: relative;
    top: -9px;
}

.gh-layer .layer-hint .hint-con {
    margin-left: 50px;
    text-align: left;
}


/*-------------------------------/弹窗------------------------------*/

.channel_desc {
    font-size: 16px !important;
    background-color: #fff;
    padding: 20px;
}

.subtract-cart-product-num-del:hover {
    cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    margin-top: 1px;
}

.wp100 {
    width: 100%;
}

.fz16 {
    font-size: 16px !important;
}

.fwb {
    font-weight: bold;
    font-family: open_sansbold;
    color: #333;
}

.fz14 {
    font-size: 14px !important;
}

.col_000 {
    color: #000;
}

.order-table-new tr td {
    padding: 5px 0px;
}

.order-table-new tr td span {
    color: #000;
}

.db {
    display: block;
    float: left;
}

.cl {
    clear: both;
    height: 0px;
}

.dn {
    display: none;
    height: 0px;
    width: 0px;
}

.wp20 {
    width: 20%;
}

.wp30 {
    width: 30%;
}

.wp70 {
    width: 70%;
}

.wp80 {
    width: 80%;
}

.wp60 {
    width: 60%;
}

.wp10 {
    width: 10%;
}

.wp15 {
    width: 15%;
}

.wp55 {
    width: 55%;
}

.btn-rad-100 {
    border-radius: 100px;
}

.tr {
    text-align: right !important;
}

.payment-process .con .con-right .order-summary table tr {
    border: 0px;
}

.payment-process .con .con-right .order-summary table td {
    padding: 10px 0px;
}

.payment-process .con .con-right .order-summary table td .summary h1 {
    color: #000;
}

.payment-process .con .con-right .toal-list {
    border-bottom: 0px;
}

.payment-process .con .con-right .toal-list {
    border-bottom: 0px;
}


/*产品列表快速浏览*/

.list-quick-view {
    position: relative;
}

.list-quick-view .quick-view {
    position: absolute;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid #0ab9ce;
    top: 120px;
    left: 90px;
    background-color: #0ab9ce;
    color: #fff;
    line-height: 22px;
}


/*选项卡*/

.tabs {
    margin-bottom: 20px;
}

.tabs .tab {
    float: left;
    padding: 0 30px;
    background-color: #ddd;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #333;
    cursor: pointer;
}

.tabs .tab a {
    color: #333;
}

.tabs .tab.current {
    background-color: #fff;
    font-weight: bold;
}