body {
    background-color: #fff;
}

.item_out {
    width: 100%;
    padding-bottom: 50px;
}

.item_out .item_list {
    position: relative;
    float: left;
    width: calc(100% / 5);
    min-height: 320px;
}

.item_out .item_list .item {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid transparent;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.item_out .item_list .item .img_out {
    width: 208px;
    height: 208px;
    margin-bottom: 10px;
    cursor: pointer;
}

.item_out .item_list .item .item_info {
    width: 100%;
}

.item_out .item_list .item .item_info > p {
    margin: 0;
}

.item_out .item_list .item .item_info > p .rt {
    float: right;
    line-height: 25px;
    color: #bcbcbc;
}

.item_out .item_list .item .item_info > p s {
    font-size: 13px;
    color: #909399;
    margin-right: 10px;
}

.item_out .item_list .item .item_info > p .free_shipping_icon {
    display: inline-block;
    margin-left: 6px;
    width: 88px;
    height: 25px;
    background: url(../../image/icon/freeShipping.png?v=3) no-repeat 4px center;
}

.item_out .item_list .item .item_action {
    display: none;
    margin-top: 10px;
    text-align: left;
}

.item_out .item_list .item .item_action .mj-btn {
    width: 170px;
    margin-right: 10px;
    font-size: 14px;
}

.item_out .item_list .item .item_action .mj-btn .ft-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.item_out .item_list .item:hover {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    z-index: 2;
    top: -1px;
}

.item_out .item_list .item:hover .item_action {
    display: block;
}

.item_discount {
    position: absolute;
    left: 21px;
    top: 21px;
    z-index: 1;
    width: 56px;
    height: 24px;
    line-height: 24px;
    padding-right: 3px;
    background: url(../../image/icon/discount_bg.png) no-repeat;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.item_discount:empty {
    display: none;
}

/*评论*/
.item_out .item_list .review_rating_list {
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 1;
}

.cont_module > .tit .mj-select-item {
    margin-left: 20px;
    vertical-align: baseline;
    height: 34px;
    line-height: 32px;
}

.cont_module > .tit .mj-select-item > span {
    vertical-align: top;
}

.banner {
    overflow: hidden;
    height: 410px;
}

.banner img {
    height: 410px;
}
.banner .carousel-inner>.item>img{
    height: 410px;
}

.banner .carousel {
    height: 100%;
}

.banner .carousel-inner > .item {
    cursor: pointer;
}

.banner .carousel-indicators {
    width: auto;
    margin-left: 140px;
    bottom: 15px;
    transform: translateX(-50%);
}

.banner .carousel-indicators li {
    margin: 0 5px;
}

.banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: .4;
}

.banner .carousel-indicators li.active {
    opacity: 1;
}

.banner:hover .banner_btn {
    opacity: 1;
    transition: all .3s ease-out;
}

.banner:hover .left {
    left: 278px;
}

.banner:hover .right {
    right: 0;
}

.banner .banner_btn {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: all .3s ease-out;
}

.banner .banner_btn:hover {
    background-color: rgba(0, 0, 0, .7);
}

.banner .left {
    left: 248px;
}

.banner .right {
    right: -30px;
}

.banner .banner_btn {
    vertical-align: bottom;
    border-radius: 2px;
}

.banner .banner_btn i.ft-icon {
    font-size: 30px;
    width: 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-top: 3px;
}

.banner .banner_btn_left {
    font-size: 20px;
    line-height: 50px;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: opacity 550ms ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
        opacity: 0;
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next{
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 0;
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 0;
    }
    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{
        opacity: .9;
    }

    .carousel-inner>.item.active {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
         transform:translate3d(0,0,0);
        opacity: 1;
    }
}

/*首页改版*/

.index_box {
    margin-bottom: 40px;
}
.index_title_box {
    display: flex;
    align-self: center;
}

.index_title_box.flex_sb{
    justify-content: space-between;
}
.index_title_box h2 {
    padding: 24px 0;
    margin: 0;
    color: #303133;
}
.index_title_box .more{
    font-size: 16px;
    color: #303133;
}
.index_title_box .more:hover{
    color: #eb4444;
}

.index_tab_nav {
    display: flex;
    margin-left: 80px;
}

.index_tab_nav li {
    position: relative;
    margin-right: 35px;
    font-size: 16px;
    color: #303133;
    line-height: 76px;
    cursor: pointer;
    transition: all .3s ease-out;
}
.index_tab_nav li:before,
.index_tab_nav li:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    transition: all .3s ease-out;
}

