/*v4 hunlimao web*/
/*modal order*/

.modal--order{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1003;
}
.modal--order.modal--program{
    /*display: block;*/
}

.mo--bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.mo--main{
    position: absolute;
    width: 850px;
    left: 0;
    top: 50%;
    right: 0;
    margin: auto;
    margin-top: -300px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 2;
}

.mo--close .iconfont{
    color: #ccc;
    font-size: 24px;
    cursor: pointer;
}

.mo--content{
    padding: 20px;
}

.mo--close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
    cursor: pointer;
}

.mo--p1{
    padding-top: 50px;
    text-align: center;
}

.mo--p1-title{
    font-size: 24px;
    line-height: 40px;
}

.mo--p1-tip1{
    margin-top: 10px;
    margin-bottom: 30px;
}

.mo--p1-tag{
    display: inline-block;
    padding: 0 10px;
    background-color: #ffb63f;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    height: 20px;
    line-height: 18px;
    color: #fff;
    

}

.mo--p1-text1{
    font-size: 14px;
    color: #666;
}

.mo--p1-input{
    display: block;
    margin: 10px auto;
    border-radius: 5px;
    width: 340px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #eee;
}

.mo--p1-error{
    text-align: center;
    color: #ff7385;
    font-size: 12px;
    line-height: 30px;
    display: none;
}

.mo--p1-submit{
    border:none;
    background-color: #ff7385;
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    display: block;
    margin: 0 auto 40px auto;
    width: 180px;
    cursor: pointer;
}

.mo--p1-tip2{
    font-size: 12px;
    color: #999;
    text-align: center;
    display: block;
}

/*page2*/
.mo--p2{
    padding: 70px 40px;
}

.mo--p2-illus{
    float: left;
    margin-right: 20px;
    width: 200px;
    height: 260px;
}

.mo--p2-title{
    color: #ff7385;
    margin-bottom: 20px;
}

.mo--p2t-icon .iconfont{
    font-size: 40px;
    margin-right: 10px;
    color: inherit;
}

.mo--p2t-text{
    font-size: 36px;
    color: inherit;
}

.mo--p2-info{
    color: #666;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.mo--p2-download{
    margin-top: 45px;
}

.mo--p2d-qr{
    background-color: #eee;
    display: inline-block;
    width: 66px;
    height: 66px;
    margin-right: 10px;
}

.mo--p2d-info{
    vertical-align: top;
    display: inline-block;
}

.mo--p2d-title{
    color: #444;
    font-size: 16px;
    margin-bottom: 7px;
}

