.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    overflow: hidden;
}
.clearfix:after {
    content: '';
    clear: both;
}
a:hover{
    color: #6d6d6d;
}
.act-banner{
    background-color: #0c336a;
    padding: 0.1px 0px;
}
.clear-box {
    zoom:1
}
.clear-box::after {
    content: "";
    display:block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.main{
    padding: 0.1px 0px;
    background-repeat: no-repeat;
    background-position: top center;
}
.good-list{
    width: 990px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.top{
    width: 1000px;
}
.top li{
    height: 350px;
    width: 190px;
    margin-right: 10px;
    background: #ffffff;
    margin-top: 10px;
    position: relative;
}
.img-s{
    display: inline-block;
    vertical-align: top;
    margin: 20px;
}
.img-s .imgs{
    width: 150px;
    height: 150px;
}
.zhuangtai {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 60px;
    height: 50px;
}
.wrap-link {
    position: absolute;
}
.good-boxs .detail{
    padding-left: 15px;
}
.good-boxs .btn span{
    width: 160px;
    height: 34px;
    line-height: 34px;
    margin-top: 5px;
}
.good-boxs .detail h2{
    padding-top: 10px;
    width: 160px;
}
.detail h2{
    width: 150px;
    color: #000;
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 38px;
}
.good-boxs .detail h3{
    width: 160px;
}
.detail h3{
    width: 150px;
    display: inline-block;
    font-size: 14px;
    height: 18px;
    color: #fa412b;
    margin-bottom: 5px;
}
.ell {
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.price .red{
    color: #fa412b;
    font-size: 24px;
    font-weight: bold;
}
.price i{
    font-size: 14px;
    color: #fa412b;
}
.btn .join-btn{
    width: 150px;
    display: block;
    height: 30px;
    border-radius: 2px;
    background-color: #eb2f00;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
}
.btn .join-btn-grey{
    width: 150px;
    display: block;
    height: 30px;
    border-radius: 2px;
    background-color: #cbcbcb;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
}
.floor-list-li{
    background-color: transparent;/*默认背景色透明*/
    background-position: center;
    background-size: 100%;
}
.floor-list-li-inner {
    padding-top: 10px;
    margin: 0 auto;
    width: 990px;
}
/*楼层切换按钮 开始*/
.floor-btn {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 200px;
    width: 100px;
    min-height: 95px;
}

.floor-btn li {
    margin-bottom: 1px;
    height: 22px;
    background: rgba(0, 0, 0, .15);
    color: #fff;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

.floor-btn .select {
    background: rgba(0, 0, 0, .4);
}

/********************************************************************楼层头部样式*******************************************************************开始*/
.floor-top {
    /*margin-top: 10px;*/
}
.floor-top .title{
    margin: 0 auto;
    width: 990px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #353535;
    background-position: center;
    background-size: 100% 100%;
}
.floor-top .title .title-text {
    display: inline-block;
    font-size: 24px;
    color: #34261b;
}
.floor-top .sub-title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #e5e5ff;
    text-align: center;
}
/*tab 样式 开始*/
.floor-top .tab-list {
    margin: 0 auto;
    width: 990px;
}

.floor-top .tab-list li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    height: 55px;
    width: 190px;
    border: 1px solid #efcd93;
    border-radius: 4px;
    background: transparent;
    color: #efcd93;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}
.floor-top .tab-list li.select {
    background: #efcd93;
    color: #34261b;
}
.floor-top .tab-list li:nth-child(5n) {
    margin-right: 0;
}
/*tab 样式 结束*/
/********************************************************************楼层头部样式*******************************************************************结束*/
/*活动规则 开始*/
.act-rule {
    padding: 29px 38px;
    margin: 0 auto 10px;
    width: 990px;
    background: rgba(0,0,0,.15);
    box-sizing: border-box;
}

.act-rule h1 {
    margin-bottom: 15px;
    width: 118px;
    height: 36px;
    background: #efcd93;
    border-radius: 17px;
    color: #34261b;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}

.act-rule p {
    line-height: 26px;
    color: #fff;
}

/*活动规则 结束*/


