.fastorder_container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    user-select: none;
}
.fastorder_top{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #8C8C8C;
}
.fastorder_top span{
    float: left;
    margin-right: 8px;
}
.fastorder_top a{
    color: #8C8C8C;
    float: left;
    margin-right: 8px;
}
.fastorder_cen{
    width: 100%;
    height: auto;
    border-right: none;
    position: relative;
}
.fastorder_cen_top{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-right: none;
    line-height: 40px;
    overflow: hidden;
}
.fastorder_cen_top > div{
    height: 40px;
    text-align: center;
    font-size: 16px;
    background: #f1f1f1;
    border-right: 1px solid #DDDDDD;
}
.fastorder_cen_cen{
    width: 100%;
    height: auto;
}
.fastorder_cen_cen>span{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #ccc;
    line-height: 60px;
    text-align: center;
}
.fo_main{
    display: flex;
    justify-content: flex-start;
    height: 60px;
    line-height: 60px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.fo_main > div{
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #DDDDDD;
}
.fo_title1,.fo_main1{
    width: 43px;
}
.fo_title2,.fo_main2{
    width: 50px;
}
.fo_title3,.fo_main3{
    width: 190px;
}
.fo_title4,.fo_main4{
    width: 190px;
}
.fo_title5,.fo_main5{
    width: 100px;
}
.fo_title6,.fo_main6{
    width: 80px;
}
.fo_title7,.fo_main7{
    width: 80px;
}
.fo_title8,.fo_main8{
    width: 90px;
}
.fo_title9,.fo_main9{
    width: 90px;
}
.fo_title10,.fo_main10{
    width: 90px;
}
.fo_title11,.fo_main11{
    width: 110px;
}
.fo_title12,.fo_main12{
    width: 90px;
}
.fo_title13,.fo_main13{
    width: 93px;
}

.pop .keyActive{
    background-color: #ccc;
}

.fastorder_cen_add{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    background: #f1f1f1;
}
.xuanzhong{
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    margin: 20px auto;
    cursor: pointer;
}
.xuanzhong img{
    display: none;
}
.fo_main1 .active img{
    display: block;
}
.fo_main3 input{
    width: 99%;
    font-size: 14px;
    color: #000;
    height: 20px;
    padding: 0 10px;
    margin-top: 20px;
}
.fo_main3 input::placeholder{
    color: #666;
    font-size: 14px;
}
.fo_main11{
    padding: 15px 5px;
    overflow: hidden;
}
.jian,.jia{
    float: left;
    border: 1px solid #ddd;
    width: 20px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.fo_main11 input{
    width: 43px;
    height: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: left;
    font-size: 12px;
    text-align: center;
}
.fo_main13 span{
    width: 70px;
    height: 30px;
    border-radius: 10px;
    padding: 0 10px;
    background: #FF1919;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 15px auto;
    cursor: pointer;
}
.pop{
    /* width: 963px; */
    height: 300px;
    position: absolute;
    top:100px;
    left:100px;
    background: #fff;
    z-index: 1;
    box-shadow:0px 2px 6px 2px #ddd;
    overflow: hidden;
    display: none;
}
.pop_top{
    width: 100%;
    height: 40px;
    background: #dadada;
    overflow: hidden;
}
.pop_top>div{
    width: 85px;
    overflow: hidden;
    /* border-right: 1px solid #ccc; */
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    float: left;
}
.pop_top .pop_top2,.pop_top .pop_top3,.pop_cen .pop_cen2,.pop_cen .pop_cen3{
    width: 218px;
}
.pop_cen{
    width: 100%;
    height: 260px;
    overflow:scroll;
}
.pop_cen li{
    width: 100%;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
}
.pop_cen li:hover{
    background: #ccc;
}
.pop_cen li > div{
    width: 85px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: left;
}
.fastorder_bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #f1f1f1;
    margin: 30px 0 100px;
    border: 1px solid #dadada;
    overflow: hidden;
}
.fastorder_bot_left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    height: 100%;
}
.fastorder_bot_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 300px;
    height: 100%;
}
.fastorder_chose{
    width: 120px;
    height: 100%;
    overflow: hidden;
}
.fastorder_chose .wholechose{
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    margin: 15px 10px;
    cursor: pointer;
    float: left;
    background: #fff;
}
.wholechose img{
    display: none;
}
.fastorder_chose .active img{
    display: block;
}
.fastorder_chose span{
    width: 40px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    text-align: center;
    font-size: 12px;
    color: #333;
    float: left;
}
.fastorder_chose .del{
    width: 110px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #dadada;
    background: #fff;
    margin: 11px 0;
    text-align: center;
    font-size: 12px;
    color: #000;
    float: left;
    cursor: pointer;
}
.fastorder_some{
    width: 120px;
    height: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    text-align: center;
    overflow: hidden;
}
.fastorder_some span{
    float: left;
}
.fastorder_some p{
    float: left;
    margin: 0 5px;
    color: #D80C18;
}
.fastorder_price{
    width: 200px;
    height: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    float: left;
}
.fastorder_price span{
    float: left;
    margin-right: 5px;
}
.fastorder_price p{
    float: left;
    color: #D80C18;
    font-size: 20px;
}
.fastorder_join{
    width: 140px;
    height: 50px;
    background: #0094d0;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    float: right;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}


/*搜索区域*/
.search{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.searchBox{
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 550px;
    height: 50px;
    border: 2px solid #19A3F5;
    padding: 0;
}
.searchBoxCon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 440px;
    height: 100%;
}
.searchBoxCon img{
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 10px;
}
.searchBoxCon input{
    width: 350px;
    font-size: 14px;
    color: #707070;
}
.searchBox button{
    display: block;
    width: 108px;
    height: 100%;
    background-color: #19A3F5;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
}



.caozuo{
    position: relative;
    width: 600px;
    height: 100%;
}
.caozuo .page{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.caozuo .page>div{
    width: 65px;
    height: 28px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    color: #0094D0;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.caozuo .page>ul{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    height: 28px;
    margin: 0 6px;
    white-space: nowrap;
}
.caozuo .page>ul li{
    display: inline-block;
    width: 32px;
    height: 28px;
    margin-right: 6px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    color: #0094D0;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.caozuo .page>ul li:nth-last-child(1){
    margin-right: 0;
}
.caozuo .page>ul li.pageAction{
    background-color: #0094D0;
    color: #fff;
}
.caozuo .page>div.pageCount{
    width: auto;
    margin-left: 6px;
    border: none;
}
.caozuo .page>div.pageInput{
    width: auto;
    margin-left: 6px;
    border-radius: 4px;
    border-color: #1794D0;
}
.caozuo .page>div.pageInput input{
    display: block;
    width: 65px;
    height: 26px;
    border-radius: 4px;
    font-size: 14px;
    color: #0094D0;
    line-height: 28px;
    text-align: center;
}
.caozuo .page>div.pageJump{
    width: 65px;
    height: 28px;
    border-color: #E5E5E5;
    margin-left: 6px;
}
