﻿body{
    overflow-x: hidden;
}
@media screen and (max-width:1365px){
    .process div{
        font-size: 16px;
        width: 70px;
        height: 28px;
        line-height: 28px;
        padding: 6px 8px;
        font-size: 14px;
        /*border: 1px solid red;*/
    }
    .process .step2{
        line-height: 14px;
    }
    .process img{
        width: 40px;
    }
    .supplier button{
        font-size:16px;
        padding: 6px;
    }
    .supplier .btn{
        padding: 6px;
    }
    /*.opentender{
        height: 114px;
    }
    .todayopender{
        font-size: 30px;
        height: 54px;
        margin-top: 28px;
        margin-left: 120px;
    }
    .todayopendername{
        font-size: 18px;
    }*/


    .content{
        width: 1024px;       
    }
    .bidtitle{
        font-size: 14px;
    }
    .supplier {
        height: 50px;
        margin-top: 120px;
    }
    .state{
        line-height: 50px;
    }
    .bidding{
        margin: 20px auto 0 auto;
    }
/*    .fixedwidth{
        display:inline-block;
        width: 190px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }*/
    .bidding ul a{
        font-size: 14px;
    }
    #apply0,#apply1{
        margin-left: 4px;
    }
    .bidtype,.bidstate0,.bidstate1,.bidstate2{
        margin-left: 10px;
    }
    .comptype,.proftype{
        margin-left: 5px;
    }
    /*.bidding .date{
        line-height: 19px;
    }*/

}
@media screen and (min-width:1366px) and (max-width: 1439px){
    .process div{
        font-size: 16px;
        width: 98px;
        height: 39px;
        line-height: 39px;
        padding: 10px 12px;
    }
    /*.process .step4{
        line-height: 20px;
    }*/
    .supplier {
        height: 50px;
        margin-top: 130px;
    }
    .state{
        line-height: 50px;
    }
    .process img{
        width: 54px;
    }
    .supplier button{
        font-size:16px;
        padding: 10px;
    }
    .supplier .btn{
        padding: 10px;
    }
    .bidding{
        margin: 30px auto 0 auto;
    }
    .fixedwidth{
        display:inline-block;
        width: 220px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .content{
        width: 1366px;       
    }
    #apply0,#apply1{
        margin-left: 20px;
    }
    .bidtype,.bidstate0,.bidstate1,.bidstate2{
        margin-left: 20px;
    }
    .comptype,.proftype{
        margin-left: 10px;
    }
    /*.opentender{
        height: 152px;
    }
    .todayopender{
        font-size: 42px;
        height: 70px;
        margin-top: 38px;
        margin-left: 160px;
    }
    .todayopendername{
    font-size: 20px;
    }*/
}
/* and (max-width: 1920px) */
@media screen and (min-width: 1440px) {
    .process div{
        font-size: 16px;
        width: 98px;
        height: 39px;
        line-height: 39px;
        padding: 10px 12px;
    }
    /*.process .step4{
        line-height: 20px;

    }*/
    .supplier {
        height: 50px;
        margin-top: 130px;
    }
    .state{
        line-height: 50px;
    }
    .process img{
        width: 54px;
    }
    .supplier button{
        font-size:16px;
        padding: 10px;
    }
    .supplier .btn{
        padding: 10px;
    }
    .bidding{
        margin: 30px auto 0 auto;
    }
    .fixedwidth{
        display:inline-block;
        width: 220px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .content{
        width: 1366px;       
    }
    #apply0,#apply1{
        margin-left: 20px;
    }
    .bidtype,.bidstate0,.bidstate1,.bidstate2{
        margin-left: 20px;
    }
    .comptype,.proftype{
        margin-left: 10px;
    }
    /*.opentender{
        height: 152px;
    }
    .todayopender{
        font-size: 42px;
        height: 70px;
        margin-top: 38px;
        margin-left: 160px;
    }
    .todayopendername{
        font-size: 20px;
    }*/

}
html,body{
    width: 100%;
    height: 100%;
}
.main{
    width: 100%;
    height: 100%;
    padding-bottom: 10%;
    background: url(../images/bg-ztb.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    position: absolute;
}
.content{
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto; 
    padding-bottom: 2%;
}
.supplier .btn{
    /*display: none;*/
    display: inline-block;
    /*width: 8.6%;*/
    /*padding: 10px;*/
    /*padding-right: 7px;*/
    margin-right: 10%;
    border-radius: 10px;
    float: right;
}
.process{
    display: inline-block;
    margin-left: 3%;
}
.process div{
    display: inline-block;
    background: #eedfce;
    border-radius: 10px;
    color: #8f0026;
    border: 1px solid #c48a5b;
    vertical-align: middle;
    text-align: center;
}
.process div p{
    display: block;
    background: #d6a473;
}

.process img{
    display: inline-block;
    /*width: 54px;*/
    vertical-align: middle;
}
.supplier img{
    display: inline-block;
}
#btnwrap{
    display: inline-block;
}
.state{
    /*display: inline-block;*/
    display: none;
    float: right;
    margin-right: 6%;
}
.quit{
    margin-left: 3%;
    color: #000;
    font-size: 14px;
}
.quit:hover{
    cursor: pointer;
}
.supplier .state img{
    display: inline-block;
    width: 26%;
    margin-right: 5%;
    height: auto;
    vertical-align: middle;
}
#compname{
    /*line-height: 50px;*/
    vertical-align: middle;
}
.supplier button{
    /*font-size: 18px;*/
    /*padding: 10% 10%;*/

    border-radius: 3px;
    border-style: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    
}
.login{
    background-color: transform;
    border: 1px solid #7dc05d;
}
.login button{
    color: #134f01;
    background-color: #6fd018;
}
.register{
    background-color: #abd7fa;
    border: 1px solid #4284c4;
}
.register button{
    color: #01365f;
    background-color: #078eed;
}
.bidding{
    width: 88.4%;
}
.result,.openlist{
    width: 45%;
    vertical-align: top;
}
.notice{
    width: 80%;
    vertical-align: top;
}
.notice{
    margin: 0 auto 2% auto;
}
.notice .bidtitle{
    padding: 2.8% 0 2% 0;
}
.result,.openlist{
    display: inline-block;
    float: left;
}
.openlist{
    margin-right: 5%;
}
.result{
    margin-left: 5%;
}
.bidtitle{
    width: 100%;
    margin-bottom: 2.8%;
    padding: 3.5% 0 2.5% 0;
    color: #1e15b1;
    vertical-align: middle;
    background: url(../images/bgtitle.png) no-repeat;
    background-size: 100% 100%;
}
.bidname{
    display: inline-block;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bidtitle span a{
    color: #1e15b1;
    vertical-align: top;
}
.rtitle{
    margin-left: 4.5%;
    font-weight: 600;
}
.ltitle{
    margin-right: 6.7%;
    float: right;
}
.notice ul,.result ul,.openlist ul{ 
    margin-top: 1%;
    margin-left: 3%;
}
.bidding ul a{
    vertical-align: middle;
    color: #000;
    vertical-align: top;
}
.notice li,.openlist li,.result li{
    padding-bottom: 1.5%;
}
#apply0,#apply1{
    /*color: #0060f0;*/
    vertical-align: top;
}
#apply0{
    color: green;
}
#apply1{
    color: red;
}
.bidtype{
    color: #0060f0;
    vertical-align: top;
}
.comptype,.proftype{
    display: inline-block;
    width: 100px;
    vertical-align: top;
}
.bidstate0{
    color: orange;
}
.bidstate1{
    color: red;
}
.bidstate2{
    color: green;
}
.bidding .date{
    float: right;
    margin-right: 2.5%;
    /*vertical-align: top;*/
}
/*.opentender{
    margin-top: 1%;
    margin-bottom: 4%;
}
.opentender{
    display: inline-block;
    width: 50%;
    margin-left: 25%;
    background: url(../images/jrkb.png) no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.todayopender{
    display: block;
    width: 60%;
    color: #1e15b1;
    background: url(../images/laba.png) no-repeat left;
    background-size: 28%;
}
.todayopendername{
    color: #1e15b1;
}*/