body,a{
    font: 12px / 1.8 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
body,h1,h2,h3,h4,h6,p,ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #555;
    font:12px/1.8 "Microsoft Yahei";
    background: none;
}
a,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}
img{
    border: none;
}
.btn90{
    border-radius: 1px!important;
}
.font16{
    font-size: 16px; 
    margin-left: 10px;
}
.rcolor{
    color: #FE0053;
}
.huangcolor{
    color: #FF931A!important;
}
.te-rt{
    float: right;
}
.huicolor{
    color: #999;
}
.gereencolor{
    color: #2577E3!important;
}
.greenbg{
    background: #3faf0e!important;
    border: 1px solid #3faf0e!important;
}
.greenbg:hover{
    background: #50CC1A!important;
    border: 1px solid #50CC1A!important;
}
.padding0{
    padding: 0!important;
    margin: 4px 0;
}
.star-i{
    color: #FF8800;
}
.margin20{
    margin: 20px 0;
}
/*24Ã¥ÂÂ·Ã¥Â­â€”Ã¤Â½â€œ*/
.font24{
    font-size: 24px;
}
/*16*/
.font16{
    font-size: 16px;
}
.font14{
    font-size: 14px;
}
/*#888Ã¥Â­â€”Ã¤Â½â€œ*/
.color888{
    color: #888;
}
/*Ã©Â»â€žÃ¨â€°Â²Ã¨Æ’Å’Ã¦â„¢Â¯Ã§â„¢Â½Ã¨â€°Â²Ã¥Â­â€”Ã¤Â½â€œ*/
.yellowbg-white{
    background: #FF7800;
    color: white;
}
/*Ã§â„¢Â½Ã¨â€°Â²Ã¨Æ’Å’Ã¦â„¢Â¯Ã©Â»â€žÃ¨â€°Â²Ã¥Â­â€”Ã¤Â½â€œ*/
.whitebg-yellow{
    background: white;
    color: #FF7800;
}
/*Ã©Â»â€žÃ¨â€°Â²Ã¨Â¾Â¹Ã¦Â¡â€ */
.yellow-border{
    border: 1px solid #FF7800;
}
/*Ã©Â»â€žÃ¨â€°Â²Ã¦â€”Â Ã¨Æ’Å’Ã¦â„¢Â¯Ã¦Å’â€°Ã©â€™Â®*/
.yellow-btn{
    background: none;
    color: #FF7800;
    border: none;
    cursor: pointer;
}
.yellow-btn:focus{
    outline: none;
}
/*Ã§ÂÂ°Ã¨â€°Â²Ã§ÂºÂ¿*/
.h-b{
    border: 1px solid #ddd;
}
.bluecolor{
    color: #1F8AE0;
}
/*Ã¦ËœÅ¸Ã¦ËœÅ¸Ã¦Â Â·Ã¥Â¼Â*/
.stars{
    color: #FF8800;
    font-size: 12px;
}

