@charset 'UTF-8';

/**!
 * 交易详情
 * author: fxyue;
 * date: 2020-03-05
 */

@font-face {
    font-family: 'DINALTERNATEBOLD';
    src: url('../fonts/DINALTERNATEBOLD.eot') format('embedded-opentype'),
        url('../fonts/DINALTERNATEBOLD.woff') format('woff'),
        url('../fonts/DINALTERNATEBOLD.TTF') format('truetype');
}

/* go */
.ewb-go {
    padding-top: 36px;
    overflow: hidden;
}

.ewb-go-hd {
    text-align: center;
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
}

.go-sub,
.go-state {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
}

.go-sub {
    margin-top: 5px;

}

.go-sub label {
    color: #e5322c;
}

.go-state {
    margin-top: 24px;
}

.go-list {
    margin: 0 25px;
    display: inline-block;
    vertical-align: top;
}


.go-pro {
    margin-top: 26px;
    height: 104px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.ewb-go-wrap {
    float: left;
    width: 170px;
    padding-top: 22px;
    cursor: pointer;
}

.ewb-go-arr {
    float: left;
    width: 18px;
    height: 104px;
    background: url("../images/sub/go_arr.png") 50% 36px no-repeat;
}

.go-con01 {
    float: left;
    line-height: 30px;
    font-size: 36px;
    margin-left: 15px;
    color: #d0d0d0;
    font-family: 'DINALTERNATEBOLD';
}

.go-con {
    margin-left: 54px;
    padding-top: 7px;
    background: url("../images/sub/golist_bg.png") 0 2px no-repeat;
}

.go-con p {
    line-height: 24px;
    margin-top: 5px;
    color: #999;
}

.go-con p:first-child {
    color: #333;
}

.pro-cur .go-con01 {
    color: #e5322c;
}

.pro-cur .go-con {
    background-image: url("../images/sub/golist_bg2.png");
}

/* make */
.ewb-make {
}

.ewb-make-hd {
    border-bottom: 1px solid #e5322c;
}

.ewb-make-bd {
    padding: 40px 50px;
}

.ewb-make-items>li {
    float: left;
    width: 256px;
    margin-left: 5px;
}

.ewb-make-items>li:first-child {
    margin-left: 0;
}

.make-lk {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #666;
    background: #f6f6f6;
    text-align: center;
}

.make-lk.cur,
.make-lk:hover {
    color: #fff;
    font-weight: bold;
    background: #e5322c;
}


/* 报名倒计时 */
.ewb-say-box {
    position: relative;
    margin: 0 auto;
    width: 520px;
    height: 180px;
}

/* 倒计时 */
.ewb-do {
    width: 520px;
    height: 180px;
    background: #f6f6f6;
    border-radius: 8px;
}

.ewb-do-hd {
    padding-top: 16px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.ewb-do-bd {
    margin-top: 16px;
}

.ewb-do-items {
    padding: 0 20px;
    text-align: center;
}

.ewb-do-items>li {
    float: left;
    width: 33.3%;
    font-size: 0;
}

.do-msg {
    min-width: 101px;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 48px;
    color: #e5322c;
    font-family: 'DINALTERNATEBOLD';
}

.do-msg>span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    border-left: 1px dashed #ddd;
    background: #fff;
    height: 60px;
}

.do-msg>span:first-child {
    border-left: 0;
}

.do-time {
    line-height: 32px;
    font-size: 18px;
    margin-top: 12px;
}



.do-end {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 520px;
    height: 180px;
    line-height: 180px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #999;
    background: #f6f6f6;
    border-radius: 8px;
}


.say-con {
    line-height: 30px;
    font-size: 16px;
}

.say-det {
    color: #333;
}

.say-para {
    text-indent: 2em;
}

.say-con h2 {
    margin-top: 8px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.say-ps {
    text-align: right;
}

/* fit */
.ewb-fit {
    margin-top: 30px;
}

.fit-tt {
    width: 127px;
    line-height: 32px;
    font-size: 18px;
}

.ewb-fit-items {
    padding-bottom: 12px;
}

.ewb-fit-items>li {
    line-height: 32px;
    margin-top: 5px;
    font-size: 16px;
}

.ewb-fit-items a {
    color: #2c69e5;
}

.ewb-fit-items a:hover {
    text-decoration: underline;
}

/* 说明 */
.ewb-exp {
    margin-top: 10px;
}

.ewb-exp-hd {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.ewb-exp-bd {
    line-height: 32px;
    color: #666;
}

.ewb-exp-con {
    padding: 2px 0 0;
    line-height: 28px;
    color: #333;
}

.ewb-exp-con>p {
    margin-top: 7px;
}

.ewb-exp-con>p:first-child {
    margin-top: 0;
}

/* want */
.ewb-want {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -106px;
}

.ewb-want-items>li {
    margin-top: 1px;

}

.want-lk {
    padding-top: 45px;
    display: block;
    width: 70px;
    height: 25px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-color: #e5322c;
    text-align: center;
}

.want-lk.bg01 {
    background-image: url("../images/sub/want01.png");
}

.want-lk.bg02 {
    background-image: url("../images/sub/want02.png");
}

.want-lk.bg03 {
    background-image: url("../images/sub/want03.png");
}

.want-lk:hover {
    background-color: #d5231d;
}