/*顶部占位*/
.top-box {
    height: 95px;
}

h2.nav {
    line-height: 63px;
    font-size: 40px;
    color: #333;
    font-weight: 400;
}

/*内容*/
.con {
    height: 623px;
}
.con-left {
    float: left;
    width: 525px;
    height: 623px;
}
.con-left-top {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}
.arrow {
    /*width: 165px;*/
    display: flex;
    flex-direction: row;
    height: 62px;
    align-items: center;
        padding-left: 10px;
}
.arrow span {
    display: inline-block;
    /*width: 70px;*/
    font-size: 24px;
    color: #333;
    text-align: center;
}
.arrow img {
    display: block;
    margin: 0 10px;
}
.change {
    display: flex;
    flex-direction: row;
    height: 62px;
    align-items: center;
}
.change span {
    display: inline-block;
    width: 66px;
    color: #29166f;
    font-size: 20px;
}
.public-nav {
    background-color: #e77745;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    box-sizing: border-box;
}
.public-nav span {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    line-height: 50px;
}
.con-left-informant {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    width: 100%;
}
.con-left-informant ul {
    padding-left: 20px;
}
.con-left-informant ul li {
    height: 39px;
}
.con-left-informant li span {
    display: inline-block;
    line-height: 39px;
    color: #666;
    font-size: 14px;
}
.con-right {
    float: right;
    width: 655px;
    height: 623px;
}
.con-right-top {
    margin-top: 62px;
    height: 50px;
    width: 100%;
}
.con-right-top span {
    display: inline-block;
    height: 30px;
    border-radius: 15px;
    font-size: 18px;
    color: #ffffff;
    background-color: #6ececa;
    width: 123px;
    text-align: center;
    line-height: 30px;
    margin-right: 30px;
}
.con-right-top del{
    font-size: 18px;
    color: #29166f;
}
.map {
    width: 655px;
    height: 507px;
}
.map img {
    width: 655px;
    height: 507px;
}
/*详细描述*/
.elaborate {
    width: 1200px;
    margin-top: 30px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.elaborate-con img {
    width: 30%;
}
.elaborate-con {
    padding-left:30px;
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.elaborate-con span {
    font-size: 18px;
    color: #333;
    line-height: 95px;
    display: inline-block;
    margin-right: 190px;
}

/*订单详情*/
.order {
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.order-ul {
    width: 1200px;
    /*margin-bottom: 100px; */
}
.order-ul-tit {
    height: 45px;
}
.order-ul-con {
    height: 68px;
}
.order-ul-tit>li,.order-ul-con>li{
    float: left;
    height: 68px;
    /*width: 100%;*/
}
.order-ul-tit>li{
    text-align: center;
    height: 45px;
    line-height: 45px;
    background-color: #e5e5e5;
}
.order-ul-tit>li:first-child{
    width: 148px;
}
.order-ul-tit>li:nth-child(2) {
    width: 148px;
}
.order-ul-tit>li:nth-child(3) {
    width: 219px;
}
.order-ul-tit>li:nth-child(4) {
    width: 259px;
}
.order-ul-tit>li:last-child {
    width: 426px;
}
.order-ul-con>li{
    line-height:68px;
    text-align: center;
    font-size: 18px;
}
.order-ul-con>li:first-child{
    width: 148px;
}
.order-ul-con>li:nth-child(2) {
    width: 148px;
}
.order-ul-con>li:nth-child(3) {
    width: 219px;
}
.order-ul-con>li:nth-child(4) {
    width: 259px;
    color: #008aff;
}
.order-ul-con>li:last-child {
    width: 426px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.btn {
    position: absolute;
    right:10px;
    top: 0px;
    cursor: pointer;
}
.btn span {
    color: #008aff;
    width: 52px;
    display: inline-block;
}
.btn img {
    transition: 0.5s all;
}
.star {
    height: 18px;
    /*padding-right: 10px;*/
    /*border-right: 2px solid #000;*/
    /*margin-right: 12px;*/
    display: flex;
    flex-direction: row;
    /*margin-top: 24px;*/
}
.star img{
    margin-right: 5px;
}
.order-con tr td:nth-child(4) {
    color: #008aff;
}
.order-ul-con>li:nth-child(2) span {
    display: inline-block;
    width: 85px;
    height: 30px;
    border-radius: 15px;
    background-color: #6ececa;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.order-con-info {
    width: 1198px;
    padding: 5px 0;
    border: 1px solid #e6e6e6;
    display: none;
}
.order-con-info>li{
    height: 40px;
    line-height: 40px;
}
.order-con-info>li>span {
    display: inline-block;
    height: 40px;
}
.order-con-info>li>del {
    text-align: center;
    width: 192px;
    display: inline-block;
    height: 40px;
}
.transform {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}

/*我要出价*/
.bid {
    border: 1px solid #88abda;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.bid-nav {
    background-color: #88abda;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
}
.bid-nav span {
    font-size: 22px;
    color: #fff;
}
.bid-con {
    display: flex;
    flex-direction: row;
    padding: 20px 15px;
}
.bid-con-l {
    width: 325px;
    margin-right: 325px;
}
.bid-con-tit>span {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
}
.bid-con-l select {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    padding: 0 10px; 
    box-sizing: border-box;
    border: 1px solid #aaa;
    outline: none;
    font-size: 18px;
    color: #8c8c8c;
    margin-bottom: 30px;
}
.checkbox-box p{
    line-height: 45px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.checkbox-box>p>input {
    margin-right: 20px;
    border: 2px solid #aaa;
    display: inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #01cd78;
}
#times {
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    width: 325px;
}
.qy-time textarea {
    width: 100%;
    height: 114px;
    border: 1px solid #ddd;
    resize: none;
}
#addTime {
    cursor: pointer;
}
#addTime span {
    color: #337ab7;
}
.lxr input {
    width: 460px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.address-r {
    margin-left: 100px;
}
.addTip {
    color: #31708f;
    margin-top: -10px;
}
.qy-time>span {
    font-size: 22px;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
} 
.qy-time-option input:first-child{
    margin-left: 0;
}
.qy-time-option input{
    margin: 0 5px 0 15px;
}
.qy-time-option {
    margin:5px 0 15px 0;
    display: flex;
    align-items: center;
}
#qy-date-1,#qy-date-2 {
    display: none;
}
#sd-date-1,#sd-date-2 {
    display: none;
}
.use-time {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.use-time span{
    color: #31708f;
    margin-bottom: 15px;
}
.use-time select {
    margin-right: 30px;
    width: 213px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none; 
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    margin-bottom: 15px;
}
.qy-time em {
    color: #31708f;
    font-style: normal;
    font-weight: 400;
}

.address-con {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.address-con input,
.address-con select {
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.address-con input{
    width: 168px;
}
.address-con select {
    width: 213px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.address-sf {
    position: relative;
    margin-right: 30px;
    padding-right: 45px;
}
.address-sf img {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 15px;
}
.address-sf>span {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 34px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*城市*/
.arrdess_info {
    width: 360px;
    position: absolute;
    height: 220px;
    background-color: #fff;
    z-index: 99;
    border: 1px solid #85bee5;
    display: none;
}
.address_info_nav {
    height: 30px;
    box-sizing: border-box;
    padding:5px;
}
.address_info_tit {
    display: flex;
    height: 24px;
    flex-direction: row;
    font-size: 12px;
    border-bottom: 1px solid #85bee5;
}
.address_info_tit li{
    padding: 2px 4px;
    border: 1px solid #85bee5;
    cursor: pointer;
    margin-left: 4px;
    background: #e1effe;
    border-bottom: none;
}

.address_info_con>li:first-child{
    display: block;
}
.address_info_con>li{
    display: none;
}
.address_info_con {
    padding: 5px 0;
    height: 150px;
    overflow-y: scroll;
}
.address_info_con>li>ul>li {
    width: 20%;
}
.address_info_con>li>ul {
    display: flex;
    flex-direction: row;
    padding: 0 25px 0 35px;
    flex-wrap: wrap;
}
.address_info_con .A {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    box-sizing: border-box;
}
.address_info_con .A li {
    width: 25%;
    height: 22px;
    display: flex;
    align-items: center;
}
.address_info_con .A span {
    position: absolute;
    left: -20px;
    top: 4px;
    color: #f30;
    font-family: Lucida console,consolas,courier new;
    font-size: 14px;
    font-weight: 700;
}
.bid-add {
    display: flex;
    flex-direction: row;
    padding: 0 20px;
    margin-bottom: 15px;
}
.bid-add textarea {
    border: 1px solid #aaa;
    resize: none;
    border-radius: 10px;
    margin-left: 40px;
    width: 1000px;
}
.bid-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.bid-bottom-r input{
    width: 180px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    background-color: #88abda;
    font-size: 22px;
    color: #fff;
}
.bid-bottom-l {
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bid-bottom-l p{
    text-align: center;
    font-size: 18px;
    color: #8c8c8c;
    line-height: 35px;
}
.bid-bottom-l input {
    width: 93px;
    height: 40px;
    color: #f00;
    font-size: 30px;
    text-align: center;
    margin-right: 5px;
}
.bid-bottom-l span {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 30px;
    color: #595959;
    width: 180px;
    height: 50px;
    background-color: #dedede;
    border-radius: 10px;
    justify-content: center;
}
#cj {
    cursor: pointer;
}
/*#bid {*/
    /*display: none;*/
/*}*/