﻿body {
    overflow-x: hidden;
}

@media screen and (max-width:1365px) {
    .content {
        width: 1024px;
    }
}

@media screen and (min-width:1366px) and (max-width: 1439px) {
    .content {
        width: 1366px;
    }
}
/*@media screen and (min-width: 1440px) and (max-width: 1920px){

}*/
html, body {
    width: 100%;
    height: 100%;
}

.main {
    width: 100%;
    height: 100%;
    padding-bottom: 20%;
    background: url(../images/bg-ztb.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    position: relative;
    top: 0;
}

.content {
    margin: 0 auto;
}

.breadnav {
    position: relative;
    top: 100px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #1e15b1;
    vertical-align: middle;
    background: url(../images/bgnav.png);
    background-size: 100% 100%;
    padding-left: 2%;
}

.breadnav img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    line-height: 40px;
    padding: 0 2px;
}

.openbid {
    width: 900px;
    margin: 0 auto;
    position: relative;
    top: 150px;
}

.openbid .title {
    color: #1e15b1;
    font-size: 30px;
    height: 50px;
        /*margin-top: 50px;*/
    line-height: 50px;
    text-align: center;
    background: url(../images/bgnav.png) no-repeat;
    background-size: 100% 100%;
}

.openbid div {
    margin:20px
}

.bidmsg p,.bidcomp p,.bidcomp table{
    margin-left: 50px;
    margin-bottom: 10px;
    color: #000;
}

.openbid .msg,.bidcomp p{
    color: #007df1;
    font-size: 20px;
    margin-top: 20px;
}
.bidcomp table{
    width: 100%;
}
.bidcomp table td{
    width: 50%;
    height: 20px;
    text-align: left;
}
.left {
    /*margin-right: 100px;*/
    display: inline-block;
    width: 400px;
}
.description{
    line-height: 1.3;
}
.description span{
    display: inline-block;
    margin-bottom: 6px;
}
.bidcomp{

}
.openbid .choice {
    color: #1e15b1;
    font-size: 30px;
    height: 50px;
    margin-top: 25px;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px double #1e15b1;
}

.openbid .notice {
    color: #1e15b1;
    font-size: 30px;
    min-height: 50px;
    margin-top: 50px;
    line-height: 50px;
    text-align: center;
}

.begin {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 30px auto 0 auto;
    border-radius: 10px 6px;
    border: 4px solid #abd7fa;
    background: #078eed;
    box-shadow: 0 0 1px #1070d2;
    color: #01365f;
    cursor: pointer;
}

.rndwrap {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: red;
}
.rndwrap span{
    display:none;

}
#noProject {

    text-align: center;
    font-size: 30px;
    color: red;
    display:block;
    margin:0 auto;
}

#timeNow {
    color: red;
    font-size: 25px;
    /*margin-bottom: 10px;*/
    text-align: center;
}
