/*
author:chenlijian;
design:huangjunkai;
update:2015-10-16;
*/

.header {
    position: fixed;
    /*height: 84px;*/
    top: 0;
    clear: both;
    /*background: #fff;*/
    width: 100%;
    z-index: 9;
}

.header.shadow {
    box-shadow: 0 0 12px #888;
}

.header_box {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0;
    font-size: 0;
}

.indexPage .header_box {
    max-width: 1350px;
    box-sizing: border-box;
    padding-left: 35px;
}

.header_box>* {
    display: inline-block;
    vertical-align: top;
}

.header_l {
    width: 160px;
}

.header_l a {
    position: absolute;
}

.header_m {
    width: 900px;
    margin: 0px auto;
    padding-top: 30px;
}

.indexPage .header_m {
    width: 1005px;
}

.header_m ul {
    margin: 0;
    text-align: center;
}

.header_m ul li {
    display: inline-block;
    font-size: 16px;
    margin-left: 28px;
}

.indexPage .header_m ul li {
    margin-left: 45px;
}

.header_m ul li:first-child {
    margin-left: 0;
}

.header_m ul li a {
    color: #2a2d2f;
    line-height: 1.6;
    font-size: 15px;
}

.header_m ul li a.headerBook {
    padding-left: 22px;
    background: url(../images/search.png) left center no-repeat;
}

.header_m ul li a:hover {
    color: #bb9540;
    text-decoration: none;
}

.header_m ul li.active a {
    color: #bb9540;
}

.header_r {
    width: 140px;
    position: relative;
}

.indexPage .header_r {
    width: 150px;
}

.header_r .login {
    height: 40px;
    line-height: 40px;
}

.header_r .login span {
    display: inline-block;
    width: 15px;
    height: 40px;
    background: url(../images/orIcon.png) center no-repeat;
}

.header_r .login a {
    display: inline-block;
    color: #494949;
    font-size: 12px;
    vertical-align: top;
}

.header_r .login a:hover {
    color: #bb9540;
    text-decoration: none;
}

.header_r .yuyan {
    float: right;
}

.header_r .yuyan a {
    color: #494949;
    font-size: 12px;
}

.header_r .dlan {
    float: left;
    font-size: 0;
    height: 40px;
}

.header_r .dlan .loginIcon {
    height: 40px;
    padding-left: 20px;
    background: url(../images/userIcon.png) left center no-repeat;
}

.header_r .tel {
    font-size: 15px;
    color: #545555;
    text-align: right;
    margin-top: 20px;
    line-height: 1;
    background: url(../images/tel.png) left center no-repeat;
}

.header_r .dlan .member {}

