﻿/**!
 * -首页
 * author: gaojian;
 * date:2018-08-
 */

/* 地图 */
.ewb-map {
    position: relative;
    height: 323px;
    border: 8px solid #dfefff;
}

#map {
    height: 323px;
    width: 100%;
}

.ewb-go-back {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99999;
    display: none;
    height: 21px;
    line-height: 21px;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #999;
    border-radius: 5px;
    cursor: pointer;
}

/* 服务电话 */
.ewb-service-hd {
    padding: 13px 0;
    margin: 14px 0 12px;
    background: #e5effa;
}

.ewb-service-tab {
    position: relative;
    float: left;
    padding: 0 45px;
    border-radius: 5px;
    margin-left: 10px;
    background: #2480df;
}

.ewb-service-tab>a {
    display: block;
    color: white;
    line-height: 28px;
    font-size: 16px;
}

.ewb-service-tab:hover,
.ewb-service-tab.cur {
    background: #2480df;
}



.ewb-service-tab:hover>a,
.ewb-service-tab.cur>a {
    color: #fff;
}

.ewb-service-con {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
	z-index: 1001;
    padding: 10px 0 5px;
    background: #2480df;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ewb-service-btn {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-service-btn:hover {
    background: #0158af;
}

.ewb-service-btn.none:hover,
.ewb-service-btn.none,
.ewb-service-tab.none:hover,
.ewb-service-tab.none{
    background: #ccc;
}
.ewb-service-tab.none:hover>a{
    color: white;
}

.ewb-service-tab:hover .ewb-service-con {
    display: block;
}

.ewb-service-phone {
    height: 122px;
    background: url(../images/servicephone_bg.jpg) 0 center no-repeat #fbfbfa;
}

.ewb-service-box {
    padding-left: 144px;
}

.ewb-service-tt {
    width: 178px;
    height: 61px;
    padding-top: 61px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #e9291b;
    background: url('../images/service_name.png') center 24px no-repeat;
}

.ewb-service-item {
    padding-top: 5px;
    margin-left: 178px;
}

.ewb-service-item li {
    width: 44%;
    height: 28px;
    line-height: 28px;
}

.ewb-service-item li a {
    color: #333;
}



/* 通知公告 */

.ewb-col-hd {
    height: 50px;
    background-color: #f4f4f4;
}

.ewb-col-tt {
    padding-left: 39px;
    width: 123px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../images/col_tt.png) no-repeat;
}

.ewb-col-more {
    width: 58px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #f7b751;
    margin: 13px 11px 0 0;
}

.ewb-notice {
    height: 290px;
    overflow: hidden;
}

.wb-data-item {
    padding-left: 1px;
    padding-top: 12px;
}

