/* carousel */
.home-carousel {
    position: relative;
    /*margin: 10px 0 0 10px;*/
    float: left;
    height: 420px;
    /*width: 800px;*/
    width: 100%;
    z-index: 4;
}

.home-carousel img {
    /*height: 410px;*/
    /*width: 800px;*/
    height: 100%;
    width: 100%;
}

/* top banner */
.home-banner-top {
    display: none;
    position: relative;
    margin-left: 10px;
    float: right;
    margin-top: 10px;
    height: 398px;
    width: 190px;
}

.home-banner-top img {
    height: 420px;
    width: 190px;
}

/* logo */
.home-logo {
    min-width: 1200px;
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.home-logo .logo-item {
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.home-logo .logo-title {
    display: inline-block;
    margin-top: 10px;
}

.home-logo .logo-title b, .home-logo .logo-title span {
    display: block;
}

.home-logo .logo-title b {
    font-size: 18px;
    color: #333;
}

.home-logo .logo-title span {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

/* logo list */
.brand-list {
    margin-top: 20px;
    margin-bottom: 40px;
}

.brand-list ul {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    border-width: 1px 0 0 1px;
    border-color: #dedede;
    border-style: solid;
}

.brand-list ul li {
    float: left;
    width: calc(100% / 6);
    position: relative;
    height: 120px;
    overflow: hidden;
    flex: 1 0 auto;
    border-width: 0 1px 1px 0;
    border-color: #dedede;
    border-style: solid;
}

.brand-list ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
}

/* floor */
.floor-container {
    margin-bottom: 40px;
}

.floor-container .floor-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
}

.floor-container .floor-title span{
    padding-left: 15px;
}

.floor-container .floor-title span:before{
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 5px;
    height: 20px;
    background-color: var(--global-color);
}


.floor-container .floor-banner {
    float: left;
    position: relative;
    width: 232px;
    height: 618px;
    z-index: 1;
}

.floor-container .floor-banner a {
    width: 100%;
    height: 100%;
}

.floor-container .floor-banner:hover img{
    opacity: 0.9;
}

.floor-container .floor-banner img {
    display: block;
    width: 100%;
    height: 618px;
}

.floor-container .floor-items {
    float: right;
    position: relative;
    width: 968px;
    height: 618px;
}

.floor-container .floor-items .floor-grid {
    float: left;
    /*width: 242px;*/
    width: calc(20% - 2px);
    height: 318px;
    /*padding: 12px;*/
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #eee;
    position: relative;
    transition: all .3s;
}

.floor-container .floor-items .floor-grid:hover{
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.floor-item-wrap .floor-item-img {
    width: 216px;
    height: 216px;
    text-align: center;
}


.floor-item-wrap .floor-item-title {
    overflow: hidden;
    color: #666;
    word-break: break-all;
    height: 36px;
    margin:10px 0 5px 0;
    line-height: 18px;
    font-size: 14px;
    text-overflow: ellipsis;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.floor-container .floor-item-price {
    float: left;
    font-size: 14px;
    color: #e3171b;
}

.floor-container .floor-item-sell {
    float: right;
    padding: 0 16px;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
    color: #666;
}

/* fixed search */
.fixed-search {
    position: fixed;
    z-index: 100;
    left: 0;
    top: -55px;
    height: 50px;
    width: 100%;
    background-color: #fff;
    transition: top .3s ease-out;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

.fixed-search .logo-wrap {
    position: absolute;
    left: 0;
    top: 4px;
    width: 276px;
    height: 38px;
}

.fixed-search .logo-wrap .logo {
    display: block;
    width: 200px;
    height: 38px;
    background: url(../img/logo.png) no-repeat 0 0;
    background-size: 200px 38px;
}

.fixed-search .search-wrap {
    position: absolute;
    left: 340px;
    top: 7px;
    width: 600px;
}

.fixed-search .search-wrap .form {
    height: 40px;
}

.fixed-search .search-wrap .form .search-input {
    width: 500px;
    color: #999;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 5px;
    margin-bottom: 4px;
    border-width: 2px 0 2px 2px;
    border-color: var(--global-color);
    border-style: solid;
    outline: 0;
    font-size: 12px;
}

.fixed-search .search-wrap .form .search-button {
    position: relative;
    float: left;
    width: 80px;
    height: 36px;
    font-family: tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
    background: var(--global-color);
    border: none;
    border-radius: 0;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
}

.fixed-search.fixed-ontop {
    top: 0;
}


/*.floor-container .new-title{*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    font-size: 20px;*/
/*    margin-bottom: 10px;*/
/*    text-transform: uppercase;*/
/*    color: #333;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;*/
/*}*/
.floor-container .new-title{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #666;
    -webkit-box-sizing: border-box;
    outline: 0px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.floor-container .new-title p {
    line-height: 88px;
    height: 88px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

.new-title p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-title p:before {
    content: "";
    display: inline-block;
    margin-right: 27px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url(/img/338019c9a5c3e54b4a0a84ec83f87ce0-338019c9a5c3e54b4a0a84ec83f87ce0.png);
    background-repeat: no-repeat;
}

.new-title p:after {
    content: "";
    display: inline-block;
    margin-left: 27px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url(/img/338019c9a5c3e54b4a0a84ec83f87ce0-338019c9a5c3e54b4a0a84ec83f87ce0.png);
    background-repeat: no-repeat;
}

.floor-content ul li:first-child a {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: block;
}


.floor-container .floor-items .floor-grid-img {
    float: left;
    width: calc(20% - 2px);
    /*width: 268px;*/
    height: 318px;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #eee;
    position: relative;
    transition: all .3s;
}

.swiper-container{
    width: 100%;
    height: 100%;
}

.swiper-container{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;

    list-style: none;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;


    adding: 0px;
    margin: 0px;
    font-style: normal;
    list-style-type: none;
    text-decoration: none;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    /* border: 0 none; */
    outline: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #666;
    font-size: 14px;
}

.container-web .swiper-container .swiper-slide {
    border-top: 4px solid #F9FAFC;
}

.platformbtn .swiper-slide {
    height: unset;
}

.container-web .swiper-slide {
    cursor: pointer;
}

.container-web .swiper-slide {
    border-left: 1px solid #eee;
}
.container-web .swiper-container .swiper-slide.active {
    border-top-color: #CB261C !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    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;

    flex-shrink: 0;
    position: relative;
    transition-property: transform, -webkit-transform;

    padding: 0px;
    margin: 0px;
    font-style: normal;
    list-style-type: none;
    text-decoration: none;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    /* border: 0 none; */
    outline: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #666;
    font-size: 14px;
}
.swiper-wrapper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.goods ul {
    /* display: flex; */
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    box-sizing: border-box;

    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*padding-inline-start: 40px;*/
    unicode-bidi: isolate;
}

.goods li .proitemIndx:hover {
    margin: 0;
}

.container-web .proitemIndx {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.container-web .goods {
    padding: 0px;
}
.hot-img-css {
    background-color: #fff;
}

.container-web .goods li {
    margin: 0px !important;
}

.container-web .goods li {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    width: calc(20% - 0px);
    background: #fff;
    box-sizing: border-box;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}

.container-web .goods li .pic img {
    width: 188px;
    margin: 35px 0 25px 0;
    position: relative;
}
.container-web li {
    list-style: none;
    display: -webkit-flex;
    position: relative;
}

.container-web .platformgoods .on {
    display: block;
}

.container-web .platformgoods .off {
    display: none;
}

.home-logo-new {
    min-width: 1200px;
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
    padding-top: 30px;
    display: flex;
    /*justify-content: space-between;*/
}

.home-logo-new .logo-item {
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.home-logo-new .logo-title {
    display: inline-block;
    margin-top: 10px;
}

.home-logo-new .logo-title b, .home-logo-new .logo-title span {
    display: block;
}

.home-logo-new .logo-title b {
    font-size: 18px;
    color: #333;
}

.home-logo-new .logo-title span {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}