.mo--p2d-text{
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.mg--title{
    font-size: 30px;
    color: #666666;
}
.mg--step-wrap{
    padding: 45px 20px;
    width: 510px;
    margin: 0 auto;
    overflow: hidden;
}
.mg--step-item{
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 10px;
}
.mg--step-arrow{
    display: inline-block;
    letter-spacing: -3px;
    width: 52px;
    height: 80px;
    line-height: 80px;
    float: left;
    overflow: hidden;
}
.mg--step-arrow .iconfont{
    font-size: 12px;
    color: #c5c5c5;
    font-weight: bold;
}
.mg--step-arrow.mg--step-red .iconfont{
    color: #ff7385;
}
.mg--step-icon{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 85px;
    background: url(http://static.xitaoinfo.com/v4/loop_grey.png) center no-repeat;
    /*background-color: #ffffff;*/
    /*border: solid 5px #e3e3e3;*/
    color: #999;
    line-height:90px;
    /*border-radius: 50%;*/
    font-size: 40px;
    font-family: Helvetica,arial,sans-serif;
}
.mg--step-red .mg--step-icon{
    /*border-color: #ff7385;*/
    background: url(http://static.xitaoinfo.com/v4/loop_pink.png) center no-repeat;
    color: #ff7385;
}
.mg--step-time{
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 24px;
    /*background-color: #fff;*/
    font-size: 16px;
    color: inherit;
    line-height: 24px;
}
.mg--step-tip{
    font-size: 16px;
    color: #999999;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -100px;
    display: inline-block;
    width: 200px;
}
.mg--step-red .mg--step-tip{
    color: #4d4b4b;
}

.mg-input-wrap{
    margin: 45px auto 10px;
    width: 520px;
    height: 48px;
}
.mg--btn{
    width: 510px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    border-radius: 3px;
    background-color: #ff7385;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.mg--btn:hover{
    background-color: #ff596f;
}
.mg--input{
    float: left;
    width: 250px;
    height: 48px;
    margin: 0 6px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 3px;
    border: solid 1px #e3e3e3;
    text-align: center;
}
.mg-nick{
    width: 180px;
}
.mg--tel{
    width: 316px;
}
.mg--geted{
    font-size: 12px;
    padding: 10px 0;
}
.mg--geted-num,
.mh--geted-num{
    color: #ff7385;
}
.mg--geted .iconfont{
    font-size: 12px;
    color: #F4B348;
}
.mg-p2{
    display: none;
}
.mg-success{
    /*padding: 45px 30px;*/
    /*font-size: 18px;*/
    padding: 50px 40px;
    font-size: 20px;
}
.mg--success-red{
    color: #ff7385;
}
.mg--geted a{
    color: #666;
    font-size: 14px;
}
.mg--geted a:hover{
    color: #ff7385;
}
.mo--block{
    padding-top: 10px;
    display: none;
}

/*酒店咨询弹框*/
.modal--hotel .mo--p1 {
    padding-top: 0;
}
.mh-input-wrap{
    margin: 15px auto 10px;
    width: 552px;
    height: 48px;
}
.mh--book-wrap{
    padding-bottom: 30px;
    text-align: center;
}
.mh--book-item{
    display: inline-block;
    width: 144px;
    height: 48px;
    margin: 0 19px;
    line-height: 48px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
}
.mh--book-item.active{
    color: #fff;
    background-color: #ff7385;
    border: solid 1px #ff7385;
}
.mo--discount{
    padding-top: 40px;
}
.mhotel--title{
    font-size: 26px;
    color: #4d4d4d;
}
.m--title-grey{
    font-size: 26px;
    color: #666;
}
.mhotel--tip{
    padding: 30px 0 15px;
    font-size: 18px;
    color: #666666;
}
.mhotel--tip-step{
    padding: 30px 0 15px;
    font-size: 18px;
    color: #3d3d3d;
}
.mhotel--tip-step2{
    padding: 0;
}
.mo--date .mhotel--tip2{
    padding-top: 0;
    font-size: 14px;
    color: #999999;
}
.mhotel--tip2{
    font-size: 16px;
    color: #666666
}
.mo--discount2{
    padding: 0 0 10px;
}
.modal--hotel .mhotel--tip2{
    padding: 6px 0 20px;
}
.m--tip-red{
    font-size: 16px;
    color: #ff7385;
}
.mhotel--tip2 .iconfont{
    padding-right: 5px;
    font-size: 22px;
    color: #ff7385;
    padding-right: 10px;
}
.mhotel--tip2 .iconfont.green{
    font-size: 18px;
    color: #44ceaf;
    padding-right: 13px;
}
.mh-nick{
    width: 198px;
}
.mh--tel{
    width: 330px;
}
/*hotel success*/
.mh--success-bg{
    width: 150px;
    height: 136px;
    margin: 40px auto 0;
    background: url(http://static.xitaoinfo.com/v4/waiter_cat.jpg);
}
.mh--success-text{
    font-size: 30px;
    color: #3d3d3d;
    padding: 20px 0 30px;
}
.mh--success-tip{
    width: 420px;
    text-align: left;
    margin: 0 auto 30px;
}
.mh--success-tip .mhotel--tip2{
    margin-left: 30px;
    padding: 0 0 4px;
}
.mh--back{
    display: inline-block;
    width: 248px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #ff7385;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}
.mh--back:hover{
    background-color: #ff596f;
}

/*酒店查询档期*/
.jCalMo .day,
.jCalMo .invday,
.jCalMo .pday,
.jCalMo .aday,
.jCalMo .overDay,
.jCalMo .selectedDay,
.jCalMo .dow{
    width:34px !important;
    height:22px !important;
    line-height: 22px;
    margin: 2px 2px;
    border: none;
    font-size: 14px;
}
.jCalMo{
    position: relative;
    width: 272px !important;
    height: 230px;
    padding: 40px 0px 10px;
    box-sizing: border-box;
    margin-right: 1px;
}
.jCalMo .dow{
    background: #fff;
    height: 30px !important;
    line-height: 30px;
    color: #999999;
    font-size: 12px;
}
.jCalMo .pday, .jCalMo .aday {
    background: #fff;
}
.jCalMo .jCal {
    width:272px !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
}
.jCalMo .month {
    width: 100% !important;
    height: 40px;
    background-color: #ff7385;
    box-sizing: border-box;
    padding: 8px 22px;
    cursor: default;
}
.jCal .dateHead{
    line-height: 26px;
    height: 26px;
    width: 100px;
    color: #fff;
    display: inline-block;
}
.jCal .dateMonth{
    float: left;
    text-align: right;
}
.jCal .dateYear{
    float: right;
    text-align: left;
}
.jCal .monthNameHover {
    background:#fff;
    color:#ff7385;
}
/* this is the hover for the year */
.jCal .monthYearHover {
    background:#fff;
    color:#ff7385;
}
.jCal .monthName {
    float: left;
    width: 88px;
    margin: 0 4px 0 8px;
    padding-left: 8px;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    color: #666;
    text-align: left;
    box-sizing: border-box;
}
.jCal .monthYear {
    float: left;
    width: 88px;
    margin: 0 4px 0 8px;
    padding-left: 8px;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    color: #666;
    text-align: left;
    box-sizing: border-box;
}
.jCal .monthSelector{
    position: relative;
    border-radius: 0;
    color: #666;
    width: 88px!important;
    padding-top: 26px;
    opacity: 1 !important;
    box-sizing: border-box;
}
.jCal .monthList{
    overflow: hidden;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 2px #ccc;
}
.jCal .monthSelect{
    border: 1px solid #fff;
    border-radius: 0;
    color: #666;
    box-sizing: border-box;
    margin: 0;
    width: 86px;
    height: 24px;
}
.jCal .monthOld{
    margin: 0;
    color: #ccc;
    height: 0;
    width: 86px;
    border-radius: 0;
}
.jCal .monthSelectHover {
    background:#ebebeb;
    border-color: #ebebeb;
}
.jCal .left {
    position: absolute;
    top: 12px;
    left: 5px;
    /*background: #fff;*/
    float: none;
}
.jCal .left i{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    display: inline-block;
    width: 0;
    border: 6px solid transparent;
    border-right-color: #fff;
}
.jCal .right {
    position: absolute;
    right: 5px;
    top: 12px;
    /*background: #fff;*/
    float: none;
}
.jCal .right i{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    display: inline-block;
    width: 0;
    border: 6px solid transparent;
    border-left-color: #fff;
}
.jCal .monthSelectorShadow{
    display: none!important;
}
.jCalMo .selectedDay {
    background: #ff7385;
}
/* mouseover hilighted selectable day */
.jCalMo .overDay {
    background: #ff7385;
}

.modal--alert{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1003;
}

.modal--tip{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    display: inline-block;
    margin: -100px 0 0 -100px;
    padding: 15px 20px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
    z-index: 1;
    text-align: center;
}

/*挽留页*/
.window_mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none;
}
.pop_box_content {
    width: 700px;
    height: 380px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 120;
    margin-top: -175px;
    margin-left: -325px;
    border-radius: 6px;
    padding: 20px;
    display: none;
}
.box_close_content {
    padding-left: 30px;
    height: 280px;
    background: #fff url(/img/cat_back.png) 475px 88px no-repeat;
}
.pop_box_content {
    z-index: 1003;
}
.box_tip {
    font-size: 16px;
}
.close_dec {
    color: #ff7385;
    font-size: 22px;
    font-weight: bold;
}
.miss_tit {
    color: #ff7385;
    font-size: 15px;
    margin-top: 5px;
}
.box_p {
    margin-top: 8px;
    font-size: 13px;
}
.box_p {
    margin-top: 8px;
    font-size: 13px;
}
.box_p {
    margin-top: 8px;
    font-size: 13px;
}
.box_p {
    margin-top: 8px;
    font-size: 13px;
}
.return_btn {
    width: 110px;
    height: 30px;
    line-height: 28px;
    background: #ff7385;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    border-radius: 3px;
    margin-top: 18px;
    float: left;
    margin-right: 70px;
    cursor: pointer;
}
.box_close .iconfont{
    color: #ccc;
    font-size: 24px;
    cursor: pointer;
}

.box_close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
    cursor: pointer;
}
