.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-list,
.slick-slider,
.slick-track,
.slide-banner {
    position: relative
}

.pii-wrap>.fl:hover,
.profit-wrap .profit-item:hover {
    text-decoration: none
}

/* .out-banner,
.out-item .pro-item,
.out-right-wrap,
.platform-wrap,
.profit-wrap,
.slide-banner {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
} */

.brand-wrap .brand-item .brand-btn-wrap .brand-btn,
.p-item .p-des,
.scorll-wrap .pro-item .pro-des {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.header-wrap .top-nav .mod-nav {
    background-color: transparent
}

/* banner */
.banner-wrap {
    background: #f6efdf;
}

.banner-wrap .banner-box,
.platform-group .platform-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: 100%;
    background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
    width: 42px;
    height: 82px;
    background-color: rgba(0, 0, 0, .15);
}

.swiper-pagination-bullet {
    width: 49px;
    border-radius: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #ff6900;
}

.top-wrap {
    padding-left: 170px;/*220px*/
}

.slide-banner {
    /*width: 100%;*/
    width: 1000px;
    height: 460px;
    margin-top: -2px;
    margin-left: 31px;
    overflow: hidden;
    background-color: #f3f3f3
}

.slide-banner .slick-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 1000
}

.slide-banner .slick-dots li {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    width: 20px;
    height: 8px;
    border-radius: 4px;
    margin: 18px 7px;
    background: #fff;
    transition: transform .3s
}

.slide-banner .slick-dots li button {
    font-size: 0
}

.slide-banner .slick-dots li.slick-active {
    background: #ff6900;
    width: 40px
}

.slide-banner .slick-arrow {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

/* .slide-banner .slick-arrow.slick-next:before,
.slide-banner .slick-arrow.slick-prev:before {
    background-image: url(../images/styleimg/spriter.png?20180906200334);
    width: 12px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle
} */

.slide-banner .slick-arrow:before {
    position: absolute;
    top: 10px
}

.slide-banner .slick-arrow.slick-prev {
    left: 20px
}

.slide-banner .slick-arrow.slick-prev:before {
    background-position: -491px -410px;
    right: 20px
}

.slide-banner .slick-arrow.slick-next {
    right: 20px
}

.slide-banner .slick-arrow.slick-next:before {
    background-position: -490px -360px;
    left: 20px
}

.out-item .slick-prev,
.platform-nav .slick-prev {
    left: 0
}

.slide-banner .slick-arrow.slick-disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default
}

.profit-wrap {
    width: 240px;
    padding: 10px 20px 0;
    background-color: #fff
}

.profit-wrap .profit-tit {
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    font-size: 16px;
    color: #666;
    background-color: #eee;
    border-radius: 4px;
    text-align: center
}

.profit-wrap .profit-item {
    position: relative;
    transition: all .3s;
    text-indent: 10px;
    padding-bottom: 10px;
    width: 240px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    background-color: #fff
}

.profit-wrap .profit-item .pi-tit {
    font-size: 14px;
    color: #ff6900;
    padding: 20px 0 12px
}

.profit-wrap .profit-item:last-child {
    border-bottom: 0
}

.profit-wrap .profit-item .pw-txt {
    width: 144px;
    text-indent: 10px
}

.profit-wrap .profit-item .pw-txt span {
    display: block;
    font-size: 14px
}

.profit-wrap .profit-item .pw-txt span.pw-tit {
    line-height: 24px;
    color: #666
}

.profit-wrap .profit-item .pw-txt span.pw-price {
    font-weight: 700;
    color: #333
}

.profit-wrap .profit-item .img-wrap {
    width: 96px;
    height: 96px;
    overflow: hidden
}

.profit-wrap .profit-item:hover>.img-wrap>img {
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}
.platform-group {
    background: #fff;
    min-width: 1200px;
}
.platform-wrap {
    /* background-color: #f5f0ea; */
    padding-bottom: 30px
}

.platform-wrap .platform-tit {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding: 28px 0 24px
}

.platform-wrap .platform-des {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-bottom: 30px
}

.platform-wrap .platform-items {
    height: 374px
}

.platform-wrap .pi-item {
    display: none;
    padding-bottom: 18px
}

.platform-wrap .pi-item.on {
    display: block
}

.pii-wrap {
    width: 590px
}

