.wrapper {
    width: 100%;
    min-width: 1200px;
    background-color: rgba(14, 58, 22, 1);
    color: #fff;
    font-weight: 400 !important;
}

.marathon-top-2019 {
    width: 100%;
    min-width: 1200px;
    height: 1095px;
    background: url("../../img/hackmarathon2019/bg_01.jpg") no-repeat 50% 0;
}

.marathon-mid-2019 {
    width: 100%;
    min-width: 1200px;
    height: 3220px;
    height: 3090px;
    background: url("../../img/hackmarathon2019/bg_02.jpg") no-repeat 50% 100%;
    margin-top: -15px;
}

.marathon-bottom-2019 {
    width: 100%;
    min-width: 1200px;
    height: 1150px;
    background: url("../../img/hackmarathon2019/bg_03.jpg") no-repeat 50% 0;
}
.top-con {
    width: 1200px;
    height: 753px;
    margin: 0 auto;
    position: relative;
}

.top-title {
    width: 1200px;
    height: 365px;
    margin: 0 auto;
    padding-top: 30px;
}

.top-title img {
    display: block;
    margin: 40px auto;
}

.top-title p {
    font-size: 22px;
    padding: 0 52px;
    box-sizing: border-box;
    line-height: 48px;
}

.top-time{
    background: url("../../img/hackmarathon2019/time.png") no-repeat 50% 0;
    width: 542px;
    height: 219px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: black;
}

.top-time>h2{
    margin: 40px 80px 0;
    font-size: 20px;
    color: black;
    font-weight: 700;
}

.top-time .time-count-2019, .top-time .time-desc{
    margin: 0 80px;
}

.top-time .time-count-2019{
    height: 80px;
    font-size: 40px;
}

.top-time .time-count-2019>span{
    color: #000;
    display: inline-block;
    height: 80px;
    line-height: 80px;
}
.time-count-num{
    width: 36px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.time-count-num+.time-count-num{
    margin-left: 5px;

}

.top-time .time-desc{
    font-size: 16px;
}
.time-desc>span{
    text-align: right;
    width: 80px;
    display: inline-block;
    margin-right: 10px;
}

.top-overview {
    position: absolute;
    bottom: 0;
    right: 0;
}
.top-overview a {
    display: block;
}


/* 

mid 
*/

.mid-con .tab-con ul li .table-2019.table-box td{
    padding: 3px 17px;
}

.match-title.match-2019 li {
    width: 33%;
}

.sub-support-cooperation.f-2019 li{
    display: inline-block;
    margin: 0 20px 0 0;
}