@charset "utf-8";

/*
 * Copyright 2009-2021 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * Style - Index
 * Version: 9.0
 */

/* ---------- index ---------- */
.index {
    background-color: #f2f2f2;
}
.main{
    /*background-color: #F7F7F7;*/
    /*background-color: #FFFFFF;*/
    background: linear-gradient( 180deg, rgba(246, 254, 255, 0.8) 0%, #FFFFFF 20%);
}
.index .main-header {
    margin-bottom: 0;
    border-bottom: none;
     /*background-color: #ffffff;*/
    background-color: rgba(246, 254, 255, 0.8);
}

.index .main-nav .ink-bar {
    background-color: #ed0014;
    /*background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);*/
    /*background: -moz-linear-gradient(55deg, #ed0014, #fa5252);*/
    /*background: linear-gradient(55deg, #ed0014, #fa5252);*/
}

.index .topbar {
    width: 100%;
    display: none;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 300;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dddddd;
    background-color: rgba(255, 255, 255, 0.95);
}

.index .topbar .logo {
    max-height: 35px;
}

.index .topbar .product-search form {
    display: flex;
}

.index .topbar .product-search input {
    width: 400px;
    height: 35px;
    padding: 5px 10px;
    outline: none;
    transition: box-shadow 0.3s;
    border: 2px solid #B81B23;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.index .topbar .product-search button {
    height: 35px;
    padding: 5px 30px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    background-color: #B81B23;
    /*background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);*/
    /*background: -moz-linear-gradient(55deg, #ed0014, #fa5252);*/
    /*background: linear-gradient(55deg, #ed0014, #fa5252);*/
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.index .topbar .product-search button .iconfont {
    font-size: 1rem;
}

.index .topbar .product-search input:hover {
    box-shadow: 0 0 0 2px rgba(255, 102, 102, 0.08);
}

.index .topbar .cart {
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    float: right;
    position: relative;
    border: 1px solid #dddddd;
}
.index .topbar .cart .cart-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../images/cart-icon.png") no-repeat;
    background-size: 100% 100%;
}

.index .topbar .cart .iconfont {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: -1px;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.index .topbar .cart a {
    padding: 0 10px;
    font-size: 14px;
    color: #080808;
}

.index .topbar .cart em {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.index .sidebar {
    display: none;
    position: relative;
}

.index .sidebar.affix {
    position: fixed;
    top: 300px;
    z-index: 300;
}

.index .sidebar .nav {
    position: absolute;
    top: 0;
    left: -74px;
    z-index: 300;
    width: 68px;
    background-color: rgba(108, 108, 108, 0.5);
}

.index .sidebar.affix-top .nav {
    display: none;
    opacity: 0;
}

.index .sidebar .nav span {
    display: block;
    padding: 10px 0;
    word-wrap: break-word;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}
.index .sidebar .nav li:first-child{
    display: none;
}
.index .sidebar .nav li a {
    display: block;
    padding: 10px 0;
    word-wrap: break-word;
    color: #000;
    text-align: center;
    background-color: #fff;
}

.index .sidebar .nav li:last-child a {
    border-bottom: none;
}

.index .sidebar .nav li:hover a,
.index .sidebar .nav li.active a {
    background-color: #fff;
    color: #B81B23;
}

.index .sidebar .nav li a.back-top {
    background-color: #fff;
    border-top: 1px solid #eee;
}

.index .sidebar .nav li a .iconfont {
    display: block;
    line-height: 17px;
}

.index .side-ad-left,
.index .side-ad-right {
    position: absolute;
    top: 0;
    width: 287px;
    height: 480px;
    background-repeat: no-repeat;
}

.index .side-ad-left {
    left: -277px;
}

.index .side-ad-right {
    right: -277px;
}

.index .side-ad-left a,
.index .side-ad-right a {
    display: block;
    width: 100%;
    height: 100%;
}

.index .product-category-menu {
    height: 480px;
    margin-bottom: 20px;
    position: relative;
    z-index: 200;
    /*background-color: #fff;*/
    background-color: #F7F8FC;
}

.index .product-category-menu>ul>li {
    padding: 7px 10px;
    transition: background-color 0.3s;
}

.index .product-category-menu>ul>li:hover {
    background-color: rgba(237, 0, 20, 0.04);
}

.index .product-category-menu>ul>li>span{
    width: 20px;
    height: 10px;
    display: inline-block;
    position: relative;
}
.index .product-category-menu>ul>li>span .iconfont {
    /*font-size: 0.875rem;*/
    width: 20px;
    height: 20px;
    position: absolute;
    top: -6px;
}
.index .product-category-menu .icon-fl-1{
    background: url("../images/fl-icon-1.png") no-repeat;
    background-size: 100% 100%;
}
.index .product-category-menu .icon-fl-2{
    background: url("../images/fl-icon-2.png") no-repeat;
    background-size: 100% 100%;
}
.index .product-category-menu .icon-fl-3{
    background: url("../images/fl-icon-3.png") no-repeat;
    background-size: 100% 100%;
}
.index .product-category-menu .icon-fl-4{
    background: url("../images/fl-icon-4.png") no-repeat;
    background-size: 100% 100%;
}
.index .product-category-menu .icon-fl-5{
    background: url("../images/fl-icon-5.png") no-repeat;
    background-size: 100% 100%;
}
.index .product-category-menu .icon-fl-6{
    background: url("../images/fl-icon-6.png") no-repeat;
    background-size: 100% 100%;
}

.index .product-category-menu>ul>li>a {
    line-height: 26px;
    color: #333333;
    transition: color 0.3s;
}

.index .product-category-menu>ul>li>a:hover {
    color: #ed0014;
}

.index .product-category-menu>ul>li>p {
    padding-left: 18px;
}

.index .product-category-menu>ul>li>p>a {
    line-height: 20px;
    color: #666666;
    margin-right: 10px;
    white-space: nowrap;
    transition: color 0.3s;
}

.index .product-category-menu>ul>li>p>a:hover {
    /*color: #ed0014;*/
    color: #B81B23;
}

.index .product-category-menu .product-category-menu-content {
    width: 910px;
    height: 480px;
    display: none;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 205px;
    z-index: 300;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}

.index .product-category-menu>ul>li:hover .product-category-menu-content {
    display: block;
}

.index .product-category-menu .product-category-menu-content .promotion {
    display: flex;
    margin-bottom: 10px;
}

.index .product-category-menu .product-category-menu-content .promotion li {
    margin-right: 20px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.index .product-category-menu .product-category-menu-content .promotion li:hover {
    opacity: 1;
}

.index .product-category-menu .product-category-menu-content .promotion li {
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #ffffff;
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.index .product-category-menu .product-category-menu-content .promotion li a {
    display: inline-block;
    color: #ffffff;
}

.index .product-category-menu .product-category-menu-content .promotion li .iconfont {
    display: inline-block;
    padding: 0 4px;
    background-color: #ffaab1;
}

.index .product-category-menu .product-category-menu-content .product-category {
    display: flex;
    padding: 10px 0;
    margin-left: 90px;
    color: #cccccc;
    border-bottom: 1px dashed #d9d9d9;
}

.index .product-category-menu .product-category-menu-content .product-category:first-child {
    padding-top: 0;
}

.index .product-category-menu .product-category-menu-content .product-category:last-child {
    border-bottom: none;
}

.index .product-category-menu .product-category-menu-content .product-category dt {
    display: flex;
    width: 90px;
    line-height: 30px;
    margin-left: -90px;
    color: #333333;
}

.index .product-category-menu .product-category-menu-content .product-category dt a {
    max-width: 72px;
    margin-right: 3px;
    font-weight: 500;
    color: #333333;
}

.index .product-category-menu .product-category-menu-content .product-category dd {
    line-height: 30px;
    margin-right: 12px;
}

.index .product-category-menu .product-category-menu-content .brand {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.index .product-category-menu .product-category-menu-content .brand li {
    width: 50%;
    height: 50px;
    overflow: hidden;
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    transition: box-shadow 0.3s;
}

.index .product-category-menu .product-category-menu-content .brand li:nth-child(-n+2) {
    border-top: 1px solid #f8f8f8;
}

.index .product-category-menu .product-category-menu-content .brand li:nth-child(2n+1) {
    border-left: 1px solid #f8f8f8;
}

.index .product-category-menu .product-category-menu-content .brand li:hover {
    position: relative;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.index .product-category-menu .product-category-menu-content .brand li:not(:nth-child(-n+2)):hover {
    height: 51px;
    margin-top: -1px;
}

.index .product-category-menu .product-category-menu-content .brand li:not(:nth-child(2n+1)):hover {
    width: calc(50% + 1px);
    margin-left: -1px;
}

.index .product-category-menu .product-category-menu-content .promotion-image li:first-child {
    margin-bottom: 10px;
}

.index .main-swiper {
    height: 470px;
    margin: 10px -10px 0 -10px;
    /*background-color: #ffffff;*/
}

.index .main-swiper .swiper-slide {
    height: 470px;
    background: no-repeat top center;
    background-size: cover;
}

.index .main-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.index .main-swiper .swiper-button-prev,
.index .main-swiper .swiper-button-next {
    opacity: 0;
    transition: opacity 0.3s;
}

.index .main-swiper:hover .swiper-button-prev,
.index .main-swiper:hover .swiper-button-next {
    opacity: 1;
}

.index .hover-ad {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    display: flex;
}

.index .hover-ad li {
    width: calc((100% - 10px * 3) / 4);
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0.9;
}

.index .hover-ad li:nth-child(-n+4) {
    margin-top: 0;
}

.index .hover-ad li:nth-child(4n) {
    margin-right: 0;
}

/*.index .article:after {*/
/*    height: 1px;*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    bottom: 0;*/
/*    left: 15px;*/
/*    content: "";*/
/*    background: #fefefe;*/
/*    background: -webkit-linear-gradient(left, #fefefe, #eeeeee, #fefefe);*/
/*    background: -moz-linear-gradient(left, #fefefe, #eeeeee, #fefefe);*/
/*    background: linear-gradient(left, #fefefe, #eeeeee, #fefefe);*/
/*}*/

.index .article {
    height: 157px;
    padding: 10px 10px 17px;
    position: relative;
    /*background-color: #ffffff;*/
}

.index .article h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: #333333;
    font-size: 1rem;
}
.index .article h5 .ver-line {
    width: 4px;
    height: 14px;
    display: inline-block;
    background: linear-gradient( 180deg, #00307A 0%, #CF483D 100%);
    margin-right: 9px;
}

.index .article h5 a {
    color: #999999;
}

.index .article ul li {
    /*margin-bottom: 10px;*/
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px dashed #979797;
}

.index .article ul li:last-child {
    margin-bottom: 0;
}

.index .article ul li a {
    color: #666666;
    transition: color 0.3s;
    display: inline-block;
    max-width: 158px;
}
.index .article ul li .hot-icon{
    width: 16px;
    height: 8px;
    display: inline-block;
    background: url("../images/hot-icon.png") no-repeat;
    background-size: 100%;
    margin-left: 10px;
}
.index .article ul li a:hover {
    color: #B81B23;
}

.index .article ul li a .label {
    font-weight: 500;
    color: #f16f7a;
    background: rgba(237, 0, 20, 0.08);
}

.index .member {
    display: flex;
    flex-wrap: wrap;
    height: 154px;
    padding: 17px 10px;
    /*background-color: #ffffff;*/
}

.index .member li {
    width: calc(100% / 3);
    margin-bottom: 10px;
    text-align: center;
}
.index .member li a:hover{
    color: #B81B23;
}

.index .member li:nth-child(-n+3) {
    margin-top: 0;
}

.index .member li .iconfont {
    display: block;
    margin-bottom: 5px;
    font-size: 1.25rem;
    width: 28px;
    height: 28px;
    display: inline-block;
}
.index .member li .dt-icon-1{
    background: url("../images/dt-icon-1.png") no-repeat;
    background-size: 100%;
}
.index .member li .dt-icon-2{
    background: url("../images/dt-icon-2.png") no-repeat;
    background-size: 100%;
}
.index .member li .dt-icon-3{
    background: url("../images/dt-icon-3.png") no-repeat;
    background-size: 100%;
}
.index .member li .dt-icon-4{
    background: url("../images/dt-icon-4.png") no-repeat;
    background-size: 100%;
}
.index .member li .dt-icon-5{
    background: url("../images/dt-icon-5.png") no-repeat;
    background-size: 100%;
}
.index .member li .dt-icon-6{
    background: url("../images/dt-icon-6.png") no-repeat;
    background-size: 100%;
}

.index .side-swiper {
    background-color: #ffffff;
}

.index .limited-time-promotion,
.index .good-product-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.index .limited-time-promotion .promotion-ad,
.index .good-product-wrapper .promotion-ad {
    display: block;
    background-color: #ffffff;
}

.index .limited-time-promotion .promotion-ad img,
.index .good-product-wrapper .promotion-ad img {
    transition: opacity 0.3s;
}

.index .limited-time-promotion .promotion-ad:hover img,
.index .good-product-wrapper .promotion-ad:hover img {
    opacity: 0.9;
}

.index .limited-time-promotion .promotion-anchor {
    transform: translateY(-56px);
}

.index .limited-time-promotion .limited-time-promotion-swiper {
    margin-left: -10px;
    background-color: #ffffff;
}

.index .limited-time-promotion .limited-time-promotion-swiper li {
    width: calc(100% / 5);
    padding: 10px 20px;
}

.index .limited-time-promotion .limited-time-promotion-swiper li .product-image {
    display: block;
    height: 170px;
    margin-bottom: 9px;
}

.index .limited-time-promotion .limited-time-promotion-swiper li .product-image img {
    transition: transform 0.3s;
}

.index .limited-time-promotion .limited-time-promotion-swiper li:hover .product-image img {
    transform: translateX(-2px);
}

.index .limited-time-promotion .limited-time-promotion-swiper li h5 {
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #333333;
    transition: color 0.3s;
}

.index .limited-time-promotion .limited-time-promotion-swiper li h5:hover {
    color: #f03e3e;
}

.index .limited-time-promotion .limited-time-promotion-swiper li .price {
    display: flex;
    margin-bottom: 10px;
    border: 1px solid #f03e3e;
}

.index .limited-time-promotion .limited-time-promotion-swiper li .price span {
    position: relative;
    width: 60%;
    height: 22px;
    line-height: 22px;
    padding-right: 12px;
    text-align: center;
    color: #ffffff;
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.index .limited-time-promotion .limited-time-promotion-swiper li .price span:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent white transparent transparent;
    border-style: solid;
    border-width: 22px 12px 0 0;
}

.index .limited-time-promotion .limited-time-promotion-swiper li .price del {
    width: 40%;
    height: 22px;
    line-height: 22px;
    color: #bfbfbf;
    background-color: #ffffff;
}

.index .limited-time-promotion .limited-time-promotion-swiper li .countdown {
    display: flex;
    align-items: center;
}

.index .limited-time-promotion .limited-time-promotion-swiper li .countdown .iconfont {
    margin-top: -3px;
    margin-right: 5px;
    font-size: 1rem;
    color: #f03e3e;
}

.index .good-product {
    position: relative;
    margin-left: -10px;
    overflow: hidden;
    background-color: #ffffff;
}

.index .good-product ul li {
    float: left;
    display: flex;
    flex-direction: column;
    padding: 20px;
    /*width: 223px;*/
    width: 240px;
    height: 248px;
    text-align: center;
}

.index .good-product ul li:nth-child(even) {
    /*flex-direction: column-reverse;*/
}

.index .good-product ul li .product-image {
    height: 170px;
}

.index .good-product ul li img {
    margin: 5px auto;
    transition: transform 0.3s;
}

.index .good-product ul li:hover img {
    transform: translateX(-2px);
}

.index .good-product ul li h5 {
    line-height: 18px;
    margin-top: 15px;
    font-weight: normal;
    color: #666666;
    transition: color 0.3s;
}

.index .good-product ul li h5:hover {
    color: #ed0014;
}

.index .promotion .panel {
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #ffffff;
}

.index .promotion .panel .panel-heading {
    display: flex;
    justify-content: space-between;
}

.index .promotion .panel .panel-heading h5 {
    display: flex;
    align-items: flex-end;
}

.index .promotion .panel .panel-heading h5 strong {
    font-weight: normal;
    color: #ed0014;
    background: #ffffff;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index .promotion .panel .panel-heading h5 span {
    margin-left: 5px;
    padding: 1px 4px;
    color: #ed0014;
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid #ed0014;
}

.index .promotion .panel .panel-heading a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    color: #ed0014;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ed0014;
    transition: color 0.3s, background-color 0.3s;
}

.index .promotion .panel .panel-heading a:hover {
    color: #ffffff;
    background-color: #ed0014;
}

.index .promotion .panel .panel-heading a .iconfont {
    line-height: 1;
}

.index .promotion .panel .panel-body {
    padding: 0;
}

.index .promotion .panel .panel-body ul {
    display: flex;
}

.index .promotion .promotion-1 .panel-body ul li {
    position: relative;
    width: calc(100% / 3);
    padding: 18px;
    text-align: center;
}

.index .promotion .promotion-1 .panel-body ul li:nth-child(2):before,
.index .promotion .promotion-1 .panel-body ul li:nth-child(2):after {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 70%;
    content: "";
    background: #cccccc;
    background: -webkit-linear-gradient(transparent, #cccccc, transparent);
    background: -moz-linear-gradient(transparent, #cccccc, transparent);
    background: linear-gradient(transparent, #cccccc, transparent);
    transform: translateY(-50%);
}

.index .promotion .promotion-1 .panel-body ul li:nth-child(2):before {
    left: 0;
}

.index .promotion .promotion-1 .panel-body ul li:nth-child(2):after {
    right: 0;
}

.index .promotion .promotion-1 .panel-body ul li .product-image {
    display: block;
    height: 140px;
    margin-bottom: 19px;
}

.index .promotion .promotion-1 .panel-body ul li .product-image img {
    max-height: 100%;
    transition: transform 0.3s;
}

.index .promotion .promotion-1 .panel-body ul li:hover .product-image img {
    transform: translateX(-2px);
}

.index .promotion .promotion-1 .panel-body ul li h5 {
    line-height: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    color: #333333;
    transition: color 0.3s;
}

.index .promotion .promotion-1 .panel-body ul li h5:hover {
    color: #ed0014;
}

.index .promotion .promotion-1 .panel-body ul li .price {
    display: flex;
    align-items: center;
}

.index .promotion .promotion-1 .panel-body ul li .price strong {
    width: 46px;
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    background: url(../images/promotion-price-background.png) no-repeat;
    background-size: 100%;
}

.index .promotion .promotion-1 .panel-body ul li .price span {
    color: #ed0014;
}

.index .promotion .promotion-1 .panel-body ul li .price del {
    color: #bfbfbf;
}

.index .promotion .promotion-2 .panel-body ul li {
    width: calc(100% / 3);
    padding: 18px 24px 12px 24px;
}

.index .promotion .promotion-2 .panel-body ul li .product-image {
    display: block;
    height: 140px;
    margin-bottom: 15px;
}

.index .promotion .promotion-2 .panel-body ul li .product-image img {
    max-height: 100%;
    transition: transform 0.3s;
}

.index .promotion .promotion-2 .panel-body ul li:hover .product-image img {
    transform: translateX(-2px);
}

.index .promotion .promotion-2 .panel-body ul li h5 {
    margin-bottom: 5px;
    font-weight: normal;
    color: #333333;
    transition: color 0.3s;
}

.index .promotion .promotion-2 .panel-body ul li h5:hover {
    color: #ed0014;
}

.index .promotion .promotion-2 .panel-body ul li strong {
    display: block;
    margin-bottom: 4px;
    font-weight: normal;
    color: #ed0014;
}

.index .promotion .promotion-2 .panel-body ul li strong del {
    color: #999999;
}

.index .promotion .promotion-2 .panel-body ul li .promotion-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index .promotion .promotion-2 .panel-body ul li .promotion-count .iconfont {
    font-size: 0.875rem;
    color: #ed0014;
}

.index .promotion .promotion-2 .panel-body ul li .promotion-count .progress {
    width: 50%;
    height: 10px;
    margin-bottom: 0;
    background-color: rgba(237, 0, 20, 0.2);
}

.index .promotion .promotion-2 .panel-body ul li .promotion-count .progress .progress-bar {
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.index .promotion .promotion-2 .panel-body ul li .promotion-count p {
    display: flex;
    align-items: center;
    color: #999999;
}

.index .promotion .promotion-2 .panel-body ul li .promotion-count p .ratio {
    display: inline-block;
    width: 39px;
}
.index .hot-sale{
    margin-bottom: 45px;
}
.index .hot-sale .hot-sale-anchor {
    transform: translateY(-55px)
}

.index .hot-sale .panel {
    border: none;
    margin-bottom: 0;
}

.index .hot-sale .panel .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 14px 0;*/
    height: 46px;
    border: none;
    margin-bottom: 10px;
}
.index .hot-sale .panel .panel-heading span{
    width: 4px;
    height: 14px;
    display: inline-block;
    background-color:#C13A2F;
    border-radius: 2px;
    margin-right: 10px;
}

.index .hot-sale .panel .panel-heading h5 {
    /*padding-left: 15px;*/
    /*border-left: 4px solid #ed0014;*/
}

.index .hot-sale .panel .panel-heading a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: url("../images/theme-right-icon.png") no-repeat;
    background-size: 100%;
    /*margin-right: 10px;*/
    /*color: #ed0014;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #ed0014;*/
    transition: color 0.3s, background-color 0.3s;
}

/*.index .hot-sale .panel .panel-heading a:hover {*/
/*    color: #ffffff;*/
/*    background-color: #ed0014;*/
/*}*/

.index .hot-sale .panel .panel-heading a .iconfont {
    line-height: 1;
}

.index .hot-sale .hot-product .panel-heading {
    /*background-color: rgba(24, 161, 232, 0.03);*/
    /*background-color: #F7F7F7;*/
    background: url("../images/theme-title-bg.png") no-repeat;
    background-size: 100% 100%;
}

.index .hot-sale .hot-product .panel-body {
    padding: 0;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide {
    /*padding-top: 24px;*/
    padding-bottom: 24px;
    transform: scale(0.8);
    transition: transform 0.3s;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide-active {
    transform: scale(1);
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .product-image {
    display: block;
    width: 170px;
    /*height: 170px;*/
    height: 310px;
    margin-bottom: 14px;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .product-image img {
    max-height: 100%;
    height: 100%;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content {
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide.swiper-slide-active .hot-product-content {
    opacity: 1;
    text-align: left;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content h5 {
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #2C2F31;
    transition: color 0.3s;
    font-size: 14px;
    font-weight: bold;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content h5:hover {
    color: #ed0014;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content h6 {
    margin-bottom: 10px;
    font-weight: normal;
    color: #999999;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content strong {
    line-height: 1;
    font-weight: normal;
    color: #C13A2F;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-button-prev,
.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-button-next {
    opacity: 0;
    transition: opacity 0.3s;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper:hover .swiper-button-prev,
.index .hot-sale .hot-product .panel-body .hot-product-swiper:hover .swiper-button-next {
    opacity: 1;
}

.index .hot-sale .new-product .panel-heading {
    /*background-color: rgba(153, 97, 216, 0.03);*/
    background: url("../images/theme-title-bg.png") no-repeat;
    background-size: 100% 100%;
}

.index .hot-sale .new-product .panel-body {
    padding: 0;
}

.index .hot-sale .new-product .panel-body ul {
    display: flex;
    flex-wrap: wrap;
}

.index .hot-sale .new-product .panel-body ul li {
    /*width: 50%;*/
    width: 48%;
    /*padding: 10px 0;*/
    margin-right: 10px;
    text-align: center;
    margin-bottom: 30px;
    /*border-top: 1px solid #f4f4f4;*/
    /*border-right: 1px solid #f4f4f4;*/
}
.index .hot-sale .new-product .panel-body ul li:nth-child(2n){
    margin-right: 0;
}

.index .hot-sale .new-product .panel-body ul li:nth-child(-n+2) {
    border-top: none;
}

.index .hot-sale .new-product .panel-body ul li:nth-child(2n) {
    border-right: none;
}

.index .hot-sale .new-product .panel-body ul li .product-image {
    display: block;
    /*height: 110px;*/
    height: 212px;
    margin-bottom: 10px;
}

.index .hot-sale .new-product .panel-body ul li .product-image img {
    max-height: 100%;
    height: 100%;
    width: 100%;
    transition: transform 0.3s;
}

.index .hot-sale .new-product .panel-body ul li:hover .product-image img {
    transform: translateX(-2px);
}

.index .hot-sale .new-product .panel-body ul li h5 {
    color: #2C2F31;
    transition: color 0.3s;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.index .hot-sale .new-product .panel-body ul li h6{
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    color: #6E7075;
}

.index .hot-sale .new-product .panel-body ul li h5:hover {
    color: #ed0014;
}

.index .hot-sale .new-product .panel-body ul li strong {
    font-weight: normal;
    color: #ed0014;
}

.index .hot-sale .coupon .panel-heading {
    /*background-color: rgba(245, 106, 0, 0.03);*/
    background: url("../images/theme-title-bg.png") no-repeat;
    background-size: 100% 100%;
}

.index .hot-sale .coupon .panel-body {
    position: relative;
    /*padding: 10px 15px;*/
    overflow: hidden;
    background-color: #ffffff;
    padding: 0;
}

.index .hot-sale .coupon .panel-body:before {
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: 0;*/
    /*content: "";*/
    /*background: url("../images/coupon-background.jpg") no-repeat;*/
    /*background-size: 100% 100%;*/
}

.index .hot-sale .coupon .panel-body ul {
    overflow: hidden;
}

.index .hot-sale .coupon .panel-body li {
    position: relative;
    background: url("../images/certificate-bg.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
    /*border-bottom: 1px dashed #ff6b6b;*/
    /*background-color: rgba(249, 249, 249, 0.95);*/
}

/*.index .hot-sale .coupon .panel-body li:before,*/
/*.index .hot-sale .coupon .panel-body li:after {*/
/*    position: absolute;*/
/*    bottom: -6px;*/
/*    z-index: 100;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    content: "";*/
/*    border-radius: 50%;*/
/*}*/

/*.index .hot-sale .coupon .panel-body li:before {*/
/*    left: -5px;*/
/*    background-color: #faae2c;*/
/*}*/

/*.index .hot-sale .coupon .panel-body li:after {*/
/*    right: -5px;*/
/*    background-color: #f99435;*/
/*}*/

/*.index .hot-sale .coupon .panel-body li:last-child {*/
/*    border-bottom: none;*/
/*}*/

/*.index .hot-sale .coupon .panel-body li:last-child:before,*/
/*.index .hot-sale .coupon .panel-body li:last-child:after {*/
/*    display: none;*/
/*}*/

.index .hot-sale .coupon .panel-body .media-left {
    min-width: 100px;
    /*max-width: 100px;*/
    padding: 10px 15px;
}

.index .hot-sale .coupon .panel-body .media-left .image {
    width: 100px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
}

.index .hot-sale .coupon .panel-body .media-left .image img {
    margin: auto;
    height: 100%;
}

.index .hot-sale .coupon .panel-body .media-body {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    padding: 10px 20px;
}

.index .hot-sale .coupon .panel-body .media-body h5 {
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
}

.index .hot-sale .coupon .panel-body .media-body a {
    display: block;
    margin-bottom: 5px;
    color: #333333;
}

.index .hot-sale .coupon .panel-body .media-body p {
    margin-bottom: 5px;
    color: #575452;
    font-size: 14px;
}

.index .hot-sale .coupon .panel-body .media-body .description {
    color: #999999;
}

.index .hot-sale .coupon .panel-body .media-right{
    padding-left: 0;
}
.index .hot-sale .coupon .panel-body .media-right .link {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 38px;*/
    /*padding-right: 10px;*/
    border: 1px solid #DDDDDD;
    padding: 4px 10px;
    color: #C13A2F;
    border-radius: 50px;
    font-size: 14px;
}

.index .hot-sale .live-room .panel-heading {
    /*background-color: rgba(245, 49, 127, 0.03);*/
    background: url("../images/theme-title-bg.png") no-repeat;
    background-size: 100% 100%;
}

.index .hot-sale .live-room .panel-heading .popover-content p {
    margin-top: 5px;
    text-align: center;
}

.index .hot-sale .live-room .panel-body {
    /*padding: 12px;*/
    padding: 0;
}

.index .hot-sale .live-room .panel-body ul {
    display: flex;
    flex-wrap: wrap;
}

.index .hot-sale .live-room .panel-body ul li {
    position: relative;
    /*width: calc((100% - 11px) / 2);*/
    /*height: 136px;*/
    width: 100%;
    height: 550px;
    margin-top: 12px;
    margin-right: 11px;
    border-radius: 4px;
    /*background:url("../images/live-bg.png") no-repeat;*/
    /*background-size: 100% 100%;*/
}

.index .hot-sale .live-room .panel-body ul li:nth-child(-n+2) {
    margin-top: 0;
}

.index .hot-sale .live-room .panel-body ul li:nth-child(2n) {
    margin-right: 0;
}

.index .hot-sale .live-room .live-icon-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    width: 18px;
    padding: 3px;
    border-radius: 3px;
    background-color: #ed0014;
}

.index .hot-sale .live-room .live-icon-1,
.index .hot-sale .live-room .live-icon-2,
.index .hot-sale .live-room .live-icon-3 {
    width: 2px;
    height: 12px;
    margin-right: 3px;
    border-radius: 1px;
    background-color: #ffffff;
}

.index .hot-sale .live-room .live-icon-1 {
    animation: living 0.8s linear -1.1s infinite normal;
}

.index .hot-sale .live-room .live-icon-2 {
    animation: living 0.8s linear -1.3s infinite normal;
}

.index .hot-sale .live-room .live-icon-3 {
    margin-right: 0;
    animation: living 0.8s linear -1.6s infinite normal;
}

.index .hot-sale .live-room .panel-body ul li>img {
    max-height: 100%;
}

.index .hot-sale .live-room .panel-body ul li .live-room-qrcode {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s;
    display: none;
}

.index .hot-sale .live-room .panel-body ul li:hover .live-room-qrcode {
    opacity: 1;
}

.index .hot-sale .live-room .panel-body ul li .live-room-qrcode img {
    width: 95px;
    height: 95px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.index .hot-sale .ranking-wrapper .panel-heading {
    background-color: rgba(255, 0, 0, 0.04);
}

.index .hot-sale .ranking-wrapper .panel-body {
    padding: 10px 15px;
}

.index .hot-sale .ranking-wrapper .ranking-list-swiper {
    height: 287px;
}

.index .hot-sale .ranking-wrapper .swiper-slide {
    padding-top: 6px;
    padding-bottom: 6px;
}

.index .hot-sale .ranking-wrapper .swiper-slide:first-child .media {
    margin-top: 0;
}

.index .hot-sale .ranking-wrapper .number {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35px;
    height: 45px;
    text-align: center;
}

.index .hot-sale .ranking-wrapper .number:before,
.index .hot-sale .ranking-wrapper .number:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 45px 35px 0 0;
    border-color: transparent;
}

.index .hot-sale .ranking-wrapper .number:before {
    border-top-color: #eceaea;
}

.index .hot-sale .ranking-wrapper .number:after {
    border-right-color: #dedbd8;
}

.index .hot-sale .ranking-wrapper .swiper-slide-0 .number:before {
    border-top-color: #f5c267;
}

.index .hot-sale .ranking-wrapper .swiper-slide-0 .number:after {
    border-right-color: #f1ad32;
}

.index .hot-sale .ranking-wrapper .swiper-slide-1 .number:before {
    border-top-color: #cac5bd;
}

.index .hot-sale .ranking-wrapper .swiper-slide-1 .number:after {
    border-right-color: #b7b1a6;
}

.index .hot-sale .ranking-wrapper .swiper-slide-2 .number:before {
    border-top-color: #e59971;
}

.index .hot-sale .ranking-wrapper .swiper-slide-2 .number:after {
    border-right-color: #dc7640;
}

.index .hot-sale .ranking-wrapper .number span,
.index .hot-sale .ranking-wrapper .number strong {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.index .hot-sale .ranking-wrapper .number span {
    line-height: 16px;
}

.index .hot-sale .ranking-wrapper .number strong {
    line-height: 18px;
    font-weight: normal;
}

.index .hot-sale .ranking-wrapper .product-image {
    display: block;
    width: 88px;
    height: 88px;
}

.index .hot-sale .ranking-wrapper .product-image img {
    max-height: 100%;
    transition: transform 0.3s;
}

.index .hot-sale .ranking-wrapper .product-image img {
    transform: translateX(-2px);
}

.index .hot-sale .ranking-wrapper .media .media-right {
    min-width: 150px;
}

.index .hot-sale .ranking-wrapper .media .media-right a {
    display: block;
    max-height: 63px;
    line-height: 20px;
    overflow: hidden;
    transition: color 0.3s;
}

.index .hot-sale .ranking-wrapper .media:hover .media-right p {
    color: #ed0014;
}

.index .middle-ad {
    margin-bottom: 20px;
}

.index .store-buy .store-anchor {
    transform: translateY(-75px);
}

.index .store-buy {
    margin-bottom: 17px;
}

.index .store-buy ul {
    display: flex;
    flex-wrap: wrap;
}

.index .store-buy ul li {
    width: calc((100% - 10px * 5)  / 6);
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: #ffffff;
    transition: box-shadow 0.3s;
}

.index .store-buy ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.index .store-buy ul li:nth-child(-n + 6) {
    margin-top: 0;
}

.index .store-buy ul li:nth-child(6n) {
    margin-right: 0;
}

.index .store-buy ul li .display-image {
    display: block;
    height: 294px;
    overflow: hidden;
}

.index .store-buy ul li .display-image img {
    max-height: 100%;
}

.index .store-buy ul li .logo {
    position: relative;
    width: 70px;
    height: 70px;
    padding: 3px;
    margin: -35px auto 6px auto;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.7);
}

.index .store-buy ul li .logo img {
    height: 100%;
}

.index .store-buy ul li p {
    margin-bottom: 10px;
    font-size: 0.875rem;
    color: #666666;
}

.index .store-buy ul li .btn {
    margin-bottom: 15px;
    color: #ed0014;
    background: #ffffff;
}

.index .channel .channel-anchor {
    transform: translateY(-75px)
}

.index .channel h4,
.index .store-buy h4,
.index .recommend h4 {
    margin-bottom: 20px;
    text-align: center;
}

.index .channel h4 span,
.index .store-buy h4 span,
.index .recommend h4 span {
    position: relative;
    padding: 0 35px;
}

.index .channel h4 span:before,
.index .channel h4 span:after,
.index .store-buy h4 span:before,
.index .store-buy h4 span:after,
.index .recommend h4 span:before,
.index .recommend h4 span:after {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 22px;
    margin-top: -11px;
    content: "";
    background: url("../images/category-icon.png") no-repeat;
}

.index .channel h4 span:before,
.index .store-buy h4 span:before,
.index .recommend h4 span:before {
    left: 0;
}

.index .channel h4 span:after,
.index .store-buy h4 span:after,
.index .recommend h4 span:after {
    right: 0;
}

.index .channel .panel .panel-heading h5 span {
    font-weight: normal;
    color: #666666;
}

.index .channel .panel .panel-body ul {
    display: flex;
}

.index .channel .panel .panel-body ul li {
    width: 50%;
}

.index .channel .panel .panel-body ul li .product-image {
    display: block;
    height: 170px;
}

.index .channel .panel .panel-body ul li .product-image img {
    max-height: 100%;
    transition: transform 0.3s;
}

.index .channel .panel .panel-body ul li:hover .product-image img {
    transform: translateX(-2px);
}

.index .recommend {
    margin-bottom: 20px;
}

.index .recommend .recommend-anchor {
    transform: translateY(-72px)
}

.index .recommend .nav {
    /*border: none;*/
    /*border-radius: 4px;*/
    /*background-color: #F7F7F7;*/
    /*text-align: center;*/
    /*margin-bottom: 0;*/
    /*margin-top: 22px;*/
    /*font-size: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.index .recommend .nav li {

    /*width: 16.66%;*/
    /*text-align: center;*/
    /*display: inline-block;*/
    /*box-sizing: border-box;*/
    /*border-bottom: 1px solid #DDDDDD;*/
}
.index .recommend .nav li.active{
    /*border-left: 1px solid #ddd;*/
    /*border-right: 1px solid #ddd;*/
    /*border-top: 2px solid #ed0014;*/
    /*background-color: #fff;*/
    /*border-bottom: none;*/
}
.nav-tabs{
    border: none;
}
.nav-tabs>li{
    /*float: none;*/
    /*margin-bottom: 0;*/
    margin-right: 10px;
}
.index .recommend .nav li a {
    cursor: pointer;
    /*border: none;*/
    border: 1px solid #EAEAEA;
    /*background-color: #F7F7F7;*/
    color: #6B6E73;
    font-size: 15px;
    border-radius: 20px;
    transition: background-color 0.3s;
}
.index .recommend .nav li.active a{
    /*background-color: #fff;*/
    background-color: #B81B23;
    border: 1px solid #B81B23;
    color: #FFFFFF;
}
.index .recommend .nav li:not(.active) a:hover {
    background-color: rgba(237, 0, 20, 0.02);
}

.index .recommend .nav li a h5 {
    margin-bottom: 0;
    height: 15px;
    line-height: 15px;
    font-size: 1rem;
}

.index .recommend .nav li a span {
    font-size: 15px;
    color: #8b8787;
    transition: color 0.3s, background-color 0.3s;
}

.index .recommend .nav li.active a span {
    /*color: #ed0014;*/
    color: #FFFFFF;
}
.index .recommend .tab-content ul {
    display: flex;
    flex-wrap: wrap;
}

.index .recommend .tab-content ul li {
    width: calc((100% - 10px * 5) / 6);
    height: 287px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 15px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.index .recommend .tab-content ul li:hover {
    border-color: #dddddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.index .recommend .tab-content ul li:nth-child(-n+6) {
    margin-top: 0;
}

.index .recommend .tab-content ul li:nth-child(6n) {
    margin-right: 0;
}

.index .recommend .tab-content ul li .product-image {
    display: block;
    height: 170px;
    margin-bottom: 10px;
}

.index .recommend .tab-content ul li .product-image img {
    max-height: 100%;
}

.index .recommend .tab-content ul li h5 {
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    font-weight: normal;
    color: #2C2F31;
    transition: color 0.3s;
    text-align: left;
}

.index .recommend .tab-content ul li h5:hover {
    color: #ed0014;
}

.index .recommend .tab-content ul li h6 {
    margin-bottom: 10px;
    color: #6E7075;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.index .recommend .tab-content ul li p {
    line-height: 18px;
    /*color: #ed0014;*/
    color: #C13A2F;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.index .tab-content{
    background-color: #fff;
}
.index .bottom-ad {
    margin-bottom: 20px;
}

.index .friend-link {
    margin-bottom: 20px;
}
.index .friendLink{
    background-color: #EFF0F4;
    margin-bottom: 20px;
}
.index .friend-link .friend-link-heading {
    line-height: 30px;
    text-align: center;
    margin: 30px 0;
    font-size: 1rem;
    font-weight: 600;
}
.index .friend-link .linkIcon{
    background: url("../images/link-icon.png") no-repeat;
    width: 18px;
    background-size: 100% 100%;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-bottom;
}
.index .friend-link ul {
    display: flex;
}

.index .friend-link li {
    width: 10%;
    /*height: 50px;*/
    /*line-height: 50px;*/
    height: 84px;
    line-height: 84px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-left: none;
    background-color: #ffffff;
    transition: box-shadow 0.3s;
    padding: 10px 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.index .friend-link li:first-child {
    border-left: 1px solid #eeeeee;
}

.index .friend-link li:hover {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #dddddd;
}

.index .friend-link li:not(:first-child):hover {
    width: calc(10% + 1px);
    margin-left: -1px;
}
.index .adNavCon{
    background: url("../images/ad_nav.png") no-repeat;
    height: 112px;
    background-size: 100% 100%;
}
.index .process{
    /*margin-top: 10px;*/
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.index .process .process-pk{
    width: 13%;
    margin-right: 20px;
    background-color: #F7F8FC;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    cursor: pointer;
    border: 1px solid #EAEAEA;
}
.index .process .process-pk:last-child{
    margin-right: 0;
}
.index .process .process-pk .icon{
    width: 42px;
    height: 42px;
    margin-right: 8px;
}
.index .process .process-pk .icon1{
    background: url("../images/pk-icon-1.png") no-repeat;
    background-size: 100% 100%;
}
.index .process .process-pk .icon2{
    background: url("../images/pk-icon-2.png") no-repeat;
    background-size: 100% 100%;
}
.index .process .process-pk .icon3{
    background: url("../images/pk-icon-3.png") no-repeat;
    background-size: 100% 100%;
}
.index .process .process-pk .icon4{
    background: url("../images/pk-icon-4.png") no-repeat;
    background-size: 100% 100%;
}
.index .process .process-pk .icon5{
    background: url("../images/pk-icon-5.png") no-repeat;
    background-size: 100% 100%;
}
.index .process .process-pk .icon6{
    background: url("../images/pk-icon-6.png") no-repeat;
    background-size: 100% 100%;
}
.index .process .process-pk .icon7{
    background: url("../images/pk-icon-7.png") no-repeat;
    background-size: 100% 100%;
}
.index .process .process-pk .text .tit-weight{
    font-weight: 500;
    color: #414141;
    font-size: 18px;
}
.index .process .process-pk .text .tit{
    color: #A1A1A1;
    font-size: 12px;
}
.index .process .process-pk:hover{
    background-color: #FFDEDB;
    border: 1px solid #FFDEDB;
}
.index .process .process-pk:hover .text .tit-weight{
    color: #000000;
}
.index .process .process-pk:hover .text .txt{
    color: #A1A1A1;
}
/*.index .process span{*/
/*    background: url("../images/process1.png") no-repeat;*/
/*    background-size: 100% 100%;*/
/*    width: 20%;*/
/*    height: 90px;*/
/*    display: inline-block;*/
/*}*/
/*.index .process span:nth-child(2){*/
/*    background: url("../images/process2.png") no-repeat;*/
/*}*/
/*.index .process span:nth-child(3){*/
/*    background: url("../images/process3.png") no-repeat;*/
/*}*/
/*.index .process span:nth-child(4){*/
/*    background: url("../images/process4.png") no-repeat;*/
/*}*/
/*.index .process span:nth-child(5){*/
/*    background: url("../images/process5.png") no-repeat;*/
/*}*/
@keyframes living{
    0% {
        transform: scaleY(1);
        transform-origin: 0 10px;
    }
    50% {
        transform: scaleY(0.3);
        transform-origin: 0 10px;
    }
    100% {
        transform: scaleY(1);
        transform-origin: 0 10px;
    }
}
