/* 公共部分 */
* {
    box-sizing: border-box;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

a:hover {
    color: #db1522;
    transition: .4s;
}

.color-red {
    color: #da1522 !important;
}

.color-blue {
    color: #015b99 !important;
}

.btn-disabled {
    color: #999 !important;
}

.mt30 {
    margin-top: 30px;
}

.blank30 {
    height: 30px;
}

.header .top {
    background: #f5f5f5;
    line-height: 40px;
    color: #666;
}

.header .top a {
    color: #666;
}

.header .top a:hover {
    color: #db1522;
}

.header .top .welcome span {
    margin-right: 20px;
}

.header .top .welcome .register-btn {
    color: #db1522;
    margin-left: 10px;
}

.header .top .welcome .register-btn:hover {
    text-decoration: underline;
}

.header .top .top-link a {
    margin-left: 20px;
}

.header .top .top-link .top-cart i {
    color: #db1522;
    margin-right: 4px;
}

.header .top .top-link .top-cart span {
    color: #db1522;
    margin-left: 2px;
}

.header .top .top-r a {
    display: inline-block;
    transition: all 0.4s;
    margin-left: 20px;
}

.top .top-r a:hover {
    transition: all 0.4s;
    color: #db1522;
}

.hd-bar {
    padding: 5px 0;
}

.hd-bar .hd-logo {
    line-height: 110px;
    transition: none;
}

.hd-bar .hd-logo img {
    vertical-align: middle;
}

.hd-bar .hd-erweima {
    text-align: center;
    margin-left: 40px;
}

.hd-bar .hd-erweima img {
    width: 87px;
    height: 87px;
}

.hd-bar .hd-erweima p {
    line-height: 20px;
    color: #666;
    margin-top: 10px;
}

.hd-bar .certificate-btn {
    line-height: 20px;
    margin: 50px 60px 0 0;
    color: #015b99;
}

.hd-bar .certificate-btn:hover {
    text-decoration: underline;
}

.hd-bar .hd-cart {
    height: 30px;
    margin-top: 40px;
    line-height: 30px;
    margin-right: 20px;
}

.hd-bar .hd-cart i {
    display: block;
    float: left;
    position: relative;
    font-size: 24px;
    color: #da1522;
    margin-right: 8px;
}

.hd-bar .hd-cart i span {
    display: block;
    position: absolute;
    line-height: 14px;
    padding: 0 3px;
    background: #da1522;
    color: #fff;
    font-size: 12px;
    right: -2px;
    top: -14px;
    min-width: 14px;
}

.hd-bar .hd-cart i span::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #b3b3b3 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
}

.hd-bar .hd-cart em {
    color: #666;
}

.hd-bar .hd-cart:hover em {
    color: #db1522;
    transition: .4s;
}

.search-group {
    margin: 32px 40px 0 0;
    overflow: visible;
    width: 580px;
}

.search-group .search-box {
    height: 34px;
    border: 2px solid #da1522;
}

.search-group .search-box input {
    float: left;
    width: 498px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.search-group .search-box .search-submit {
    float: left;
    width: 78px;
    margin-right: -1px;
    margin-top: -1px;
    line-height: 32px;
    text-align: center;
    background: #da1522;
    color: #fff;
    font-size: 18px;
}

.search-group .search-box .search-submit:hover {
    background-color: #fb4848;
    box-shadow: 0 0 15px rgba(252, 113, 122, .3) inset;
}

.search-group .search-label {
    margin: 6px -10px;
}

.search-group .search-label li {
    float: left;
    padding: 0 12px;
    position: relative;
}

.search-group .search-label li::before {
    color: #000;
    content: '';
    width: 1px;
    height: 12px;
    background: #e1e1e1;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -6px;
}

.search-group .search-label li:first-child::before {
    display: none;
}

.search-group .search-label li a {
    color: #666666;
    transition: all 0.4s;
}

.search-group .search-box {
    position: relative;
}

.search-group .search-box .search-drop {
    position: absolute;
    width: 421px;
    top: calc(100% + 3px);
    left: -3px;
    background: #fff;
    z-index: 55;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    display: none;
}

.search-group .search-box .search-drop li {
    line-height: 36px;
    padding: 0 20px;
    cursor: pointer;
}

.search-group .search-box .search-drop li:hover {
    background-color: #f2f2f2;
    transition: .4s;
}

.process {
    width: 790px;
    height: 8px;
    margin-top: 50px;
    background: #eee;
    border-radius: 4px;
    position: relative;
}

.process .process-line {
    height: 8px;
    background: #015b99;
    border-radius: 4px;
}

.process .process-item {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -10px;
    margin-left: -14px;
}

.process .process-item em {
    display: block;
    width: 100%;
    height: 100%;
    background: #eee;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
}

.process .process-item p {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    line-height: 24px;
    text-align: center;
    color: #666;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process .process-item:nth-child(1) {
    left: 12.5%;
}

.process .process-item:nth-child(2) {
    left: 37.5%;
}

.process .process-item:nth-child(3) {
    left: 62.5%;
}

.process .process-item:nth-child(4) {
    left: 87.5%;
}

.process .process-item.on em {
    background: #015b99;
    color: #fff;
}

.process .process-item.on p {
    color: #015b99;
}

.hd-bar.bar-fixed .process {
    margin-top: 14px;
}

.slogan {
    margin: 24px 20px 0 0;
}

.slogan li {
    float: left;
    margin: 0 10px;
    text-align: center;
}

.slogan li p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
    color: #666;
}

.hd-bar.bar-fixed {
    position: fixed;
    width: 100%;
    height: 72px;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.hd-bar.bar-fixed .hd-logo {
    line-height: 62px;
    transition: none;
    margin-left: 200px;
}

.hd-bar.bar-fixed .hd-logo img {
    height: 40px;
}

.hd-bar.bar-fixed .search-group {
    margin-top: 13px;
    float: left;
    margin-left: 80px;
}

.hd-bar.bar-fixed .search-group .search-label {
    display: none;
}

.hd-bar.bar-fixed .slogan {
    display: none;
}

.hd-bar.bar-fixed .hd-erweima {
    display: none;
}

.bar-space.bar-fixed {
    height: 118px;
}

.nav {
    position: relative;
    z-index: 21;
}

.nav .nav-list {
    float: left;
    padding: 0 30px;
}

.nav .nav-list a {
    float: left;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 18px;
}

.nav .nav-list a:hover {
    color: #da1522;
}

.nav .nav-list a.on {
    color: #da1522;
}

.classify {
    width: 198px;
    height: 56px;
    position: relative;
}

.classify .classify-tit {
    display: block;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    background: #da1522;
    height: 56px;
}

.classify .classify-tit i {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-left: 36px;
}

.classify .classify-con {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(225, 57, 68, 1);
    display: none;
    height: 480px;
}

.classify .classify-con .classify-scroll {
    height: 100%;
    overflow-y: auto;
}

.classify .classify-con .classify-scroll::-webkit-scrollbar {
    width: 4px;
    background: rgba(255, 255, 255, .3);
}

.classify .classify-con .classify-scroll::-webkit-scrollbar-thumb {
    background: #da1522;
    border-radius: 4px;
    border-radius: 4px;
}

.classify .classify-item h3 a {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.classify .classify-item h3 a i {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-left: 36px;
}

.classify .classify-item h3 a i img {
    width: 22px;
    vertical-align: top;
    margin-top: 12px;
}

.classify .classify-item h3 a i .img2 {
    display: none;
}

.classify .classify-item h3 a:hover i .img1 {
    display: none;
}

.classify .classify-item h3 a:hover i .img2 {
    display: inline-block;
}

.classify .classify-drop {
    position: absolute;
    width: 1002px;
    min-height: 450px;
    left: 198px;
    top: 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #e1e4e6;
    padding: 30px 36px;
    display: none;
}

.classify .classify-drop::-webkit-scrollbar {
    width: 8px;
    background: #ddd;
}

.classify .classify-drop::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.classify .second {
    position: relative;
    padding-left: 160px;
    margin-bottom: 10px;
    min-height: 28px
}

.classify .second .second-tit {
    display: block;
    width: 160px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
}

.classify .second .second-tit em {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    min-width: 100px;
    font-size: 16px;
}

.classify .second .second-tit i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.classify .second .second-list li {
    float: left;
    padding: 4px 20px;
    position: relative;
}

.classify .second .second-list li::before {
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.classify .second .second-list li a {
    display: block;
    line-height: 20px;
    color: #666;
    font-size: 16px;
}

.classify .second .second-list li a:hover {
    color: #db1522;
}

.classify:hover .classify-con {
    display: block;
}

.classify .classify-item:hover h3 a {
    background-color: #fff;
    color: #da1522;
}

.classify .classify-item:hover h3 a i {
    color: #da1522;
    transition: .3s;
}

.classify .classify-item:hover .classify-drop {
    display: block;
}

.classify .classify-con.always-show {
    display: block;
}

.classify .classify-item .classify-con.always-show {
    display: block;
}


.footer {
    padding-top: 44px;
    background-color: #eee;
}

.footer .ft-contact {
    margin: 20px 0 10px;
}

.footer .ft-contact p {
    color: #666666;
}

.footer .ft-contact p strong {
    margin-left: 10px;
}

.footer .ft-share {
    margin-left: -4px;
}

.footer .ft-share .social-share-icon {
    border: none;
    background-color: #999;
    color: #fff;
}

.footer .ft-share .icon-qq:hover {
    background-color: #56b6e7;
}

.footer .ft-share .icon-weibo:hover {
    background-color: #ff763b;
}

.footer .ft-share .icon-wechat:hover {
    background-color: #7bc549;
}

.footer .ft-nav dl {
    float: left;
    margin-right: 64px;
    line-height: 24px;
}

.footer .ft-nav dl dt {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
}

.footer .ft-nav dl a {
    color: #666;
}

.footer .ft-nav dl a:hover {
    color: #da1522;
}

.footer .ft-nav .erweima {
    float: left;
}

.footer .ft-nav .erweima h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #666;
}

.footer .ft-nav .erweima li {
    float: left;
    text-align: center;
    margin-right: 24px;
}

.footer .ft-nav .erweima li:last-child {
    margin-right: 0;
}

.footer .ft-nav .erweima li p {
    margin-top: 4px;
    color: #666;
    font-size: 12px;
}

.footer .copyright {
    margin-top: 64px;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
}

.footer .copyright p {
    color: #666;
    line-height: 24px;
}


.side-bar {
    position: fixed;
    width: 36px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 101;
    background: #333;
}

.side-bar .bar-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20%;
}

.side-bar a {
    display: block;
}

.side-bar .bar-item {
    width: 36px;
    height: 36px;
    position: relative;
}

.side-bar .bar-item i {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    color: #fff;
}

.side-bar .bar-item:hover {
    background-color: #da1522;
}

.side-bar .bar-cart {
    position: relative;
    padding: 10px 0;
    margin: 5px 0;
}

.side-bar .bar-cart::before {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 0;
    left: 3px;
}

.side-bar .bar-cart::after {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: 0;
    left: 3px;
}

.side-bar .bar-cart span {
    float: right;
    line-height: 14px;
    padding: 0 3px;
    background: #b3b3b3;
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
    display: block;
    position: relative;
}

.side-bar .bar-cart span::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #b3b3b3 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
}

.side-bar .bar-cart i {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #da1522;
    font-size: 24px;
}

.side-bar .bar-cart p {
    float: left;
    width: 100%;
    padding: 0 11px;
    text-align: center;
    color: #fff;
}

.side-bar .bar-collect h4 {
    position: absolute;
    height: 36px;
    line-height: 36px;
    background-color: #666;
    top: 0;
    right: 100%;
    white-space: nowrap;
    padding: 0 20px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.side-bar .bar-collect h4::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: transparent transparent transparent #666;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -6px;
}

.side-bar .bar-collect:hover h4 {
    visibility: visible;
    opacity: 1;
    transition: .4s;
}

.side-bar .bar-erweima {
    margin-top: 60px;
}