.header_r .dlan .member>a {
    vertical-align: middle;
    padding-left: 24px;
    background-image: url(../images/member-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.header_r .dlan .member>span {
    display: inline-block;
    width: 11px;
    height: 17px;
    margin-left: 5px;
    padding: 0;
    vertical-align: middle;
    background-image: url(../images/off-detail-down.png);
    background-position: center;
    background-repeat: no-repeat;
}

.header_r .dlan .member .memberMenu {
    display: none;
    position: absolute;
    top: 32px;
    left: -33px;
}

.header_r .dlan .member:hover .memberMenu {
    display: block;
}

.indexPage .change-page {
    display: none;
}

.header_r .change-page a {
    display: inline-block;
    width: 70px;
    height: 37px;
    background-color: #bb9540;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    vertical-align: top;
    box-sizing: border-box;
}

.header_r .change-page a:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.header_r .change-page a.index {
    background-color: #f6f3ee;
    border: 1px solid #c0aa79;
    background-image: url(../images/home.png);
    background-repeat: no-repeat;
    background-position: center;
}

.memberMenu ul {
    width: 182px;
    padding: 12px 22px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 0 4px #666;
    box-sizing: border-box;
}

.memberMenu ul li {
    border-top: 1px solid #e6e6e6;
    line-height: 48px;
    box-sizing: border-box;
}

.memberMenu ul li:first-child {
    border-top: none;
}

.memberMenu a {
    color: #555!important;
    line-height: 48px;
    vertical-align: middle;
}

.memberMenu a:hover {
    text-decoration: underline!important;
}

.indexMenuBtn {
    display: none;
}

.indexPage .indexMenuBtn {
    display: block;
}

.indexMenuBtn .btn {
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

.book .place .ul2 {
    display: none;
    width: auto;
}

#time_first {
    float: left;
}

.date_box {
    top: 52px;
    left: 334px;
    border-radius: 0;
    border-color: #d7d7d7;
    height: 360px;
}

.date_left_j {
    border: none;
    background: url("../images/iconleft.png") no-repeat center !important;
}

.date_right_j {
    border: none;
    background: url("../images/iconright.png") no-repeat center !important;
}

.date_dl dd a {
    border: none;
}

.date_dl dd a.hover_before {
    background: #e1eef8;
}

.date_dl dd a:hover,
.date_dl dd a.date_cur,
.date_dl dd a.hover_before:hover {
    background: #217eab;
    color: #fff;
}

.date_dl dt {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 10px;
}


/* 预订下拉框 */

.headdd {
    position: relative;
}

.mune-xiala {
    z-index: 1;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.mune-xiala .mune-bg {
    width: 1230px;
    height: 78px;
    /* background: rgba(255, 255, 255, 0.6); */
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}


/* 目的地 */

.mune-xiala .mune-mudi {
    width: 262px;
    height: 50px;
    display: inline-block;
    background: #fff;
    cursor: pointer;
    position: relative;
    margin: 0px 2px 0 2px;
}

.mune-xiala .mune-mudi .ajsh {
    width: 202px;
    float: left;
    padding-left: 15px;
    height: 50px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    line-height: 50px;
    padding-right: 45px;
}

.mune-xiala .mune-mudi img {
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 15px;
}


/* 目的地弹框 */

.mune-xiala .mune-mudi .xiala-txt {
    box-shadow: 0px 0px 4px #ddd;
    width: 262px;
    background: #fff;
    position: absolute;
    top: 55px;
    left: 0;
    padding: 15px 0;
    display: none;
    z-index: 9;
}

.mune-xiala .mune-mudi .xiala-txt ul {
    position: relative;
}

.mune-xiala .mune-mudi .xiala-txt li {
    font-size: 13px;
    color: #555;
    line-height: 50px;
    padding: 0 20px;
    text-align: left;
}

.mune-xiala .mune-mudi .xiala-txt li p {
    border-bottom: 1px solid #efefef;
}

.mune-xiala .mune-mudi .xiala-txt li:last-child p {
    border-bottom: 0;
}

.mune-xiala .mune-mudi .xiala-txt li:hover {
    background: #efefef;
}


/* 三级弹框 */

.mune-xiala .mune-mudi .xiala-txt ul .shouye-sanjimune {
    box-shadow: 0px 0px 4px #ddd;
    position: absolute;
    left: 262px;
    top: -15px;
    width: 340px;
    background: #fff;
    padding: 15px 0 26px 0;
    border-left: 1px solid #efefef;
    display: none;
}

.mune-xiala .mune-mudi .xiala-txt ul .shouye-sanjimune .anji-box {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.mune-xiala .mune-mudi .xiala-txt ul .shouye-sanjimune .anji-box h1 {
    font-size: 15px;
    color: #333;
    line-height: 50px;
}

.mune-xiala .mune-mudi .xiala-txt ul .shouye-sanjimune .anji-box h1:hover {
    text-decoration: underline;
}

.mune-xiala .mune-mudi .xiala-txt ul .shouye-sanjimune .anji-box h2 {
    font-size: 13px;
    line-height: 23px;
    color: #666;
}


/* 日期 */

.mune-data {
    border-radius: 3px;
    width: 360px;
    height: 42px;
    display: inline-block;
    background: #fff;
    margin: 0px 6px 0 2px;
    cursor: pointer;
    position: relative;
}

.mune-data .out-store {
    border-radius: 3px;
    border: none;
    width: 100px;
    float: left;
    height: 42px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
}

.mune-data .line-2 {
    width: 32px;
    height: 1px;
    background: #333;
    float: left;
    margin: 22px 13px 0 13px;
}

.mune-data .lean-store {
    border: none;
    width: 100px;
    float: left;
    height: 42px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
}

.mune-data .img {
    float: right;
    margin-right: 18px;
    margin-top: 18px;
}


/* 公司 */

.mune-xiala .mune-conpany {
    border-radius: 3px;
    border: none;
    width: 260px;
    height: 42px;
    display: inline-block;
    background: #fff;
    margin: 0px 6px 0 2px;
    cursor: pointer;
    position: relative;
}

.mune-xiala .mune-conpany .la-val {
    border-radius: 3px;
    border: none;
    width: 201px;
    float: left;
    padding-left: 15px;
    height: 42px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    line-height: 42px;
    padding-right: 45px;
}

.mune-xiala .mune-conpany img {
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 15px;
}


/* 首页会员弹框 */

.mune-xiala .mune-conpany .xiala-conpany {
    box-shadow: 0px 0px 4px #ddd;
    width: 261px;
    background: #fff;
    position: absolute;
    top: 42px;
    left: 0;
    padding: 19px 0;
    display: none;
    z-index: 9;
}

.mune-xiala .mune-conpany .xiala-conpany .shouye-alret-wi {
    width: 230px;
    margin: 0 auto;
}

.mune-xiala .mune-conpany .shouye-alret-wi .tab-anb li {
    font-size: 13px;
    width: 70px;
    height: 29px;
    border: 1px solid #efefef;
    float: left;
    color: #444;
    line-height: 27px;
    text-align: center;
    margin-left: 10px;
    box-sizing: border-box;
}

.mune-xiala .mune-conpany .shouye-alret-wi .tab-anb li:first-child {
    margin-left: 0;
}

.mune-xiala .mune-conpany .shouye-alret-wi input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    margin-top: 15px;
    font-size: 13px;
    color: #555;
}

.mune-xiala .mune-conpany .shouye-alret-wi .shou-login {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #bb9540;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
}

.mune-xiala .mune-conpany .shouye-alret-wi .shou-menber {
    color: #666;
    margin-top: 22px;
    margin-right: 23px;
    font-size: 13px;
    display: inline-block;
    float: left;
}

.mune-xiala .mune-conpany .shouye-alret-wi .shou-sitmie {
    color: #666;
    margin-top: 22px;
    font-size: 13px;
    display: inline-block;
    float: left;
}

.mune-xiala .mune-conpany .shouye-alret-wi a:hover {
    text-decoration: underline;
}

.mune-search {
    display: inline-block;
    width: 280px;
    height: 50px;
    margin: 10px 2px 0 2px;
}

.mune-search .mune-l {
    border-radius: 3px;
    width: 280px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    float: left;
    background: #bb9540;
    color: #fff;
    font-size: 14px;
    /* margin-top: 8px; */
    text-decoration: none;
}

.mune-search .mune-l:hover {
    background-color: #ad893b;
}

.hotline {
    width: 200px;
    height: 50px;
    display: inline-block;
    margin: 10px 2px 0 2px;
}

.hotline p {
    font-size: 14px;
    background: #fff;
    float: left;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #555;
}

.index_about {
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px 60px;
}

#forgetPassword {
    cursor: pointer;
}

.pw-layer {
    display: none;
    padding: 20px 42px;
}

.pw-layer h3 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.pw-container {
    margin-top: 18px;
    padding: 0 38px;
}

.pw-container label {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

.pw-container input {
    display: block;
    height: 42px;
    line-height: 40px;
    width: 100%;
    color: #333;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 12px;
    margin-top: 24px;
}

.pw-container input.mt-0 {
    margin-top: 0;
}

.pw-container .btn {
    display: inline-block;
    color: #fff;
    background-color: #d00b3c;
    border-color: #d00b3c;
    font-size: 14px;
    height: 42px;
    width: 140px;
    line-height: 40px;
    margin-top: 25px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
}

.pw-container .btn.w-fill {
    display: block;
    width: 100%;
}

.align-center {
    text-align: center;
}

.align-center>* {
    display: inline-block;
}

#resetPswSuccess {
    display: none;
    padding: 0 20px;
}

#resetPswSuccess img {
    margin-top: 30px;
}

#resetPswSuccess .msg-text {
    font-size: 14px;
    margin-top: 18px;
}