/*Ã¦â€šÂ¬Ã¥ÂÅ“Ã¤Â¸â€¹Ã¦â€¹â€°Ã¥Â±â€¢Ã§Â¤Âº*/
.select-list{
    position: relative;
}
.select-list>.select-div{
    position: absolute;
    background: white;
    border: 1px solid #FF7800;
    z-index: 10;
    width: 250px;
}
.select-list>.select-div>span{
    display: inline-block;
    margin: 2px 0;
    padding: 2px 8px;
}
.select-div>span:hover{
    background: #eee;
}
.select-list:hover .select-div{
    display: block;
}
/*Ã©Å¡ÂÃ¨â€”ÂÃ¥â€¦Æ’Ã§Â´Â */
.nonehtml{
    display: none!important;
}
/*Ã©â‚¬Å¡Ã§â€Â¨inputÃ¦Â Â·Ã¥Â¼Â*/
.ti>input{
    width: 135px;
    border: none;
    padding-left: 8px;
    color: #000;
}
.ti>input:focus{
    outline: none;
}
.huibtn{
    display: inline-block;
    margin-right: 10px;
    background: #666;
    color: white;
    border: none;
    outline: none;
    padding: 5px 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "Microsoft Yahei";
    min-width: 32px;
    text-align: center;
    border: 1px solid #666;
    cursor: pointer;
}
.huibtn-nonebg{
    background: none;
    color: #666;
}
.form-control {
    display: inline-block;
    height: 28px;
    padding: 0px 10px;
    margin: 0 2px;
    font-size: 12px;
    line-height: 26px;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #FFC600;
    outline: none;
/*    -webkit-box-shadow: inset 0 1px 1px #FFC600,0 0 8px #FFC600;
    box-shadow: inset 0 1px 1px #FFC600,0 0 8px#FFC600;*/
}
/*Ã¦â„¢Â®Ã©â‚¬Å¡Ã¥Â¤Â§Ã¥Â°ÂÃ¦Â­Â£Ã¥Â¸Â¸Ã¦Æ’â€¦Ã¥â€ ÂµÃ©â‚¬Å¡Ã§â€Â¨*/
.form-control-defaul{
    width: 180px;
}
select.form-control-defaul{
    width: 202px;
}
/*Ã¨Â¶â€¦Ã¥Â°Âinput*/
.form-control-min{
    width: 90px;
}
/*Ã¨Â¶â€¦Ã¥Â¤Â§input*/
.form-control-max{
    width: 280px;
}
/*100%input*/
.form-control-100{
    width: 75%!important;
}
.textarea {
    font-size: 12px;
    color: #A9A9A9;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding:8px 0 8px 10px;
    border-radius: .25em;
    border: .5px solid rgb(230, 230, 230);
}
.textarea:focus {
    border: none;
    outline: none;
    /*border: .5px solid rgb(175, 217, 224);*/
    border: .5px solid #FFC600;
   
}
label>input{
    vertical-align: middle!important;
}
/*Ã¦ÂÅ“Ã§Â´Â¢Ã¦Å’â€°Ã©â€™Â®*/
.s-btn{
    display: inline-block;
    width: 145px;
    height: 35px;
    line-height: 35px;
    background:#FF8D3C;
    color: white;
    text-align: center;
    float: right;
     cursor: pointer;
    margin-right: 10px;
}
.hotel-s-in-search>a.s-btn{
    line-height:30px;
}
.s-btn>input{
    background: none;
    color: white;
    border: none;
    cursor: pointer;
}
.s-btn>input:focus{
    outline: none;
}
/*Ã¥Â¸Â¦Ã¤Â¸â€¹Ã¦â€¹â€°Ã§Å¡â€žÃ¦ÂÅ“Ã§Â´Â¢Ã¨Â¾â€œÃ¥â€¦Â¥Ã¦Â¡â€ Ã¦Â Â·Ã¥Â¼Â*/
.input-group{
    position: relative;
    display: table;
}
.input-group-btn{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.caret{
    padding-left: 8px;
    vertical-align: middle;
    height: 17px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}
.dropdown-menu>li>a:hover{
    background: #eee;
}
.input-group .form-control{
    margin-left: -12px;
    height: 28px;
    line-height: 28px;
}
button:focus{
    outline: none;
    background: #E6E6E6;
}
.search-i{
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -3px;
    top:3px;
}
.search-i>i:hover{
    color: #FF5555;
}
/*Ã©ÂÂ¢Ã¥Å’â€¦Ã¥Â±â€˜Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¦Â Â·Ã¥Â¼Â*/
.breadcrumb,.breadcrumb-shu {
    margin:0;
    padding: 10px 15px;
    list-style: none;
}
.breadcrumb>li,.breadcrumb-shu>li {
    display: inline-block;
}
.breadcrumb>li>a,.breadcrumb-shu>li>a {
    color: #555;
    font-size: 14px;
}
.breadcrumb>.active,.breadcrumb-shu>.active{
    color: #444;
    font-size: 14px;
}
.breadcrumb>li+li:before,.breadcrumb>li+li before{
    padding: 0 5px;
    color: #555;
    content: ">\00a0";
}
.breadcrumb-shu>li+li:before,.breadcrumb-shu>li+li before{
    padding: 0 5px;
    color: #ccc;
    content: "|\00a0";
}
/*Ã¥ÂÂ¯Ã¥â€¦Â³Ã©â€”Â­Ã§Å¡â€žÃ¦ÂÂÃ§Â¤ÂºÃ¦Â¡â€ */
.alert {
    /*padding: 10px;*/
    /*margin-bottom: 20px;*/
    border: 1px solid transparent;
    position: relative;
    box-sizing:border-box;
}
.alert-default {
    color: #666;
    /* border-color: #FF8800;*/
    /*margin-bottom:20px!important;*/
    background: #F3F3F3;
}
.alert>i{
    margin: 0 10px;
    color:#478EE3;
    font-size: 14px;
}
.alert>.close{
    float: right;
    color:  #666;
}
/*Ã©Â»â€žÃ¨â€°Â²Ã¨Æ’Å’Ã¦â„¢Â¯Ã¦Å’â€°Ã©â€™Â®Ã¦Â Â·Ã¥Â¼Â*/
.Hbtn{
    display: inline-block;
    margin-right: 10px;
    background:#FF8D3C;
    color: white;
    border: none;
    outline: none;
    padding: 5px 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 32px;
    text-align: center;
    border: 1px solid #FF8D3C;
    cursor: pointer;
}
/*.Hbtn:hover{
     background:#ff7513;
     border: 1px solid #ff7513;
}*/
/*Ã©Â»â€žÃ¨â€°Â²Ã¥Â­â€”Ã¤Â½â€œÃ¨Æ’Å’Ã¦â„¢Â¯Ã¦Â Â·Ã¥Â¼Â*/
.btn-nonebg {
    background: none!important;
    border: 1px solid #FF8D3C;
    color: #FF8D3C;
}
/*.btn-nonebg:hover{
    background: #ff7513!important;
    border: 1px solid #ff7513;
    color: #fff;
}*/
.hz{
     color: #FF7800!important;
     font-size: 13px;
}
.top-hr{
    border-top: 1px dashed #FFDBB2;
}
/*aÃ¦Â â€¡Ã§Â­Â¾Ã§ÂÂ°Ã¨â€°Â²Ã¦Å’â€°Ã©â€™Â®*/
.a-btn{
    border: 1px solid #ddd;
    padding: 2px 5px;
}
.a-btn:hover{
    color: #FF7800;
    border: 1px solid #FF7800;
}
/*Ã§ÂÂ°Ã¨â€°Â²Ã¤Â¸â€¹Ã¦â€¹â€°Ã¦Å’â€°Ã©â€™Â®*/
.a-select{
    position: relative;
    display: inline-block;
    border:1px solid transparent;
    padding: 2px 5px;
    z-index:1;
}
.a-select>ul{
    display: none;
    border: 1px solid #ddd;
    position: absolute;
    left: -1px;
    background: white;
    z-index: 2;
    width: 140px;
}
.a-select>ul>li{
    color: #555;
    padding-left: 8px;
    height:30px;
    line-height:30px;
    cursor: pointer;
}
    .a-select > ul > li:hover {
        /*background:rgb(213,231,255);}*/
        background: #F2F9FF;
    }
.calendar-con .a-select:hover{
    border:1px solid #e2e2e2;
    border-bottom:none;
}
.a-select:hover ul{
    display: block;
}
.ul-lifloat:after,.ul-lifloat after{
    content: '';
    clear: both;
    display: block;
}
.ul-lifloat>li{
    float: left;
    display: block;
}
.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.rotate-90 {
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}
.rotate-180 {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.rotate-180 {
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}
/*checkboxÃ©â‚¬â€°Ã¤Â¸Â­Ã¦Â Â·Ã¥Â¼Â*/
.checkbox{
    position: relative;
    top: -3px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}
.checkbox:before,.checkbox before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 15px;
    height: 15px;
    border: 1px solid #CDCDCD;
}
.checkbox:after,.checkbox after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    cursor: pointer;
}
.checkbox:checked:before,
.checkbox:checked before{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #F44336;
    border-top-style: none;
    border-right-style: none;
}
/*Ã¯Â¼â€ºÃ¨Ââ€Ã¥Å Â¨Ã¤Â¸â€¹Ã¦â€¹â€°Ã§Â»â€žÃ¤Â»Â¶*/
.selectsarch>input[type=text] {
    display: inline-block;
    height: 28px;
    padding: 0px 10px;
    margin: 0 2px;
    font-size: 12px;
    line-height: 26px;
    color: #A9A9A9;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position: relative;
}
.selectsarchcon {
    position: absolute;
    top: 36px;
    border: 1px solid #FFC700;
    max-width: 200px;
    max-height: 273px;
    overflow-y: auto;
    width: 100%;
    z-index: 999;
    background: white;
    min-width: 302px;
}
.selectsarchcon>li {
    padding: 2px 8px;
}
.selectsarchcon>li>span {
    display: inline-block;
    width: 100%;
    color: #333;
}
.selectsarchcon>li:hover {
    background: #eee;
    cursor: pointer;
}
/*Ã¥â€ºÂºÃ¥Â®Å¡*/
.fixed{
    position: fixed;
    top:0;
    z-index: 999;
    background: white;
}
.fixedbottom{
    position: fixed;
    bottom:0;
    z-index: 999;
    background: white;
}
/*Ã©â‚¬ÂÃ¦ËœÅ½Ã¥ÂºÂ¦*/
.fiter{
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#5F000000',endColorstr='#5F000000');
}
.updown{
	padding:2px 20px 2px 0;
    text-align: right;
    display: none;
}
a:focus{
	outline: none!important;
}
.ie8 .placehders,
.ie9 .placehders{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.ie8 .placehders>.form-control-100,
.ie9 .placehders>.form-control-100{
	width: 100%!important;
}
.ie8 .crl_group .placehders,
.ie9 .crl_group .placehders{
	width: 75%!important;
}
.glyphicon-ok {
    display: block;
    width:12px;
    height: 12px;
    position: absolute;
    top:-2px;
    right: 5px;
    z-index: 1;
    margin-top: 10px;
    background:url('/Img/ok.png');
}

/*曹青萍--退票上传图片*/

.upPhotos {
    position:relative;
}
.upPhotos input[type="file"] {
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    width: 98px;
    height: 35px;
    margin-top: -7px;
    margin-left: -70px;
    cursor: pointer;
    z-index: 10;
}
.obtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.obtn-headerbg {
    background: transparent;
    color: #2577E3;
    border: 1px solid #2577E3;
}
.disInline {
    display: inline-block;
}