.wb-data-list {
    line-height: 32px;
    padding-left: 9px;
    background: url(../images/list_img.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #999;
    margin-top: -32px;
}

.wb-data-list:hover {
    background: url(../images/list_imgh.jpg) 0 50% no-repeat;
}

.wb-data-list:hover a {
    cursor: pointer;
    color: #f39500;
}


/* 登入按钮 */

.ewb-login {
    margin-top: -12px;
}

.ewb-login a {
    display: block;
    height: 76px;
    margin-top: 12px;
}

.ewb-login-item1 {
    background: url(../images/login_item1.jpg) no-repeat;
}

.ewb-login-item2 {
    background: url(../images/login_item2.jpg) no-repeat;
}

.ewb-login-item3 {
    background: url(../images/login_item3.jpg) no-repeat;
}

.ewb-login-item4 {
    background: url(../images/login_item4.jpg) no-repeat;
}


/* 交易信息 */

.ewb-col {
    position: relative;
}

.ewb-trade {
    padding-top: 10px;
    height: 534px;
    overflow: hidden;
}

.ewb-trade-hd {
    width: 140px;
}

.ewb-trade-bd {
    margin-left: 140px;
}

.ewb-trade-tab {
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 16px;
    background-color: #dff3fa;
    margin-top: 5px;
	color: black;
    cursor: pointer;
    display: block;
}

.ewb-trade-tab:first-child {
    margin-top: 2px;
}

.ewb-trade-tab.cur {
    background: url(../images/trade_tab.jpg) no-repeat;
    color: #fff;
    font-weight: bold;
}

.column-hd {
    height: 50px;
    position: absolute;
    top: 0;
    left: 162px;
    right: 0;
}

.column-tab {
    padding: 3px 0;
}

.ewb-column-item {
    height: 42px;
    line-height: 42px;
    padding: 0 8px;
    font-size: 16px;
    margin-left: 18px;
    cursor: pointer;
}

.ewb-column-item a {
    color: #333;
}

.ewb-column-item.cur {
    font-weight: bold;
    border-bottom: 2px solid #0f549a;
}

.ewb-column-item.cur a {
    color: #0f549a;
}

.column-more .ewb-col-more {
    display: block;
}

.ewb-info {
    padding-top: 4px;
    padding-left: 10px;
}

.ewb-info-list {
    height: 36px;
    line-height: 36px;
    vertical-align: top;
}

.ewb-info-tt {
    color: #333;
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-info-tt:hover {
    color: #f39500
}

.color1 {
    color: #13ae4a;
}

.color2 {
    color: #db2020;
}

.ewb-info-num {
    width: 200px;
    text-align: center;
    margin-right: 20px;
    color: #999;
}

.ewb-info-date {
    color: #999;
}


/* 今日开标 */

.ewb-bid-date {
    padding-left: 30px;
    width: 88px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: url(../images/bid_time.png) no-repeat;
    margin: 11px 11px 0 0;
}

.ewb-bid {
    height: 535px;
    padding-top: 9px;
    overflow: hidden;
}

.ewb-bid-item li {
    position: relative;
    padding: 6px 19px 14px 15px;
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    margin-bottom: 11px;
}



.ewb-bid-item li a {
    display: blcok;
    color: #333;
}

.ewb-bid-item li:hover {
    border: 1px solid #9fc5ea;
    background-color: #fff;
}

.ewb-bid-label {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/arr.png) no-repeat;
}

.ewb-bid-title {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-bid-info {
    height: 22px;
    line-height: 22px;
}

.ewb-bid-icon {
    color: #9e9e9e;
}

.ewb-bid-icon>span {
    color: #595959;
}

.ewb-bid-item li:hover .ewb-bid-title {
    color: #0e5499;
}

.ewb-room {
    display: block;
    height: 122px;
    background: url('../images/room.jpg') no-repeat
}

.ewb-col-search {
    margin-top: 9px;
    height: 32px;
    border-radius: 5px;
    background: #fff;
	margin-right:11px;
}

.input-tips {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    width: 150px;
    height: 32px;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 32px;
    line-height: 32px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: 0 0;
    outline: 0;
}

.ewb-tips-btn {
    display: block;
    width: 35px;
    height: 32px;
    outline: 0;
    background: url('../images/search_icon.png') center center no-repeat #f7b751;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

@media (max-width: 1599px) {
    .ewb-column-item {
        padding: 0 5px;
        font-size: 15px;
        margin-left: 0px;
    }

    .ewb-room {
        background: url('../images/room2.jpg') no-repeat
    }

    .ewb-login-item1 {
        background: url(../images/login_item1h.jpg) no-repeat;
    }

    .ewb-login-item2 {
        background: url(../images/login_item2h.jpg) no-repeat;
    }

    .ewb-login-item3 {
        background: url(../images/login_item3h.jpg) no-repeat;
    }

    .ewb-login-item4 {
        background: url(../images/login_item4h.jpg) no-repeat;
    }

    .ewb-info-tt {
        max-width: 560px;
    }

    .ewb-info-num {
        margin-right: 10px;
    }

    .ewb-service-tab {
        padding: 0px 41px;
		margin-bottom:5px;
        margin-left: 19px;
    }

    .ewb-service-tab>a {
        font-size: 14px;
    }

    .ewb-service-box {
        padding-left: 0;
    }

    .ewb-service-btn {
        font-size: 12px;
    }
}

/* 20190930 */
.column-hd {
    left: 0;
}

.ewb-col-tt.trade {
    margin-top: -4px;
}

.ewb-col-tt.trade a {
    color: #fff !important;
}



/* 新增内容start */
.certification-layer {
    border-radius: 10px;
    overflow: hidden;
}
.certification-layer .layui-layer-close {
    right: -7px !important;
    top: -7px !important;
    background: url('../images/icon_dialog_close.png') center no-repeat !important;
}
.certification-dialog {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #2044cb 0%, #2d4de1 100%);
    box-sizing: border-box;
    padding: 41px 41px 20px;
    display: flex;
    justify-content: space-between;
}
.certification-dialog .handle-entity > *,
.certification-dialog .handle-phone > * {
    position: relative;
}
.certification-dialog .handle-phone::before,
.certification-dialog .handle-entity::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.certification-dialog .handle-entity {
    width: 271px;
    height: 100%;
    background: url('../images/img_handle_entity_bg.png');
    background-size: 100% 100%;
    position: relative;
    padding: 44px 0 88px;
    box-sizing: border-box;
}
.certification-dialog .handle-entity::before {
    background: url('../images/img_handle_entity.png') center no-repeat;
}
.certification-dialog .handle-entity .title {
    text-align: center;
}
.certification-dialog .handle-phone {
    width: 653px;
    height: 100%;
    background: url('../images/img_handle_phone_bg.png');
    background-size: 100% 100%;
    padding: 44px 44px 88px;
    position: relative;
    box-sizing: border-box;
}
.certification-dialog .handle-phone::before {
    background: url('../images/img_handle_phone.png') right 30px bottom 79px no-repeat;
}
.certification-dialog .handle-phone p {
    width: 313px;
}
.certification-dialog .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #ffffff;
    margin-bottom: 20px;
}
.certification-dialog .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    color: #3f62ef;
    width: 140px;
    height: 46px;
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    bottom: 28px;
}

.certification-dialog p {
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 17px;
    box-sizing: border-box;
    background: url('../images/img_certification_text.png') left top 11.5px no-repeat;
    text-indent: 14px;
}
/* 新增内容end */

/* 20220822 */
.more-position {
    position: absolute;
    top: 0;
    right: 0;
}
.ewb-col-head.cur {
    color: #fff;
    background: url(../images/col_tt.png) right center no-repeat;
}

.ewb-col-head{
    padding-left: 20px;
    width: 131px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 1599px){
.ewb-col-head{
    padding-left: 10px;
    width: 104px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
}

