/* css */
/* top3列 */
.top3{
    margin-bottom: 16px;
}
.top3 .banner{
    width: 384px;
    margin-right: 24px;
}
.top3 .banner a,
.top3 .banner a img{
    display: block;
    width: 384px;
    height: 210px;
}
.top3 .item{
    width: 384px;
    height: 210px;
    border: 1px solid #e5e5e5;
    padding: 10px 16px;
    box-shadow: 0 0 3px 0 #eee;
}
.top3 .rebate{
    margin-right: 24px;
    background: url(../images/top31.png);
}
.top3 .notice{
    background: url(../images/top32.png);
}
.top3 .item h3{
    font-size: 18px;
    margin-bottom: 6px;
}
.top3 .item h3 i.iconfont{
    font-size: 22px;
    color: #e8222d;
    vertical-align: middle;
    margin-right: 6px;
}
.top3 .notice h3 i.iconfont{
    font-size: 24px;
}
.top3 .item > p{
    font-size: 14px;
    line-height: 26px;
}
.top3 .item > p > b{
    color: #ff8f0e;
    font-size: 15px;
}
/* 公告 */
.top3 .item li{
    margin-bottom: 8px;
}
.top3 .item li > a{
    position: relative;
    display: block;
    line-height: 22px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top3 .item li > a::before{
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #dcdcdc;
}
.top3 .item li > a:hover{
    background-color: #eee;
}


/* 活动 */
.activity{
    margin-bottom: 24px;
}
.activity ul li{
    float: left;
    width: 282px;
    margin-right: 24px;
    overflow: hidden;
}

.activity ul li:last-child{
    margin-right: 0;
}
.activity ul li > a{
    position: relative;
    display: block;
    width: 282px;
    height: 170px;
}
.activity ul li > a img{
    width: 282px;
    height: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.activity ul li > a > span{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e6e6e6;
    color: #666;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.activity ul li > a span.going{
    background-color: #36b200;
    color: #fff;
}
.activity ul li > a > p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 36px;
    background-color: rgba(232, 34, 45, 0.6);
    color: #fff;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activity ul li > a:hover p{
    background-color: rgba(232, 34, 45, 1);
}
.activity ul li > a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/* 经纪商返佣 */
.broker-rebate{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7;
}
.broker-rebate .list{
    width: 100%;
    height: 156px;
    background-color: #fff;
    border: 1px solid  transparent;
    padding: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}
.broker-rebate .list:hover{
    border-color: #e5e5e5;
}
.list .broker{
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
}
.list .broker .rebatelogo{
    width: 200px;
    height: 90px;
    border: 1px solid #e5e5e5;
    margin-bottom: 8px;
}
.list .broker .rebatelogo > a{
    display: table-cell;
    width: 200px;
    height: 90px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.list .broker .rebatelogo > a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.list .broker .rebatelogo:hover{
    border-color: #e8222d;
}
.list .broker h3{
    color: #ff8f0e;
    font-size: 16px;
}
.list .rebateCont{
    width: 160px;
    margin-right: 10px;
    margin-top: -4px;
}
.list .rebateCont > p,
.list .rebateCycle > p{
    line-height: 26px;
    font-size: 13px;
    margin-bottom: 6px;
}
.list .rebateCont > p > b,
.list .rebateCycle > p > b{
    font-size: 15px;
}
.list .rebateCycle{
    width: 230px;
    margin-top: -4px;
    margin-right: 10px;
}
.list .brcontent{
    width: 390px;
    margin-top: -6px;
    margin-right: 40px;
}
.list .brcontent > p{
    line-height: 26px;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list .brcontent .value > span{
    display: inline-block;
    margin-right: 16px;
}
.list .brcontent .value > span:last-child{
    margin-right: 0;
}
.list .brcontent .value > span > b{
    font-size: 18px;
    color: #e8222d;
}
.list .look{
    width: 80px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e8222d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #e8222d;
    margin: 40px 0;
}
.list .look:hover{
    background-color: #e8222d;
    color: #fff;
}


/* 积分商城 */
.integral-mall{
    padding-top: 10px;
    padding-bottom: 20px;
}
.integral-mall li{
    float: left;
    width: 282px;
    margin-right: 24px;
}
.integral-mall li:nth-child(4n){
    margin-right: 0;
}
.integral-mall li .mallimg{
    position: relative;
    width: 282px;
    height: 160px;
    border: 1px solid #eee;
    overflow: hidden;
}
.integral-mall li .mallimg pre{
    display: table-cell;
    vertical-align: middle;
}
li .mallimg pre img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.integral-mall li .mallimg .integral{
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-bottom-left-radius: 18px;
    border-bottom-left-radius: 18px;
    background-color: rgba(255, 143, 14, 0.8);
    text-indent: 6px;
    font-size: 13px;
}
.integral-mall li:hover .mallimg img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.integral-mall li > p{
    text-align: center;
    margin: 8px 0;
}
.integral-mall li > .convert{
    display: block;
    width: 100px;
    line-height: 30px;
    background-color: #e8222d;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0 auto;
    border: 1px solid transparent;
}
.integral-mall li > .convert:hover{
    border: 1px solid #e8222d;
    color: #e8222d;
    background-color: #fff;
}

/* 返现步骤 */
.cashStep{
    background-color: #f7f7f7;
}
.cashStep .mid{
    padding: 20px 20px;
}
.cashStep .step{
    position: relative;
    width: 242px;
    height: 140px;
    text-align: center;
    margin-right: 64px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 0 16px;
}
.cashStep .step.step1{
    background-color: #ffd420;
}
.cashStep .step.step2{
    background-color: #ffbc00;
}
.cashStep .step.step3{
    background-color: #ff9500;
}
.cashStep .step.step4{
    background-color: #ff661a;
}
.cashStep .step::before{
    content: "";
    position: absolute;
    top: 0;
    right: -64px;
    width: 64px;
    height: 140px;
    line-height: 140px;
    background: url(../images/stepbg.png) no-repeat center center;
}
.cashStep .step:last-child{
    margin-right: 0;
}
.cashStep .step:last-child::before{
    content: none;
}
.cashStep .step > b{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}
.cashStep .step .stepCont{
    height: 98px;
    background-color: #fff;
    padding: 6px 10px;
}
.cashStep .step .stepCont h3{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
.cashStep .step .stepCont p{
    color: #888;
    text-align: center;
    word-break: break-all;
    line-height: 18px;
}

/* 资讯 */
.newsbox{
    padding-top: 24px;
}
.newsbox .news{
    width: 570px;
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 0 6px 0 #ececec;
    padding: 16px 20px;
}
.newsbox .news1 {
    width: 320px;
    height: auto;
    padding: 2px 30px;
}

.newsbox .news.industry{
    margin-left: 48px;
}
.newsbox .news h4{
    color: #e8222d;
    font-size: 16px;
}
.newsbox .news li{
    position: relative;
    margin-top: 6px;
    line-height: 24px;
}
.newsbox .news li > a{
    position: relative;
    display: block;
    width: 100%;
    padding-left: 22px;
    padding-right: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsbox .news li > a::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.newsbox .news li > a:hover{
    background-color: #f7f7f7;
}
.newsbox .news li > span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    color: #888;
}
.newsbox .news2 {
    width: 780px;
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 0 6px 0 #ececec;
    padding: 2px 30px;
}
.newsbox .news2.industry{
    margin-left: 48px;
}
.newsbox .news2 h4{
    color: #e8222d;
    font-size: 16px;
}
.newsbox .news2 li{
    position: relative;
    margin-top: 6px;
    line-height: 24px;
}
.newsbox .news2 li > a{
    position: relative;
    display: block;
    width: 100%;
    padding-left: 22px;
    padding-right: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsbox .news2 li > a::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.newsbox .news2 li > a:hover{
    background-color: #f7f7f7;
}
.newsbox .news2 li > span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    color: #888;
}