body {background: #F0F0F0}

.open {background: #fff;text-align: center}
.open span {color:#29D3CE}
.close {background: #fff;text-align: center}
.close span {color:#29D3CE}
.read-more {visibility: hidden}
.no-more {visibility: hidden}
.triangle-up {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #29D3CE;
}
.triangle-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #29D3CE;
}
.triangle-left {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #d1d1d1;
    margin: 0 auto;
}
.triangle-right {
    display: inline-block;
    width:0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #d1d1d1;
    margin: 0 auto;
}
.screen {background: #fff;height:30px;line-height: 20px;}
.screen .screen-title {font-size: 15px;color:#6F6F6F;letter-spacing: 10px;font-weight: bold;}
.screen .screen-box {float: left;}
.screen .screen-box .screen-item{float:left;margin: 0 10px;}
.screen .screen-box .screen-item span {background: #29D3CE;letter-spacing: 2px;height: 20px;line-height: 20px;float:left;}
.screen .screen-box .screen-item span a {color:#fff;display: block;padding: 0 5px;}
.screen .screen-box .screen-item i {height:20px;line-height:20px;background: #EBEBEB;color:#919191;cursor: pointer;padding: 0 4px;float: left;}

.category-title {font-size: 14px;color:#6F6F6F;height: 35px;line-height: 35px;letter-spacing: 2px;background: #fff;}
.category {background: #fff;overflow: hidden;visibility: hidden;border-top: 10px solid #fff;}
.category .dl {border-bottom: 1px solid #E6E7E7;margin-bottom: 10px;}
.category .dt {font-size: 14px;letter-spacing: 1px;}
.category .dt a {display: inline-block;text-align: center;/*padding: 0 10px*/}
.category .dt .active a {color:#fff;background: #29D3CE;border-radius: 4px}
.category .dt a {color:#6F6F6F}
.category .dd {font-size: 14px;margin: 0 15px 10px;float: left;}
.category .dd a {color:#6F6F6F;padding: 0 5px;}
.category .dd a:hover {color:#29D3CE}
.category .dd .active {background: #29D3CE;border-radius: 4px}
.category .dd .active a {color:#fff;}

.category .layui-col-xs1 {width: 11.333333%}
.category .layui-col-xs11 {width: 88.666667%}
.top-title ul .active {
    background: #fff;
}
.top-title ul {
    height: 44px;
    line-height: 44px;
}
.top-title li{
    float:left;
    background: #f5f5f5;
    border-radius: 5px;
    margin-right: 1px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
}
.top-title li a {color:#898989;display: block;padding: 0 30px;}

.top-page .layui-col-xs2{
    height:38px;line-height: 38px;text-align: center;background: #fff;border-radius: 5px;cursor: pointer;
}
.top-page .layui-col-xs8 {
    text-align: center;height:38px;line-height: 38px;letter-spacing: 9px;font-size: 17px;
}






.goods img {
    display: block;
    /*width: 100%;*/
    width: 120px;
    height: 167px;
    object-fit: cover;
}
.goods .goods-title {
    font-size: 18px;
    color:#4D525D;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #E6E7E7;
    overflow: hidden;
}
.goods .goods-title:hover{
    color:#29D3CE;
}
.goods .goods-name {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color:#969696;
    overflow: hidden;
}
.goods .goods-describe {
    display: block;
    margin-top: 1.2rem;
    font-size: 14px;
    color: #969696;
    line-height: 1.5rem;
    overflow: hidden;
}
.goods .goods-price {
    display: block;
    color:#FE435D;
    font-size: 18px;
    margin-top: 1.2rem;
    overflow: hidden;
}
.goods .layui-col-xs4 {
    padding: 0 0 0 6px;
    margin: 15px 0;
}



.tc{
    padding: 0.5rem;
    margin-left: -20px;
    background: #F0F0F0;
    width: 103%;
}
.top-page a .layui-col-xs2:hover {
    border:1px solid #29D3CE;
}
.pages .item {
    margin-right: 4px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 3px;
}
.pages .item a {
    font-size: 15px;
    width: 35px;
    height: 35px;
}
.pages .item a .triangle-left {
    margin-right: 5px;;
}
.pages .item a .triangle-right {
    margin-left: 5px;;
}
.pages .item.cur a {
    background-color: #29D3CE;
}
.pages .item.cur {
    border-color: #29D3CE;
}
.pages .item:hover {
    border:1px solid #29D3CE;
}
.pages .item:hover a{
    color: #29D3CE;
}
.prev,.prev a,.next,.next a{
    width: 5.5rem!important;
}
.color-ccc{
    color: #ccc!important;
}
