.content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.content .title{
    width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #21abef;
    font-size: 14px;
    color: #fff;
    float: left;
}
.item{
    width: 1160px;
    height: auto;
    padding:0 20px 20px 20px;
    font-size: 14px;
    float: left;
    position: relative;
}
.item_left , .item_right{
    width: 580px;
    height: auto;
    float: left;
    font-size: 14px;
    margin-top: 16px;
}
.item_left{
    width: 579px;
    border-right: 1px solid #bfbfbf;
}
.item_right{
    width: 520px;
    padding-left: 20px;
}
.subtitle{
    color: #3c3c3c;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}
.input_wrap{
    width: auto;
    height: 34px;
    line-height: 34px;
    margin-top: 20px;
    float: left;
    display: flex;
    align-items: center;
}
.input_wrap em{
    width: 14px;
    height: 15px;
    display: inline-block;
    float: left;
}
.input_wrap .location_icon{
    background: url("../img/icon-dizhi.png") center center no-repeat;
    margin-right: 10px;
    margin-top: 9.5px;
}
.input_wrap .asterisk{
    font-size: 12px;
    color: #ef4949;
    margin-right: 5px;
    float: left;
}
.input_wrap .label{
    font-size: 12px;
    color: #282828;
    margin-right: 3px;
    float: left;
}
.input_wrap input[type="button"]{
    width: 278px;
    height: 34px;
    border: 1px solid #bfbfbf;
    text-align: left;
    text-indent: 13px;
    font-size: 14px;
    background-color: #fff;
    float: left;
    color: #999;
    cursor: pointer;
}
.input_wrap .choose_address{
    height: 20px;
    line-height: 20px;
    color: #01a5ed;
    font-size: 12px;
    margin: 7px 0 7px 20px;
    float: left;
    cursor: pointer;
}
.address_list_box{
    width: 368px;
    height: 398px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    left: -20px;
    position: relative;
    top: 57px;
    z-index: 5;
        overflow-y: scroll;
    overflow-x: hidden;
}
.address_list_box .triangle{
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    z-index: 3;
    border: 1px solid #bfbfbf;
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(7deg);
    top: -7px;
}
.address_list_box ul{
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 4;
}
.address_list_box ul li{
    width: 328px;
    line-height: 20px;
    padding: 16px 0;
    margin: 0 20px;
    float: left;
    border-bottom: 1px dashed #cccccc;
    cursor: pointer;
}
.address_list_box ul li:last-child{
    border-bottom: 0 none;
}
.address_list_box ul li .list{
    width: 337px;
    height: 100%;
}
.address_list_box ul li .list .radio{
    width: 14px;
    height: 14px;
    display: inline-block;
    float: left;
    margin-top: 9px;
    background: url("../img/icon-cydzyuan-nomal.png") center center no-repeat;
}
.address_list_box ul li .list.active .radio{
    background: url("../img/icon-cydzyuan-per.png") center center no-repeat;
}
.address_list_box ul li .list .list_info{
    width: 298px;
    float: left;
    margin-left: 25px;
    font-size: 12px;
    color: #282828;
}
.address_list_box .com_address_btn{
    width: 368px;
    height: 34px;
    position: absolute;
    bottom: 0;
    background-color: #bfbfbf;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.input_wrap .time_icon{
    background: url("../img/icon-zhuanhuo.png") center center no-repeat;
    margin-right: 10px;
    margin-top: 9.5px;
}
.input_wrap input[type="text"],.input_wrap input[type="number"]{
    width: 258px;
    height: 32px;
    text-indent: 10px;
    border: 1px solid #bfbfbf;
    float: left;
}
.input_wrap input.goods_weight{
    width: 140px;
}
.input_wrap input[type="select"].pack_way{
    width: 190px;
}
.input_wrap input.goods_volume{
    width: 210px;
}
.input_wrap input.goods_quantity{
    width: 140px;
}
.input_wrap input[type="text"].goods_other{
    width: 220px;
}
.input_wrap .pack_way{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 190px;
    height: 34px;
    border: 1px solid #bfbfbf;
    text-indent: 10px;
    color: #282828;
    background: url("../img/xiala.png") 169px center no-repeat;
}
select::-ms-expand {
    display: none;
}
.unit{
    margin-left: 10px;
    font-size: 12px;
    color: #282828;
}
.choose_type{
    width: 1160px;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
    font-size: 14px;
    color: #3c3c3c;
    text-align: center;
}
.choose_type li{
    width: 578px;
    border: 1px solid #dcdcdc;
    float: left;
    font-weight: bold;
    cursor: pointer;
}
.choose_type li.active{
    border-color: #69cdfb;
}
.goods_des{
    width: 1148px;
    height: 210px;
    border: 1px solid #bfbfbf;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 20px;
    line-height: 25px;
    font-size: 12px;
    resize: none;
    float: left;
}
.info{
    width: 100%;
    margin-top: 30px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: #282828;
    font-size: 12px;
}
.upload_wrap{
    margin-top: 30px;
}
.upload_wrap .label{
    height: 16px;
    line-height: 16px;
    margin-top: 5px;
    font-size: 12px;
    color: #282828;
    float: left;
}
.upload_wrap .upload_url{
    width: 100px;
    height: 26px;
    margin-left: 10px;
    float: left;
    opacity: 0;
}
.upload_wrap #selectfiles{
    display: block;
    width: 100px;
    height: 26px;
    font-size: 12px;
    color: #282828;
    border: 1px solid #69cdfb;
    background-color: #fff;
    margin-left: 0px;
    float: left;
    cursor: pointer;
}
.upload_wrap .prompt{
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    font-size: 12px;
    color: #282828;
}
.upload_wrap .txt{
    font-size: 12px;
    margin-top: 20px;
    color: #999;
}
.radio_wrap{
    width: 100%;
    height: auto;
    line-height: 26px;
    font-size: 12px;
    color: #282828;
    border-bottom: 1px dashed #dcdcdc;
    float: left;
}
.city,.district{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.radio_wrap .txt{
    float: left;
    margin-right: 30px;
    margin-top: 27px;
}
.radio_wrap .radio_box{
    float: left;
}
.radio_wrap .radio_box .radio{
    width: 80px;
    float: left;
    text-align: right;
    margin-right: 40px;
    background: url("../img/icon-dayuan-nal.png") left center no-repeat;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 10px !important;
    margin-top:10px !important;

}
.radio_wrap .radio_box .check_radio{
    background: url("../img/icon-dayuan-xuanzhong.png") left center no-repeat;
}
.radio_wrap .receipt_address{
    width: 598px;
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    text-indent: 10px;
}
.radio_wrap .radio_box .info_link{
    color: #01a5ed;
    font-size: 12px;
    margin-top: 30px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
.checkbox_wrap{
    width: 100%;
    height: auto;
    margin-top: 27px;
    float: left;
    font-size: 12px;
}
.checkbox_wrap .txt{
    float: left;
    margin-right: 30px;
}
.checkbox_box{
    width: 1060px;
    float: left;
}
.checkbox_box .checkbox{
    width: auto;
    text-align: right;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-top: 2px;
    float: left;
    text-indent: 21px;
    font-size: 12px;
    color: #282828;
    cursor: pointer;
    background: url("../img/icon-kuan-def.png") left center no-repeat;
}
.checkbox_box .checkbox.checked_checkbox{
    background: url("../img/icon-kuan-pre.png") left center no-repeat;
}
.checkbox_box .service_tar{
    width: 1050px;
    height: 68px;
    border: 1px solid #bfbfbf;
    padding: 5px 10px;
    font-size: 12px;
    resize: none;
}
.car_typeBox{
    width: 100%;
    height: auto;
    display: none;
}
.car_typeBox .radio_box{
    margin-left: 413px;
}
.car_typeBox .radio_box .radio{
    width: 100px;
    margin-right: 120px;
    font-size: 16px;
    margin-bottom: 10px !important;
    margin-top:10px !important;
}
.car_box_wrap{
    width: 100%;
    float: left;
}
.car_box_wrap .car_box{
    width: 1210px;
    height: auto;
    float: left;
    margin-left: -50px;
}
.car_box_wrap .car_box .car_list{
    width: 190px;
    height: 98px;
    margin-top: 14px;
    float: left;
    text-align: center;
    border: 1px solid #dcdcdc;
    color: #999999;
    margin-left: 50px;
    font-size: 12px;
    cursor: pointer;
}
.car_box_wrap .car_box .car_list .icon{
    width: 90px;
    height: 45px;
    float: left;
    display: inline-block;
    margin: 20px 50px 0 50px;
}
.car_box_wrap .car_box .car_list1 .icon{
    background: url("../img/icon-gaolanche-nal.png") center center no-repeat;
}
.car_box_wrap .car_box .car_list2 .icon{
    background: url("../img/icon-xsc-nal.png") center center no-repeat;
}
.car_box_wrap .car_box .car_list3 .icon{
    background: url("../img/icon-pbc-nal.png") center center no-repeat;
}
.car_box_wrap .car_box .car_list4 .icon{
    background: url("../img/icon-jzxc-nal.png") center center no-repeat;
}
.car_box_wrap .car_box .car_list5 .icon{
    background: url("../img/icon-qtc-nal.png") center center no-repeat;
}
.car_box_wrap .car_box .car_list1.active .icon{
    background: url("../img/icon-gaolanche-hor.png") center center no-repeat;
}
.car_box_wrap .car_box .car_list2.active .icon{
    background: url("../img/icon-xsc-hor.png") center center no-repeat;
}
.car_box_wrap .car_box .car_list3.active .icon{
    background: url("../img/icon-pbc-hor.png") center center no-repeat;
}
.car_box_wrap .car_box .car_list4.active .icon{
    background: url("../img/icon-jzxc-hor.png") center center no-repeat;
}
.car_box_wrap .car_box .car_list5.active .icon{
    background: url("../img/icon-qtc-hor.png") center center no-repeat;
}
.car_box_wrap .car_box .car_list.active{
    height: 110px;
    border-color: #69cdfb;
    border-bottom: 0 none;
    background-color: #fff;
    z-index: 9;
    position: relative;
}
.car_tankLen_box{
    width: 1138px;
    float: left;
    border: 1px solid #69cdfb;
    margin-top: -1px;
    padding-left: 20px;
    display: none;
}
.car_tankLen_box .car_tankLen{
    width: 170px;
    height: 28px;
    float: left;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #3c3c3c;
    border: 1px solid #dcdcdc;
    margin: 20px 10px 10px 0;
    cursor: pointer;
}
.car_tankLen_box .txt{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #999999;
    margin-bottom: 20px;
}
.car_tankLen_box .car_tankLen.active{
    background-color: #69cdfb;
    border-color: #69cdfb;
    color: #fff;
}
.car_tankLen_box .input_wrap{
    margin: 27px 50px 27px 0;
}
.submit_btn{
    width: 300px;
    height: 40px;
    background-color: #01a5ed;
    font-size: 14px;
    color: #fff;
    margin-left: 450px;
    margin-top: 20px;
    margin-bottom: 70px;
    margin-right: 450px;
    cursor: pointer;
}




.choose_address_box{
    position: absolute;
    left: 117px;
    top: 90px;
    width: 276px;
    min-height: 340px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    z-index: 2;
    border-top: 0;
}
.choose_address_box .address_tab{
    height: 35px;
    border-bottom: 1px solid #bfbfbf;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #a2a2a2;
    text-align: center;
}
.choose_address_box .address_tab ul li{
    width: 68px;
    float: left;
    height: 35px;
    border-left: 1px solid #bfbfbf;
    line-height: 35px;
    position: relative;
    cursor: pointer;
}
.choose_address_box .address_tab ul li.active{
    color: #01a5ed;
    background-color: #fff;
    height: 36px;
    z-index: 3;
}
.choose_address_box .province_list ul li{
    margin-top: 15px;
    padding-left: 20px;
    float: left;
    text-align: left;
    color: #282828;
    font-size: 12px;
}
.choose_address_box .province_list ul li.select{
    color: #01a5ed;
}
.choose_address_box .province_list ul li .letter{
    width: 100%;
    height: 10px;
    line-height: 10px;
    color: #01a5ed;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.choose_address_box .province_list ul li .province_classify{
    margin-top: 5px;
}
.choose_address_box .province_list ul li .province_classify span {
    width: auto;
    margin-right: 15px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}
.choose_address_box .province_list ul li .province_classify span.select{
    color: #01a5ed;
}
.choose_address_box .province_list ul.city li , .choose_address_box .province_list ul.district li{
    cursor: pointer;
}