.side-bar .bar-erweima .erweima-drop {
    position: absolute;
    width: 110px;
    height: 100px;
    right: 100%;
    top: 50%;
    margin-top: -50px;
    padding-right: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.side-bar .bar-erweima .erweima-drop::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    box-shadow: 4px -1px 3px rgba(0, 0, 0, .1);
    border-width: 3px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    right: 7px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.side-bar .bar-erweima .erweima-drop span {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.side-bar .bar-erweima .erweima-drop span img {
    width: 100%;
    height: 100%;
}

.side-bar .bar-erweima:hover .erweima-drop {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.side-bar .back-top {
    margin-top: 10px;
}

.side-server {
    position: relative;
}

.side-server .side-server-show {
    display: block;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    line-height: 16px;
    padding: 10px 0;
}

.side-server .side-server-show i {
    color: #da1522;
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}

.side-server .side-server-show:hover {
    background: #da1522;
    transition: .4s;
}

.side-server .side-server-show:hover i {
    color: #fff;
    transition: .4s;
}

.side-server .server-box {
    position: absolute;
    width: 116px;
    right: 100%;
    top: 0;
    border: 2px solid #015B99;
    background: #fff;
    border-radius: 4px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: .4s;
}

.side-server .server-box.server-box-hide {
    visibility: hidden;
    -webkit-transform: translateX(180px);
    -ms-transform: translateX(180px);
    transform: translateX(180px);
    transition: .4s;
}

.side-server .server-box-tit {
    background: #015B99;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(120, 120, 120, .2);
}

.side-server .server-inner {
    text-align: center;
}

.side-server .server-inner h4 {
    color: #666;
    font-size: 14px;
    letter-spacing: 0px;
}

.side-server .sec1 {
    text-align: center;
    margin: 10px 0;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ccc;
}

.side-server .sec2 a {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    background: #da1522;
    padding: 0 8px;
    color: #fff;
    border-radius: 4px;
}

.side-server .sec2 a i {
    display: inline-block;
    vertical-align: top;
    margin: 1px 5px 0 0;
}

.side-server .sec3 {
    margin: 10px 0;
    padding: 8px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.side-server .sec4 {
    padding-bottom: 10px;
}

.side-server .sec4 img {
    margin-bottom: 10px;
    width: 100px;
}

.side-server .sec4 p {
    line-height: 1.2;
    color: #da1522;
}


.crubms {
    padding: 16px 0;
    line-height: 22px;
}

.crubms a {
    display: inline-block;
    vertical-align: top;
    color: #666;
}

.crubms a:hover {
    color: #da1522;
}

.crubms strong {
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-weight: normal;
}

.page-ad {
    display: block;
}

.page-ad img {
    width: 100%;
}

.pages {
    margin: 40px 0 50px;
    text-align: center;
}

.pages > * {
    margin: 0 2px;
    display: inline-block;
    vertical-align: top;
    color: #666;
}

.pages a {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    line-height: 28px;
    padding: 0 10px;
    color: #666;
}

.pages a:hover {
    color: #015b99;
    border-color: #015b99;
    background-color: #effaff;
}

.pages a.on {
    color: #015b99;
    border-color: #015b99;
    background-color: #effaff;
}

.pages span {
    line-height: 30px;
}

.toast {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.toast .toast-wrap {
    width: 100%;
    height: 100%;
}

.toast .toast-box {
    max-width: 200px;
    min-width: 60px;
    min-height: 60px;
    background: rgba(0, 0, 0, .7);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 15px;
}

.toast .toast-load {
    width: 30px;
}


.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, .6);
    overflow-y: auto;
    display: none;
}

.popup form {
    display: block;
    height: 100%;
}

.popup .popup-flex {
    height: 100%;
}

.popup .popup-box {
    margin: 100px auto 0px \9;
    position: relative;
    max-height: 100%;
}

.popup .login {
    width: 880px;
    padding-left: 440px;
}

.popup .login .login-box {
    width: 440px;
}

.popup .login .login-img {
    position: absolute;
    width: 440px;
    height: 100%;
    background: url(../images/login_img.jpg) no-repeat center center;
    background-size: cover;
    left: 0;
    top: 0;
}

.popup .login-box {
    background-color: #fff;
    padding: 20px 40px 36px;
    position: relative;
}

.popup .login-box .login-tit {
    height: 50px;
    border-bottom: 1px solid #f4f2f2;
}

.popup .login-box .login-tit a {
    float: left;
    margin-right: 50px;
    height: 50px;
    border-bottom: 2px solid transparent;
    line-height: 48px;
    font-size: 20px;
    color: #666666;
}

.popup .login-box .login-tit a:last-child {
    margin-right: 0;
}

.popup .login-box .login-tit a.on {
    border-color: #da1522;
    color: #da1522;
}

.popup .login-box .login-form {
    padding-top: 10px;
}

.popup .login-box .form-group {
    margin-top: 16px;
    position: relative;
}

.popup .login-box .form-group .form-con {
    position: relative;
    border: 1px solid #efeded;
    border-radius: 4px;
    width: 100%;
}

.popup .login-box .form-group input {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 16px;
}

.popup .login-box .ver-code {
    padding-right: 102px;
}

.popup .login-box .ver-code .ver-img {
    position: absolute;
    width: 96px;
    height: 32px;
    top: 3px;
    right: 4px;
    cursor: pointer;
}

.popup .login-box .ver-code .ver-img img {
    width: 100%;
    height: 100%;
}

.popup .login-box .submit-btn {
    display: block;
    margin-top: 10px;
    width: 100%;
    line-height: 44px;
    height: 44px;
}

.popup .login-box .form-btns {
    color: #999;
    margin-top: 10px;
}

.popup .login-box .form-btns a:hover {
    text-decoration: underline;
}

.popup .popup-close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: #da1522;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
}

.popup .register {
    width: 600px;
}

.popup .login-box .pl135 {
    padding-left: 135px;
}

.popup .login-box .form-group span {
    display: block;
    position: absolute;
    left: 0;
    line-height: 40px;
    top: 0;
    font-size: 16px;
    text-align: right;
    line-height: 40px;
    width: 120px;
    white-space: nowrap;
}

.popup .login-box .form-group span.line2 {
    line-height: 20px;
}

.popup .login-box .form-group.required span::before {
    display: inline;
    content: '*';
    color: #da1522;
}

.popup .login-box .get-code {
    padding-right: 160px;
}

.popup .login-box .get-code-btn {
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    color: #015b99;
    width: 120px;
    text-align: right;
}

.popup .login-box .leo-get-code-btn {
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    color: #015b99;
    width: 120px;
    text-align: right;
}

.popup .login-box .upload-btn {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 160px;
    background: #ececec;
    position: relative;
    cursor: pointer;
    background-size: 100% 100%;
}

.popup .login-box .upload-btn input {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    line-height: 160px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.popup .login-box .upload-btn i {
    font-size: 30px;
    color: #015b99;
    display: block;
    text-align: center;
}

.popup .login-box .agree {
    margin-top: 20px;
    line-height: 24px;
}

.popup .login-box .agree input {
    vertical-align: top;
    margin: 5.5px 4px 0 0;
}

.popup .login-box .agree a:hover {
    text-decoration: underline;
}

.popup .login-box .form-tab {
    display: none;
}

.register-popup .login-box .submit-btn {
    margin-top: 20px;
}

.login-box .remember-user {
    margin-top: 4px;
    text-align: right
}

.login-box .remember-user input + label {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    cursor: pointer
}

.login-box .remember-user input {
    vertical-align: top;
    margin: 6px 2px 0 2px;
}


/* ==========================================================================

============================================================================ */
.swiper-prev, .swiper-next {
    display: block;
    width: 40px;
    height: 60px;
    position: absolute;
    z-index: 7;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    line-height: 72px;
    font-size: 40px;
    color: #da1522;
    opacity: .5;
    transition: .4s;
}

.swiper-prev {
    left: calc(50% - 382px);
}

.swiper-next {
    right: calc(50% - 580px);
}

.swiper-prev:hover, .swiper-next:hover {
    opacity: 1;
    transition: .4s;
}

.banner {
    position: relative;
    width: 100%;
}

.banner .img {
    display: block;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner .banner-circle {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 11;
    text-align: center;
}

.banner .banner-circle .swiper-pagination-bullet {
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: rgb(151 150 145 / 50%);
    opacity: 1;
    margin: 0 8px;
    outline: none;
}

.banner .banner-circle .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.banner .banner-btns {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.banner .banner-btns .wrap {
    height: 100%;
    position: relative;
}

.banner .banner-btns .swiper-prev {
    margin-left: 198px;
}

.index-box .swiper-container {
    width: 20%;
    height: 561px;
}

.index-box .swiper-container .img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.index-list {
    width: 80%;
    border-bottom: 1px solid #ccc;
}

.index-list li {
    float: left;
    width: 20%;
    height: 280px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.index-list li a {
    display: block;
    position: relative;
    height: 100%;
}

.index-list li .img {
    width: 191px;
    height: 191px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.index-list li .img img {
    transition: .4s;
    width: 100%;
    height: 100%;
}

.index-list li .text {
    padding: 0 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
}

.index-list li .text h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 2px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-list li .text .infos {
    position: relative;
}

.index-list li .price {
    float: left;
    line-height: 20px;
    color: #666;
}

.index-list li .price span {
    color: #d70000;
}

.index-list li .price i {
    font-style: normal;
    font-size: 20px;
}

.index-list li .tobuy {
    position: absolute;
    color: #d70000;
    font-size: 22px;
    height: 28px;
    right: 10px;
    bottom: 0;
}

.index-list li a:hover .img img {
    transition: .4s;
    transform: scale(1.05);
}

.index-ad {
    display: block;
    margin-top: 24px;
}

.index-ad img {
    width: 100%;
}

.index-tit {
    height: 44px;
    margin-bottom: 10px;
    margin-top: 40px;
    position: relative;
}

.index-tit h3 {
    float: left;
    height: 44px;
    line-height: 44px;
}

.index-tit .more {
    float: right;
    line-height: 24px;
    margin-top: 12px;
    margin-left: 20px;
    color: #d70000;
    font-size: 16px;
}

.index-tit .more:hover {
    text-decoration: underline;
}

.index-tit .labels {
    float: right;
    line-height: 24px;
    margin-top: 12px;
    height: 24px;
}

.index-tit .labels a {
    display: block;
    float: left;
    padding: 0 5px;
    position: relative;
    color: #707070;
}

.index-tit .labels a::after {
    display: block;
    content: '';
    width: 2px;
    height: 12px;
    background: #bbb;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -6px;
}

.index-tit .labels a:last-child::after {
    display: none;
}

.index-tit .labels a:hover {
    color: #db1522;
}

.index-tit .change-btn {
    float: right;
    line-height: 24px;
    margin-top: 24px;
    margin-left: 20px;
    color: #707070;
}

.index-tit .change-btn:hover {
    color: #db1522;
}

.index-sec1 {
    margin-top: 20px;
}

.index-sec2 {
    margin-top: 15px;
    margin-bottom: 30px;
}

.index-sec3 {
    margin-top: 10px;
}

.index-sec3 .index-tit::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #d3322c;
    position: absolute;
    left: 0;
    bottom: 6px;
}

.index-sec3 .index-tit h3 {
    width: 120px;
    line-height: 36px;
    height: 36px;
    color: #ffffff;
    background: #d3322c;
    text-align: center;
}

.index-sec3 .index-tit .more {
    margin-top: 6px;
}

/* 秒杀 */
.views-cont .ad-view {
    width: 20%;
}

.views-cont .view {
    width: 78%;
}

.views-cont .view .item {
    display: inline-block;
    width: 25%;
    border-right: 1px solid #e6e6e6;
}

.views-cont .view .item .img {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
}

.views-cont .view .item .img img {
    width: 100%;
    transition: all 0.4s;
}

.views-cont .view .item:hover .img img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.views-cont .view .item .item-txt {
    padding: 0 15px;
}

.views-cont .view .item h6 {
    font-size: 16px;
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
    transition: all 0.4s;
}

.views-cont .view .item h6:hover {
    transition: all 0.4s;
    color: #d3322c;
}

.views-cont .view .item-ratio .ratio {
    display: inline-block;
    width: 100%;
    height: 14px;
    border-radius: 7px;
    background: #f9bfc3;
    position: relative;
}

.views-cont .view .item-ratio .ratio .bar {
    display: inline-block;
    width: 40%;
    height: 100%;
    border-radius: 7px;
    background: #d3322c;
    position: absolute;
    left: 0;
    top: 0;
}

.views-cont .view .item-ratio .ratio .num {
    display: inline-block;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    font-size: 12px;
    letter-spacing: 1px;
}

.views-cont .view .item-ratio .txt {
    font-size: 12px;
    color: #999999;
    padding-left: 5px;
    position: relative;
    top: -3px;
}

.views-cont .view .item-price .now-price {
    color: #d3322c;
}

.views-cont .view .item-price .old-price {
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    text-decoration: line-through;
}


#proViewst .old-price {
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    text-decoration: line-through;
}

.list-wrap .old-price{
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    text-decoration: line-through;
}


.views-cont .view .pay-btn {
    display: block;
    width: 122px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    transition: all 0.4s;
    font-size: 16px;
    background: #d3322c;
    border-radius: 4px;
    margin-top: 10px;
}

.views-cont .view .pay-btn:hover {
    transition: all 0.4s;
    background: #f9bfc3;
}

/* 特价商品 */
.index-sec4 {
    position: relative;
}

.index-sec4 .index-tit::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #d3322c;
    position: absolute;
    left: 0;
    bottom: 6px;
}

.index-sec4 .index-tit h3 {
    width: 120px;
    line-height: 36px;
    height: 36px;
    color: #ffffff;
    background: #d3322c;
    text-align: center;
}

.index-sec4 .index-tit .more {
    margin-top: 6px;
}

.index-sec4 .view .item {
    width: 50%;
}

.index-sec4 .view .item:nth-child(1) {
    border-bottom: 1px solid #e6e6e6;
}

.index-sec4 .view .item:nth-child(2) {
    border-bottom: 1px solid #e6e6e6;
}

.index-sec4 .view .item .img {
    width: 35%;
    padding: 0;
}

.index-sec4 .view .item .item-txt {
    width: 65%;
    padding: 20px 20px 0;
}

.index-sec4 .view .item h6 {
    margin-bottom: 0px;
}

.index-sec4 .view .item .size {
    font-size: 16px;
    color: #666666;
}

.index-sec4 .view .item .item-price {
    margin-top: 6px;
}

.index-sec4 .views-cont .view .pay-btn {
    margin: 20px 0;
}


.index-sec5 {
    margin-top: 20px;
}

.index-sec5 .service-item {
    display: inline-block;
    width: 32.25%;
    margin-right: 1.5%;
    background: url(../img/index/t_bg1.png);
    background-size: 100% 100%;
    padding: 20px;
}

.index-sec5 .service-item:nth-child(2) {
    background: url(../img/index/t_bg2.png);
    background-size: 100% 100%;
}

.index-sec5 .service-item:last-child {
    margin-right: 0;
    background: url(../img/index/t_bg3.png);
    background-size: 100% 100%;
}

.index-sec5 .service-item h5 {
    font-size: 18px;
}

.index-sec5 .service-item p {
    color: #999999;
    margin-bottom: 20px;
}

.index-sec5 .service-item .btn {
    display: block;
    width: 80px;
    height: 36px;
    background: #ffffff;
    line-height: 36px;
    border-radius: 20px;
    color: #ff5419;
    text-align: center;
    font-size: 18px;
    transition: all 0.4s;
}

.index-sec5 .service-item:nth-child(2) .btn {
    color: #1e90fe;
}

.index-sec5 .service-item:nth-child(3) .btn {
    color: #ff9a1b;
}

/* 品牌馆 */
.index-sec6 .index-tit::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #d3322c;
    position: absolute;
    left: 0;
    bottom: 6px;
}

.index-sec6 .index-tit h3 {
    width: 120px;
    line-height: 36px;
    height: 36px;
    color: #ffffff;
    background: #d3322c;
    text-align: center;
}

.index-sec6 .index-tit .more {
    margin-top: 6px;
}

.hot-box {
    margin: 0 -5px 20px;
    position: relative;
}

.hot-box .hot-link {
    float: left;
    width: 20%;
    margin-right: 1.5%;
}

.hot-box .hot-link a {
    display: block;
    height: 100%;
    overflow: hidden;
    height: 250px;
}

.hot-box .hot-link a .img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.hot-box .hot-list {
    float: left;
    width: 78.5%;
}

.hot-box .hot-list li {
    float: left;
    width: 16.66%;
}

.hot-box .hot-list li a {
    display: table-cell;
    width: 212px;
    height: 84px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.hot-box .hot-list li a img {
    max-width: 140px;
    max-height: 80px;
    transition: .4s;
}

.hot-box .hot-list li a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-color: #db1522;
}

.hot-box .hot-list li a:hover img {
    transition: .4s;
    transform: scale(1.05);
}

.index-sec4 {
    margin-top: 20px;
}

.index-sec4 ul li {
    float: left;
    width: 24.1%;
    margin-right: 1.15%;
    margin-bottom: 1.15%;
}

.index-sec4 ul li:nth-child(4n) {
    margin-right: 0;
}

.index-sec4 ul li a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.index-sec4 ul li a img {
    width: 100%;
    transition: .4s;
    border-radius: 5px;
}

.index-sec4 ul li a:hover img {
    transition: .4s;
    transform: scale(1.05);
    opacity: .8;
}

.index-tit .floor {
    font-size: 30px;
    font-weight: 600;
    color: #d3322c;
}

/* 左侧边栏分类楼层 */
.page-tab-nav {
    position: absolute;
    top: 0px;
    left: -120px;
    width: 80px;
}

.page-tab-nav .left-slide {
    width: 100%;
}

.left-slide .tab-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 62px;
    color: #666666;
    font-size: 16px;
    transition: all 0.4s;
    border: 1px solid #ececec;
    border-bottom: none;
}

.left-slide .tab-item:last-child {
    border-bottom: 1px solid #ececec;
}

.left-slide .tab-item:hover {
    transition: all 0.4s;
    background: #d3322c;
    color: #ffffff;
}

.left-slide .tab-item.active {
    transition: all 0.4s;
    background: #d3322c;
    color: #ffffff;
}

.page-tab-nav.fixed-page {
    position: fixed;
    top: 80px;
    left: 12%;
    z-index: 9;
    background: #ffffff;
}

@media screen and (max-width: 1688px) {
    .page-tab-nav.fixed-page {
        left: 7%;
    }
}


/* ==========================================================================
   
============================================================================ */
.screen {
    border: 1px solid #ccc;
    padding: 15px 28px 15px 28px;
    margin-top: 20px;
}

.screen .tit {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 24px;
    background: #da1522;
    color: #fff;
    border-radius: 4px;
}

.screen .screen-group {
    margin-top: 15px;
    padding-left: 60px;
    position: relative;
}

.screen .screen-wrap {
    position: relative;
    padding-right: 60px;
}

.screen .select-all {
    font-size: 18px;
    color: #999;
}

.screen .brand-list {
    margin-top: 10px;
}

.screen .brand-list li {
    float: left;
    width: 12.5%;
    position: relative;
    height: 60px;
    cursor: pointer;
}

.screen .brand-list li::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: .4s;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
}

.screen .brand-list li:nth-child(8n-7)::before {
    border-left-color: #ddd;
}

.screen .brand-list li:nth-child(-n+8)::before {
    border-top-color: #ddd;
}

.screen .brand-list li:hover::before {
    border-color: #da1522;
}

.screen .brand-list li a {
    display: table-cell;
    width: 142px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.screen .brand-list li a img {
    max-width: 90%;
    max-height: 90%;
}

.screen .brand-list li.on::before {
    border-color: #da1522;
}

.screen .brand-list li:nth-child(n+17) {
    display: none;
}

.screen .brand-list.show-all li:nth-child(n+17) {
    display: list-item;
}

.brand-control {
    text-align: right;
    margin-top: 10px;
}

.brand-switch {
    color: #999;
    display: inline-block;
    vertical-align: top;
    transition: .4s;
}

.brand-switch:hover {
    color: #da1522;
    transition: .4s;
}

.sort {
    margin-top: 10px;
}

.sort a {
    float: left;
    line-height: 34px;
    border: 1px solid #ccc;
    width: 118px;
    text-align: center;
    border-right-color: #fff;
    transition: none;
}

.sort a:last-child {
    border-right: 1px solid #ccc;
}

.sort a:hover {
    border-color: #da1522;
    transition: none;
}

.sort a.on {
    color: #da1522;
    border-color: #da1522;
}

.sort .sort-btn i {
    display: inline-block;
    vertical-align: top;
    margin: 11px 0 0 4px;
    width: 8px;
    height: 12px;
    background: url(../images/sort.png) no-repeat center center;
    background-size: contain;
}

.sort .sort-btn.sort-up i {
    background-image: url(../images/sort_up.png);
}

.sort .sort-btn.sort-down i {
    background-image: url(../images/sort_down.png);
}


/* ==========================================================================
  产品详情
============================================================================ */

/* 产品详情页 */
.second-nav {
    border-bottom: 2px solid #d3322c;
}

.detail-sec1 .sec-left {
    width: 400px;
}

.detail-sec1 .img-swiper {
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.detail-sec1 .img-swiper .img {
    display: table-cell;
    width: 398px;
    height: 398px;
    text-align: center;
    vertical-align: middle;
}

.detail-sec1 .img-swiper .img img {
    width: 100%;
    height: 100%;
}

.detail-sec1 .thumb {
    margin-top: 10px;
    padding: 0 30px;
    position: relative;
}

.detail-sec1 .thumb .img {
    display: table-cell;
    width: 59px;
    height: 59px;
    text-align: center;
    vertical-align: middle;
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.detail-sec1 .thumb .img img {
    width: 100%;
    height: 100%;
}

.detail-sec1 .thumb .active .img {
    border-color: #da1522;
}

.detail-sec1 .thumb .thumb-prev {
    position: absolute;
    width: 22px;
    height: 50px;
    left: 0;
    top: 50%;
    margin-top: -25px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    outline: none;
}

.detail-sec1 .thumb .thumb-next {
    position: absolute;
    width: 22px;
    height: 50px;
    right: 0;
    top: 50%;
    margin-top: -25px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    outline: none;
}

.detail-sec1 .thumb .thumb-prev:hover {
    border-color: #015b99;
    background-color: #015b99;
    color: #fff;
    transition: .4s;
}

.detail-sec1 .thumb .thumb-next:hover {
    border-color: #015b99;
    background-color: #015b99;
    color: #fff;
    transition: .4s;
}

.detail-sec1 .sec-right {
    width: 720px;
    float: left;
    margin-left: 60px;
}

.detail-sec1 .sec-tit h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
    max-width: 360px;
}

.detail-sec1 .sec-tit ul {
    margin: 0 -8px;
}

.detail-sec1 .sec-tit ul li {
    float: left;
    padding: 4px 8px;
}

.detail-sec1 .sec-tit ul li span {
    display: block;
    line-height: 24px;
    padding: 0 16px;
    background-color: #f3f3f3;
    border-radius: 8px;
    color: #666;
}

.detail-sec1 .collect-btn {
    line-height: 30px;
    background-color: #b9b9b9;
    padding: 0 16px;
    border-radius: 4px;
    color: #fff;
    margin-left: 20px;
}

.detail-sec1 .collect-btn:hover {
    background: #da1522;
}

.detail-sec1 .collect-btn i {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 18px;
}

.detail-sec1 .collect-btn.on {
    background: #da1522;
}

.detail-sec1 .service-btn {
    color: #015b99;
    line-height: 30px;
    margin-left: 20px;
}

.detail-sec1 .service-btn i {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 18px;
}

.detail-sec1 .sec-brief {
    margin: 5px 0;
    width: 360px;
}

.detail-sec1 .sec-brief p {
    /*color: #666;*/
    line-height: 22px;
}

.detail-sec1 .discount {
    margin: 0 -8px;
}

.detail-sec1 .discount li {
    float: left;
    padding: 8px;
}

.detail-sec1 .discount li span {
    display: block;
    line-height: 30px;
    padding: 0 15px;
    background: #fadcde;
    color: #da1522;
}

.detail-sec1 .mt40 {
    margin-top: 4px;
}

.detail-sec1 .handle-item {
    position: relative;
    padding-left: 56px;
    margin-bottom: 8px;
    line-height: 30px;
}

.detail-sec1 .handle-item:last-child {
    margin-bottom: 0;
}

.detail-sec1 .handle-item .item-tit {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 36px;
}

.detail-sec1 .handle-item .original-price {
    text-decoration: line-through;
}

.detail-sec1 .handle-item .price {
    color: #da1522;
    position: relative;
    line-height: 36px;
}

.detail-sec1 .handle-item .price span {
    font-size: 24px;
    font-weight: bold;
}

.detail-sec1 .handle-item .price i {
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    background: url(../images/icon_label.png) no-repeat left center;
    color: #fff;
    left: calc(100% + 10px);
    top: -6px;
    font-size: 14px;
    font-style: normal;
    text-indent: 6px;
}

.detail-sec1 .norms .item-tit {
    line-height: 46px;
}

.detail-sec1 .norms .norms-list {
    margin: 0 -5px;
}

.detail-sec1 .norms .norms-list li {
    float: left;
    padding: 5px;
}

.detail-sec1 .norms .norms-list li span {
    display: block;
    line-height: 28px;
    border: 1px solid #ccc;
    padding: 0 12px;
    min-width: 64px;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.detail-sec1 .norms .norms-list li.on span {
    border-color: #da1522;
    color: #da1522;
}

.detail-sec1 .norms .norms-list li span:hover {
    border-color: #da1522;
    color: #da1522;
}

.detail-sec1 .num-select {
    width: 150px;
    height: 30px;
    border: 1px solid #ccc;
}

.detail-sec1 .num-select span {
    float: left;
    width: 50px;
    height: 28px;
    line-height: 28px;
    background: #f2f2f2;
    text-align: center;
    cursor: pointer;
}

.detail-sec1 .num-select span:hover {
    color: #da1522;
}

.detail-sec1 .num-select .reduce-btn {
    border-right: 1px solid #ccc;
}

.detail-sec1 .num-select .add-btn {
    border-left: 1px solid #ccc;
}

.detail-sec1 .num-select input {
    float: left;
    width: 46px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #666;
}

.detail-sec1 .sec-erweima {
    width: 150px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
}

.detail-sec1 .sec-erweima img {
    max-width: 100%;
}

.detail-sec1 .sec-erweima p {
    margin-top: 6px;
    color: #666;
}

.detail-sec1 .sec-btns {
    margin-top: 30px;
}

.detail-sec1 .sec-btns a {
    display: block;
    float: left;
    margin-right: 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
    height: 36px;
}

.detail-sec1 .sec-btns .add-cart {
    background-color: #da1522;
    color: #fff;
    line-height: 36px;
}

.detail-sec1 .sec-btns .add-cart:hover {
    background-color: #fb4848;
    box-shadow: 0 0 15px rgba(252, 113, 122, .3) inset;
}

.detail-sec1 .sec-btns .buy-at-once {
    border: 1px solid #da1522;
    line-height: 34px;
    color: #da1522;
}

.detail-sec1 .sec-btns .buy-at-once:hover {
    background: #da1522;
    color: #fff;
}

.tit-group {
    height: 36px;
    border-bottom: 1px solid #da1522;
}

.tit-group a {
    float: left;
    display: block;
    min-width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    padding: 0 16px;
}

.tit-group a.on {
    background: #da1522;
    color: #fff;
}


.detail-sec2 {
    margin-top: 35px;
}

.detail-sec3 {
    margin-top: 35px;
    margin-bottom: 96px;
}

.detail-swiper .detail-imgs {
    padding-top: 30px;
}

.detail-swiper .detail-imgs img {
    display: block;
    width: 100%;
}

.detail-swiper .pages {
    margin-bottom: 0;
}

.detail-sec4 .tab-content .content {
    display: none;
}

.detail-sec4 .tab-content .content.active {
    display: block;
}

/* 组合套装 */
.detail-sec4 .tab-content {
    border: 1px solid #f3f3f3;
    margin-top: 20px;
}

.detail-sec4 .carousel {
    width: 92%;
    padding: 0 20px;
    height: 440px;
}

.detail-sec4 .swiper-container {
    width: 100%;
    height: 100%;
}

.detail-sec4 .btn-box {
    width: 8%;
    position: relative;
    height: 440px;
}

.detail-sec4 .group-list .item {
    border-bottom: 1px solid #e6e3e3;
    padding: 20px 0;
    width: 100%;
}

.detail-sec4 .group-list .item:last-child {
    border-bottom: none;
}

.detail-sec4 .group-list .item:nth-child(2n) {
    border-bottom: none;
}

.detail-sec4 .group-list .item .choose-box {
    width: 45px;
    height: 140px;
    position: relative;
}

.detail-sec4 .check-btn {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.detail-sec4 .check-btn input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    zoom: 1;
    outline: none;
    -webkit-appearance: none; /*去除默认样式*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.detail-sec4 .check-btn input + label {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}

.detail-sec4 .check-btn input:checked + label {
    background: #d3322c url(../img/icon2.png) no-repeat center center;
    border: 1px solid #d3322c;
}

.detail-sec4 .group-list .item .img {
    display: inline-block;
    width: 140px;
    height: 140px;
    border: 1px solid #e6e6e6;
}

.detail-sec4 .group-list .item .img img {
    width: 100%
}

.detail-sec4 .group-list .item .text {
    padding: 0 20px;
    width: 48%;
}

.detail-sec4 .group-list .item .txt-item {
    margin-bottom: 10px;
}

.detail-sec4 .group-list .item .name {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-sec4 .group-list .txt-item .price {
    display: inline-block;
    text-decoration: line-through;
    font-size: 16px;
    color: #999999;
    width: 15%;
    text-align: center;
}

.detail-sec4 .group-list .txt-item .num {
    display: inline-block;
    width: 15%;
    text-align: center;
    font-size: 16px;
}

.detail-sec4 .group-list .item .item-type {
    color: #999999;
    font-size: 14px;
}

.detail-sec4 .group-list .item-li {
    height: 140px;
    width: 15%;
    position: relative;
}

.detail-sec4 .num-select {
    width: 140px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.detail-sec4 .num-select span {
    width: 46px;
    background: #f2f2f2;
    height: 36px;
    line-height: 36px;
}

.detail-sec4 .num-select input {
    width: 46px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.detail-sec4 .item-price {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #d3322c;
    width: 100%;
    text-align: center;
}

.detail-sec4 .item-price .price {
    font-size: 18px;
    font-weight: 600;
}

.detail-sec4 .item-price .num {
    font-size: 24px;
}

.detail-sec4 .p-discount {
    display: inline-block;
    background: #ffd5da;
    border-radius: 4px;
    padding: 5px 10px;
}

.detail-sec4 .btn-box::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 50%;
    background: #e6e6e6;
}

.detail-sec4 .btn-box .icon {
    display: inline-block;
    background: #ffffff;
    width: 65px;
    height: 22px;
    margin-top: 0;
    color: #666666;
    line-height: 22px;
    text-align: center;
    border: 1px solid #cccccc;
    transition: all 0.4s;
}

.detail-sec4 .btn-box .swiper-button-prev {
    top: 20px;
    left: 50%;
    margin-left: -32px;
}

.detail-sec4 .btn-box .swiper-button-next {
    top: auto;
    bottom: 20px;
    left: 50%;
    margin-left: -32px;
}

.detail-sec4 .btn-box .icon:hover {
    transition: all 0.4s;
    background: #cccccc;
    border-color: #cccccc;
    color: #ffffff;
}

.detail-sec4 .btn-box .icon:focus {
    outline: none;
}

.detail-sec4 .selection-box {
    width: 100%;
    height: 82px;
    background: #f0f0f0;
    padding: 25px 50px 0;
    font-size: 16px;
    color: #666666;
}

.detail-sec4 .selection-left {
    position: relative;
}

.detail-sec4 .selection-left .check-btn {
    position: relative;
    left: 0;
    top: 5px;
    transform: translate(0, 0);
}

.detail-sec4 .selection-right span {
    display: inline-block;
    margin-left: 20px;
}

.detail-sec4 .selection-right span:nth-child(2) {
    font-size: 18px;
}

.detail-sec4 .selection-right i {
    color: #d3322c;
}

.detail-sec4 .selection-right .total-price {
    font-size: 18px;
}

.detail-sec4 .selection-right .total-price b {
    font-weight: 600;
    font-size: 24px;
}

/* 推荐搭配 */
.detail-sec4 .recommend-list .item .text {
    width: 33%;
    height: 100%;
}

.detail-sec4 .recommend-list .item .name {
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 10px;
    white-space: normal;
    margin-top: 25px;
}

.detail-sec4 .recommend-list .item-li .old-price {
    font-size: 16px;
    color: #999999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: line-through;
}

.product-list ul {
    padding: 6px 0;
}

.product-list ul li {
    float: left;
    width: 190px;
    padding: 6px 0;
    margin-right: 9px;
}

.product-list ul li:nth-child(6n) {
    margin-right: 0;
}

.product-list ul li a {
    display: block;
    border: 1px solid #ccc;
    height: 275px;
    position: relative;
}

.product-list ul li .img {
    width: 190px;
    height: 190px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}

.product-list ul li .img img {
    transition: .4s;
    width: 100%;
    height: 100%;
}

.product-list ul li .text {
    padding: 0 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
}

.product-list ul li .text h4 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-list ul li .list-guige {
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #808080;
}

.product-list ul li .text .infos {
    position: relative;
}

.product-list ul li .price {
    float: left;
    line-height: 20px;
    color: #666;
}

.product-list ul li .price span {
    color: #d70000;
}

.product-list ul li .price i {
    font-style: normal;
    font-size: 20px;
}

.product-list ul li .tobuy {
    position: absolute;
    bottom: 0;
    right: 10px;
    line-height: 28px;
    color: #d70000;
    font-size: 22px;
}

.product-list ul li a:hover .img img {
    transition: .4s;
    transform: scale(1.1);
}


/* ==========================================================================
   商品详情
============================================================================ */
.detail-sec1 .sec-left {
    width: 400px;
}

.detail-sec1 .img-swiper {
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.detail-sec1 .img-swiper .img {
    display: table-cell;
    width: 398px;
    height: 398px;
    text-align: center;
    vertical-align: middle;
}

.detail-sec1 .img-swiper .img img {
    width: 100%;
    height: 100%;
}

.detail-sec1 .thumb {
    margin-top: 10px;
    padding: 0 30px;
    position: relative;
}

.detail-sec1 .thumb .img {
    display: table-cell;
    width: 59px;
    height: 59px;
    text-align: center;
    vertical-align: middle;
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.detail-sec1 .thumb .img img {
    width: 100%;
    height: 100%;
}

.detail-sec1 .thumb .active .img {
    border-color: #da1522;
}

.detail-sec1 .thumb .thumb-prev {
    position: absolute;
    width: 22px;
    height: 50px;
    left: 0;
    top: 50%;
    margin-top: -25px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    outline: none;
}

.detail-sec1 .thumb .thumb-next {
    position: absolute;
    width: 22px;
    height: 50px;
    right: 0;
    top: 50%;
    margin-top: -25px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    outline: none;
}

.detail-sec1 .thumb .thumb-prev:hover {
    border-color: #015b99;
    background-color: #015b99;
    color: #fff;
    transition: .4s;
}

.detail-sec1 .thumb .thumb-next:hover {
    border-color: #015b99;
    background-color: #015b99;
    color: #fff;
    transition: .4s;
}

.detail-sec1 .sec-right {
    width: 720px;
    float: left;
    margin-left: 60px;
}

.detail-sec1 .sec-tit h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
    max-width: 360px;
}

.detail-sec1 .sec-tit ul {
    margin: 0 -8px;
}

.detail-sec1 .sec-tit ul li {
    float: left;
    padding: 4px 8px;
}

.detail-sec1 .sec-tit ul li span {
    display: block;
    line-height: 24px;
    padding: 0 16px;
    background-color: #f3f3f3;
    border-radius: 8px;
    color: #666;
}

.detail-sec1 .collect-btn {
    line-height: 30px;
    background-color: #b9b9b9;
    padding: 0 16px;
    border-radius: 4px;
    color: #fff;
    margin-left: 20px;
}

.detail-sec1 .collect-btn:hover {
    background: #da1522;
}

.detail-sec1 .collect-btn i {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 18px;
}

.detail-sec1 .collect-btn.on {
    background: #da1522;
}

.detail-sec1 .service-btn {
    color: #015b99;
    line-height: 30px;
    margin-left: 20px;
}

.detail-sec1 .service-btn i {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 18px;
}

.detail-sec1 .sec-brief {
    margin: 5px 0;
    width: 360px;
}

.detail-sec1 .sec-brief p {
    /*color: #666;*/
    line-height: 22px;
}

.detail-sec1 .discount {
    margin: 0 -8px;
}

.detail-sec1 .discount li {
    float: left;
    padding: 8px;
}

.detail-sec1 .discount li span {
    display: block;
    line-height: 30px;
    padding: 0 15px;
    background: #fadcde;
    color: #da1522;
}

.detail-sec1 .mt40 {
    margin-top: 4px;
}

.detail-sec1 .handle-item {
    position: relative;
    padding-left: 56px;
    margin-bottom: 8px;
    line-height: 30px;
}

.detail-sec1 .handle-item:last-child {
    margin-bottom: 0;
}

.detail-sec1 .handle-item .item-tit {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 36px;
}

.detail-sec1 .handle-item .original-price {
    text-decoration: line-through;
}

.detail-sec1 .handle-item .price {
    color: #da1522;
    position: relative;
    line-height: 36px;
}

.detail-sec1 .handle-item .price span {
    font-size: 24px;
    font-weight: bold;
}

.detail-sec1 .handle-item .price i {
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    background: url(../images/icon_label.png) no-repeat left center;
    color: #fff;
    left: calc(100% + 10px);
    top: -6px;
    font-size: 14px;
    font-style: normal;
    text-indent: 6px;
}

.detail-sec1 .norms .item-tit {
    line-height: 46px;
}

.detail-sec1 .norms .norms-list {
    margin: 0 -5px;
}

.detail-sec1 .norms .norms-list li {
    float: left;
    padding: 5px;
}

.detail-sec1 .norms .norms-list li span {
    display: block;
    line-height: 28px;
    border: 1px solid #ccc;
    padding: 0 12px;
    min-width: 64px;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.detail-sec1 .norms .norms-list li.on span {
    border-color: #da1522;
    color: #da1522;
}

.detail-sec1 .norms .norms-list li span:hover {
    border-color: #da1522;
    color: #da1522;
}

.detail-sec1 .num-select {
    width: 150px;
    height: 30px;
    border: 1px solid #ccc;
}

.detail-sec1 .num-select span {
    float: left;
    width: 50px;
    height: 28px;
    line-height: 28px;
    background: #f2f2f2;
    text-align: center;
    cursor: pointer;
}

.detail-sec1 .num-select span:hover {
    color: #da1522;
}

.detail-sec1 .num-select .reduce-btn {
    border-right: 1px solid #ccc;
}

.detail-sec1 .num-select .add-btn {
    border-left: 1px solid #ccc;
}

.detail-sec1 .num-select input {
    float: left;
    width: 46px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #666;
}

.detail-sec1 .sec-erweima {
    width: 150px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
}

.detail-sec1 .sec-erweima img {
    max-width: 100%;
}

.detail-sec1 .sec-erweima p {
    margin-top: 6px;
    color: #666;
}

.detail-sec1 .sec-btns {
    margin-top: 30px;
}

.detail-sec1 .sec-btns a {
    display: block;
    float: left;
    margin-right: 20px;
    width: 120px;
    text-align: center;
    font-size: 16px;
    height: 36px;
}

.detail-sec1 .sec-btns .add-cart {
    background-color: #da1522;
    color: #fff;
    line-height: 36px;
}

.detail-sec1 .sec-btns .add-cart:hover {
    background-color: #fb4848;
    box-shadow: 0 0 15px rgba(252, 113, 122, .3) inset;
}

.detail-sec1 .sec-btns .buy-at-once {
    border: 1px solid #da1522;
    line-height: 34px;
    color: #da1522;
}

.detail-sec1 .sec-btns .buy-at-once:hover {
    background: #da1522;
    color: #fff;
}

.tit-group {
    height: 36px;
    border-bottom: 1px solid #da1522;
}

.tit-group a {
    float: left;
    display: block;
    min-width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    padding: 0 16px;
}

.tit-group a.on {
    background: #da1522;
    color: #fff;
}


.detail-sec2 {
    margin-top: 35px;
}

.detail-sec3 {
    margin-top: 35px;
    margin-bottom: 96px;
}

.detail-swiper .detail-imgs {
    padding-top: 30px;
}

.detail-swiper .detail-imgs img {
    display: block;
    width: 100%;
}

.detail-swiper .pages {
    margin-bottom: 0;
}

.comment li {
    position: relative;
    padding: 30px 0 30px 112px;
    border-bottom: 1px solid #ccc;
}

.comment .user-infos {
    position: absolute;
    left: 0;
    top: 30px;
    width: 112px;
}

.comment .user-infos .photo {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    overflow: hidden;
}

.comment .user-infos .photo img {
    width: 100%;
    height: 100%;
}

.comment .user-infos h4 {
    float: left;
    margin-left: 10px;
    width: 68px;
    line-height: 20px;
    padding-top: 2px;
}

.comment .text p {
    line-height: 24px;
    text-align: justify;
}

.comment .date {
    margin: 10px 0;
    line-height: 20px;
    color: #999;
}

.comment .reply {
    position: relative;
    background: #f5f5f5;
    padding: 20px 20px 10px 132px;
}

.comment .reply .user-infos {
    left: 20px;
    top: 20px;
}

.comment .comment-btns {
    line-height: 30px;
}

.comment .comment-btns a {
    float: left;
    margin-right: 24px;
    color: #999;
}

.comment .comment-btns a i {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    font-size: 18px;
}

.comment .comment-btns a:hover {
    color: #da1522;
}

.comment .comment-btns a.on {
    color: #da1522;
}

.comment .comment-form {
    display: none;
}

.comment .comment-form textarea {
    float: left;
    width: calc(100% - 80px);
    border: 1px solid #ccc;
    padding: 6px 15px;
    line-height: 22px;
    resize: none;
    outline: none;
    color: #666;
}

.comment .comment-form .reply-submit {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #da1522;
    color: #fff;
}

.comment .comment-form .reply-submit:hover {
    background-color: #fb4848;
    box-shadow: 0 0 15px rgba(252, 113, 122, .3) inset;
}

.comment .imgs {
    margin: 0 -5px;
}

.comment .imgs .img {
    float: left;
    padding: 5px;
}

.comment .imgs .img span {
    display: block;
    width: 114px;
    height: 114px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f5f5f5;
}


/* ==========================================================================
   购物车
============================================================================ */
.cart-table-head {
    display: none;
}

.cart-table-head .wrap {
    background: #f5f5f5;
}

.cart-table-head .wrap span {
    float: left;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
}

.cart-table-head .wrap span:nth-child(1) {
    width: 164px;
}

.cart-table-head .wrap span:nth-child(2) {
    width: 130px;
}

.cart-table-head .wrap span:nth-child(3) {
    width: 272px;
}

.cart-table-head .wrap span:nth-child(4) {
    width: 102px;
}

.cart-table-head .wrap span:nth-child(5) {
    width: 90px;
}

.cart-table-head .wrap span:nth-child(6) {
    width: 186px;
}

.cart-table-head .wrap span:nth-child(7) {
    width: 112px;
}

.cart-table-head .wrap span:nth-child(8) {
    width: 72px;
}

.cart-table-head .wrap span:nth-child(9) {
    width: 72px;
}

.cart-table-head.cart-head-fixed {
    position: fixed;
    width: 100%;
    top: 72px;
    left: 0;
    background: #fff;
    z-index: 98;
    display: block;
}

.cart {
    padding: 30px 0 40px;
}

.cart .cart-tit {
    font-size: 24px;
    line-height: 32px;
    color: #da1522;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.cart-table thead {
    background: #f5f5f5;
}

.cart-table thead.table-head-fixed {
    position: fixed;
    width: 1200px;
    top: 110px;
    left: 50%;
    margin-left: -600px;
}

.cart-table thead th {
    font-size: 16px;
    line-height: 30px;
    padding: 13px 10px;
    font-weight: normal;
    color: #333;
    max-width: 204px;
}

.cart-table thead th:nth-child(1) {
    width: 164px;
}

.cart-table thead th:nth-child(2) {
    width: 130px;
}

.cart-table thead th:nth-child(3) {
    width: 272px;
}

.cart-table thead th:nth-child(4) {
    width: 102px;
}

.cart-table thead th:nth-child(5) {
    width: 90px;
}

.cart-table thead th:nth-child(6) {
    width: 186px;
}

.cart-table thead th:nth-child(7) {
    width: 112px;
}

.cart-table thead th:nth-child(8) {
    width: 72px;
}

.cart-table thead th:nth-child(9) {
    width: 72px;
}

.cart-table tbody td {
    padding: 10px;
    max-width: 204px;
    vertical-align: middle;
    text-align: center;
}

.cart-table tbody td {
    font-size: 16px;
    line-height: 30px;
    padding: 13px 10px;
    font-weight: normal;
    color: #333;
    max-width: 204px;
}

.cart-table tbody td:nth-child(1) {
    width: 164px;
}

.cart-table tbody td:nth-child(2) {
    width: 130px;
}

.cart-table tbody td:nth-child(3) {
    width: 272px;
}

.cart-table tbody td:nth-child(4) {
    width: 102px;
}

.cart-table tbody td:nth-child(5) {
    width: 90px;
}

.cart-table tbody td:nth-child(6) {
    width: 186px;
}

.cart-table tbody td:nth-child(7) {
    width: 112px;
}

.cart-table tbody td:nth-child(8) {
    width: 72px;
}

.cart-table tbody td:nth-child(9) {
    width: 72px;
}

.cart-table .goods-img {
    display: inline-block;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.cart-table .check-input {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    margin-top: 30px;
    cursor: pointer;
}

.cart-table td p {
    line-height: 22px;
    color: #666;
}

.cart-table .num-select {
    width: 118px;
    height: 28px;
    margin: 0 auto;
    border: 1px solid #dddddd;
}

.cart-table .num-select span {
    float: left;
    cursor: pointer;
    width: 23px;
    height: 26px;
    text-align: center;
    line-height: 26px;
}

.cart-table .num-select span:first-child {
    border-right: 1px solid #ddd;
}

.cart-table .num-select span:last-child {
    border-left: 1px solid #ddd;
}

.cart-table .num-select input {
    float: left;
    display: block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.cart-amount {
    height: 68px;
    border: 1px solid #ccc;
    position: relative;
    padding: 20px 144px 20px 20px;
    line-height: 26px;
    font-size: 16px;
}

.cart-amount .checkall {
    cursor: pointer;
}

.cart-amount .checkall label {
    margin-left: 8px;
}

.cart-amount .checkall input {
    vertical-align: top;
    margin-top: 7px;
}

.cart-amount .delete-all {
    margin-left: 60px;
}

.cart-amount .price-total {
    margin: 0 50px 0 60px;
}

.cart-amount .settlement {
    display: block;
    position: absolute;
    width: 144px;
    right: -1px;
    top: -1px;
    background: #cc1420;
    color: #fff;
    height: 68px;
    line-height: 68px;
    text-align: center;
}

.cart-amount .settlement:hover {
    background-color: #fb4848;
    box-shadow: 0 0 15px rgba(252, 113, 122, .3) inset;
}


/* ==========================================================================
   订单确认
============================================================================ */
.order {
    padding: 60px 0;
}

.order .order-sec {
    margin-top: 30px;
}

.order .order-sec:first-child {
    margin-top: 0;
}

.order .order-tit {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
}

.order .order-tit h4 {
    float: left;
}

.order .order-tit .to-address:hover {
    text-decoration: underline;
}

.order .order-con {
    border: 1px solid #e6e6e6;
    padding: 40px 20px;
    line-height: 24px;
}

.order .order-con .mr50 {
    margin-right: 50px;
}

.order .radio-group {
    float: left;
}

.order .radio-group input {
    vertical-align: top;
    margin: 5.5px 4px 0 0;
}

.order .order-con .radio-group {
    min-width: 180px;
}

.order .order-con .text {
    float: left;
    color: #999;
}

.order .default-label {
    border-bottom: 1px solid transparent;
}

.order .default-label:hover {
    border-color: #da1522;
}

.order .order-discount {
    min-height: 90px;
}

.order .order-invoice {
    border: 1px solid #e6e6e6;
    padding: 20px;
}

.order .order-invoice h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.order .order-invoice .radio-group {
    line-height: 24px;
    margin-left: 50px;
}

.detailed-list {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.detailed-list thead {
    border-bottom: 1px solid #ddd;
}

.detailed-list thead th {
    padding: 10px 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
}

.detailed-list tbody td {
    border: 1px solid #f5f5f5;
}

.detailed-list tbody td p {
    color: #666;
}

.detailed-list .img-td {
    width: 64px;
}

.detailed-list .img {
    width: 46px;
    height: 46px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.detailed-list .order-num {
    line-height: 18px;
    text-align: left;
    font-size: 12px;
    color: #da1522;
    padding-top: 2px;
}

.order .remarks {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}

.order .remarks textarea {
    display: block;
    width: 100%;
    padding: 5px 15px;
    outline: none;
    resize: none;
}

.order .order-infos {
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 6px;
}

.order .order-infos p {
    font-size: 16px;
    line-height: 24px;
}

.order .order-amount {
    text-align: right;
    padding-top: 14px;
}

.order .order-amount p em {
    margin-left: 36px;
    color: #999;
}

.order .order-amount .price {
    font-size: 16px;
    margin-top: 16px;
}

.order .order-amount .btn-style {
    margin-top: 24px;
}

.btn-style {
    display: inline-block;
    vertical-align: top;
    width: 134px;
    line-height: 40px;
    background: #da1522;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
}

.btn-style:hover {
    background-color: #fb4848;
    box-shadow: 0 0 15px rgba(252, 113, 122, .3) inset;
    color: #fff;
}

.btn-style.disabled {
    background-color: #ccc;
}

.btn-style.disabled:hover {
    background-color: #ccc;
    box-shadow: none;
}

.order .order-sec.invoice-select {
    margin-top: 10px;
    display: none;
}

.order .order-sec.invoice-select .order-tit {
    margin-bottom: 10px;
}

.invoice-infos {
    border: 1px solid #e6e6e6;
    padding: 20px;
}

.invoice-infos table {
    width: 100%;
    border-collapse: collapse;
    word-break: break-all;
    text-align: left;
    line-height: 20px;
}

.invoice-infos table .w120 {
    width: 120px;
}

.invoice-infos table th {
    padding: 5px 15px;
    font-weight: normal;
}

.invoice-infos table td {
    padding: 5px 15px;
    color: #666;
}

.invoice-infos table td input[type="radio"] {
    vertical-align: top;
    margin: 3.5px 5px 0 0;
}

/* ==========================================================================
   支付
============================================================================ */
.payment {
    padding: 60px 0;
}

.payment .infos-text {
    border-bottom: 4px solid #c7c7c7;
    padding-bottom: 20px;
}

.payment .infos-text .text h4 {
    margin-bottom: 10px;
    line-height: 30px;
}

.payment .infos-text .text h4 span {
    font-size: 30px;
}

.payment .infos-text .text p {
    color: #666;
    line-height: 24px;
}

.payment .infos-text .price {
    margin-top: 36px;
}

.payment .infos-text .price strong {
    font-size: 46px;
}

.payment .platform {
    margin: 30px 0 64px;
}

.payment .platform h4 {
    font-size: 24px;
    margin-bottom: 12px;
}

.payment .platform ul {
    margin: 0 -25px;
}

.payment .platform ul li {
    float: left;
    padding: 5px 25px;
}

.payment .platform ul li .list-item {
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}

.payment .platform ul li .list-item span {
    display: table-cell;
    width: 224px;
    height: 58px;
    text-align: center;
    vertical-align: middle;
}

.payment .platform ul li .list-item span img {
    max-width: 100%;
    max-height: 100%;
}

.payment .platform ul li .list-item i {
    display: block;
    width: 40px;
    height: 20px;
    background: #da1522;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: -7px;
    right: -23px;
}

.payment .platform ul li .list-item .selected {
    width: 22px;
    height: 18px;
    background: url(../images/dui.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.payment .platform ul li.on .list-item {
    border-color: #da1522;
}

.payment .platform ul li.on .list-item .selected {
    opacity: 1;
}

.payment .platform .pay-erweima {
    width: 200px;
    position: relative;
    margin-top: 80px;
}

.payment .platform .pay-erweima .erweima-img {
    display: block;
    width: 100%;
}

.payment .platform .pay-erweima .erweima-tips {
    position: absolute;
    top: -48px;
    left: 100%;
    margin-left: 10px;
}


/* ==========================================================================
   支付结果
============================================================================ */
.pay-result {
    padding: 100px 0 120px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    text-align: center;
}

.pay-result .pay-state {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 50px;
    color: #333;
}

.pay-result .pay-state img {
    vertical-align: middle;
    margin-right: 30px;
}

.pay-result .pay-price {
    font-size: 20px;
}

.pay-result .pub-tips {
    margin-bottom: 50px;
    color: #ff6600;
    font-size: 16px;
}

.pay-result .pay-price span {
    font-size: 36px;
}

.pay-result .pay-text {
    max-width: 640px;
    margin: 0 auto 50px;
    text-align: left;
}

.pay-result .pay-text h4 {
    font-size: 24px;
}

.pay-result .pay-text p {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.pay-result .pay-btns a {
    margin: 0 8px;
}


/* ==========================================================================
   个人中心
============================================================================ */
.user {
    margin-top: 30px;
    margin-bottom: 30px;
}

.user .left-menu {
    width: 180px;
}

.user .left-menu h3 {
    line-height: 40px;
    background: #da1522;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.user .menu-list li {
    margin-top: 12px;
}

.user .menu-list li a {
    display: block;
    padding-left: 50px;
}

.user .menu-list li h4 {
    line-height: 36px;
    font-size: 18px;
}

.user .menu-list li h4 i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
}

.user .menu-list li .drop a {
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
}

.user .menu-list li .drop a:hover {
    color: #da1522;
}

.user .menu-list li .drop a.on {
    color: #da1522;
}

.user .right-con {
    width: calc(100% - 210px);
}

/*我的订单
============================================================================ */
.order-menu {
    height: 40px;
    margin-bottom: 16px;
    position: relative;
}

.order-menu a {
    float: left;
    width: 120px;
    text-align: center;
}

.order-menu a p {
    line-height: 36px;
    font-size: 18px;
}

.order-menu a span {
    display: block;
    width: 0;
    height: 4px;
    background: #da1522;
    margin: 0 auto;
    transition: .4s;
}

.order-menu a.on p {
    color: #da1522;
}

.order-menu a.on span {
    width: 100%;
    transition: .4s;
}

.order-menu a:hover p {
    color: #da1522;
}

.order-menu a:hover span {
    width: 100%;
    transition: .4s;
}


.user-top {
    margin-bottom: 30px;
}

.user-top .top-item {
    background: #f6fafc;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.user-top .infos {
    width: 550px;
    padding: 28px 0;
}

.user-top .infos .photo {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: 26px 12px 0 30px;
}

.user-top .infos .photo img {
    width: 100%;
    height: 100%;
}

.user-top .infos .photo h4 {
    position: absolute;
    width: 100%;
    line-height: 32px;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .4);
}

.user-top .infos .text {
    float: left;
    margin-top: 44px;
}

.user-top .infos .text h4 {
    font-size: 16px;
    line-height: 24px;
}

.user-top .infos .text a {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    margin-top: 10px;
    color: #666;
}

.user-top .infos .matter {
    float: right;
    width: 200px;
    position: relative;
}

.user-top .infos .matter::before {
    display: block;
    content: '';
    width: 1px;
    height: 100px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
}

.user-top .infos .matter li {
    float: left;
    width: 50%;
    padding: 8px 0;
    text-align: center;
}

.user-top .infos .matter li p {
    line-height: 28px;
}

.user-top .user-notice {
    width: 420px;
    padding: 21px 28px;
}

.user-top .user-notice h4 {
    float: left;
    font-size: 20px;
    line-height: 30px;
    color: #015b99;
}

.user-top .user-notice .more {
    float: right;
    line-height: 24px;
    padding-top: 6px;
    color: #666;
}

.user-top .user-notice .more:hover {
    color: #da1522;
}

.user-top .user-notice ul {
    margin-top: 16px;
}

.user-top .user-notice ul li {
    padding: 4px 0;
}

.user-top .user-notice ul li a {
    display: block;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.user-top .user-notice ul li a:hover {
    color: #da1522;
}

.user-order .tit {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
}

.user-order .w1 {
    width: 390px;
}

.user-order .w2 {
    width: 150px;
}

.user-order .w3 {
    width: 150px;
}

.user-order .w4 {
    width: 150px;
}

.user-order .order-head {
    background: #eee;
}

.user-order .order-head .th {
    float: left;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
}

.user-order .order-list li {
    margin-top: 24px;
}

.sortable {
    cursor: pointer;
    padding-right: 18px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC") no-repeat right;
}

.sortable.asc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}

.sortable.desc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=");
}

.user-order .order-list .order-infos {
    line-height: 36px;
    padding: 0 20px;
    background: #f0f9ff;
}

.user-order .order-list .order-infos span {
    margin-right: 28px;
}

.user-order .order-list .order-tab {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
}

.user-order .order-list .order-tab .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 18px 0 28px;
}

.user-order .order-list .goods {
    width: 392px;
    margin: 0 auto;
    display: block;
}

.user-order .order-list .goods .img {
    float: left;
    width: 86px;
    height: 86px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.user-order .order-list .goods .text {
    float: right;
    width: calc(100% - 110px);
    padding-top: 5px;
    text-align: left;
}

.user-order .order-list .goods .text h4 {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.user-order .order-list .goods .text p {
    color: #999;
    line-height: 22px;
    margin-top: 6px;
}

.user-order .order-list .price h4 {
    font-size: 20px;
    color: #da1522;
}

.user-order .order-list .price p {
    color: #666;
}

.user-order .order-list .btns {
    width: 100px;
    margin: 0 auto;
}

.user-order .order-list .btns a {
    display: block;
    line-height: 30px;
}

.user-order .order-list .btns .order-pay {
    background: #da1522;
    color: #fff;
}

.user-order .order-list .btns .order-pay:hover {
    background-color: #fb4848;
    box-shadow: 0 0 15px rgba(252, 113, 122, .3) inset;
    color: #fff;
}

.user-order .order-list .btns .order-cancle {
    color: #666;
}

.user-order .order-list .btns .order-cancle:hover {
    color: #da1522;
}

.logistics-box {
    width: 800px;
    background: #fff;
    position: relative;
}

.logistics-box .box-tit {
    padding: 20px 50px;
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid #eee;
}

.logistics-box .popup-close {
    background: none;
    color: #333;
    top: 15px;
    right: 10px;
}

.logistics-box .box-con {
    padding: 20px 50px;
}

.logistics-box .box-top {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.logistics-box .box-top a {
    float: left;
    width: 150px;
    text-align: center;
}

.logistics-box .box-top a i {
    color: #015b99;
    margin-left: 6px;
}

.logistics-box .box-top p {
    padding-left: 25px;
    float: left;
}

.logistics-box .logistics-wrap {
    max-height: 400px;
    overflow-y: auto;
}

.logistics-box .logistics-list {
    margin-left: 150px;
    border-left: 1px solid #ddd;
}

.logistics-box .logistics-list li {
    position: relative;
    padding: 18px 0 18px 24px;
}

.logistics-box .logistics-list li .time {
    width: 150px;
    position: absolute;
    left: -151px;
    top: 50%;
    text-align: center;
    margin-top: -20px;
}

.logistics-box .logistics-list li .time h5 {
    line-height: 20px;
}

.logistics-box .logistics-list li .dot {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 100%;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -5px;
    padding: 2px;
}

.logistics-box .logistics-list li.active {
    color: #da1522;
}

.logistics-box .logistics-list li.active .dot::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #da1522;
}


/* 个人信息
============================================================================ */
.content-tit {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.user-tab {
    border: 1px solid #e6e6e6;
}

.user-tab .tab-tit {
    height: 45px;
    border-bottom: 1px solid #e6e6e6;
    background: #ededed;
}

.user-tab .tab-tit a {
    float: left;
    padding: 0 24px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    position: relative;
    display: block;
}

.user-tab .tab-tit a.on {
    color: #da1522;
    background: #fff;
}

.user-tab .tab-tit a.on::after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #da1522;
    position: absolute;
    left: 0;
    bottom: 0;
}

.user-form {
    padding: 50px;
}

.user-form .form-group {
    margin-top: 24px;
    position: relative;
    padding-left: 164px;
}

.user-form .form-group:first-child {
    margin-top: 0;
}

.user-form .form-group .tit {
    position: absolute;
    width: 150px;
    left: 0;
    top: 0;
    text-align: right;
    line-height: 42px;
    font-size: 16px;
}

.user-form .form-group .con {
    position: relative;
}

.user-form .form-group.required .tit::before {
    display: inline;
    content: '*';
    color: #da1522;
}

.user-form .form-group .input {
    display: block;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    height: 42px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
}

.user-form .form-group .file-group {
    width: 180px;
    height: 240px;
    border: 1px solid #ccc;
    position: relative;
}

.user-form .form-group .file-group input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
}

.user-form .form-group .file-group .text {
    text-align: center;
}

.user-form .form-group .file-group .text i {
    font-size: 24px;
}

.user-form .form-group .file-group.file-photo {
    width: 160px;
    height: 160px;
}

.user-form .form-group .radio-group {
    line-height: 42px;
    cursor: pointer;
}

.user-form .form-group .radio-group input {
    vertical-align: top;
    margin: 14.5px 4px 0 0;
}

.user-form .form-group .radio-group label {
    font-size: 16px;
}

.city-picker-span {
    border: 1px solid #ccc;
    padding: 0 25px 0 15px;
}

.city-picker-span.focus, .city-picker-span.open {
    border-color: #000;
}


.qiye {
    min-height: 400px;
    padding: 30px 30px 50px;
}

.qiye-table {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: center;
}

.qiye-table thead {
    background: #f6fafc;
    border-bottom: 1px solid #ccc;
}

.qiye-table thead th {
    font-weight: normal;
    padding: 10px 5px;
    font-size: 16px;
}

.qiye-table td {
    padding: 10px 5px;
}

.qiye-table .handle {
    border: 1px solid #ccc;
    position: relative;
    width: 58px;
    margin: 0 auto;
}

.qiye-table .handle .drop {
    position: absolute;
    width: calc(100% + 2px);
    top: 100%;
    left: -1px;
    border: 1px solid #ccc;
    border-top: 1px solid #fff;
    background: #fff;
    display: none;
    z-index: 11;
}

.qiye-table .handle .drop a {
    display: block;
    text-align: left;
    padding-left: 8px;
}

.qiye-table .handle h4 i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    margin-left: 3px;
    font-size: 12px;
    cursor: pointer;
    transition: .4s;
}

.qiye-table .handle:hover .drop {
    display: block;
}

.qiye-table .handle:hover h4 i {
    transition: .4s;
    transform: rotate(180deg);
}


/* 绑定信息
============================================================================ */
.tit-style1 {
    margin-bottom: 30px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ccc;
}

.tit-style1 h3 {
    font-size: 18px;
    line-height: 40px;
    padding-left: 14px;
    border-left: 6px solid #da1522;
    float: left;
}

.btn-style2 {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
}

.btn-style2:hover {
    background: #da1522;
    color: #fff;
    border-color: #da1522;
}


.bind-infos .bind-list li {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 20px 168px 24px 20px;
    position: relative;
}

.bind-infos .bind-list li h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.bind-infos .bind-list li p {
    color: #666;
    line-height: 22px;
}

.bind-infos .bind-list li .btn-style2 {
    display: block;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -20px;
}

.password-change-popup .popup-box {
    width: 540px;
}

.tell-change-popup .popup-box {
    width: 540px;
}


/*发票管理
============================================================================ */
.public-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.public-table thead {
    background: #ededed;
}

.public-table thead th {
    font-weight: normal;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #d9d9d9;
}

.public-table tbody td {
    padding: 10px;
    border: 1px solid #d9d9d9;
}

.public-table .btns {
    white-space: nowrap;
}

.public-table .btns span {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background: #666;
    margin: 0 4px;
}

.public-table .btns .invoice-default {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 28px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 6px;
}

.public-table .btns .invoice-default.on {
    border-color: #da1522;
    color: #da1522;
}


/* 发票管理-新增
============================================================================ */
.invoice .user-form {
    padding: 10px 0 40px;
}

.invoice .user-form .form-group .checkbox {
    line-height: 24px;
}

.invoice .user-form .form-group .checkbox input {
    vertical-align: top;
    margin: 5.5px 6px 0 0;
}

.invoice .user-form .cancle-btn {
    margin-left: 30px;
}


/* 退货退款
============================================================================ */
.refund-box {
    border: 1px solid #ccc;
    position: relative;
    padding-top: 12px;
}

.refund-box .box-tit {
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    left: 50px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
}

.refund-box .box-tit::before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #f5838a;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -3px;
}

.refund-box .box-tit::after {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #f5838a;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -3px;
}

.refund-QA {
    padding: 24px 40px;
}

.refund-QA p {
    line-height: 24px;
}

.refund {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 30px 20px;
}

.refund .refund-menu {
    margin-bottom: 20px;
}

.refund .refund-menu a {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 46px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #999;
    color: #666;
    line-height: 44px;
    margin-right: 16px;
}

.refund .refund-menu a:hover {
    border-color: #da1522;
    color: #fff;
    background-color: #da1522;
}

.refund .refund-menu a.on {
    border-color: #da1522;
    color: #fff;
    background-color: #da1522;
}

.refund .pages {
    margin-bottom: 0;
}

.table-style2 {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.table-style2 thead {
    background: #eee;
}

.table-style2 thead th {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}
.table-style2 tbody tr {
    border-bottom: 1px solid #ccc;
}

.table-style2 tbody td {
    padding: 20px 10px;
}
.table-style2 tbody td:first-child {
    width: 100px;
    word-break: break-all;
}
td .scroll {
    max-height: 270px;
    overflow-y: auto;
}
.table-style2 .goods-info {
   /* width: 280px; */ margin-bottom: 10px;
}

.table-style2 .goods-info .img {
    float: left;
    width: 86px;
    height: 86px;
	margin-right: 10px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.table-style2 .goods-info .text {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: left;
}

.table-style2 .goods-info .text h4 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.table-style2 .goods-info .text p {
    color: #999;
    line-height: 22px;
    margin-top: 6px;
}


/*退款详情
============================================================================ */
.refund-state {
    height: 180px;
    padding: 72px 28px 0;
}

.refund-state .state-bar {
    max-width: 640px;
    height: 12px;
    padding: 3px;
    position: relative;
    background: #ccc;
    border-radius: 6px;
    margin-left: 100px;
}

.refund-state .state-bar .line {
    height: 6px;
    border-radius: 3px;
    background: #da1522;
    position: relative;
    z-index: 3;
}

.refund-state .state-bar .item {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    padding: 6px;
    top: 50%;
    margin: -22px 0 0 -22px;
    z-index: 5;
}

.refund-state .state-bar .item:nth-child(1) {
    left: 0;
}

.refund-state .state-bar .item:nth-child(2) {
    left: 50%;
}

.refund-state .state-bar .item:nth-child(3) {
    left: 100%;
}

.refund-state .state-bar .circle {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #ccc;
    border-radius: 100%;
    padding: 6px;
    top: 50%;
    margin: -22px 0 0 -22px;
    z-index: 1;
}

.refund-state .state-bar .circle1 {
    left: 0;
}

.refund-state .state-bar .circle2 {
    left: 50%;
}

.refund-state .state-bar .circle3 {
    left: 100%;
}

.refund-state .state-bar .item span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 20px;
}

.refund-state .state-bar .item p {
    line-height: 22px;
    position: absolute;
    white-space: nowrap;
    top: 100%;
    margin-top: 24px;
    left: 50%;
    color: #999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.refund-state .state-bar .item.on span {
    background: #da1522;
    border-radius: 100%;
}

.refund-state .state-bar .item.on p {
    color: #da1522;
}

.refund-info {
    padding: 30px 20px;
}

.refund-info .w1 {
    width: 22%;
}

.refund-info .w2 {
    width: 18%;
}

.refund-info .w3 {
    width: 20%;
}

.refund-info .w0 {
    width: 10%;
}

.refund-info .tab-tit {
    display: table;
    border-collapse: collapse;
    background: #eee;
    width: 100%;
}

.refund-info .tab-tit span {
    display: table-cell;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

.refund-list li {
    margin-top: 20px;
    border: 1px solid #ccc;
}

.refund-list .list-top {
    background: #fafafa;
    padding: 6px 40px;
    line-height: 24px;
}

.refund-list .list-top span {
    display: inline-block;
    vertical-align: top;
    color: #666;
    margin-right: 60px;
}

.refund-list .list-tab {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.refund-list .list-tab .td {
    display: table-cell;
    text-align: center;
    padding: 20px 10px;
    vertical-align: middle;
}

.refund-box .pages {
    margin: 10px 0 20px;
}


/*我的卡包
============================================================================ */
.card .card-bar {
    background: #eee;
    line-height: 48px;
    font-size: 16px;
    padding: 0 20px;
}

.card .card-bar .select {
    float: left;
    cursor: pointer;
    position: relative;
}

.card .card-bar .select h4 {
    padding: 0 20px;
}

.card .card-bar .select h4 i {
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    transition: .4s;
}

.card .card-bar .select:hover .drop {
    transition: .4s;
    opacity: 1;
    visibility: visible;
}

.card .card-bar .select .drop {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.card .card-bar .select .drop li {
    padding: 10px;
    line-height: 24px;
    text-align: center;
}

.card .card-bar .select .drop li:hover {
    color: #da1522;
}

.card .card-bar .sort-btn {
    float: right;
    margin-left: 30px;
}

.card .card-bar .sort-btn:hover {
    color: #da1522;
}

.card .card-bar .sort-btn.on {
    color: #da1522;
}

.card-list {
    margin: 14px -3px 0;
}

.card-list li {
    float: left;
    width: 25%;
    padding: 10px 3px;
}

.card-list .item-box {
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.card-list .item-box::after {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/yuan2.png) repeat-x;
}

.card-list .item-box .text {
    display: block;
    padding: 16px 12px 20px;
    background: #da1522;
    color: #fff;
}

.card-list .item-box .text h4 {
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 16px;
}

.card-list .item-box .text h4 small {
    font-size: 14px;
}

.card-list .item-box .text p {
    line-height: 24px;
    white-space: nowrap;
    letter-spacing: -1px;
    font-weight: lighter;
}

.card-list .item-box .card-delete {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/card_close.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    transition: .4s;
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
}

.card-list .item-box:hover .card-delete {
    transition: .4s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.card-list .item-box .state-img {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-list .item-box .state-img img {
    display: block;
    position: absolute;
    right: 9px;
    top: 15px;
}

.card-list .disabled::after {
    background-image: url(../images/yuan1.png);
}

.card-list .disabled .text {
    background: #dfdfdf;
    position: relative;
    z-index: 4;
}


/* 我的收藏
============================================================================ */
.collect-list .list-tit {
    font-size: 24px;
    margin-bottom: 10px;
}

.collect-list ul {
    margin: 0 -10px;
}

.collect-list ul li {
    width: 20%;
    padding: 10px;
    margin: unset;
}

.collect-list .list-wrap {
    position: relative;
    overflow: hidden;
}

.collect-list .list-wrap .cancle-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 12px;
    line-height: 36px;
    color: #fff;
    z-index: 11;
    background: #999;
    transition: .4s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    cursor: pointer;
}

.collect-list .list-wrap .cancle-btn:hover {
    background-color: #da1522;
    transition: .4s;
}

.collect-list .list-wrap:hover .cancle-btn {
    transition: .4s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* 20191228新增 */

/* 领券中心
============================================================================ */
.page-banner .img {
    display: block;
}

.page-banner .img img {
    display: block;
    width: 100%;
}

.coupon {
    margin-top: 40px;
}

.coupon-list {
    margin: 0 -20px;
}

.coupon-list li {
    float: left;
    width: 50%;
    padding: 20px;
}

.coupon-list li a {
    display: block;
    height: 160px;
    position: relative;
    background: url(../images/coupon_bg.png);
    background-size: 100% 100%;
    padding: 20px 82px 20px 20px;
}

.coupon-list li a .img {
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #e6e6e6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.coupon-list li a .text {
    float: right;
    width: calc(100% - 150px);
}

.coupon-list li a .text .tit {
    color: #da1522;
    line-height: 44px;
}

.coupon-list li a .text .tit span {
    font-size: 30px;
}

.coupon-list li a .text .tit i {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    padding: 0 12px;
    background: #ebebeb;
    margin: 10px 0 0 20px;
    font-size: 12px;
}

.coupon-list li a .text p {
    font-size: 16px;
}

.coupon-list li a .text h5 {
    margin-top: 16px;
}

.coupon-list li a .btn {
    position: absolute;
    width: 62px;
    height: 100%;
    top: 0;
    right: 0;
    color: #fff;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 62px;
    font-size: 16px;
    letter-spacing: 2px;
}


/* 商品评价
============================================================================ */
.score-group {
    height: 48px;
    padding: 12px 0;
    line-height: 24px;
    font-size: 16px;
}

.score-group .score-name {
    float: left;
}

.score-group .score-star {
    float: left;
    margin: 0 15px;
    height: 24px;
}

.score-group .score-star span {
    float: left;
    margin-right: 4px;
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
}

.score-group .score-star span:last-child {
    margin-right: 0
}

.score-group .score-star span.on {
    color: #da1522;
}

.score-group .score-text {
    float: left;
    color: #da1522;
}

.evaluate {
    padding-top: 40px;
}

.eval-sec1 {
    padding: 40px 28px;
    background: #f2f2f2;
}

.eval-sec1 .sec-left {
    float: left;
}

.eval-sec1 .line {
    width: 1px;
    height: 80px;
    float: left;
    background: #ccc;
    margin: 0 50px;
}

.eval-sec1 .sec-left span {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    border: 1px solid #666;
    border-radius: 100%;
    text-align: center;
    line-height: 78px;
}

.eval-sec1 .sec-left span img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

.eval-sec1 .sec-left em {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 30px;
    margin: 25px 0 0 20px;
}

.eval-sec1 .score-group {
    float: left;
    margin-top: 16px;
    margin-right: 60px;
}

.eval-sec1 .score-group:last-child {
    margin-right: 0;
}

.eval-sec2 .goods-item {
    background: #f2f2f2;
    margin-top: 10px;
    padding: 30px 28px;
}

.eval-sec2 .goods-info {
    width: 200px;
    float: left;
}

.eval-sec2 .goods-info .img {
    width: 200px;
    height: 200px;
    border: 1px solid #d9d9d9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #fff;
}

.eval-sec2 .goods-info .text {
    margin-top: 10px;
    text-align: center;
}

.eval-sec2 .goods-info .text h3 {
    font-size: 18px;
}

.eval-sec2 .goods-info .text p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
}

.eval-sec2 .goods-eval {
    float: right;
    width: calc(100% - 250px);
    border-left: 1px solid #ccc;
    padding-left: 50px;
}

.eval-sec2 .goods-eval .score-group {
    padding-top: 0;
}

.eval-sec2 .textarea {
    display: block;
    width: 100%;
    background: #fff;
    line-height: 22px;
    padding: 16px 20px;
    outline: none;
}

.eval-sec2 .preview-tips {
    margin-top: 10px;
}

.eval-sec2 .img-select {
    margin: 0 -5px;
    margin-top: 5px;
}

.eval-sec2 .img-select .item {
    float: left;
    padding: 5px;
}

.eval-sec2 .img-select .preview {
    width: 60px;
    height: 60px;
    position: relative;
}

.eval-sec2 .img-select .preview .img {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #fff;
}

.eval-sec2 .img-select .preview .delete-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #da1522;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.eval-sec2 .img-select .preview:hover .delete-btn {
    transition: .4s;
    visibility: visible;
    opacity: 1;
}

.eval-sec2 .img-select .upload-btn {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    display: block;
}

.eval-sec2 .img-select .upload-btn .icon {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
    background: url(../images/icon_zxj.png) no-repeat center center;
}

.eval-sec2 .img-select .upload-btn input {
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.eval-sec2 .btns {
    margin-top: 30px;
    text-align: center;
}

.eval-sec2 .btns .evaluate-submit {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    height: 60px;
    line-height: 60px;
    background: #da1522;
    color: #fff;
    font-size: 20px;
    margin-right: 36px;
}

.eval-sec2 .btns .evaluate-submit:hover {
    background-color: #fb4848;
    box-shadow: 0 0 15px rgba(252, 113, 122, .3) inset;
}

.eval-sec2 .btns label {
    vertical-align: top;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    display: inline-block;
    margin-top: 18px;
}

.eval-sec2 .btns label input {
    vertical-align: top;
    margin: 5.5px 6px 0 0;
}

.eval-sec3 {
    margin-top: 40px;
}

.eval-sec3 .tit {
    font-size: 18px;
}


/* 20200104新增 */
/* 消息中心
============================================================================ */
.tit-style1 h3 small {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

.notice-list li {
    margin-bottom: 20px;
}

.notice-list li:last-child {
    margin-bottom: 0;
}

.notice-list .item-box {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 20px 140px 20px 20px;
    position: relative;
    min-height: 136px;
}

.notice-list .item-box .tit {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
}

.notice-list .item-box .tit::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: #da1522;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    top: 9px;
}

.notice-list .item-box .tit span {
    font-size: 16px;
}

.notice-list .item-box .tit em {
    color: #666;
    margin-left: 30px;
}

.notice-list .item-box .text p {
    line-height: 20px;
    padding: 4px 0;
    color: #666;
}

.notice-list .item-box .btns {
    position: absolute;
    width: 100px;
    right: 20px;
    bottom: 20px;
}

.notice-list .item-box .btns a {
    display: block;
    margin-top: 10px;
    border-radius: 4px;
    text-align: center;
    transition: .4s;
    height: 36px;
}

.notice-list .item-box .btns a:first-child {
    margin-top: 0;
}

.notice-list .item-box .btns .list-btn1 {
    line-height: 36px;
    background: #da1522;
    color: #fff;
}

.notice-list .item-box .btns .list-btn1:hover {
    background-color: #fb4848;
    box-shadow: 0 0 15px rgba(252, 113, 122, .3) inset;
    transition: .4s;
}

.notice-list .item-box .btns .list-btn2 {
    border: 1px solid #999;
    color: #666;
    line-height: 34px;
}

.notice-list .item-box .btns .list-btn2:hover {
    border-color: #da1522;
    background-color: #da1522;
    color: #fff;
    transition: .4s;
}


.detail-sec1 .display {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    background: #f2f2f2;
    display: none;
}

.detail-sec1 .display .dp-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .4s;
}

.detail-sec1 .display .dp-item.active {
    transition: .4s;
    visibility: visible;
    opacity: 1;
}

.bgimage-fit {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}


/* 20200104新增 */
/* 常见问题
============================================================================ */
.problem-menu li {
    margin-bottom: 10px;
}

.problem-menu li h4 a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #eee;
}

.problem-menu li.active h4 a {
    background: #da1522;
    color: #fff;
}

.problem-menu li h4 a:hover {
    background: #da1522;
    color: #fff;
    transition: .4s;
}

.problem-menu .drop {
    padding-top: 5px;
    display: none;
}

.problem-menu .drop a {
    display: block;
    padding: 5px 10px 5px 40px;
    line-height: 20px;
    color: #707070;
}

.problem-menu .drop a:hover {
    color: #da1522;
    transition: .4s;
}

.problem-menu .drop a.on {
    color: #da1522;
}

.user .right-con .tit-crumbs {
    float: right;
    line-height: 24px;
    margin-top: 8px;
    font-size: 16px;
}

.user .right-con .tit-crumbs > * {
    display: inline-block;
    vertical-align: top;
}

.problem-list li {
    padding: 24px 0;
    border-bottom: 1px solid #eeeeee;
}

.problem-list li a {
    display: block;
}

.problem-list li h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
}

.problem-list li p {
    color: #707070;
    line-height: 24px;
}

.problem-detail h4 {
    font-size: 18px;
}

.problem-detail .img {
    text-align: center;
}

.problem-detail img {
    max-width: 100%;
}

.peisong-detail p {
    color: #666666;
    line-height: 24px;
}

.min-height {
    min-height: 500px;
}


/* 20200313新增 */
.detail-sec3 .left-bar {
    float: left;
    width: 190px;
}

.detail-sec3 .left-bar .product-list {
    margin-top: 18px;
}

.detail-sec3 .left-bar .product-list ul li {
    margin-right: 0;
}

.detail-sec3 .right-con {
    float: right;
    width: calc(100% - 220px);
}


/* 客服弹窗 */
.service-popup-wrap {
    background: none;
    width: 500px;
    height: 400px;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
}

.service-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 500px;
    height: 400px;
    display: none;
}

.service-popup .service-close {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -40px;
    top: 0;
    background: #da1522;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.service-iframe {
    width: 500px;
    height: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 1440px) {
    .service-iframe {
        height: 480px;
    }
}


/* 退货表单 */
.refund-box .order-infos {
    padding: 20px 30px;
}

.refund-box .order-infos p {
    padding: 5px 0;
}

.refund-form {
    margin-top: 20px;
}

.refund-form .refund-amount {
    display: block;
    width: 100px;
    margin: 0 auto;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.num-select {
    width: 118px;
    height: 28px;
    margin: 0 auto;
    border: 1px solid #dddddd;
}

.num-select span {
    float: left;
    cursor: pointer;
    width: 23px;
    height: 26px;
    text-align: center;
    line-height: 26px;
}

.num-select span:first-child {
    border-right: 1px solid #ddd;
}

.num-select span:last-child {
    border-left: 1px solid #ddd;
}

.num-select input {
    float: left;
    display: block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.refund-form .textarea {
    margin-top: 20px;
}

.refund-form .textarea h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.refund-form .textarea textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    outline: none;
    padding: 10px 15px;
}

.refund-form .btns {
    margin-top: 10px;
    text-align: right;
}

.refund-form .btns a {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 32px;
    text-align: center;
}

.refund-form .btns a.refund-sure {
    background: #da1522;
    color: #fff;
    line-height: 32px;
}

.refund-form .btns a.refund-sure:hover {
    background: #bb0511;
    transition: .4s;
}

.refund-form .btns a.refund-cancle {
    border: 1px solid #ddd;
    line-height: 30px;
    color: #999;
}

.refund-form .btns a.refund-cancle:hover {
    background: #da1522;
    color: #fff;
    transition: .4s;
}


/* 缺货登记 */
.out-of-stock-green {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 0px;
    background: green;
    border-radius: 4px;
    padding: 0 10px;
    color: #fff;
    line-height: 24px;
}

.out-of-stock-info {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 0px;
    background: #4f99c6;
    border-radius: 4px;
    padding: 0 10px;
    color: #fff;
    line-height: 24px;
}

.out-of-stock-alert {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 0px;
    background: #ff4400;
    border-radius: 4px;
    padding: 0 10px;
    color: #fff;
    line-height: 24px;
}

.popup .login-box .form-group .form-text {
    line-height: 40px;
    font-size: 16px;
}


.coupon-sec .radio-group {
    margin-left: 30px;
    font-size: 14px;
}

.coupon-sec .order-con {
    padding: 0 20px;
}

.coupon-sec .coupon-list li {
    width: 33.33%;
}

.coupon-sec .coupon-list li a {
    height: 120px;
    padding: 15px 54px 15px 15px;
    background-image: url(../images/coupon_bg_gray.png);
}

.coupon-sec .coupon-list li a .img {
    width: 90px;
    height: 90px;
}

.coupon-sec .coupon-list li a .text {
    width: calc(100% - 100px);
    margin-left: 10px;
}

.coupon-sec .coupon-list li a .text .tit {
    line-height: 26px;
}

.coupon-sec .coupon-list li a .text .tit span {
    font-size: 24px;
}

.coupon-sec .coupon-list li a .text .tit i {
    margin: 3px 0 0 0px;
}

.coupon-sec .coupon-list li a .text h5 {
    /* margin-top: 8px; */
    line-height: 1.1;
}

.coupon-sec .coupon-list li a .btn {
    width: 40px;
    line-height: 44px;
}

.coupon-sec .coupon-list li a .btn::before {
    display: inline;
    content: '选择';
}

.coupon-sec .coupon-list li.on a {
    background-image: url(../images/coupon_bg.png);
}

.coupon-sec .coupon-list li.on a .btn::before {
    display: inline;
    content: '已选择';
}

.detail-sec1 .img-swiper {
    display: none;
}

.detail-sec1 .thumb-swiper {
    display: none;
}

.detail-sec1 .img-swiper.on {
    display: block;
}

.detail-sec1 .thumb-swiper.on {
    display: block;
}

.refund-confirm {
    margin: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    padding: 0 10px;
    background-color: #da1522;
    color: #fff;
    border-radius: 3px;
}

.refund-confirm:hover {
    color: #fff;
}


.no-order {
    padding: 120px 0;
    text-align: center;
    background: #fcfcfc;
}

.no-order img {
    width: 200px;
}

.no-order p {
    font-size: 18px;
    margin-top: 30px;
    color: #999;
}

.order-menu {
    float: left;
}

.order-menu a {
    width: 96px;
}

.order-menu a p {
    font-size: 16px;
    line-height: 37px;
}

.order-menu a span {
    height: 3px;
}

.order-search {
    float: right;
    width: 280px;
    height: 40px;
    padding-right: 40px;
    position: relative;
    background-color: #eee;
    border-radius: 3px;
}

.order-search input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

.order-search .search-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #999;
}

.order-search .search-btn:hover {
    color: #da1522;
    transition: .4s;
}


.choose-tit {
    margin-top: 10px;
    font-size: 16px;
}

.choose-tit span {
    font-size: 14px;
    color: #da1522;
}

.choose-img {
    margin: 0 -10px;
}

.choose-img .item-wrap {
    float: left;
    width: 120px;
    height: 120px;
    padding: 10px;
}

.choose-img .choose-btn {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    position: relative;
    padding-top: 28px;
}

.choose-img .choose-btn span {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 auto;
}

.choose-img .choose-btn span::before,
.choose-img .choose-btn span::after {
    display: block;
    content: '';
    position: absolute;
    background-color: #ccc;
    top: 50%;
    left: 50%;
}

.choose-img .choose-btn span::before {
    width: 100%;
    height: 2px;
    margin: -1px 0 0 -10px;
}

.choose-img .choose-btn span::after {
    width: 2px;
    height: 100%;
    margin: -10px 0 0 -1px;
}

.choose-img .choose-btn p {
    text-align: center;
    color: #999;
    line-height: 14px;
    margin-top: 10px;
}

.choose-img .choose-btn input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.choose-img .img {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f5f5f5;
}

.choose-img .img .img-wrap {
    display: table-cell;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

.choose-img .img .img-wrap img {
    max-width: 100%;
    max-height: 100%;
}

.choose-img .img span {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: .4s;
    background: #000;
}

.choose-img .img:hover span {
    opacity: .4;
    transition: .4s;
}

.choose-img .img .img-delete {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    cursor: pointer;
    transition: .4s;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.choose-img .img .img-delete::before,
.choose-img .img .img-delete::after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #ff0000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-radius: 2px;
}

.choose-img .img .img-delete::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.choose-img .img .img-delete::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.choose-img .img:hover .img-delete {
    transition: .4s;
    visibility: visible;
    opacity: 1;
}

.choose-img .img .img-delete:hover {
    transition: .4s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.login-links {
    margin-top: 30px;
    text-align: center;
}

.login-links a {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin: 0 5px;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    transition: .4s;
}

.login-links .login-wechat {
    color: #0DBF5F;
}

.login-links .login-wechat:hover {
    background-color: #0DBF5F;
    color: #fff;
    transition: .4s;
}
/*绑定页面*/
.bind-page {
    display: block;
    position: relative;
    background: #fff;
    width: 600px;
    margin: 0 auto;
    padding: 5% 0;
}

.bind-page .popup-box {
    display: none;
}

.bind-page .popup-box.active {
    display: block;
}

.bind-page .bind-menu {
    margin: 0 0 10px;
    padding: 0 10px;
}

.bind-page .bind-menu a {
    display: block;
    float: left;
    padding: 0 30px;
    font-size: 20px;
    line-height: 36px;
    color: #777;
    position: relative;
}

.bind-page .bind-menu a::after {
    display: block;
    content: '';
    width: 2px;
    height: 20px;
    background-color: #ccc;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -10px;
}

.bind-page .bind-menu a:last-child::after {
    display: none;
}

.bind-page .bind-menu a.on {
    color: #015b99;
}


.hd-bar .hd-cart {
    margin-top: 40px;
    margin-right: 60px;
    transition: none;
}

/*.search-group {*/
/*    margin-right: 60px;*/
/*    width: 604px;*/
/*}*/

/*.search-group .search-box input {*/
/*    width: 518px;*/
/*}*/

.bar-fixed.hd-bar .hd-cart {
    margin-top: 24px;
    transition: none;
}

.product-list ul li .text h4 {
    /* font-size: 12px; */
    font-weight: normal;
}

.index-list li .text h4 {
    font-size: 12px;
    font-weight: normal;
}

.coupon-list {
    margin: 0 -8px;
}

.coupon-list li {
    padding: 8px;
    width: 33.33%;
}

.coupon-list li a {
    height: 120px;
}

.coupon-list li a {
    padding: 10px 50px 10px 10px;
}

.coupon-list li a .img {
    width: 100px;
    height: 100px;
}

.coupon-list li a .text {
    width: calc(100% - 114px);
}

.coupon-list li a .text .tit {
    font-size: 20px;
    line-height: 20px;
    max-width: 160px;
}

.coupon-list li a .text .tit span {
    font-size: 20px;
}

.coupon-list li a .text .tit i {
    margin: 2px 0;
}

.coupon-list li a .text p {
    font-size: 12px;
}

.coupon-list li a .text h5 {
    margin-top: 0;
    font-size: 12px;
    white-space: nowrap;
}

.coupon-list li a .btn {
    width: 30px;
    line-height: 30px;
    font-size: 14px;
}

.order-detail {
    padding: 0 0 60px;
}

.order-detail .refund-info {
    padding: 0;
}

.order-detail .list-tab .img {
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    margin: 0 auto 10px;
}

.order-detail .list-tab .img img {
    max-width: 100%;
    max-height: 100%;
}

.detail-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

.detail-wrapper dl {
    border-left: 1px solid #ddd;
    padding-left: 40px;
}

.detail-wrapper dl:first-child {
    padding-left: 0;
    border: none;
}

.detail-wrapper dt {
    font-size: 18px;
    margin-bottom: 10px;
}

.detail-wrapper dd {
    padding: 8px 0;
}

.order-detail .order-btns {
    margin-top: 60px;
    text-align: right;
}

.order-detail .order-btns a {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 15px;
    margin-left: 20px;
}

.order-detail .order-btns .btn1 {
    background-color: #da1522;
    color: #fff;
}

.order-detail .order-btns .btn2 {
    background-color: #eee;
    color: #666;
}

.order-tab .td .btns a:not(:first-child) {
    margin-top: 10px;
}

.layui-upload-file {
    z-index: 91;
}

.footer .copyright {
    margin-top: 10px;
}

.footer .ft-zizhi {
    margin-top: 30px;
    position: relative;
    padding-left: 80px;
}

.footer .ft-zizhi span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 32px;
}

.footer .ft-zizhi .zizhi-links {
    margin: 0 -10px;
}

.footer .ft-zizhi .zizhi-links li {
    float: left;
    padding: 5px 10px;
}

.footer .ft-zizhi .zizhi-links li a {
    display: block;
    line-height: 22px;
}

.footer .ft-zizhi .zizhi-links li a:hover {
    color: #da1522;
    transition: .4s;
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.footer .ft-nav .erweima li img {
    width: 150px;
}

.order-table {
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.order-table td,
.order-table th {
    border: 1px solid #ddd;
    padding: 10px;
}

.order-table .price {
    color: #da1522;
}

.user-order .order-list .order-table .goods {
    margin: 0;
}

.detail-wrapper .price {
    color: #da1522;
}

.detail-wrapper .price strong {
    font-size: 20px;
}

.detail-wrapper .reduce {
    color: #057dcf;
}

.detail-wrapper .total-amount dd {
    padding: 3px 0;
}

.refund-info .list-top {
    background: #f0f9ff;
    padding: 6px 20px;
    line-height: 24px;
}

.refund-info .list-top span {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
}

.refund-info .list-tab {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.refund-info .list-tab .td {
    display: table-cell;
    text-align: center;
    padding: 20px 10px;
    vertical-align: middle;
}

.refund-list li {
    margin-top: 0;
    border-color: #eee;
    border-top: none;
}

.refund-info .tab-tit {
    margin-top: 10px;
    font-weight: bold;
}

.refund-info .order-table {
    text-align: left;
}

.refund-info .goods {
    width: 392px;
    display: block;
}

.refund-info .goods .img {
    float: left;
    width: 86px;
    height: 86px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.refund-info .goods .text {
    float: right;
    width: calc(100% - 110px);
    padding-top: 5px;
    text-align: left;
}

.refund-info .goods .text h4 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.refund-info .goods .text p {
    color: #999;
    line-height: 22px;
    margin-top: 6px;
}

.refund-info .price h4 {
    font-size: 20px;
    color: #da1522;
}

.refund-info .price p {
    color: #666;
}

.refund-text {
    margin-top: 20px;
    text-align: right;
}

.refund-text p {
    line-height: 20px;
    padding: 4px 0;
}

.refund-text .price {
    color: #da1522;
}


.detailed .text-red {
    color: #da1522;
}

.detailed .text-blue {
    color: #015b99;
}

.detailed .page-tit {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}

.detailed .amount {
    margin-top: 20px;
}

.detailed .amount p {
    float: left;
    margin-right: 60px;
}

.detailed .date {
    margin-top: 20px;
}

.detailed .date input {
    display: block;
    float: left;
    width: 180px;
    height: 40px;
    border: 1px solid #eee;
    padding: 0 15px;
    line-height: 38px;
    margin: 0 15px;
    cursor: pointer;
}

.detailed .date span,
.detailed .date i {
    float: left;
    line-height: 40px;
}

.detailed .table {
    margin-top: 28px;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.detailed .table thead {
    background-color: #eee;
}

.detailed .table th,
.detailed .table td {
    line-height: 24px;
    padding: 12px 20px;
}

.detailed .table tbody tr:nth-child(even) {
    background-color: #f0f9ff;
}


/*footer */
.footer {
    padding-top: 10px;
}

.footer .ft-zizhi {
    padding-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.footer .ft-nav dl {
    margin-right: 50px;
}

.footer .erweima li {
    float: left;
    text-align: center;
    margin-right: 24px;
}

.footer .erweima li:last-child {
    margin-right: 0;
}

.footer .erweima li p {
    margin-top: 12px;
    color: #666;
    font-size: 16px;
}

.footer .erweima li img {
    width: 180px;
}

.footer .ft-wrap {
    margin-top: 20px;
}

.footer .ft-logo {
    float: left;
}

.footer .ft-logo img {
    width: 160px;
}

.footer .ft-contact {
    float: left;
    margin: 10px 60px 0 50px;
}

.footer .ft-share {
    float: left;
    margin: 10px 0 0 0;
}

.footer .copyright {
    margin-top: 20px;
}


.leo-hide {
    display: none;
}

.table-style2 .goods-info .fangshi {
   float: left; margin-top: 25px;
}

.stock-bar {
    border-bottom: 1px solid #ccc;
}

.stock-bar .put-in-cart {
    display: inline-block;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #da1522;
}

.stock-bar .put-in-buy {
    display: inline-block;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #da1522;
}

.stock-bar .check-all {
    cursor: pointer;
    line-height: 24px;
}

.stock-bar .check-all input[type="checkbox"] {
    vertical-align: top;
    margin: 5px 3px 0 0;
}

.stock-bar .delete-all {
    margin-left: 30px;
}

.refund-menu-wrap {
    margin-bottom: 20px;
}

.refund-menu-wrap .refund-menu {
    margin-bottom: 0;
}

.refund-state .state-bar .item:nth-child(2) {
    left: 25%;
}

.refund-state .state-bar .item:nth-child(3) {
    left: 50%;
}

.refund-state .state-bar .item:nth-child(4) {
    left: 75%;
}

.refund-state .state-bar .item:nth-child(5) {
    left: 100%;
}

.refund-state .state-bar .circle2 {
    left: 25%;
}

.refund-state .state-bar .circle3 {
    left: 50%;
}

.refund-state .state-bar .circle4 {
    left: 75%;
}

.refund-state .state-bar .circle5 {
    left: 100%;
}


.leo-high-light {
    color: red;
    font-weight: bold
}

@media screen and (max-width: 1440px) {
    .side-bar .bar-wrap {
        bottom: 10%;
    }
}

@media screen and (max-width: 1366px) {
    .side-bar .bar-wrap {
        bottom: 3%;
    }

    .side-bar .bar-erweima {
        margin-top: 30px;
    }

    .side-server .side-server-show {
        margin-bottom: 20px;
    }
}


.modify-sort {
    margin-top: 10px;
}

.modify-sort .sort {
    margin-top: 0;
}

.pingzheng-btn {
    margin-right: 10px;
    color: #da1522;
}

.pingzheng-img img {
    max-width: 90%;
    max-height: 90%;
}

.td-btns {
    width: 392px;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
}

.td-btns .zhengzhao {
    display: block;
    width: 86px;
    text-align: center;
}

.user-order .order-list .order-infos {
    height: 36px;
}

.user-order .order-list .order-zhengzhao {
    float: right;
}


.invoice-popup .table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

.invoice-popup .table td {
    padding: 8px 10px;
    vertical-align: middle;
    line-height: 20px;
    border: 1px solid #e6e6e6;
}

.invoice-popup .table .radio-group * {
    cursor: pointer;
}

.invoice-popup .table .radio-group input {
    vertical-align: top;
    margin: 4px 0 0 0;
}

.invoice-popup .login-box .btn-wrap {
    text-align: center;
    padding-top: 20px;
}

.invoice-popup .login-box .submit-btn {
    width: 240px;
    display: inline-block;
    vertical-align: top;
}

.invoice-popup .no-invoice {
    text-align: center;
    padding: 40px 0 20px;
    color: #999;
}

.invoice-popup .no-invoice a {
    color: #da1522;
}

.invoice-popup .popup-box {
    width: 1000px;
    max-width: 90%;
}

.login-tab {
    display: none;
}

.login-box {
    min-height: 472px;
}

.red {
    color: red;
}


/* <!-- 秒杀列表 --> */
/* 秒杀页 */
.seckill-sec1 {
    height: 66px;
}

.seckill-sec1 .item {
    padding: 5px 40px;
    height: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.seckill-sec1 .item .on-item {
    background: #d3322c;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: all 0.4s;
}

.seckill-sec1 .item .default-item span {
    display: inline-block;
    margin-top: 15px;
    line-height: 32px;
}

.seckill-sec1 .item .default-item .time {
    font-weight: 600;
    color: #333333;
    width: 52px
}

.seckill-sec1 .item .default-item .state {
    height: 32px;
    width: 86px;
    color: #666666;
    margin-left: 10px;
    background: #d7d7d7;
    border-radius: 15px;
}

.seckill-sec1 .item .on-item .time {
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
}

.seckill-sec1 .item .on-item span {
    display: inline-block;
    margin-right: 10px;
}

.seckill-sec1 .item.on .on-item {
    transform: translateY(0);
}

.seckill-sec1 .item:hover .on-item {
    transition: all 0.4s;
    transform: translateY(0);
}


.seckill-sec2 .content {
    display: none;
    animation: fadeInUp 0.6s linear;
}

.seckill-sec2 .content.active {
    display: block;
}

.seckill-sec2 .seckill-list {
    margin-top: 30px;
}

.seckill-list .item {
    display: inline-block;
    width: 49%;
    height: 202px;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #ffffff;
    box-shadow: 0 0 15px 1px #d6d6d6;
    border: 1px solid #e6e6e6;
}

.seckill-list .item:nth-child(2n) {
    margin-right: 0;
}

.seckill-list .item .img-box {
    width: 34%;
    overflow: hidden;
    text-align: center;
}

.seckill-list .item .img-box img {
    max-width: 100%;
    transition: all 0.4s;
}

.seckill-list .item:hover .img-box img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.seckill-list .item .txt-box {
    width: 66%;
    padding: 20px;
}

.seckill-list .item h6 {
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.seckill-list .item .item-lable {
    width: 60%;
}

.seckill-list .item .item-lable span {
    display: inline-block;
    color: #d3322c;
    line-height: 30px;
    border: 1px solid #d3322c;
    text-align: center;
    padding: 0 10px;
    border-radius: 6px;
}

.seckill-list .item .price {
    color: #d3322c;
    font-size: 18px;
    width: 60%;
}

.seckill-list .item .price span:nth-child(1) {
    font-weight: 600;
}

.seckill-list .item .price span:nth-child(1) i {
    font-size: 24px;
}

.seckill-list .item .old-price {
    color: #999999;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    text-decoration: line-through;
}

.seckill-list .item .pay-btn {
    display: inline-block;
    width: 110px;
    line-height: 46px;
    margin-top: -20px;
    background: #d3322c;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.4s;
    font-size: 16px;
}

.seckill-list .item .pay-btn:hover {
    background: #ffa8b2;
    transition: all 0.4s;
}

.seckill-list .item .item-ratio {
    margin-top: 6px;
}

.seckill-list .item .item-ratio .ratio {
    display: inline-block;
    width: 62%;
    height: 14px;
    border-radius: 7px;
    background: #f9bfc3;
    position: relative;
}

.seckill-list .item .item-ratio .ratio .bar {
    display: inline-block;
    width: 38%;
    height: 100%;
    border-radius: 7px;
    background: #d3322c;
    position: absolute;
    left: 0;
    top: 0;
}

.seckill-list .item .item-ratio .ratio .num {
    display: inline-block;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    font-size: 12px;
    letter-spacing: 1px;
}

.seckill-list .item .item-ratio .txt {
    font-size: 14px;
    color: #666666;
    padding-left: 6px;
    position: relative;
    top: -2px;
}

/* <!-- 领券中心 --> */
.ticket-sec1 .receive-btn {
    display: inline-block;
    width: 140px;
    line-height: 46px;
    background: #ff9711;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    transition: all 0.4s;
    cursor: pointer;
    margin: 20px 0;
}

.ticket-sec1 .receive-btn:hover {
    transition: all 0.4s;
    background: #d3322c;
}

.ticket-list .item {
    display: inline-block;
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    height: 122px;
    background: url(../img/product/t2.png) no-repeat;
    background-size: 100% 100%;
}

.ticket-list .item:nth-child(3n) {
    margin-right: 0;
}

.ticket-list .item .left {
    height: 100%;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    padding: 20px;
}

.ticket-list .item .value {
    color: #d3322c;
    width: 30%;
    height: 100%;
    display: inline-block;
    background: url(../img/product/line.png) no-repeat right top;
    background-size: 1px 100%;
}

.ticket-list .item .value h5 {
    font-size: 18px;
}

.ticket-list .item .value i {
    font-size: 30px;
}

.ticket-list .item .item-detail {
    width: 70%;
    height: 100%;
    padding-left: 20px;
}

.ticket-list .item .item-detail .time {
    color: #999999;
    margin-top: 5px;
}

.ticket-list .item .item-detail .item-ratio {
    margin-top: 15px;
}

.ticket-list .item .right {
    width: 50px;
    height: 100%;
}

.seckill-list .item .item-ratio .ratio {
    display: inline-block;
    width: 100%;
    height: 14px;
    border-radius: 7px;
    background: #f9bfc3;
    position: relative;
}

.ticket-list .item .item-ratio {
    width: 100%;
}

.ticket-list .item .item-ratio .ratio {
    display: inline-block;
    width: 50%;
    height: 14px;
    border-radius: 7px;
    background: #f9bfc3;
    position: relative;
}

.ticket-list .item .item-ratio .ratio .bar {
    display: inline-block;
    width: 50%;
    height: 100%;
    border-radius: 7px;
    background: #d3322c;
    position: absolute;
    left: 0;
    top: 0;
}

.ticket-list .item .item-ratio .ratio .num {
    display: inline-block;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    font-size: 12px;
    letter-spacing: 1px;
}

.ticket-list .item .item-ratio .txt {
    font-size: 12px;
    color: #999999;
    padding-left: 6px;
    position: relative;
    top: -2px;
}

.ticket-list .item .btn {
    position: relative;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/product/t1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.ticket-list .item .btn i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ticket-list .item .btn.geted-btn {
    background: url(../img/product/t3.png) no-repeat;
    background-size: 100% 100%;
}

/* 发票管理 */
.invoice-admin .tit-style1 {
    position: relative;
    padding-bottom: 0;
}

.invoice-admin .invoice-tab {
    display: inline-block;
    border: 1px solid #cccccc;
    border-bottom: none;
    margin-left: 35px;
}

.invoice-admin .invoice-tab a {
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 16px;
    transition: all 0.4s;
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #cccccc;
}

.invoice-admin .invoice-tab a:last-child {
    border-right: none;
}

.invoice-admin .invoice-tab a.on {
    background: #d3322c;
    color: #ffffff;
}

.invoice-admin .invoice-tab a:hover {
    transition: all 0.4s;
    background: #d3322c;
    color: #ffffff;
}

.invoice-admin .search-box {
    width: 260px;
    height: 34px;
    border: 1px solid #cccccc;
    line-height: 34px;
    position: relative;
}

.invoice-admin .search-box input {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.invoice-admin .search-box .invoice-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}

.invoice-admin .public-table .price {
    color: #d3322c;
    font-size: 18px;
    font-weight: 600;
}

.invoice-admin .public-table .invoice-detail {
    display: inline-block;
    width: 86px;
    line-height: 32px;
    color: #ffffff;
    background: #d3322c;
    text-align: center;
    transition: all 0.4s;
}

.invoice-admin .public-table .invoice-detail:hover {
    transition: all 0.4s;
    background: #f9bfc3;
}

.invoice-admin .public-table .time {
    display: flex;
    align-items: center;
    color: #999999;
    height: 53px;
}

.invoice-admin .content {
    display: none;
    animation: fadeInUp 0.6s linear;
}

.invoice-admin .content.active {
    display: block;
}

.invoice-admin .content:nth-child(2) .public-table .time {
    line-height: 56px;
}

.invoice-admin .public-table .state {
    display: inline-block;
    margin-left: 10px;
}

.invoice-admin .public-table tbody td {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

.invoice-admin .public-table thead th {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

/* 分享有礼 */
.share-admin .share-ad {
    width: 100%;
    height: 306px;
    padding: 22px;
    position: relative;
}

.share-admin .share-ad .txt1 {
    width: 50%;
    height: 100%;
    padding: 20px;
}

.share-admin .share-ad .code-txt {
    background: #ffffff;
    width: 90%;
    height: 120px;
    margin-top: 30px;
    text-align: center;
    padding: 20px;
}

.share-admin .share-ad .code-txt h6 {
    color: #fe411e;
    font-size: 48px;
    font-weight: 600;
    font-family: emoji;
    margin-top: -10px;
}

.share-admin .share-ad .share-txt {
    padding: 40px;
    width: 50%;
}

.share-admin .share-ad .ma-btnbox {
    margin-top: 65px;
}

.share-admin .share-ad .share-txt .btn {
    display: block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
    transition: all 0.4s;
    border-radius: 6px;
    background: #ff3123;
}

.share-admin .share-ad .share-txt .btn:nth-child(2) {
    background: #ffa92d;
    margin-top: 20px;
}

.share-admin .share-explain {
    background: #fff9ed;
    border: 1px solid #ffbe3c;
    margin-top: 20px;
    padding: 25px 40px;
}

.share-admin .share-explain h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.share-admin .share-explain p {
    font-size: 18px;
    line-height: 32px;
}

:focus {
    outline: none;
}

/* 个人资料 */
.userdata-admin .form-group {
    width: 100%;
}

.userdata-admin .form-group {
    margin-bottom: 20px;
}

.userdata-admin .data-from .lable {
    display: inline-block;
    font-size: 18px;
    width: 165px;
    height: 44px;
    line-height: 44px;
    text-align: right;
    padding: 0 10px;
}

.userdata-admin .data-from .lable i {
    color: #da1522;
}

.userdata-admin .data-from .img-upload .upload-btn {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    border: 1px solid #cccccc;
    display: flex;
    width: 200px;
    height: 200px;
    position: relative;
    cursor: pointer;
    background-size: 100% 100%;
}

.userdata-admin .data-from .upload-btn i {
    font-size: 30px;
    color: #015b99;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30%;
    width: 100%;
}

.userdata-admin .data-from .upload-btn input {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    line-height: 200px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.userdata-admin .data-from .upload-btn p {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 45%;
    font-size: 16px;
    color: #999999;
}

.userdata-admin .data-from .img-upload .hint {
    color: #da1522;
    margin-top: 5px;
}

.userdata-admin .data-from .input {
    width: 400px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    font-size: 16px;
}

.userdata-admin .data-from .form-group .txt {
    line-height: 42px;
    font-size: 18px;
}

.userdata-admin .data-from .preserve-btn {
    display: inline-block;
    background: #d3322c;
    color: #ffffff;
    margin-left: 165px;
    cursor: pointer;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.4s;
}

.userdata-admin .data-from .preserve-btn:hover {
    transition: all 0.4s;
    background: #2ba246;
}

.userdata-admin .public-table {
    border: 1px solid #d9d9d9;
}

.userdata-admin .public-table tbody td {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

.userdata-admin .public-table thead th {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

.userdata-admin .content {
    display: none;
    animation: fadeInUp 0.6s linear;
}

.userdata-admin .content.active {
    display: block;
}

.userdata-admin .userdata-tab {
    position: relative;
    width: 100%;
    padding-left: 10px;
}

.userdata-admin .userdata-tab::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 35px;
    background: #d3322c;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.userdata-admin .userdata-tab a {
    display: inline-block;
    min-width: 85px;
    transition: all 0.4s;
    margin-right: 35px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
}

.userdata-admin .userdata-tab a.on {
    color: #d3322c;
    transition: all 0.4s;
}

.userdata-admin .userdata-tab a:hover {
    color: #d3322c;
    transition: all 0.4s;
}

.userdata-admin .data-from .img-upload .upload2 {
    width: 220px;
    height: 160px;
}

.userdata-admin .form-group .input-r {
    display: inline-block;
    margin-right: 30px;
    padding: 10px 0;
    font-size: 16px;
}

.userdata-admin .form-group .input-r i {
    line-height: 20px;
    position: relative;
    top: -3px;
}

.userdata-admin .form-group .input-r .radio {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    zoom: 1;
    margin-right: 10px;
    outline: none;
    -webkit-appearance: none; /*去除默认样式*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.userdata-admin .form-group .input-r .radio::after {
    content: "";
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.userdata-admin .form-group .input-r .radio:checked::after {
    border: 6px solid #d3322c;
    width: 7px;
    height: 7px;
}

.userdata-admin .public-table .edit-btn {
    color: #da1522;
}

.userdata-admin .data-from .cancel-btn {
    margin-left: 25px;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #666666;
}

.userdata-admin .data-from .cancel-btn:hover {
    color: #ffffff;
}

.userdata-admin .table3 .table-tit {
    font-size: 18px;
    margin-bottom: 30px;
}

.userdata-admin .table3 .public-table {
    margin-bottom: 40px;
}

.userdata-admin .table3 .public-table tbody td {
    color: #666666;
}

.userdata-admin .table3 .public-table .select {
    border-color: #cccccc;
    color: #666666;
}

.userdata-admin .table3 .add-btn {
    display: inline-block;
    width: 144px;
    line-height: 40px;
    border-radius: 4px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    background: #d3322c;
}

.userdata-admin .table3 .add-btn:hover {
    transition: all 0.4s;
    background: #f9bfc3;
}


/* 我的积分 */
.userdata-admin .integral {
    padding-bottom: 0;
}

.userdata-admin .integral-tab {
    display: inline-block;
    border: 1px solid #cccccc;
    border-bottom: none;
    margin-left: 35px;
}

.userdata-admin .integral-tab a {
    display: inline-block;
    width: 120px;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    transition: all 0.4s;
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #cccccc;
}

.userdata-admin .integral-tab a:last-child {
    border-right: none;
}

.userdata-admin .integral-tab a.on {
    background: #d3322c;
    color: #ffffff;
}

.userdata-admin .integral-tab a:hover {
    transition: all 0.4s;
    background: #d3322c;
    color: #ffffff;
}

.integral-content .integral-sec1 {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 120px;
    margin-bottom: 30px;
    padding: 20px;
}

.integral-content .integral-sec1 .left {
    width: 50%;
}

.integral-content .integral-sec1 .left .icon {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #ff4e00;
    text-align: center;
}

.integral-content .integral-sec1 .left .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.integral-content .integral-sec1 .left .txt1 {
    font-size: 16px;
    width: 60%;
}

.integral-content .integral-sec1 .left .txt1 i {
    font-size: 30px;
    color: #ff4e00;
    font-weight: 600;
}

.integral-content .integral-sec1 .left .hint {
    display: inline-block;
    background: #feeee7;
    border-radius: 2px;
    padding: 0 10px;
    line-height: 30px;
    color: #833918;
}

.integral-content .integral-sec1 .right {
    width: 50%;
    height: 100%;
    position: relative;
}

.integral-content .integral-sec1 .right .btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 140px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    transition: all 0.4s;
    border-radius: 18px;
    background: #fcc050;
}

.integral-content .integral-sec2 .public-table {
    border: none;
}

.integral-content .integral-sec2 .public-table tbody td {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

.integral-content .integral-sec2 .public-table thead th {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

.integral-content .integral-sec2 .public-table .time {
    color: #999999;
}

.integral-content .integral-sec2 .public-table .data {
    font-size: 24px;
    color: #ff4e00;
    font-weight: 600;
    letter-spacing: 1px;
}

.integral-content .integral-sec2 .public-table .data.overdue {
    color: #999999;
}

/* 签到积分 */
.integral-content .integral-sec3 {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 160px;
    margin-bottom: 30px;
    padding: 20px;
}

.integral-content .integral-sec3 .left {
    width: 40%;
    height: 100%;
}

.integral-content .integral-sec3 .left .icon {
    margin-top: 15px;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #ff4e00;
    text-align: center;
}

.integral-content .integral-sec3 .left .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.integral-content .integral-sec3 .left .txt1 {
    font-size: 16px;
    width: 60%;
}

.integral-content .integral-sec3 .left .txt1 i {
    font-size: 30px;
    color: #ff4e00;
    font-weight: 600;
}

.integral-content .integral-sec3 .right {
    width: 60%;
}

.integral-content .integral-sec3 .left .btn {
    margin-top: 5px;
    display: inline-block;
    width: 140px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    transition: all 0.4s;
    border-radius: 18px;
    background: #fcc050;
}

.integral-content .integral-sec3 .right .txt2 {
    font-size: 16px;
    color: #666666;
    width: 100%;
    line-height: 36px;
}

.integral-content .integral-sec3 .right .sign-btn {
    display: inline-block;
    line-height: 36px;
    width: 120px;
    border-radius: 18px;
    color: #ffffff;
    text-align: center;
    transition: all 0.4s;
    background: #ff4e00;
}

.integral-content .integral-sec3 .right .sign-btn:hover {
    transition: all 0.5s;
    background: #d3322c;
}

.integral-content .integral-sec3 .sign-list {
    margin-top: 20px;
    width: 100%;
}

.integral-content .integral-sec3 .sign-list li {
    display: inline-block;
    width: 14.2%;
}

.integral-content .integral-sec3 .sign-list li .time {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #efeded;
    color: #666666;
    text-align: center;
    line-height: 36px;
    margin-bottom: 10px;
}

.integral-content .integral-sec3 .sign-list li .time::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #efeded;
    position: absolute;
    left: 40px;
    top: 50%;
}

.integral-content .integral-sec3 .sign-list li p {
    padding-left: 5px;
}

.integral-content .integral-sec3 .sign-list li.signed-item .time {
    background: #ff4e00;
    color: #ffffff;
}

.integral-content .integral-sec3 .sign-list li.signed-item .time::after {
    background: #ff4e00;
}

.integral-content .integral-sec4 {
    margin-top: 30px;
    border: 1px solid #efeded;
}

.integral-content .integral-sec4 .tit {
    font-size: 16px;
    line-height: 44px;
    background: #efeded;
    color: #666666;
}

.integral-content .integral-sec4 .way-list {
    width: 100%;
    padding: 20px;
}

.integral-content .integral-sec4 .way-list .way {
    width: 58%;
    height: 160px;
    padding: 40px 30px 0;
    font-size: 16px;
}

.integral-content .integral-sec4 .way-list .way1 {
    height: 340px;
    width: 40%;
    margin-right: 2%;
}

.integral-content .integral-sec4 .way-list .way2 {
    margin-bottom: 2%;
}

.integral-content .way-list .way h4 {
    margin-bottom: 10px;
    width: 60%;
}

.integral-content .way-list .way h4 i {
    display: inline-block;
    margin-left: 10px;
    color: #ff4e00;
    font-weight: 600;
}

.integral-content .way-list .way p {
    color: #666666;
    width: 61%;
}

.integral-content .way-list .way .btn {
    display: inline-block;
    margin-top: 30px;
    border-radius: 18px;
    color: #ffffff;
    width: 100px;
    line-height: 36px;
    text-align: center;
    background: #4ac082;
}

.integral-content .way-list .way2 .btn {
    background: #2f8cf3;
    margin-top: -20px;
}

.integral-content .way-list .way3 .btn {
    background: #f8b415;
    margin-top: -20px;
}

.integral-content .share-explain {
    border: 1px solid #ffbe3c;
    margin-top: 20px;
    padding: 25px 40px 40px;
    width: 100%;
    position: relative;
}

.integral-content .share-explain h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    width: 56%;
}

.integral-content .share-explain p {
    font-size: 18px;
    line-height: 32px;
    width: 56%;
}

.integral-content .share-explain img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

/* 积分购 */
.integral-content .integral-sec5 .tit {
    font-size: 16px;
    line-height: 44px;
    background: #efeded;
    color: #666666;
    padding: 0 20px;
}

.integral-content .integral-sec5 .tit .hand-btn span {
    display: inline-block;
    position: relative;
    margin-left: 40px;
}

.integral-content .integral-sec5 .product-list li {
    width: 19.2%;
    margin-bottom: 1%;
}

.integral-content .integral-sec5 .product-list li:nth-child(6n) {
    margin-right: 1%;
}

.integral-content .integral-sec5 .product-list li:nth-child(5n) {
    margin-right: 0%;
}


.leo-sortable {
    cursor: pointer;
    padding-right: 18px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC") no-repeat right;
}

.leo-sortable.asc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}

.leo-sortable.desc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=");
}

/* 分享有礼 */
.share-admin .share-ad {
    width: 100%;
    height: 306px;
    padding: 22px;
    position: relative;
}

.share-admin .share-ad .txt1 {
    width: 50%;
    height: 100%;
    padding: 20px;
}

.share-admin .share-ad .code-txt {
    background: #ffffff;
    width: 90%;
    height: 120px;
    margin-top: 30px;
    text-align: center;
    padding: 20px;
}

.share-admin .share-ad .code-txt h6 {
    color: #fe411e;
    font-size: 48px;
    font-weight: 600;
    font-family: emoji;
    margin-top: -10px;
}

.share-admin .share-ad .share-txt {
    padding: 40px;
    width: 50%;
}

.share-admin .share-ad .ma-btnbox {
    margin-top: 65px;
}

.share-admin .share-ad .share-txt .btn {
    display: block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
    transition: all 0.4s;
    border-radius: 6px;
    background: #ff3123;
}

.share-admin .share-ad .share-txt .btn:nth-child(2) {
    background: #ffa92d;
    margin-top: 20px;
}

.share-admin .share-explain {
    background: #fff9ed;
    border: 1px solid #ffbe3c;
    margin-top: 20px;
    padding: 25px 40px;
}

.share-admin .share-explain h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.share-admin .share-explain p {
    font-size: 18px;
    line-height: 32px;
}

:focus {
    outline: none;
}


/* 2021-06-17 改动 --- 增加禁止样式 按钮追加次类名即可*/
.n-disabled {
    cursor: not-allowed !important;
    background-color: #57606f !important;
}

.n-rela {
    position: relative;
}

.n-abso {
    position: absolute;
}

.n-num {
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.leo-quan {
    padding: 2px 4px;
    margin-right: 4px;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    background-color: #da1522;
    color: #fff;
}

#gcategory
{
    display: inline-block;
    padding-left:40px;
}
#sptitle{
    padding-left:40px;
    display: none;
}
#spdate{
    padding-left: 10px;
}
#kcUnit{
    display: inline-block;
}
