.flash-box {
    width: 100%;
    min-width: 1190px;
    height: 360px;
    overflow: hidden;
    position: relative;
}


/**/

.flash-box .flash-outer .flash-img {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.flash-box .flash-img a {
    display: block;
}

.flash-box .flash-img img {
    display: block;
    width: 1920px;
    height: 360px;
    margin: 0 auto;
}


/**/

.flash-box .i-ad {
    left: 50%;
    margin-left: 548px;
}


/**/

.flash-box .flash-num {
    position: absolute;
    right: 50%;
    bottom: 10px;
    z-index: 1;
    display: block;
    width: 950px;
    height: 24px;
    overflow: hidden;
    margin-right: -595px;
    text-align: center;
}

.flash-box .flash-num span {
    display: inline-block;
    width: 149px;
    height: 24px;
    margin-right: 5px;
    overflow: hidden;
    line-height: 24px;
    background-color: rgba(255, 255, 255, .6);
    text-align: center;
    color: #333;
    cursor: pointer;
}

.flash-box .flash-num .on {
    background-color: rgba(51, 51, 51, .6);
    color: #fff;
}


/**************************************************
**************************************************/

.nav-box {
    position: absolute;
    top: 135px;
    left: 50%;
    z-index: 1;
    width: 230px;
    height: 360px;
    margin-left: -595px;
}

.nav-box .nav-tab {
    width: 230px;
    height: 360px;
    overflow: hidden;
    background: #2e3a4e;
    background: rgba(40, 48, 62, .88);
    color: #fff;
}

.nav-box .nav-tab li {
    position: relative;
    /* padding: 9px 15px 9px 20px; */
    padding: 9px 14px;
    /* height: 41px; */
    overflow: hidden;
    line-height: 1;
    border-bottom: 1px dashed #3e70b3;
    cursor: pointer;
}

.nav-box .nav-tab h2 {
    font-weight: 400;
    margin-bottom: 9px;
    font-size: 18px;
    *padding: 0;
    *margin: 0 0 5px 0;
    *line-height: 1;
    color: #e8e8e8;
}

.nav-box .nav-tab a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #e8e8e8;
}


/**************************************************
**************************************************/

.t-other {
    height: 274px;
    overflow: hidden;
    position: relative;
}

.t-box .t-bd,
.t-box .t-hd {
    overflow: hidden;
    clear: both;
}

.t-box .item-img {
    display: block;
    margin-right: 10px;
}

.t-other .item-img {
    position: absolute;
    top: 10px;
    left: 0;
}


/**/

.t-box .t-hd {
    position: relative;
    margin: 10px 0 15px 0;
}


/**/

.t-hd h2 {
    display: block;
    float: left;
    font-size: 30px;
    color: #2f3237;
}


/**/

.t-hd .t-nav {
    float: left;
    overflow: hidden;
    padding-left: 50px;
    max-width: 900px;
    height: 40px;
}

.t-hd .t-nav a,
.t-hd .t-nav li {
    display: block;
    float: left;
}

.t-hd .t-nav a {
    height: 37px;
    line-height: 37px;
    margin: 0 15px;
    border-bottom: 3px solid #fff;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    /* font-size: 16px;
    color: #666; */
}

.t-hd .t-nav a:hover,
.t-hd .t-nav li.active a {
    border-bottom-color: #00be8f;
    color: #00be8f;
}


/**/

.t-hd .ftr {
    line-height: 40px;
    color: #999;
}


/**/

.t-box .t-bd {
    width: 1190px;
    overflow: hidden;
}


/**************************************************
**************************************************/

.hot-box {
    background-color: #f1f4f9;
}

.hot-box .main {
    padding: 20px 0;
    overflow: hidden;
    clear: both;
}

.hot-box .t-box .t-hd {
    margin: 0;
    border-bottom: 2px solid #e4e5ea;
}

.hot-box .t-box .t-hd h2 {
    vertical-align: top;
    font-size: 30px;
    line-height: 50px;
}

.t-hd .t-nav {
    height: 50px;
}

.t-hd .t-nav a {
    padding: 0 10px;
    border-bottom-color: #f1f4f9;
    height: 47px;
    line-height: 47px;
}

.hot-box .t-box .item-outer {
    overflow: hidden;
    padding-top: 10px;
    background: #f1f4f9;
}


/**************************************************
**************************************************/

.item-outer {
    width: 1200px;
    clear: both;
}

.item-outer li {
    display: block;
    float: left;
    width: 230px;
    margin: 0 10px 20px 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.t-other .item-outer li.ie-first {
    margin-left: 240px;
}


/**/

.item-outer li.t-first,
.item-outer li.t-first img {
    width: 470px;
    height: 254px;
}

.item-outer li.t-first .item-tag {
    bottom: inherit;
    top: 0;
    border-radius: 0 0 10px 0;
    width: 40px;
    z-index: 1;
}

.item-outer li.t-first .img-outer {
    width: 470px;
    height: 180px;
}

.item-outer li.t-first .info-outer {
    /* height: 74px; */
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    padding: 12px 15px;
}

.item-outer li.t-first .h2 {
    margin: 0;
    height: 50px;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
}

.item-outer li.t-first .money-outer {
    position: static;
    height: auto;
    text-align: inherit;
    color: #fff;
}

.item-outer li.t-first .money {
    /* position: static;
    left: inherit; */
    bottom: inherit;
    margin-top: -101px;
    background-color: #ff7777;
    padding: 5px 10px;
    color: #fff;
}

.item-outer li.t-first .crred {
    color: #fff;
    font-size: 22px;
}

.item-outer li.t-first .set {
    position: absolute;
    top: -180px;
    left: 0px;
    display: block;
    padding: 0 10px 0 65px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 0 0 10px 0;
    color: #fff;
}


/**/

.item-outer li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-2px);
}

.img-outer {
    display: block;
    width: 230px;
    height: 160px;
    position: relative;
}

.img-outer .item-tag,
.img-outer .t-horn {
    position: absolute;
    display: block;
    text-align: center;
}

.img-outer .item-tag {
    bottom: 0;
    left: 0;
    padding: 0 10px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 10px 0 0;
    color: #fff;
    font-size: 13px;
}

.img-outer img {
    display: block;
    width: 230px;
    height: 160px;
}


/**/

.info-outer {
    padding: 9px 9px 13px 9px;
    border-top: none;
}

.info-outer .h2 {
    display: block;
    height: 40px;
    line-height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    *display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.money-outer {
    position: relative;
    height: 20px;
    text-align: right;
    color: #333;
}

.money-outer {
    position: relative;
    height: 20px;
    text-align: right;
    color: #333;
}

.money-outer .money {
    position: absolute;
    left: 0;
    bottom: 0;
}

.money-outer em {
    font-size: 20px;
}

.money-outer .set {
    color: #999;
}


/**************************************************
**************************************************/

.center-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}


/**************************************************
侧边导航 nav
**************************************************/

.nav-list {
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -659px;
    width: 40px;
    background-color: #f4f5f6;
}

.nav-list a,
.nav-list li {
    display: block
}

.nav-list a {
    padding: 7px 8px;
    background: url(../../images/tab.png) repeat-x left bottom;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #333
}

.nav-list a:hover,
.nav-list li.active a {
    background-color: #00be8f;
    background-image: none;
    color: #fff
}

.nav-list li.ie-last a {
    border-bottom: none;
    background-image: none
}

.back-top {
    position: fixed;
    bottom: 170px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(../../images/top.png) no-repeat center center;
    -webkit-transform: translateZ(0)
}

.swiper-slide {
    text-align: center;
}