@charset "utf-8";
body label {
    margin-bottom: 0;
    font-weight: normal;
}

.wrap-content {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*高度*/
.h-5 {
    clear: both;
    height: 5px;
}

.h-10 {
    clear: both;
    height: 10px;
}

.h-20 {
    clear: both;
    height: 20px;
}

.h-80 {
    clear: both;
    height: 80px;
}

.h-100 {
    clear: both;
    height: 100px;
}

/*外边距*/
body .m-l-5 {
    margin-left: 5px;
}

body .m-l-10 {
    margin-left: 10px;
}

body .m-l-18 {
    margin-left: 18px;
}

body .m-l-20 {
    margin-left: 20px;
}

body .m-l-40 {
    margin-left: 40px;
}

body .m-l-50 {
    margin-left: 50px;
}

body .m-l-100 {
    margin-left: 100px;
}

body .m-b-5 {
    margin-bottom: 5px;
}

body .m-b-10 {
    margin-bottom: 10px;
}

body .m-b-15 {
    margin-bottom: 15px;
}

body .m-b-20 {
    margin-bottom: 20px;
}

body .m-r-0 {
    margin-right: 0;
}

body .m-r-5 {
    margin-right: 5px;
}

body .m-r-10 {
    margin-right: 10px;
}

body .m-r-20 {
    margin-right: 20px;
}

body .m-r-30 {
    margin-right: 30px;
}

body .m-r-40 {
    margin-right: 40px;
}

body .m-r-50 {
    margin-right: 50px;
}

body .m-t-5 {
    margin-top: 5px;
}

body .m-t-10 {
    margin-top: 10px;
}

body .m-t-15 {
    margin-top: 15px;
}

body .m-t-20 {
    margin-top: 20px;
}

body .m-t-30 {
    margin-top: 30px;
}

body .m-t-50 {
    margin-top: 50px;
}

/*内边距*/
body .p-l-5 {
    padding-left: 5px;
}

body .p-l-10 {
    padding-left: 10px;
}

body .p-l-15 {
    padding-left: 15px;
}

body .p-l-17 {
    padding-left: 17px;
}

body .p-l-20 {
    padding-left: 20px;
}

body .p-l-40 {
    padding-left: 40px;
}

body .p-l-100 {
    padding-left: 100px;
}

body .p-r-5 {
    padding-right: 5px;
}

body .p-r-10 {
    padding-right: 10px;
}

body .p-r-15 {
    padding-right: 15px;
}

body .p-r-20 {
    padding-right: 20px;
}

body .p-r-30 {
    padding-right: 30px;
}

body .p-r-40 {
    padding-right: 40px;
}

body .p-t-5 {
    padding-top: 5px;
}

body .p-t-10 {
    padding-top: 10px;
}

body .p-t-15 {
    padding-top: 15px;
}

body .p-t-20 {
    padding-top: 20px;
}

body .p-t-25 {
    padding-top: 25px;
}

body .p-t-30 {
    padding-top: 30px;
}

body .p-t-35 {
    padding-top: 35px;
}

body .p-b-5 {
    padding-bottom: 5px;
}

body .p-b-10 {
    padding-bottom: 10px;
}

body .p-b-20 {
    padding-bottom: 20px;
}

body .p-b-30 {
    padding-bottom: 30px;
}

body .p-b-40 {
    padding-bottom: 40px;
}

/*字体颜色*/
.f_green {
    color: #2DA248;
}

.f_blue, .f_blue:hover, .f_blue:focus {
    color: #2399EE !important;
}

.f_orange {
    color: #FF7800;
}

.f_red, .f_red:hover, .f_red:focus {
    color: #EF0000;
}

.f_gray {
    color: #999;
}

.line-aligning {
    line-height: 30px;
}

/*统一table*/
.table-content {
    width: 100%;
}

.inTable_title {
    background: #FAF9F9;
    height: 30px;
}

.inTable_sub_title {
    height: 55px;
}

.gray-td-table-title {
    background: #E5E5E5;
}

.inTable_res {
    height: 45px;
}

.border-bot {
    border-bottom: 1px solid #DCDCDC;
}

.border-all {
    border: 1px solid #DCDCDC;
}

.border-top-none {
    border-top: none;
}

body .form-control {
    height: 30px;
    line-height: 30px;
    padding: 6px 10px;
}

/*宽度*/
body .form_td_ipt_60 {
    width: 60px;
}

body .form_td_ipt_80 {
    width: 80px;
}

body .form_td_ipt_90 {
    width: 90px;
}

body .form_td_ipt_100 {
    width: 100px;
}

body .form_td_ipt_110 {
    width: 110px;
}

body .form_td_ipt_120 {
    width: 120px;
}

body .form_td_ipt_135 {
    width: 135px;
}

body .form_td_ipt_145 {
    width: 145px;
}

body .form_td_ipt_150 {
    width: 150px;
}

body .form_td_ipt_170 {
    width: 170px;
}

body .form_td_ipt_200 {
    width: 200px;
}

body .form_td_ipt_210 {
    width: 210px;
}

body .form_td_ipt_220 {
    width: 220px;
}

body .form_td_ipt_245 {
    width: 245px;
}

body .form_td_ipt_270 {
    width: 270px;
}

body .form_td_ipt_300 {
    width: 300px;
}

body .form_td_ipt_320 {
    width: 320px;
}

body .form_td_ipt_350 {
    width: 350px;
}

body .form_td_ipt_400 {
    width: 400px;
}

body .form_td_ipt_430 {
    width: 430px;
}

body .form_td_ipt_500 {
    width: 500px;
}

body .form_td_ipt_520 {
    width: 520px;
}

body .form_td_ipt_530 {
    width: 530px;
}

body .form_td_ipt_710 {
    width: 710px;
}

.form_td_title {
    width: 110px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 16px;
}

.formTable_res {
    height: 60px;
}

/*字体大小*/
.f_12 {
    font-size: 12px;
}

.f_14 {
    font-size: 14px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

/*定位*/
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.site-t-1 {
    top: 1px;
}

.site-t-2 {
    top: 2px;
}

.site-t-3 {
    top: 3px;
}

.site-t-4 {
    top: 4px;
}

.site-t-11 {
    top: 11px;
}

/*更改boot*/
.btn-default.dropdown-toggle {
    text-align: left;
    position: relative;
    height: 30px;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
}

span[id^='receiveTxt'] {
    overflow: hidden;
    width: 90%;
    display: inline-block;
}

.btn-default .caret {
    position: absolute;
    right: 10px;
    top: 14px;
}

.dropdown-menu {
    cursor: pointer;
}

body .form-control[disabled], body .form-control[readonly], body fieldset[disabled] .form-control {
    background: transparent;
}

/*复选框*/
.checkbox-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../../img/icon/icon_v8.png") -462px 0 no-repeat;
    margin-right: 5px;
}

.checkbox-icon.checked {
    background-position-x: -396px;
}

/*下载图标*/
.download-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../../img/icon/icon_v8.png") -253px -5px no-repeat;
    vertical-align: top;
}