.index_tab_nav li:hover,
.index_tab_nav li.active {
    color: #ff4a4a;
}

.index_tab_nav li:hover:before,
.index_tab_nav li.active:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #ff4a4a;
    transition: all .3s ease-out;
}

.index_title_box h2 {
    font-size: 26px;
    font-weight: 600;
}
.header_category_module .first_category {
    background-color: hsla(0,0%,100%,.88);
}
.header_category_module .master_level > li > .first_category {
    display: block;
    border-top: 0;
}
.header_category_module .first_category > li.category_item:hover > a {
    background-color: #fff;
}

.header_category_module .master_level > li[data-type="all"] > a{
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.index_service_list {
    margin-top: 15px;
}
.index_service_list li {
    width: 236px;
    height: 140px;
    text-align: center;
    transition: all .3s ease-out;
}

.index_service_list li:nth-child(1) {
    background-color: #f2f7f7;
}

.index_service_list li:nth-child(2) {
    background-color: #f7f2f3;
}

.index_service_list li:nth-child(3) {
    background-color: #f2f5f7;
}

.index_service_list li:nth-child(4) {
    background-color: #f2f4f7;
}

.index_service_list li:nth-child(5) {
    background-color: #f7f4f2;
}

.index_service_list li a {
    overflow: hidden;
    display: block;
    height: 100%;
}

.index_service_list li p {
    margin-top: 25px;
    font-size: 20px;
}

.index_service_list li:nth-child(1) p {
    color: #12a2b3;
}

.index_service_list li:nth-child(2) p {
    color: #aa191e;
}

.index_service_list li:nth-child(3) p {
    color: #0070cc;
}

.index_service_list li:nth-child(4) p {
    color: #4f43cc;
}

.index_service_list li:nth-child(5) p {
    color: #cc5200;
}
.index_service_list li:hover{
    transform: translateY(-5px);
    transition: all .3s ease-out;
}

.index_service_list li .bg{
    width: 100%;
    height: 75px;
}

.quick_delivery_icon{
    background: url(../../image/home/24hours_ship.png) no-repeat center;
}
.sourcing_service_icon{
    background: url(../../image/home/sourcing_service.png) no-repeat center;
}
.fulfill_service_icon{
    background: url(../../image/home/fulfill_service.png?id=1) no-repeat center;
}
.free_erp_service_icon{
    background: url(../../image/home/free_erp_service.png) no-repeat center;
}
.dropshipping_service_icon{
    background: url(../../image/home/dropshipping_service.png) no-repeat center;
}

.recommend_box .index_cont {
    align-items: start;
    border: 1px solid #eee;
}

.recommend_box .text_cont .title {
    font-size: 14px;
    color: #303133;
    margin-bottom: 20px;
}

.recommend_box .text_cont .price {
    font-size: 18px;
    color: #ff4a4a;
}

.recommend_list {
    position: relative;
    display: flex;
    height: 400px;
    margin-left: 278px;
    width: 960px;
    flex-wrap: wrap;
}

.recommend_list li {
    width: 33.3%;
    height: 200px;
    border-left: 1px solid #eee;
}

.recommend_list li a {
    height: 100%;
    padding: 13px;
}

.recommend_list li:nth-child(1) {
    position: absolute;
    right: 100%;
    top: 0;
    width: 280px;
    height: 400px;
    border-left: 0;
}

.recommend_list li:nth-child(1) a {
    display: block;
    height: 100%;
    padding: 23px;
}

.recommend_list li:nth-child(1) a .pic_cont {
    width: 230px;
    height: 230px;
    margin: 0 auto 20px;
}

.recommend_list li:nth-child(2),
.recommend_list li:nth-child(3),
.recommend_list li:nth-child(4) {
    border-bottom: 1px solid #eee;
}

.recommend_list li .pic_cont {
    width: 120px;
    height: 120px;
}

.recommend_list li .text_cont {
    width: 180px;
    margin-left: 20px;
}

.recommend_list li .title:hover {
    color: #eb4444;
}

/*分类列表*/
.category_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 390px;
}

.category_list li{
    position: relative;
}
.category_list li a {
    display: flex;
    height: 100%;
}

.category_list li + li {
    margin-left: 13px;
}

