/*微信分享*/
.time i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/wei-icons.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    position: relative;
    top: 10px;
}
.time .weiIcon{
    background-position: 0 -1612px;
}
.time .boIcon{
    background-position: 0 -104px;
}
.qrCodeBox{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.qrCodeBox .qrCode{
    padding: 10px;
    width: 300px;
    height: 300px;
    position: fixed;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    background: #ffffff;
}
.qrCodeBox .qrCode span{
    float: right;
    cursor: pointer;
}
.qrCodeBox .qrCode h4{
    font-size: 14px;
    float: left;
}
.qrCodeBox .qrCode p{
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.qrCodeBox .qrCode img{
    display: block;
    margin: 10px auto;
    text-align: center;
}
/*倒计时*/
.countBox{
    width: 300px;
    margin: 20px auto;
    border: 1px solid #bbb;
    position: relative;
}
.countBox .title{
    width: 120px;
    text-align: center;
    padding: 0 10px;
    background: #3688D2;
    position: absolute;
    left: 90px;
    line-height: 40px;
    top: -20px;
    color: #ffffff;
    border-radius: 5px;
}
.countBox .count{
    height: 80px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}
.countBox .count p{
    border-radius: 5px;
    display: inline-block;
    background: #3688D2;
    padding: 5px 15px;
    color: #ffffff;
    margin-right: 10px;
}
#app div.xianShow{
    display: none;
}
/*流程图*/
.flowBox{
    position: relative;
    width: 1100px;
    min-height: 310px;
    background-color: #f3f8ff;
    margin: 0 auto 10px auto;
}
.tabTitle{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #3688D2;
}
.tabTitle:before{
    content: "";
    display: inline-block;
    width: 4px;
    border-radius: 4px;
    background: #3688D2;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.flowBox .flowTitle{
    color: #333;
    /*font-family: "Microsoft YaHei";*/
}
.flowBox .flowTitle li div{
    cursor: not-allowed;
}
.flowBox .flowTitle li div.enable{
    border: 1px solid #3688D2;
    color: #3688D2;
    background-color: #f3f8ff;
    cursor: pointer;
}
.flowBox .flowTitle li div.enable:before{
    border: 1px solid #3688D2;
    background: #3688D2;
}
.flowBox .flowTitle li div.active{
    background-color: #3688D2;
    cursor: pointer;
    color: white;
}
.flowBox .flowTitle li>.ewb-flow-date{
    color: #3688D2;
}
.flowBox .flowTitle .ewb-up{
    height: 110px;
    width: 188px;
    position: absolute;
    top: 55px;
    text-align: center;
}
.flowBox .flowTitle .ewb-up:after {
    content: "";
    position: absolute;
    width: 15px;height: 15px;left: 50%;bottom: -7px;
    box-shadow: 0 0 5px 2px rgb(135 135 135 / 15%);
    background-color: #fff;
    z-index: -2;
    transform: translateX(-50%) rotateZ(
            135deg);
}
.flowBox .flowTitle .ewb-up:nth-child(2n):after {
    content: "";
    position: absolute;
    width: 15px;height: 15px;left: 50%;bottom: -7px;
    box-shadow: 0 0 5px 2px rgb(135 135 135 / 15%);
    background-color: #fff;
    z-index: -2;
    transform: translateX(-50%) rotateZ(
            135deg);top: -7px;
    bottom: auto;
}

.flowBox .ewb-itemUp0{
    left: 0;
}
.flowBox .ewb-itemUp1{
    left: 94px;
}
.flowBox .ewb-itemUp2{
    left: 188px;
}
.flowBox .ewb-itemUp3{
    left:282px;
}
.flowBox .ewb-itemUp4{
    left: 376px;
}
.flowBox .ewb-itemUp5{
    left:  475px;
}
.flowBox .ewb-itemUp6{
    left: 564px;
}
.flowBox .ewb-itemUp7{
    left: 666px;
}
.flowBox .ewb-itemUp8{
    left: 752px;
}
.flowBox .ewb-itemUp9{
    left:854px;
}
.flowBox .ewb-itemUp10{
    left: 940px;
}

.flowBox .flowTitle .ewb-up:nth-child(2n){
    text-align: center;
    position: absolute;
    height: 110px;
    width: 188px;
    top: auto;
    bottom:20px;
}
.flowBox .flowTitle .steps-block {
    position: absolute;
    height: 24px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.flowBox .flowTitle .steps-block:before {
    content: "";
    position: absolute;
    width: 99.4%;
    height: 1px;
    background-color: #bbb;
    border-radius: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.flowBox .flowTitle .steps-block .step {
    position: absolute;
   height:12px;
    background-color: #fff;
    border-radius: 50%;
}
.flowBox .flowTitle .steps-block .step:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #bcbcbc;
    background: #f3f8ff;
    border-radius: 50%;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    z-index: 2;
}
.flowBox .flowTitle .steps-block .step.active:before,.flowBox .flowTitle .steps-block .step.enable:before{
    background: #3688D2;
    border: 1px solid #3688D2;
}

.flowBox .flowTitle .steps-block .step:nth-child(1) {
    left: 94px;
}

.flowBox .flowTitle .steps-block .step:nth-child(2) {
    left:188px;
}

.flowBox .flowTitle .steps-block .step:nth-child(3) {
    left: 282px;
}

.flowBox .flowTitle .steps-block .step:nth-child(4) {
    left: 376px;
}

.flowBox .flowTitle .steps-block .step:nth-child(5) {
    left:470px;
}

.flowBox .flowTitle .steps-block .step:nth-child(6) {
    left: 564px;
}

.flowBox .flowTitle .steps-block .step:nth-child(7) {
    left:666px;
}

.flowBox .flowTitle .steps-block .step:nth-child(8) {
    left: 752px;
}
.flowBox .flowTitle .steps-block .step:nth-child(9) {
    left: 846px;
}
.flowBox .flowTitle .steps-block .step:nth-child(10) {
    left: 940px;
}
/*.flowBox .flowTitle .ewb-up:nth-child(1):before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    height: 0;*/
/*    width: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 1;*/
/*}*/
/*.flowBox .flowTitle .ewb-up:nth-child(1):before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    height: 1px;*/
/*    width: 180px;*/
/*    top: 79px;*/
/*    right: 100px;*/
/*    background-color: #bbb;*/
/*    z-index: 1;*/
/*}*/
.flowBox .flowTitle .ewb-up div{
    position: relative;
    width: 120px;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flowBox .ewb-up .ewb-flow-date{
    display: block;
    line-height: 16px;
    padding-top: 10px;
}
.flowBox .ewb-up:nth-child(2n) .ewb-flow-date{
    display: block;
    line-height: 16px;
    height: 16px;
    padding-top:0px;
    margin-bottom: 10px;
}
/*.flowBox .ewb-up div:before{*/
/*    top: 72px;*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    left: 50%;*/
/*    margin-left: -9px;*/
/*    border: 1px solid #bcbcbc;*/
/*    border-radius: 50%;*/
/*    z-index: 2;*/
/*    background: #f3f8ff;*/
/*}*/
.flowBox .ewb-itemDown0{
    right: 10px;
}
.flowBox .ewb-itemDown1{
    right: 198px;
}
.flowBox .ewb-itemDown2{
    right: 386px;
}
.flowBox .ewb-itemDown3{
    right: 574px;
}
.flowBox .ewb-itemDown4{
    right: 762px;
}
.flowBox .ewb-itemDown5{
    right: 950px;
}

.flowBox .ewb-down{
    text-align: center;
    position: absolute;
    height: 110px;
    width: 188px;
    bottom: 28px;
}
.flowBox .flowTitle .ewb-itemDown0:before{
    right: 16px;
    top: -68px;
    width: 75px;
    border: 1px solid #bbb;
    border-left: none;
    border-radius: 0 15px 15px 0;
    height: 104px;
    background: none;
}
.flowBox .ewb-down:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 180px;
    background: #bbbbbb;
    z-index: 1;
    right: -87px;
    top: 37px;
}
.flowBox .ewb-down .ewb-flow-date{
    display: block;
    line-height: 16px;
    padding-top: 0;
    height: 60px;
    padding-bottom: 44px;
}
.flowBox .ewb-down div:before{
    top: -30px;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -9px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    z-index: 2;
    background: #f3f8ff;
}
.flowBox .flowTitle .ewb-down div{
    position: relative;
    width: 120px;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*表格*/
tbody{
    border-collapse: collapse !important;
}
table{
    width: 100%;
    border-collapse: collapse !important;
}
td{
    padding: 10px 5px;
}
.division{
    width: 1138px;
    margin: 40px auto;
    height: 1px;
    background: #ababab;
}
.sheet{
    width: 1100px;
    padding: 20px 0;
    margin: 0 auto;
}
.sheet .sheetBox td{
    width: 250px;
    padding: 10px 5px;
    border: 1px solid #a6d0f6;
    font-size: 14px;
}
.sheet .sheetBox td:nth-child(2n + 1){
    background: #f3f8ff;
}
.sheet .sheetBox td:nth-child(2n){
    width: 300px;
}
.contract{
    width: 700px !important;
    margin: 0 auto;
    padding: 20px;
}
.contract .contractBox td:nth-child(2n + 1){
    width: 250px;
    background: #f3f8ff;
}
.contract .contractBox td{
    width: 450px;
    padding: 10px 5px;
    border: 1px solid #a6d0f6;
    font-size: 14px;
}

.detContent table{
    width: 99% !important;
    margin: 0 auto;
}

.detContent img{
    max-width:100%;
}
.bidopen_button{
    width: 280px;
    margin: 20px auto;
    position: relative;
}