.login_layer .form-row,
#passwordLayer .form-row {
    position: relative;
}

#passwordLayer .verCode {
    position: absolute;
    top: 6px;
    right: 3px;
    width: 90px;
    height: 30px;
}

input.warning,
input.warning:focus {
    border: 1px solid #fd565a!important;
    outline: none;
}

.form-tips {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 12px;
    line-height: 16px;
    padding-left: 16px;
    margin: 0;
    background-image: url(../images/tips_wraning.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #f25a5a;
}

#resetPswForm .getCode {
    position: absolute;
    top: 10px;
    right: 1px;
    width: 100px;
    padding-left: 16px;
    color: #6c6c6c;
    font-size: 14px;
    border-left: 1px solid #e0e0e0;
    cursor: pointer;
}

#resetPswForm .getCode.unable {
    color: #a3a3a3;
}

.mune-xiala.roomlist_tool.addElement {
    padding: 0;
    font-size: 0;
    width: 970px;
    height: auto;
    margin-left: -30px;
    background-color: transparent;
}

.addElement .mune-data,
.addElement .personText {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    height: 45px;
    box-sizing: content-box;
}

.mune-xiala.roomlist_tool.addElement .mune-conpany {
    border: 0;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    height: 45px;
    box-sizing: content-box;
}