.category_list li .text_cont {
    position: relative;
}

.category_list li:hover .img_out > img{
    transform: translateX(-5px);
    transition: all .3s ease-out;
}
.category_list li .img_out > img{
    transition: all .3s ease-out;
}

.category_list li:hover .text_cont .more{
    color: #eb4444;
}

.category_list li .img_out{
    position: absolute;
    width: 125px;
    height: 125px;
    right: 20px;
    bottom: 10px;
}

.category_list li:nth-child(1) .img_out,
.category_list li:nth-child(4) .img_out{
    width: 185px;
    height: 185px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.category_list li:nth-child(2) .text_cont,
.category_list li:nth-child(3) .text_cont,
.category_list li:nth-child(5) .text_cont,
.category_list li:nth-child(6) .text_cont{
    width: 121px;
    margin-top: 10px;
}

.category_list li:nth-child(2) .text_cont .title,
.category_list li:nth-child(3) .text_cont .title,
.category_list li:nth-child(5) .text_cont .title,
.category_list li:nth-child(6) .text_cont .title{
    margin-bottom: 20px;
}

.category_list li .text_cont:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #757575;
}

.category_list li:nth-child(1) .text_cont:before,
.category_list li:nth-child(4) .text_cont:before{
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
}

.category_list li:nth-child(1) .text_cont:before {
    background-color: #91a5f2;
}

.category_list li:nth-child(4) .text_cont:before {
    background-color: #f2b891;
}

.category_list li .text_cont .title {
    position: relative;
    padding-top: 20px;
}

.category_list li .text_cont .title:before {
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
    background-color: #757575;
}

.category_list li .text_cont .title {
    font-size: 20px;
    color: #303133;
}

.category_list li .text_cont .more {
    font-size: 20px;
    color: #303133;
}

.category_list li:nth-child(2),
.category_list li:nth-child(5) {
    margin-bottom: 14px;
}

.category_list li:nth-child(2) a,
.category_list li:nth-child(3) a,
.category_list li:nth-child(5) a,
.category_list li:nth-child(6) a {
    width: 305px;
    height: 188px;
    padding: 30px;
    background-color: #f5f5f5;
}

.category_list li:nth-child(1) a {
    background-color: #edeef2;
}

.category_list li:nth-child(4) a {
    background-color: #f2efed;
}

.category_list li:nth-child(1) a,
.category_list li:nth-child(4) a {
    width: 295px;
    height: 390px;
    padding: 22px;
    margin-bottom: 0;
}

.category_list li:nth-child(1) .text_cont,
.category_list li:nth-child(4) .text_cont {
    align-self: flex-end;
    width: 100%;
    height: 150px;
    padding: 28px 0;
    background-color: #fff;
}

.category_list li:nth-child(1) .text_cont .title,
.category_list li:nth-child(4) .text_cont .title {
    padding-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.category_list li .text_cont .more {
    font-size: 14px;
    color: #303133;
}

.category_list li:nth-child(1) .text_cont .more,
.category_list li:nth-child(4) .text_cont .more {
    text-align: center;
}

/*通用列表*/
.index_product_list {
    min-height: 266px;
    padding-bottom: 20px;
}

.index_product_list li {
    width: 225px;
    margin-bottom: 20px;
}

.index_product_list.flex_wrap {
    flex-wrap: wrap;
}

.index_product_list li:hover .img_out > img{
    transform: translateX(-5px);
    transition: all .3s ease-out;
}
.index_product_list li .img_out > img{
    transition: all .3s ease-out;
}

.index_product_list li .img_out {
    width: 225px;
    height: 225px;
    margin-bottom: 13px;
}

.index_product_list li .text_cont {
    display: flex;
    align-items: center;
}

.index_product_list li .text_cont .price {
    font-size: 20px;
    color: #ff4a4a;
    margin-right: 10px;
    margin-left: 11px;
}

.index_product_list li .text_cont .del_price {
    font-size: 14px;
    color: #909399;
}

.index_new_box,
.index_hours_box {
    margin-bottom: 0;
}
.index_new_box .index_product_list {
    padding-bottom: 0;
}

/*dropshipping 入口*/
.index_dropshipping_box {
    height: 160px;
    background: url(../../image/home/dropshipper.jpg) no-repeat center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.index_dropshipping_box p {
    font-family: OpenSans;
    font-size: 40px;
    color: #fff;
}