.pii-wrap>.fl {
    background-color: #fafafa;
}

.pii-wrap>.fl:nth-child(1) {
    width: 214px;
    height: 355px;
    margin-right: 16px
}

.pii-wrap>.fl:nth-child(1) h3 {
    margin: 6px 20px 0;
    height: 52px;
    line-height: 26px;
    overflow: hidden
}

.pii-wrap>.fl:nth-child(1) .img-wrap {
    width: 190px;
    height: 190px;
    margin: 12px auto
}

.pii-wrap>.fl:nth-child(2),
.pii-wrap>.fl:nth-child(3) {
    width: 360px;
    height: 172px
}

.pii-wrap>.fl:nth-child(2)>.fl,
.pii-wrap>.fl:nth-child(3)>.fl {
    width: 196px
}

.pii-wrap>.fl:nth-child(2)>.fl h3,
.pii-wrap>.fl:nth-child(3)>.fl h3 {
    margin: 6px 20px 0;
    height: 52px;
    line-height: 26px;
    overflow: hidden
}

.pii-wrap>.fl:nth-child(2) .img-wrap,
.pii-wrap>.fl:nth-child(3) .img-wrap {
    width: 140px;
    margin: 16px 12px
}

.pii-wrap>.fl:nth-child(3) {
    margin-top: 10px
}

.pii-wrap>.fl h3 {
    font-size: 16px;
    color: #666
}

.pii-wrap>.fl .price {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #ff6900;
    text-indent: 20px
}

.pii-wrap>.fl .link-wrap {
    padding: 0 20px;
    margin: 20px 0 30px
}

.pii-wrap>.fl .link-wrap span {
    display: inline-block;
    height: 19px;
    padding: 0 8px;
    background-color: #ff6900;
    color: #fff
}

.out-right-wrap .out-nav .fl:hover,
.pii-wrap>.fl:hover h3 {
    color: #ff6900
}

.pii-wrap>.fl:hover img {
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.pii-wrap.fr .link-wrap span {
    background-color: #80c04c
}

.platform-nav {
    height: 60px;
    /* overflow: hidden; */
    position: relative;
    /* padding: 0 26px */
}

.platform-nav .slick-next,
.platform-nav .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -30px;
    font-size: 0
}