.mune-xiala.roomlist_tool.addElement .mune-conpany .la-val {
    width: 415px;
    height: 100%;
    box-sizing: border-box;
}

.addElement .mune-data .out-store,
.addElement .mune-data .lean-store {
    color: #333;
    height: 45px;
}

.addElement .icon {
    display: inline-block;
    width: 40px;
    height: 100%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

.addElement .mune-data .icon {
    background-image: url(../images/icon_reverse_date.png);
}

.addElement .personText {
    height: 45px;
    border: 1px solid #ccc;
    background: #FFF;
    font-size: 14px;
    text-align: left;
    line-height: 45px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.addElement .date_top {
    margin-bottom: 0;
}

.addElement .date_top code {
    padding: 0;
    color: #535353;
    font-size: 20px;
    font-weight: normal;
    background-color: transparent;
}

.addElement .date_top label {
    margin-bottom: 0;
    font-weight: normal;
}

.addElement .date_dl dt {
    box-sizing: content-box;
    font-weight: normal;
}

.addElement .date_dl dt a {
    text-decoration: none;
}

.personText .icon {
    background-image: url(../images/icon_reverse_num.png);
}

.mune-conpany .icon {
    background-image: url(../images/icon_reverse_member.png);
}

.mune-xiala.roomlist_tool.addElement .mune-conpany .xiala-conpany {
    top: 45px;
    width: 100%;
}

.mune-xiala.addElement .mune-conpany .xiala-conpany .shouye-alret-wi {
    width: 395px;
}

.mune-xiala.roomlist_tool.addElement .mune-conpany .shouye-alret-wi .tab-anb li {
    width: 125px;
}

.roomlist_tool.addElement .mune-search {
    float: right;
    width: 270px;
}

.roomlist_tool.addElement .mune-search .mune-l {
    font-size: 15px;
    height: 45px;
    border-radius: 3px;
}

.table-row .checkbox_pink {
    display: inline-block;
    font-size: 15px;
    color: #333;
    line-height: 45px;
}

.table-row .checkbox_pink>span {
    margin-top: 15px;
    box-sizing: border-box;
}

.addElement .personTable {
    display: none;
    position: absolute;
    top: 46px;
    left: 1px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 5px #aaa;
    background-color: #fff;
    z-index: 77;
}

.addElement .personTable .personItems {
    padding: 0 15px 30px;
    border-bottom: 2px solid #dadada;
}

.addElement .personTable .personItems .table-row {
    margin-top: 17px;
    font-size: 13px;
}

.addElement .personTable .personItems .selectItem {
    width: 100%;
    height: 45px;
    color: #000;
    font-size: 15px;
    line-height: 45px;
    padding-left: 13px;
    text-align: left;
    background: #f4f4f4;
    border: 1px solid #cecece;
    border-radius: 3px;
    box-sizing: border-box;
}

.addElement .personTable .personItems .btns {
    float: right;
    padding: 8px 0;
}

.addElement .personTable .personItems .btns>div {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 24px;
    font-size: 28px;
    vertical-align: top;
    text-align: center;
    color: #555;
    margin-right: 10px;
    border-radius: 14px;
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.addElement .personTable .personItems .btns>div.unable {
    color: #bfbfbf;
}

.addElement .personTable .personResetBtn {
    text-align: right;
    padding: 22px 30px;
}

.addElement .personTable .personResetBtn span {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.home-box {
    width: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-reserve {
    width: 1090px!important;
    height: 130px!important;
    background-color: #fff!important;
    margin-top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px #999;
    font-size: 14px!important;
    text-align: left!important;
}

.home-reserve .mr-1 {
    width: 306px!important;
    margin-left: 0px!important;
}

.home-reserve .mr-2 {
    width: 266px!important;
    margin-left: 10px!important;
}

.home-reserve .mr-3 {
    width: 135px!important;
    margin-left: 10px!important;
}

.home-reserve .la-val {
    width: 225px!important;
}

.home-reserve .mune-search {
    width: 135px!important;
}

.home-reserve .date_box {
    top: 46px!important;
    width: 583px!important;
    height: 280px!important;
}

.home-reserve .personTable .personItems {
    padding: 0 15px 20px;
    border-bottom: transparent;
}

.home-reserve .personTable .personResetBtn {
    padding: 0px 20px;
}

.home-reserve .persons {
    width: 266px;
}

.home-reserve .personTable {
    top: 48px!important;
    width: 266px!important;
    height: 340px!important;
}

.home-reserve .mune-conpany .xiala-conpany .shouye-alret-wi {
    width: 230px!important;
}

.home-reserve .mune-conpany .shouye-alret-wi .tab-anb li {
    width: 70px!important;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}
