@charset "UTF-8";
/* CSS Document */
/*
--------------预订
*/
.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
}
.form-control {
    height: auto;
    padding: .75rem 1rem;
    font-size: 1.125rem;
    border: 1px solid #DDD;
}
.form-group-sm .form-control, .form-group-sm .btn {
    height: auto;
    padding: .25rem 1rem;
    font-size: 0.875rem;
}
.text-info {
    color: #2b98db;
}
.panel-no {
    border: 0;
}
.modal-footer {
    text-align: center;
}
.modal-footer .btn-default, .modal-footer .btn-primary {
    font-size: 1.25rem;
    display: inline-block;
    width: 40%;
    border: 0;
    border-radius: 1.5rem;
    margin: 0 2.5%;
    background: -webkit-linear-gradient(45deg, #EEEEEE, #DDDDDD); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #EEEEEE, #DDDDDD); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #EEEEEE, #DDDDDD); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #EEEEEE, #DDDDDD); /* 公共 */
    outline: 0;
}
.modal-footer .btn-primary {
    background: -webkit-linear-gradient(45deg, #fe8e00, #ff5711); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #fe8e00, #ff5711); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #fe8e00, #ff5711); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #fe8e00, #ff5711); /* 公共 */
}
.text-gray {
    color: #999;
}
.text-yellow {
    color: #ff5711;
}
.bootstrap-datetimepicker-widget table td {
    color: #2b98db;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #2b98db;
    color: #FFF;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #CCC;
}
body.pageSubmit {
    padding-bottom: 10rem;
}
.reloading {
    background-color: rgba(0, 0, 0, .5);
}
.reloading i {
    color: #5FC2FF
}
.containerPro h2.simple {
    border-bottom: 0;
    color: #2b98db;
    text-indent: 0.25rem
}
.containerPro .w-m {
    padding: 0;
}
.containerPro h2.simple:before {
    display: none;
}
.picTextList li.pageLoading {
    padding: .5rem;
}
.picTextList li.media h4 {
    padding: .5rem 0;
}
.picTextList li.media .media-left {
    width: 6rem;
    height: 6rem;
    padding-right: 0;
}
.picTextList li.media .media-body {
    height: 6rem;
    position: relative;
    font-size: 1.125rem;
}
.picTextList li.media {}
.picTextList li.media p.priceShow {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding-right: 7rem;
    margin-bottom: 0;
}
.picTextList p.priceShow .text {
    display: block;
    width: 92%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.picTextList .price {
    margin-right: -6.5rem;
    margin-top: -0.70rem;
}
.picTextList li.media .media-left img {
    margin-left: 0
}
.rank, .price-m {
    color: #ff7d13;
    display: inline-block
}
.price-m > i {
    font-size: 1.5rem;
    margin: 0 .125rem;
}
.price-no {
    padding-top: 0.5rem;
    display: inline-block
}
.picTextList li.pageLoading img {
    vertical-align: middle;
    width: 1.75rem;
    margin: .25rem
}
.dateShow {
    padding: .5rem 15px;
    margin: .5rem 0;
    font-size: 1.125rem;
    color: #333
}
.dropdown-m {
    position: relative;
}
.dropdown-m .dropdown-menu {
    width: 100%;
    overflow: hidden;
}
.dropdown-m .dropdown-menu li {
    width: 50%;
    float: left;
}
.dropdown-m .dropdown-menu-row li {
    width: 100%;
    float: none;
}
.dropdown-m .dropdown-menu > li > a {
    padding: .5rem 1rem;
    font-size: 1.25rem;
}
.proList .table > thead > tr {
    position: relative;
    z-index: 2;
    margin-bottom: -1px;
}
.proList .table > thead > tr > th {
    border-bottom: 0;
    border-top: 1px solid #DDD;
    font-size: 1.25rem
}
.proList .table > tbody > tr.productdetail {
    position: relative;
    z-index: 2;
}
.proList .table > thead > tr.productdetail p, .proList .table > tbody > tr.productdetail p {
    text-indent: 2em;
    margin-bottom: 0;
}
.proList .table > thead > tr.productdetail > td, .proList .table > tbody > tr.productdetail > td {
    border-top: dashed 1px #EEE;
    color: #2b98db;
    font-size: 0.8125rem;
}
.proList .table > thead > tr.productdetail > td {
    border-top: 1px solid #DDD;
    color: #F60;
    font-size: 1rem;
}
.proList .table > thead > tr.productdetailstockzero > td { /*无库存*/
    color: #F30;
    font-size: 1.25rem;
}
.proList .table > thead > tr.productdetail {
    display: table-row
}
.proList .table > thead > tr.productdetailHide {
    display: none
}
.proList .table > thead > tr .infoDetail, .proList .table > thead > tr .stockInfo {
    color: #999;
    font-weight: normal;
    font-size: 1rem;
    padding-top: .20rem;
    padding-left: 1rem;
}
.proList .tname {
    width: 12em;
    /*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
    float: left;
    margin-left: -16px;
    padding-left: 16px;
}
@media only screen and (min-width:240px) and (max-width:319px) {
    .proList .tname {
        width: 12em;
    }
}
@media only screen and (min-width:320px) and (max-width:413px) {
    .proList .tname {
        width: 10em;
    }
}
@media only screen and (min-width:414px) and (max-width:767px) {
    .proList .tname {
        width: 12em;
    }
}
@media only screen and (min-width:768px) and (max-width:1366px) {
    .proList .tname {
        width: 16em;
    }
}
.proList .glyphicon-triangle-right {
    color: #2b98db
}
.proList .input-group-sm {
    height: 26px;
    overflow: hidden;
    margin-top: -2px;
}
.proList .input-group-sm > .form-control, .proList .input-group-sm > .input-group-addon, .proList .input-group-sm > .input-group-btn > .btn {
    height: 26px;
    padding: 0 0.3rem;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    box-sizing: border-box;
}
.proList .input-group-sm > .input-group-btn {
    text-align: center;
}
.proList .input-group-sm > .form-control {
    padding: 0;
    text-align: center;
    border-right: 0;
}
.proList .form-control[readonly] {
    background-color: #FFF;
}
.proList .input-group-addon:last-child {
    background-color: #ff7d13;
    color: #FFF;
    border: 1px solid #ff7d13;
}
.proList .input-group-addon .glyphicon {
    top: 1px
}
.pageMoreInfo {
    position: fixed;
    z-index: 10;
    bottom: 0rem;
    padding: 1rem 0 .5rem;
    font-size: 0.75rem;
    width: 100%;
    color: #2b98db;
    text-align: center;
    width: 100%;
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6), #FFFFFF, #FFFFFF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6), #FFFFFF, #FFFFFF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6), #FFFFFF, #FFFFFF); /* Firefox 3.6 - 15 */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6), #FFFFFF, #FFFFFF); /*公共*/
}
.pageMoreInfoB {bottom: 4.75rem;}
.pageMoreInfoC {bottom: 8.15rem;}

.pageSubmitBtn {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    padding: .75rem 3.333%;
    border-top: 2px solid #DDD;
}
.pageSubmitBtnStepOne {
    z-index: 11;
}
.pageSubmitBtn .btn {
    border-radius: 0;
    padding: .5rem 2rem;
    font-size: 1.5rem;
    border: 0;
    border-radius: 1.5rem;
    margin-right: 16px;
    background: -webkit-linear-gradient(45deg, #fe8e00, #ff5711); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #fe8e00, #ff5711); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #fe8e00, #ff5711); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #fe8e00, #ff5711); /* 通用写法 */
    outline: 0;
}
.pageSubmitBtn .btn:active, .pageSubmitBtn .btn:hover {
    outline: 0;
}
.pageSubmitBtn .btn-gray {
    color: #999;
    background: -webkit-linear-gradient(45deg, #fe8e00, #ededed, #b5b4b3); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #ededed, #b5b4b3); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #ededed, #b5b4b3); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #ededed, #b5b4b3); /* 通用写法*/
}
.pageSubmitBtn .price {
    position: absolute;
    left: 3.33%;
    display: block;
    padding-left: 16px;
    top: 1.25rem;
    z-index: 2;
}
.pageSubmitBtn .priceTotalNum {
    color: #ff5711;
    font-size: 1.5rem
}
/*----hotel*/
.proSearchHotel .dropdown-m .dropdown-menu {
    margin-left: -1rem;
}
.proSearchHotel .form-group {
    border-top: 1px solid #EEE;
    padding: .5rem 8px;
    margin: 0;
    position: relative;
}
.proSearchHotel .form-group:first-child {
    border-top: none
}
.proSearchHotel .form-group .form-group-sdate {
    z-index: 2;
}
.proSearchHotel .panel-body {
    padding: 0 5px 15px;
}
.proSearchHotel .form-group *[class*='col-xs'] {
    padding-right: 0;
    padding-left: 0;
    line-height: 2em;
    font-size: 1.125rem;
    font-weight: normal;
}
.proSearchHotel .form-group *[class*='col-xs'] .info {
    line-height: 1.5rem;
    font-size: .75rem;
    display: block;
}
.proSearchHotel .form-group > label[class*='col-xs'] {
    margin-bottom: 0;
    color: #999;
    font-size: 1rem;
    padding-top: 0;
    text-align: center;
}
.proSearchHotel .dateShow {
    padding: 0;
    margin: 0;
}
.proSearchHotel .dateRange {
    position: absolute;
    right: 0;
    top: 0.7rem;
    height: 5em;
    z-index: 2;
    background-color: #FFF;
    width: 25%;
}
.proSearchHotel .dateRange i {
    display: block;
    height: 4.6em;
    width: 4.6em;
    margin: auto;
    border: 1px solid #CCC;
    background-color: #EEE;
    border-radius: 100%;
    line-height: 4.6em;
    text-align: center;
    font-size: 1.125rem;
}
.proSearchHotel .btn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: -5px;
}
.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: none;
}
.keyMain {
    padding: 0 1rem 1rem;
    border-top: 1px solid #DDD;
    background-color: #F9F9F9;
    position: fixed;
    width: 100%;
    z-index: 10;
    bottom: 0;
    display: none;
}
.keyMain h3 {
    font-size: 1rem;
    margin: .75rem 0;
    width: 100%;
    color: #999;
}
.keyMain .w-m + h3 {
    margin-top: -.75rem;
}
.keyMain .btn {
    width: 100%;
}
.keyMain a {
    float: left;
    width: 33.33%;
    padding: .75rem;
    background-color: #FFF;
    border: 1px solid #EEE;
    margin-left: -1px;
    margin-bottom: .75rem;
}
.keyMain .w-m-both a {
    width: 50%;
    position: relative;
}
.keyMain a.active {
    color: #FFF;
    border-color: #FFF;
    background-color: #2b98db;
}
.keyMain .w-m-both .active:before {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-size: .5rem;
    line-height: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e013";
    position: absolute;
    right: 2px;
    top: 2px;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #FFF;
    color: #2b98db;
    border: 1px solid #65B4E4;
    transform: scale(0.75, 0.75);
    text-align: center;
    border-radius: 3px;
}
.proReSearchHotel {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    display: none;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .38);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .38);
}
#reSearchIcon {
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    overflow: hidden;
    display: block;
    position: fixed;
    right: .25rem;
    top: .25rem;
    z-index: 11;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    color: #FFF;
    line-height: 2.4rem;
    font-size: 1.25rem;
}
/*酒店详情*/
.proDetail {
    width: 93%;
    margin: -50px auto 0;
    background-color: #FFF;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 0 #FFF;
}
.proDetailDatePannel {
    display: none;
    margin: 16px auto 0;
}
.proDetail .proList .tableItem {
    background-color: #f7f7f7;
}
.proDetail .proList .table {
    margin-bottom: 0;
    background-color: #FFF;
    border-radius: .25rem;
}
.proDetail .proList {
    padding: 0;
    border-top: 1px solid #DDD;
}
.proDetail .proList .panel-line {
    height: 30px;
    margin: 0 -20px;
    border-top: 10px solid #f7f7f7;
    border-bottom: 10px solid #f7f7f7;
}
.proDetail .proList .table > tbody > tr > td:first-child, .proDetail .proList .table > tbody > tr > th:first-child, .proDetail .proList .table > tfoot > tr > td:first-child, .proDetail .proList .table > tfoot > tr > th:first-child, .proDetail .proList .table > thead > tr > td:first-child, .proDetail .proList .table > thead > tr > th:first-child {
    padding-left: 15px;
}
.proDetail .proList .table > tbody > tr > td:last-child, .proDetail .proList .table > tbody > tr > th:last-child, .proDetail .proList .table > tfoot > tr > td:last-child, .proDetail .proList .table > tfoot > tr > th:last-child, .proDetail .proList .table > thead > tr > td:last-child, .proDetail .proList .table > thead > tr > th:last-child {
    padding-right: 15px;
}
.proDetail .proList .tableTotal {
    margin: -10px -20px -10px;
    padding: 10px 30px;
    background-color: #FFF;
    z-index: 2;
    position: relative;
}
.pointList .badge {
    bottom: 0.5rem;
}
.proDetail h2.title {
    background-color: #2b98db;
    margin: 0;
    padding: .75rem;
    text-align: center;
    font-size: 1.125rem;
    color: #FFF;
}
.proHotelList td[class*='col-xs'] {
    vertical-align: bottom
}
.proHotelList .tname {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    margin: 0 0 .5rem 0;
    padding-left: 0;
    color: #2b98db;
}
.proHotelList p {
    font-size: .875rem;
    margin-bottom: .5rem;
    color: #999;
}
.proHotelList p:last-child {
    margin-bottom: 0;
}
.proHotelList p .price-m {
    font-size: 1.125rem;
}
.proHotelList .btn {
    padding: .2rem 1rem;
    font-size: 1rem;
}
.formHotelOrder h3 {
    font-size: 1rem;
    margin: .5rem 0;
    padding-left: 0rem;
    color: #2b98db;
}
.formHotelOrder b {
    font-size: 1rem;
}
.formHotelOrder .form-group {
    margin: 0 -.5rem;
    padding: .3125rem .5rem;
    line-height: 2em;
    margin-bottom: 0;
    font-size: 0.875rem;
}
.formHotelOrder .form-group:first-child {
    border-top: none;
}
.formHotelOrder .form-control {
    font-size: 0.875rem;
}
.formHotelOrder .form-group > *[class*='col-xs'] {
    padding: 0;
}
.formHotelOrder select.form-control {
    line-height: 2.35rem;
    height: 2.35rem;
}
.hotelPriceList {
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    width: 100%;
}
.hotelPriceList:after {
    content: " ";
    clear: both;
    display: block;
}
.hotelPriceList i {
    float: left;
    padding: .25rem .15rem;
    width: 14.2857%;
    white-space: nowrap;
    text-align: center;
    border-left: 1px solid #EEE;
    border-top: 1px solid #EEE;
    margin: 0;
    font-size: .5rem;
    color: #666;
}
.hotelPriceList i.t {
    color: #999;
}
/*租车详情*/
.proCarLineList td[class*='col-xs'] .img-rounded {
    width: 90%;
    height: 4rem;
}
.proCarLineList .tname {
    padding-bottom: .5rem;
}
.proCarLineList td[class*='col-xs'] div[class*='col-xs'] {
    padding: 0
}
.proCarLineList td[class*='col-xs'] > div[class*='col-xs'] {
    padding: .5rem 0
}
.proCarLineList .glyphicon-menu-right {
    margin-top: -1.5rem;
    margin-right: .5rem;
    font-size: 2rem;
    color: #CCC;
}
.proList .table > tbody > tr.productstocks > td {
    font-size: 0.75rem;
    overflow: hidden;
    padding: 5px;
}
.proList .table > tbody > tr.productstocks > td .label {
    margin: .4rem 0;
    line-height: 2;
    font-weight: normal;
    position: relative;
    font-size: 0.75rem;
    display: inline-block;
}
.proList .table > tbody > tr.productstocks > td .label-disable {
    opacity: 0.2;
}
.proList .table > tbody > tr.productstocks > td .stockItem {
    text-align: left;
    position: relative;
    display: inline-block;
}
.proList .table > tbody > tr.productstocks > td .stockItem:nth-child(4n+2), .proList .table > tbody > tr.productstocks > td .stockItem:nth-child(4n+3) {
    text-align: center;
}
.proList .table > tbody > tr.productstocks > td .stockItem:nth-child(4n+4) {
    text-align: right;
}
.proList .table > tbody > tr.productstocks .stockItem .stock-m {
    position: relative;
    z-index: 2;
}
.proList .table > tbody > tr.productstocks .stockItem .stock-m .stock {
    font-size: 1rem;
}
.proList .table > tbody > tr.productstocks .stockItem .glyphicon {
    position: absolute;
    z-index: 1;
    opacity: 0.98;
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    left: 50%;
    top: 50%;
    margin: -1rem 0 0 -1rem;
    color: #5cb85c;
}
.proList .table > tbody > tr.productstocks > td .label-success {
    background-color: #259625
}
.table > tbody > tr.productSgnsSort > td {
    font-size: 1.5rem;
    overflow: hidden;
    padding: 0 15px;
}
.table > tbody > tr.productSgnsSort > td .label {
    margin: .4rem auto;
    line-height: 2;
    font-weight: normal;
    position: relative;
    font-size: 1.5rem;
    display: block;
    width: 90%;
    height: 60px;
    line-height: 50px;
}
.table > tbody > tr.productSgnsSort > td .label-disable {
    opacity: 0.2;
}
.table > tbody > tr.productSgnsSort > td .stockItem {
    float: left;
    width: 33.333%;
    text-align: left;
    position: relative;
    display: inline;
}
.table > tbody > tr.productSgnsSort > td .stockItem:nth-child(3n+2) {
    text-align: center;
}
.table > tbody > tr.productSgnsSort > td .stockItem:nth-child(3n+3) {
    text-align: right;
}
.table > tbody > tr.productSgnsSort .stockItem .stock-m {
    position: relative;
    z-index: 2;
}
.table > tbody > tr.productSgnsSort .stockItem .stock-m .stock {
    font-size: 1.125rem;
}
.table > tbody > tr.productSgnsSort .stockItem .glyphicon {
    position: absolute;
    z-index: 1;
    opacity: 0.98;
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    left: 50%;
    top: 50%;
    margin: -1.5rem 0 0 -1.5rem;
    color: #5cb85c
}
.table > tbody > tr.productSgnsSort > td .label-success {
    background-color: #259625
}
.stocksTable {
    display: none
}

.panel-body-tourlist .form-group .label-upload, .panel-body-tourlist .form-group .label-xckupload {
    margin-left: .25rem;
    padding: 5px 10px;
    line-height: 2;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    z-index: 1;
    position: relative;
    width: 90%;
}
.panel-body-tourlist .form-group .label-xckupload {
    font-size: 1em;
    width: 100%;
    margin: auto
}
.panel-body-tourlist .form-group .label-upload-loading {
    background-color: #c1c5c1
}
.upload-card {
    position: relative;
}
.upload-xck .input-xckfile, .upload-card .input-file {
    position: absolute;
    width: 90%;
    height: 100%;
    z-index: 2;
    display: block;
    font-size: 2rem;
    top: 0;
    left: 0;
    opacity: 0.001;
}
.upload-xck .input-hide, .upload-card .input-hide {
    display: none
}
.panel-default > .panel-heading-badge .badge {
    float: right;
    background-color: #F60;
}