#body .optimization_collection {
    text-align: center;
    padding: 20px 0px;
}

#body .optimization_collection td {
    padding-right: 10px;
    width: 33.333%;
}

#body .carousel-img {
    cursor: pointer;
    object-fit: cover;
}

#body .optimization_collection td:hover {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#body .optimization_collection td:last-child {
    padding-right: 0px;
}

#body .optimization_collection .oc {
    float: left;
    width: 100%;
    height: 150px;
    background-color: white;
    cursor: pointer;
}

#body .optimization_collection .oc > div {
    float: left;
    width: 50%;
}

#body .optimization_collection .icon img {
    height: 150px;
    width: auto;
}



#body .optimization_collection .txt_title {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    min-width: 150px;
}

#body .floor {
    margin-top: 10px;
}

/**
-----------------------------------------------------------------------
左侧栏目列表
*/
#body .floor .catalogList {
    /*float: left;*/
    /*width: 180px;*/
    background-color: white;
    text-align: left;
}

#body .floor .catalogList .title {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 20px 0px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
}

#body .floor .catalogList .title .no {
    font-size: 24px;
}

#body .floor .catalogList .catalogs {
    height: 320px;
    overflow: auto;
    border-bottom: 1px solid #e0e0e0;
}

#body .floor .catalogList .catalogs::-webkit-scrollbar {
    width: 5px; /*滚动条宽度*/
}

#body .floor .catalogList .catalogs::-webkit-scrollbar-track {
    background-color: white
}

#body .floor .catalogList .catalogs::-webkit-scrollbar-thumb {
    border-radius: 10px; /*滚动条的圆角*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c3c3c3; /*滚动条的背景颜色*/
}

#body .floor .catalogList .catalogs > ul > li {
    line-height: 45px;
    font-size: 14px;
    padding-left: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

#body .floor .catalogList .catalogs > ul > li:last-child {
    border-bottom: 1px solid white;
}

#body .floor .catalogList .catalogs > ul > li:hover {
    background-color: #0a9cc3;
    color: white;
}

#body .floor .catalogList .icon {
    width: 100%;
    height: 215px;
    overflow: hidden;
}

#body .floor .catalogList .icon .img {
    width: 100%;
    height: 215px;

    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#body .floor .catalogList .icon img {
    width: 100%;
}

/**
-----------------------------------------------------------------------
销量热榜
*/
#body .floor .hotList {

    /*float: left;*/
    /*width: 480px;*/
    margin-left: 10px;
}

#body .floor .hotList .layui-carousel {
    /*width: 500px;*/
    background-color: white;
}

#body .floor .hotList .proOrder {
    background-color: white;
    padding: 10px 10px 6px 10px;
    margin-top: 10px;
}

#body .floor .hotList .proOrder .title {
    /*font-family: 黑体;*/
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

#body .floor .hotList .proOrder li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    margin-top: 12px;
}

#body .floor .hotList .proOrder .icon {
    width: 30%;
    height: 60px;
    float: left;
    overflow: hidden;
}

#body .floor .hotList .proOrder li img {
    width: 100%;
    height: auto;
}

#body .floor .hotList .proOrder .txt {
    width: 65%;
    float: left;
    padding-left: 10px;
}

#body .floor .hotList .proOrder .brand {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 10px;
    height: 20px;
    overflow: hidden;
}

#body .floor .hotList .proOrder .model {
    color: #666666;
    height: 35px;
    overflow: hidden;
}

/**
-----------------------------------------------------------------------
商品列表
*/
#body .floor .proList {
    /*float: left;*/
    /*width: 515px;*/
    /*margin-left: 10px;*/
    height: 600px;
}

#body .floor .proList .grid {

    width: 50%;
    float: left;
    /*padding-left: 10px;*/
    /*padding-top: 10px*/
    cursor: pointer;
}

#body .floor .proList .grid:hover {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#body .floor .proList .grid > div {
    background-color: white;
    height: 189px;
    margin-left: 10px;
    margin-top: 10px;
}

#body .floor .proList .grid:nth-child(1) > div {
    margin-top: 0px;
}

#body .floor .proList .grid:nth-child(2) > div {
    margin-top: 0px;
}

#body .floor .proList .grid .icon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*margin-top: 5px;*/
    margin-left: 5px;

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#body .floor .proList .grid .icon img {
    width: auto;
    height: 100%;
}

#body .floor .proList .grid .txt {
    display: none;
    position: relative;
    top: -20px;
    text-align: right;
    padding-right: 10px;
}

#body .floor .proList .grid .txt .brand {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

#body .floor .proList .grid .txt .proName {
    font-size: 14px;
    height: 20px;
    overflow: hidden;
}

/**
楼层条
 */

.rightFloor {
    background-color: white;
    position: fixed;
    top: 200px;
    right: 0;
    border: 0 solid #ccc;
}

.rightFloor li {
    width: 40px;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
}

.rightFloor .kefu {
    background: url("/layuiadmin/img/kefu.png") center no-repeat;
    background-size: 26px;
    height: 35px;
}

.rightFloor .cart {
    background: url("/layuiadmin/img/gouwuche.png") center no-repeat;
    background-size: 26px;
    height: 35px;
}

.rightFloor li:last-of-type {
    /*border-bottom: none*/
}

.rightFloor li:hover {
    background-color: #0a9cc3;
}

.rightFloor li:hover a {
    color: #fff;
}

.rightActive {
    background-color: #0a9cc3;
}

.rightActive a {
    color: #fff;
}

.rightFloor li:hover .img {
    display: none;
}

.rightFloor li:hover .title {
    display: block;
}

.rightFloor li div{
    height: 35px;
}

.rightFloor li .img img {
    width: 26px;
    margin-top: 3px;
}

.rightFloor .title {
    display: none;
}
.rightFloor .phone .number{
	width: 130px;
	position: absolute;
	top: 0;
	background-color: #fff;
	height: 45px;
	left: 0;
	z-index: 1;
}
.rightFloor .phone:hover a div{
	background-color: #0a9cc3;
}
.rightFloor .phone a div{
	position: relative;
	z-index: 2;
	padding: 5px;
	width: 40px;
	height: 35px;
	background-color: #fff;
}
.rightFloor .phone{
	background-color: #fff;
	position: relative;
	padding: 0;
	width: 50px;
	height: 45px;
}
.rightFloor li .number p:first-of-type{
	padding-top: 5px;
}

#test1{
	/*position:relative ;*/
	/*z-index: -2;*/
}