.platform-nav .slick-next:before,
.platform-nav .slick-prev:before {
    display: block;
    width: 24px;
    height: 60px;
    content: ' '
}
#platform-swiper {
    overflow: initial;
}
.swiper-slide.new-slide {
    text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.slide {
    display: inline-block;
    width: 165px;
    height: 55px;
    cursor: pointer;
}
.slide.active {
    border-top: 1px solid #ff6900;
    border-bottom: 1px solid #ff6900;
    position: relative;
}

.slide.active:before {
    position: absolute;
    top: -11px;
    left: 50%;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #ff6900;
}

.slide1 {
    background: url(../images/spriter.png) no-repeat 0 -62px;
}
.slide2 {
    background: url(../images/spriter.png) no-repeat -182px -62px;
}
.slide3 {
    background: url(../images/spriter.png) no-repeat -350px -62px;
}
.slide4 {
    background: url(../images/spriter.png) no-repeat -350px -62px;
}
.slide5 {
    background: url(../images/spriter.png) no-repeat -350px -62px;
}
.slide6 {
    background: url(../images/spriter.png) no-repeat -350px -62px;
}
.slide7 {
    background: url(../images/spriter.png) no-repeat -350px -62px;
}
.new-arrows {
    width: 22px;
    height: 60px;
    margin-top: -30px;
}
.new-arrows.swiper-button-prev {
    left: 0;
    background: url("../images/ico.png") no-repeat -382px -71px;
}
.new-arrows.swiper-button-next {
    right: 0;
    background: url("../images/ico.png") no-repeat -442px -71px;
}

.out-banner {
    width: 390px;
    height: 430px
}

.out-right-wrap {
    width: 800px;
    background-color: #fff
}

.out-right-wrap .out-nav {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee
}

.out-right-wrap .out-nav .fl {
    height: 46px;
    line-height: 46px;
    padding: 0 24px;
    font-size: 16px;
    cursor: pointer;
    position: relative
}

.out-right-wrap .out-nav .fl:after {
    content: ' ';
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #eee
}

.out-right-wrap .out-nav .fl:last-child:after {
    width: 0
}

.out-right-wrap .out-nav .fl.active {
    background-color: #ff6900;
    color: #fff
}

.out-right-wrap .out-nav .fl.active:after {
    background-color: #ff6900
}

.out-right-wrap .out-pro-wrap {
    display: none
}

.out-right-wrap .out-pro-wrap.on {
    display: block
}

.out-right-wrap .out-pro-wrap .out-pro-item {
    width: 400px;
    box-sizing: border-box;
    border-right: 1px solid #eee
}

.out-right-wrap .out-pro-wrap .out-pro-item:nth-child(3),
.out-right-wrap .out-pro-wrap .out-pro-item:nth-child(4) {
    border-top: 1px solid #eee
}

.out-right-wrap .out-pro-wrap .out-pro-item>.fl {
    width: 208px
}

.out-right-wrap .out-pro-wrap .out-pro-item>.fl h3 {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    margin: 20px
}

.out-right-wrap .out-pro-wrap .out-pro-item>.fl .price {
    height: 24px;
    line-height: 24px;
    text-indent: 20px
}

.out-right-wrap .out-pro-wrap .out-pro-item>.fl .price span {
    font-size: 16px;
    color: #ff6900
}

.out-right-wrap .out-pro-wrap .out-pro-item>.fl .price span.line-through {
    font-size: 14px;
    font-weight: 100;
    color: #999;
    text-decoration: line-through
}

.out-right-wrap .out-pro-wrap .out-pro-item>.fl .link-wrap {
    padding: 0 20px;
    margin: 20px 0 30px
}

.out-right-wrap .out-pro-wrap .out-pro-item>.fl .link-wrap span {
    display: inline-block;
    height: 19px;
    padding: 0 8px;
    background-color: #ff6900;
    color: #fff
}

.out-right-wrap .out-pro-wrap .out-pro-item>.fr {
    width: 170px;
    height: 170px;
    margin: 10px
}

.out-right-wrap .out-pro-wrap .out-pro-item:hover img {
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.out-right-wrap .out-pro-wrap .out-pro-item:hover h3 {
    color: #ff6900
}

.line-through {
    font-size: .8em !important;
    font-weight: 100 !important;
    color: #999 !important;
    text-decoration: line-through
}

.brand-wrap .brand-item:hover,
.more:hover {
    text-decoration: none
}

.out-items {
    margin-top: 10px
}

.out-item {
    display: none;
    height: 300px
}

.out-item.on {
    display: block
}

.out-item .pro-item {
    width: 190px;
    margin-right: 12px;
    background-color: #fff
}

.out-item .pro-item .img-wrap {
    width: 166px;
    height: 166px;
    margin: 12px auto
}

.out-item .pro-item .pro-des {
    height: 52px;
    line-height: 26px;
    margin: 0 12px;
    font-size: 14px;
    color: #666;
    overflow: hidden
}

.out-item .pro-item .pro-price-wrap {
    height: 28px;
    line-height: 28px;
    margin-bottom: 30px
}

.out-item .slick-next:before,
.out-item .slick-prev:before {
    content: ' ';
    display: block;
    width: 24px;
    height: 60px
}

.out-item .pro-item .pro-price-wrap span {
    font-size: 16px;
    color: #ff6900;
}

.out-item .slick-next,
.out-item .slick-prev {
    position: absolute;
    z-index: 2;
    margin-top: -80px;
    font-size: 0;
    top: 50%
}

.out-item .pro-item:hover {
    text-decoration: none;
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    animation-fill-mode: forwards;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.brand-banner-wrap,
.brand-wrap,
.p-item,
.pro-wrap>.fl>.b-item,
.scorll-wrap .pro-item {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.out-item .pro-item:hover img {
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.out-item .slick-disabled {
    cursor: default;
    opacity: .3
}



.out-item .slick-next {
    right: 0
}


.brands {
    margin-top: 30px
}

.brands h2 {
    line-height: 1.5em;
    color: #010101;
    text-transform: uppercase;
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px
}

.brands ul {
    height: 252px;
    overflow: hidden
}

.brands li {
    float: left;
    width: 190px;
    height: 120px;
    margin-right: 12px;
    margin-bottom: 12px;
    background: #fff
}

.brands li:nth-child(6n) {
    margin-right: 0
}

.brand-banner-wrap {
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3;
    width: 226px;
    height: 380px
}

.brand-banner-wrap .slick-list,
.brand-banner-wrap .slick-track {
    height: 380px !important
}

.brand-banner-wrap .slick-dots {
    position: absolute;
    bottom: 130px;
    text-align: center;
    width: 100%;
    z-index: 1000
}

.brand-banner-wrap .slick-dots li {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    width: 20px;
    height: 8px;
    border-radius: 4px;
    margin: 18px 7px;
    background: #fff;
    transition: transform .3s
}

.brand-banner-wrap .slick-dots li button {
    font-size: 0
}

.brand-banner-wrap .slick-dots li.slick-active {
    background: #ff6900;
    width: 40px
}

.brand-banner-wrap .slick-arrow {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -22px;
    width: 40px;
    height: 60px;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5)
}



.brand-banner-wrap .slick-arrow:before {
    position: absolute;
    top: 15px
}

.brand-banner-wrap .slick-arrow.slick-prev {
    left: 0;
    margin-left: -50px;
    z-index: 2
}

.brand-banner-wrap .slick-arrow.slick-prev:before {
    background-position: -491px -410px;
    right: 15px
}

.brand-banner-wrap .slick-arrow.slick-next {
    right: 0;
    margin-right: -50px;
    z-index: 2
}

.brand-banner-wrap .slick-arrow.slick-next:before {
    background-position: -490px -360px;
    left: 15px
}

.brand-banner-wrap .slick-arrow.slick-disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default
}

.brand-wrap {
    width: 954px
}

.brand-wrap .brand-item {
    float: left;
    width: 237px;
    border-right: 2px solid #eee;
    background-color: #fff;
    height: 188px;
    overflow: hidden
}

.brand-wrap .brand-item:nth-child(4n) {
    border-right: 0
}

.brand-wrap .brand-item:nth-child(5),
.brand-wrap .brand-item:nth-child(6),
.brand-wrap .brand-item:nth-child(7),
.brand-wrap .brand-item:nth-child(8) {
    border-top: 2px solid #eee
}

.brand-wrap .brand-item>.brand-img-wrap {
    width: 164px;
    height: 84px;
    line-height: 84px;
    margin: 30px auto 24px;
    text-align: center
}

.brand-wrap .brand-item>.brand-img-wrap img {
    vertical-align: middle
}

.brand-wrap .brand-item>.brand-des {
    height: 40px;
    margin: 0 30px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    word-break: break-all
}

.brand-wrap .brand-item .brand-btn-wrap {
    display: none
}

.brand-wrap .brand-item .brand-btn-wrap .brand-btn {
    display: inline-block;
    max-width: 80%;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    border: 1px solid #ff6900;
    color: #ff6900;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700
}

.brand-wrap .brand-item:hover .brand-img-wrap {
    margin: 10px auto 8px
}

.brand-wrap .brand-item:hover .brand-btn-wrap {
    display: block
}

.brand-wrap .brand-item:hover img {
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.scorll-wrap {
    overflow: hidden;
    height: 300px;/*290px*/
}

.scorll-wrap .pro-item {
    width: 230px;
    margin-right: 12.5px;
    background-color: #fff;
    padding-bottom: 10px
}

.scorll-wrap .pro-item .img-wrap {
    width: 206px;
    height: 206px;
    margin: 12px auto
}

.scorll-wrap .pro-item .pro-des {
    height: 32px;
    line-height: 32px;
    margin: 0 12px;
    font-size: 16px
}

.p-item,
.pro-wrap>.fl>.b-item:first-child {
    margin-bottom: 10px
}

.scorll-wrap .pro-item .pro-price-wrap {
    height: 28px;
    line-height: 28px;
    font-size: 14px
}

.scorll-wrap .slick-next:before,
.scorll-wrap .slick-prev:before {
    content: ' ';
    display: block;
    width: 24px;
    height: 60px
}

.scorll-wrap .slick-next,
.scorll-wrap .slick-prev {
    position: absolute;
    z-index: 2;
    margin-top: -80px;
    font-size: 0;
    top: 50%
}

.scorll-wrap .slick-disabled {
    cursor: default;
    opacity: .3
}

.scorll-wrap .slick-prev {
    left: 0
}



.scorll-wrap .slick-next {
    right: 0
}



.more {
    padding-right: 16px;
    position: relative
}



.index-title>.btn-wrap,
.index-title>.it-tit {
    height: 64px;
    line-height: 64px;
    display: inline-block;
}

.more:hover {
    color: #ff6900
}



.index-title {
    /* display: -ms-flexbox; */
    /* display: flex; */
    padding-top: 30px
}

.index-title>.btn-wrap>.fl {
    padding: 0 10px;
    margin-right: 10px;
    cursor: pointer
}

.index-title>.btn-wrap>.fl:last-child,
.pro-wrap.four .p-item:nth-child(4n) {
    margin-right: 0
}

.index-title>.btn-wrap>.fl.active,
.index-title>.btn-wrap>.fl:hover {
    color: #ff6900;
    text-decoration: underline
}

.index-title>.it-tit {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.index-title>.it-tit:hover {
    color: #ff6900
}

.index-title>.it-sub {
    font-size: 14px;
    margin-left: 20px;
}
.index-title>.more-btn {
    font-size: 14px;
    line-height: 64px;
}
.pro-wrap {
    display: none
}

.pro-wrap.on {
    display: block;
    margin-top: 20px;/*10px;*/
    background-color: #f7f7f7;
    border: 10px solid #f7f7f7;
}

.pro-wrap.tpl3 {
    display: block;
    margin-top: 10px;
    background-color: #f7f7f7;
    /*border: 10px solid #e5e5e5;*/
}

.pro-wrap.activity {
    display: block;
    margin-top: 10px;
    background-color: #fff;
    /*border: 10px solid #e5e5e5;*/
}

.pro-wrap>.fl {
    width: 226px
}

.pro-wrap>.fl>.b-item {
    display: block;
    height: 290px
}

.pro-wrap>.fl>.b-item img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

.pro-wrap>.fr {
    width: 958px
}

.p-item {
    width: 232px;
    height: 300px;/*290px;*/
    margin-right: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all .3s
}

.p-item .img-wrap {
    /*width: 176px;*/
    /*height: 176px;*/
    width: 100%;
    height: 235px;
    /*margin: 20px auto;*/
    overflow: hidden
}
.p-item .promote-discount{
    width: 45px;
    position: absolute;
    margin-left: 181px;
    margin-top: -18px;
    z-index: 99;
    font-size: 14px;
    color: white;
    background-color: #ff3e3e;
    text-align: center;
}

.p-item .p-des {
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    font-size: 14px;
    color: #666
}
.product-tip{
    margin-top: 5px;
}
.product-tip span{
    background-color: #ffa400;
    padding: 1px 3px;
    color: white;
    font-size: 12px;
    border-radius: 3px;
}

.p-item .p-price {
    /*height: 30px;*/
    line-height: 30px;
    margin-bottom: 6px
}

.p-item .p-price span {
    display: inline-block;
    font-size: 16px;
    color: #F60018;
    font-weight: 900;
}

.p-item:hover {
    text-decoration: none;
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    animation-fill-mode: forwards;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

/*.p-item:hover img {*/
    /*-ms-transform: scale(1.03);*/
    /*transform: scale(1.03)*/
/*}*/

.f-bgred {
    position: relative;
    background-color: #494949;
    height: 110px;
    padding-top: 20px
}

.f-bgred .fb-wrap {
    height: 86px
}

.f-bgred .fb-wrap a {
    display: block;
    width: 150px;
    height: 48px;
    padding: 20px 0 20px 100px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 48px
}

.f-bgred .fb-wrap a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -27px;
    display: block;
    width: 54px;
    height: 54px
}

.f-bgred .fb-wrap a.f1 {
    margin-right: 10px
}



.f-bgred .fb-wrap a.f3 {
    margin-left: 10px
}



.f-bgred .fb-wrap a:hover {
    background-color: #6b6b6b
}

.f-bgred .join-us {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    font-size: 24px;
    border: 6px solid #9e0a0a;
    background-color: #c00717;
    color: #fff;
    border-radius: 50%;
    margin-left: -76px;
    text-align: center;
    margin-top: -38px
}

.f-bgred .join-us:hover {
    text-decoration: none;
    background-color: #c6202f
}

.img-wrap>img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}