@charset 'UTF-8';

/**!
 * 今日交易
 * author: wangkai;
 * date: 2019-05-17
 */

/* 今日交易 */

.ewb-trade {
    height: 914px;
	background-color: #fff;
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-trade {
        height: auto;
    }  
}

/* hd */

.ewb-trade-hd {
    position: relative;
    padding-left: 182px;
    height: 93px;
}

/* 日期 */

.ewb-date {
    position: absolute;
    top: 3px;
    left: 0;
    width: 169px;
    height: 90px;
    background-color: #f1f1f1;
}

.ewb-date-wrap {
    position: absolute;
    top: -4px;
    left: -9px;
    width: 174px;
    height: 90px;
    background: url('../images/subPage/date_bg.jpg') left bottom no-repeat #2270df;
}

.ewb-date-jt {
    position: absolute;
    bottom: -4px;
    left: -9px;
    display: block;
    width: 8px;
    height: 8px;
    background: url('../images/subPage/date_jt.png') no-repeat;
}

.ewb-date-ico {
    float: left;
    margin: 23px 0 0 16px;
    width: 42px;
    height: 42px;
    background: url('../images/subPage/date_ico.png') no-repeat;
    cursor: pointer;
}

.ewb-date-ico.cur {
    background-image: url('../images/subPage/date_ico_cur.png');
}

