@charset "utf-8";

.index-box {
	width: 1400px;
	margin: 0 auto;
}

.main-box {
    display: -ms-flexbox;
    display: flex;
    margin: 18px 0;
}

.main-box .sorts-box {
    width: 230px;
    height: 425px;
    background: #fff;
    border-radius: 5px;
    padding: 15px 0;
    color: #222;
    position: relative;
}
.main-box .sorts-box .title-box {
    font-size: 17px;
    color: #000;
    padding: 0 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.main-box .sorts-box .title-box .icon {
    margin-right: 5px;
}
.main-box .sorts-box .sort-list {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.main-box .sorts-box .sort-list .sort-item {
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 25px;
}
.main-box .sorts-box .sort-list .sort-item:hover {
    background: #fcdede;
    color: #e7433d;
    cursor: pointer;
}

.main-box .sorts-box .sort-list .sort-item .popup-menu-box {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.main-box .sorts-box .sort-list .sort-item > .popup-menu-box {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    border-radius: 1px;
}
.main-box .sorts-box .sort-list .sort-item > .popup-menu-box a {
    color: #222;
}
.main-box .sorts-box .sort-list .sort-item:hover > .popup-menu-box {
    display: block;
}

.main-box .sorts-box .sort-list .sort-item .child-sort-box {
    width: 785px;
    min-height: 520px;
    border: 2px solid #ff463f;
}
.main-box .sorts-box .sort-list .sort-item .child-sort-box li {
    padding: 10px 0;
    line-height: 1.8;
    overflow: hidden;
    font-size: 14px;
}
.main-box .sorts-box .sort-list .sort-item .child-sort-box li .first-name-box {
    width: 120px;
    float: left;
    color: #222;
    font-weight: bold;
    text-align: right;
}
.main-box .sorts-box .sort-list .sort-item .child-sort-box li .second-name-box {
    width: 620px;
    float: left;
    color: #222;
    overflow: hidden;
}
.main-box .sorts-box .sort-list .sort-item .child-sort-box li .second-name-box p {
    float: left;
    padding: 0px 10px;
    margin: 0;
}
.main-box .sorts-box .sort-list .sort-item .child-sort-box li .second-name-box p a {
    color: #666;
    text-decoration: none;
    background-color: transparent;
}
.main-box .sorts-box .sort-list .sort-item .child-sort-box li .second-name-box p a:hover {
    color: #e7433d;
    text-decoration: none;
    border-bottom-color: transparent;
}

.main-box .banner-box {
    width: 0;
    flex: 1;
    -ms-flex: 1;
    height: auto;
    margin: 0 15px;
}
.main-box .banner-box .swiper {
    width: auto;
    height: 100%;
    border-radius: 5px;
}
.main-box .banner-box .swiper-slide {
    border-radius: 5px;
    background: #999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-box .banner-box .swiper-button-next, .main-box .banner-box .swiper-button-prev {
    color: transparent;
}
.main-box .banner-box:hover .swiper-button-next, .main-box .banner-box:hover .swiper-button-prev {
    color: #fff;
}
.main-box .banner-box .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
}
.main-box .banner-box .swiper-pagination-bullet-active {
    background: #fff;
    width: 40px;
    border-radius: 9px;
}
.main-box .banner-box .swiper-button-next::after, .main-box .banner-box .swiper-button-prev::after {
    font-size: 35px;
}
.main-box .banner-box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

#loginedBtns {
    display: none;
}
.main-box .right-box {
    width: 300px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
}
.main-box .right-box .login-box {
    border-radius: 5px 5px 0 0;
    padding: 25px 18px;
    overflow: hidden;
    background-color: #f4e9df;
}
.main-box .right-box .login-box .btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
}
.main-box .right-box .login-box .btn-default {
    font-size: 14px;
    display: inline-block;
    height: 32px;
    width: 123px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    border: 1px solid #e7433d;
    background-color: #e7433d;
}
.main-box .right-box .login-box .register-btn {
    color: #e7433d;
    border: 1px solid #e7433d;
    background-color: #fff;
}
.main-box .right-box .login-box .ucenter-btn {
    border: 1px solid #f78b10;
    background-color: #f78b10;
}
.main-box .right-box .login-box .logout-btn {
    color: #555;
    border: 1px solid #d4d4d4;
    background-color: #fff;
}

.main-box .right-box .login-box .user-box {
    position: relative;
    height: 54px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-box .right-box .login-box .user-box .logo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
}
.main-box .right-box .login-box .user-box .name-box {
    width: 0;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    margin-left: 12px;
    padding: 5px 0;
    height: 54px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
}
.main-box .right-box .login-box .user-box .name-box .name-text {
    font-size: 14px;
    color: #222;
}
.main-box .right-box .login-box .user-box .name-box .tip-text {
    margin-top: 8px;
    font-size: 13px;
    color: #d2955f;
}
.main-box .right-box .login-box .user-box .name-box .tip-text a {
    color: #178df5;
}