.cut_nav {
    margin-top: 40px;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
}

.cut_nav li {
    margin-right: 10px;
}

.cut_nav a {
    display: block;
    width: 105px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    border-bottom: none;
    background: #fff;
    color: #363636;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
}

.cut_nav .active a {
    background: #E44C51;
    border-color: #E44C51;
    color: #fff;
}

/*订单城市展示信息*/
.list-city-style {
    position: relative;
    width: 325px;
}

.city-style {
    padding-top: 15px;
}

.flight-style {
    position: relative;
    font-size: 12px;
    height: 45px;
    line-height: 22px;
    margin: 0 20px;
}

.flight-style::after {
    content: '';
    border-bottom: 1px solid #ccc;
    width: 100px;
    position: absolute;
    left: 0;
    top: 50%;
}

.sign-bz {
    display: inline-block;
    background: #E44C51;
    color: #fff;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 55px;
    text-align: center;
}

.paging {
    padding: 0 115px 0 130px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 22px;
}

.paging u a {
    display: inline-block;
    width: 85px;
    height: 22px;
    line-height: 19px;
    border: 1px solid #C14335;
    color: #C14335;
    text-align: center;
    border-radius: 20px;
}

.paging a {
    color: #000;
}

.paging-skip {
    width: 50px;
    height: 15px;
    margin: 0 10px;
    border: 1px solid #E5E5E5;
    outline: none;
}

.paging-go {
    color: #C14335;
}

.hint-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../../img/icon/icon_v8.png") -294px -5px no-repeat;
    vertical-align: top;
}

/*上传图片展示区*/
.preview-img {
    height: 200px;
    background: #fff;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
}

.preview-img img {
    width: 100%;
    height: 100%;
}

.preview-img a {
    display: block;
    height: 100%;
}