@charset 'utf8';
/* done start */
.done td {
    border: 1px solid #eee;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.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;
    padding: 40px 60px;
}

.deal-domain {
    font-weight: 600;
}
/* done end */

/* recently start */
.recently {
    padding-bottom: 60px;
}

.recently table {
    margin-top: 25px;
    border-top: 1px solid #fff;
}

.recently thead td {
    color: #fff;
    background-color: #3270ff;
    font-size: 22px;
}

.recently-price > span,
.recently-time > span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 24px;
    vertical-align: middle;
}

.recently-price em.asc,
.recently-time em.asc {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 10px;
    background: url("../../image/news_img/arrow-u.png") no-repeat center top;
    cursor: pointer;
}

.recently-time em.asc {
    background: url("../../image/news_img/arrow-u-active.png") no-repeat center top;
}

.recently-price em.desc,
.recently-time em.desc {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 10px;
    background: url("../../image/news_img/arrow-d-active.png") no-repeat center bottom;
    cursor: pointer;
}

.recently-time em.desc {
    background: url("../../image/news_img/arrow-d.png") no-repeat center bottom;
}

.recently td {
    height: 48px;
    line-height: 68px;
    border: 1px solid #fff;
    font-size: 16px;
    background-color: #e7eeff;
    vertical-align: middle!important;
}

.recently-more {
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    background-color: #f4f4f4;
    color: #666;
    cursor: pointer;
}
.swiper-slide .table td:hover {
    background-color: rgba(189, 202, 253, 0.2);
    box-shadow: 1px 1px 8px 3px rgba(189, 202, 253, 0.2);
/* recently end */