.ewb-date-txt {
    float: left;
    margin: 23px 0 0 10px;
    width: 100px;
    height: 42px;
    line-height: 41px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ewb-date-box {
    position: absolute;
    z-index: 300;
    top: 78px;
    left: 8px;
    display: none;
    padding: 20px 20px 0 20px;
    width: 388px;
    height: 355px;
    border: 1px solid #257bf5;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 10px 8px 1px rgba(3, 0, 0, 0.16);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ewb-date-arrow {
    position: absolute;
    top: -14px;
    left: 19px;
    display: block;
    width: 17px;
    height: 14px;
    background: url('../images/subPage/date_arrow.png') no-repeat;
}

.ewb-laydate .layui-laydate,
.layui-laydate-hint {
    width: 100%;
    box-shadow: none;
}

.ewb-laydate .laydate-theme-molv .layui-laydate-main {
    width: 100%;
}

.layui-laydate-content table {
    width: 100%;
}

.ewb-laydate .layui-laydate-footer span:hover {
    color: #fff;
    background-color: #299df0;
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-trade-hd {
        padding-left: 0;
        height: auto;
    }

    .ewb-date {
        position: static;
        width: 100%;
        height: auto;
    }

    .ewb-date-wrap {
        position: static;
        width: 100%;
        height: 60px;
    }

    .ewb-date-ico,
    .ewb-date-txt {
        margin-top: 9px;
    }

    .ewb-date-jt {
        display: none;
    }
    .ewb-date-box {
        top: 64px;
        left: 0;
        width: 294px;
        padding: 10px 10px;
        height: auto;
    }
    .ewb-date-arrow {
        left: 27px;
    }
}

/* 交易类型 */

.ewb-trade-type {
    padding-top: 12px;
    padding-left: 7px;
    height: 51px;
}

.ewb-trade-type li {
    float: left;
    margin-left: 20px;
    vertical-align: top;
    min-width: 120px;
    height: 39px;
    background-color: #ecf5ff;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    cursor: pointer;
}

.ewb-trade-type li:first-child {
    margin-left: 0;
}

.ewb-type-name {
    display: block;
    padding: 0 12px;
    height: 39px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #2c7edc;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
}

.ewb-trade-type li.cur {
    background-color: #339aed;
}

.ewb-trade-type li.cur .ewb-type-name {
    color: #fff;
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-trade-type {
        padding: 10px 10px;
    }
    .ewb-trade-type li {
        margin-left: 10px;
        min-width: auto;
        height: 32px;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
    }

    .ewb-type-name {
        height: 32px;
        line-height: 31px;
        font-size: 14px;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
    }
}

/* 查询 */

.ewb-query {
    margin-top: 9px;
}

.ewb-query-name {
    float: left;
    margin: 0 2px 0 30px;
    height: 29px;
    line-height: 28px;
    color: #1464c0;
}

.ewb-query-name:first-child {
    margin-left: 0;
}

.ewb-query-tips {
    position: relative;
    z-index: 1;
    float: left;
    padding-left: 12px;
    width: 241px;
    height: 29px;
    border: 1px solid #e5e5e5;
}

.ewb-query-tips .input-placeholder {
    position: absolute;
    top: 0;
    left: 12px;
    height: 27px;
    line-height: 26px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-query-tips .input-box {
    width: 100%;
    height: 27px;
    line-height: 26px;
    border: 0;
    background: 0 0;
    vertical-align: top;
}

.ewb-query-btn {
    float: left;
    margin-left: 14px;
    width: 99px;
    height: 29px;
    color: #fff;
    background-color: #fb7f00;
    cursor: pointer;
}

.ewb-query-btn:hover {
    background-color: #fb7000;
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {
    .ewb-query-tips {
        width: 245px;
    }
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .ewb-query-name {
        margin-left: 10px;
    }

    .ewb-query-tips {
        width: 133px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-query {
        margin-top: 0;
        padding: 0 10px;
        font-size: 12px;
    }
    .ewb-query-name,
    .ewb-query-tips,
    .ewb-query-btn {
        float: none;
        margin-left: 0;
    }
    .ewb-query-tips,
    .ewb-query-btn {
        width: 100%;
    }
    .ewb-query-btn {
        margin-top: 10px;
    }
}

/* bd */

.ewb-trade-bd {
    position: relative;
    padding: 26px 18px 0 160px;
}

/* 时间段 */

.ewb-time {
    position: absolute;
    top: 26px;
    left: 0;
    width: 138px;
}

.ewb-time-line {
    position: absolute;
    z-index: 50;
    top: 25px;
    right: 7.5px;
    bottom: 25px;
    width: 1px;
    background-color: #e9e9e9;
}

.ewb-time-node {
    position: relative;
    z-index: 100;
    padding-left: 55px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
}

.ewb-time-name {
    display: block;
    font-size: 16px;
    color: #c8c8c8;
    background: url('../images/subPage/time_ico.png') right center no-repeat;
    cursor: pointer;
}

.ewb-time-name:hover {
    color: #2c7edc;
}

.ewb-time-jt {
    position: absolute;
    top: 50%;
    right: -23px;
    display: none;
    margin-top: -9px;
    width: 12px;
    height: 18px;
    background: url('../images/subPage/time_jt.png') no-repeat;
}

.ewb-time-node.cur .ewb-time-name {
    font-weight: bold;
    color: #2c7edc;
    background-image: url('../images/subPage/time_ico_cur.png');
}

.ewb-time-node.cur .ewb-time-jt {
    display: block;
}

.ewb-time-sel {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 16px;
    color: #299df0;
    background: url('../images/subPage/time.png') left center no-repeat;
    background-size: 24px 24px;
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-trade-bd{
        padding: 10px 10px;
    }
    .ewb-time {
        position: relative;
        top: 0;
        width: 100%;
    }
    .ewb-time-jt,
    .ewb-time-line {
        display: none !important;
    }
    .ewb-time-list {
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        border: 1px solid #2c7edc;
        background-color: #fff;
    }
    .ewb-time-node {
        padding-left: 10px;
        height: 32px;
        line-height: 32px;
    }
    .ewb-time-name {
        padding-left: 30px;
        background-position: left center;
    }
}

/* 列表 */

.ewb-trade-box {
    padding: 3px 5px 0 25px;
    height: 774px;
    border: 1px solid #257bf5;
    background-color: #f5f9ff;
}

.ewb-item-remind {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #666;
}

.ewb-item-remind span {
    font-weight: bold;
    color: #2c7edc;
}

.ewb-item-wrap {
    height: 700px;
    overflow: hidden;
}

.ewb-item-list {
    margin-top: -16px;
}

.ewb-item-node {
    float: left;
    width: 50%;
    vertical-align: top;
}

.ewb-item-box {
    display: block;
    margin: 16px 20px 0 0;
    padding: 6px 18px 0 18px;
    height: 127px;
    border: 1px solid #e5e5e5;
    background: url('../images/subPage/item_bg.png') right bottom no-repeat #fff;
}

.ewb-item-number {
    height: 36px;
    line-height: 36px;
}

.ewb-item-room {
    padding-left: 22px;
    height: 28px;
    line-height: 28px;
    background: url('../images/subPage/room_ico.png') left center no-repeat;
}

.ewb-item-number,
.ewb-item-room {
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-item-room label {
    color: #2c7edc;
}

.ewb-item-name {
    display: -webkit-box;
    height: 40px;
    line-height: 20px;
    font-weight: bold;
    color: #666666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ewb-item-box:hover .ewb-item-name {
    color: #2c7edc;
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .ewb-trade-box {
        padding-left: 15px;
    }

    .ewb-item-box {
        margin-right: 10px;
        padding: 6px 10px 0 10px;
        background-size: 100px auto;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-trade-box,
    .ewb-item-wrap {
        height: auto;
    }
    .ewb-trade-box {
        padding: 10px 10px;
    }
    .ewb-item-node {
        width: 100%;
    }
    .ewb-item-list {
        margin-top: -10px;
    }
    .ewb-item-box {
        margin: 10px 0 0 0;
    }
}


/* sxx */
/* loca */
.ewb-loca {
    margin-top: 3px;
    padding-left: 23px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #999;
    background: url('../images/loca_ico.png') left center no-repeat;
}

.ewb-loca a {
    color: #999;
}

.ewb-loca .ewb-cur {
    color: #3595f7;
}