.main-box .right-box .services-box {
    padding: 20px 10px 8px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-box .right-box .services-box .item-box {
    width: 33.3%;
    padding-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.main-box .right-box .services-box .item-box img {
    width: 50px;
    height: 50px;
}
.main-box .right-box .services-box .item-box span {
    font-size: 13px;
    color: #333;
    padding-top: 3px;
}

.main-box .right-box .kefu-box {
    padding: 25px 20px;
}
.main-box .right-box .kefu-box .kefu-list {
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.main-box .right-box .kefu-box .kefu-list .item-box {
    width: 46%;
    height: 32px;
    line-height: 31px;
    border: 1px solid #ddd;
    border-radius: 25px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 13px;
    color: #333;
}
.main-box .right-box .kefu-box .kefu-list .item-box:hover {
    background: #58b3e7;
    color: #fff;
    border: 1px solid transparent;
}

.column-box { 
    background: #fff;
	border-radius: 6px;
    margin-bottom: 18px;
}
.column-box .column-title { 
	padding: 15px 25px 8px;
    display: flex;
    align-items: center;
}
.column-box .column-title i {
    background: linear-gradient(to bottom, red, #f7dada);
    width: 5px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
}
.column-box .column-title span {
	font-size: 20px;
}
.column-box-flex {
    flex: 1;
    -ms-flex: 1;
    overflow: hidden;
}

.multi-column-box {
    display: -ms-flexbox;
    display: flex;
}
.multi-column-box .divider {
    padding: 0 9px;
}
.multi-column-box .column-box .product-list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 25px;
    box-sizing: border-box;
}
.multi-column-box .column-box .product-list .product-item {
    width: 200px;
    overflow: hidden;
    margin-right: 20px;
}
.multi-column-box .column-box .product-list .product-item:last-child {
    margin-right: 0;
}
.multi-column-box .column-box .product-list .product-item .img-box {
    width: 200px;
    height: 200px;
	overflow: hidden;
	text-align: center;
    border-radius: 3px;
    background: #eee;
    border: 1px solid #eee;
}
.multi-column-box .column-box .product-list .product-item .img-box img {
    width: 100%;
    height: 100%;
	transition: all 0.5s;
}
.multi-column-box .column-box .product-list .product-item .img-box a:hover img { 
	transform: scale(1.06);
}
.multi-column-box .product-item .title-box {
    padding: 0px 5px;
}
.multi-column-box .column-box .product-item .title-box .price {
    font-size: 12px;
    color: #ee2626;
    margin: 8px 0;
}
.multi-column-box .column-box .product-item .title-box .price span {
    font-size: 17px;
    margin-left: 2px;
}
.multi-column-box .column-box .product-item .title-box .price b {
    font-size: 13px;
    margin-left: 2px;
}
.multi-column-box .column-box .product-item .title-box .title {
    max-height: 42px;
    overflow: hidden;
}
.multi-column-box .column-box .product-item .title-box .title a {
    color: #222;
    font-size: 13px;
    word-break: break-all;
}
.multi-column-box .column-box .product-item .title-box .title a:hover {
    text-decoration: none;
	color: #ff7300;
}

.column-box .corp-list {
    display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 20px 25px 6px;
}
.column-box .corp-list .corp-item {
    width: 200px;
    display: -ms-flexbox;
	display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px 20px 0;
}
.column-box .corp-list .corp-item:nth-child(6n) {
    margin: 0 0 20px 0;
}
.column-box .corp-list .corp-item .img-box {
    width: 200px;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
}
.column-box .corp-list .corp-item .img-box .pimg {
	max-width: 100%;
	max-height: 100%;
}
.column-box .corp-list .corp-item .corp-name {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
	font-size: 13px;
	color: #222;
	margin-top: 10px;
}

.column-box .sort-product-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 25px;
}
.column-box .sort-product-list .product-item {
    position: relative;
    width: 205px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 0 24px 20px 0;
}
.column-box .sort-product-list .product-item:hover {
    border: 1px solid #ee2626;
}
.column-box .sort-product-list .product-item:nth-child(6n) {
    margin: 0 0 20px 0;
}
.column-box .sort-product-list .product-item .img-box {
    width: 205px;
    height: 205px;
	overflow: hidden;
	text-align: center;
}
.column-box .sort-product-list .product-item .img-box img {
    width: 100%;
    height: 100%;
	display: inline;
	vertical-align: middle;
	border: none;
	transition: all 0.5s;
}
.column-box .sort-product-list .product-item .img-box a:hover img { 
	transform: scale(1.06);
}
.column-box .sort-product-list .product-item .title-box {
    padding: 0px 5px;
}
.column-box .sort-product-list .product-item .title-box .price {
    font-size: 12px;
    color: #ee2626;
    padding: 8px 0;
}
.column-box .sort-product-list .product-item .title-box .price span {
    font-size: 16px;
    margin-left: 2px;
}
.column-box .sort-product-list .product-item .title-box .price b {
    font-size: 13px;
    margin-left: 2px;
}
.column-box .sort-product-list .product-item .title-box .title {
    padding-top: 8px;
    max-height: 46px;
    overflow: hidden;
}
.column-box .sort-product-list .product-item .title-box .title a {
    color: #222;
    font-size: 13px;
    word-break: break-all;
}
.column-box .sort-product-list .product-item .title-box .title a:hover {
    text-decoration: none;
	color: #ff7300;
}
.column-box .sort-product-list .product-item .title-box .corpname {
    padding: 8px 0;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid #eee;
}
.column-box .sort-product-list .product-item .title-box .corpname a {
    color: #888;
    font-size: 12px;
    word-break: break-all;
}
.column-box .sort-product-list .product-item .title-box .corpname a:hover {
    text-decoration: none;
	color: #ff7300;
}
