@charset "utf-8";
.index_show {
    position: relative;
    width: 100%;
}

.index_show .swiper-slide {
    padding-bottom: 70%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.index_show .pagination {
    position: absolute;
    right: 20px;
    width: auto;
    left: auto;
    bottom: 36px;
    z-index: 1;
}

.pagination span {
    display: inline-block;
    margin: 0 3px!important;
    width: 8px;
    height: 8px;
    background: #fff;
    overflow: hidden;
    filter: Alpha(opacity=50);
    opacity: 0.5;
}

.pagination .swiper-pagination-bullet-active {
    filter: Alpha(opacity=100);
    opacity: 1;
}

/*通用title*/

.title1 {
    padding-top: 18px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.title2 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.title2 span {
    position: relative;
    z-index: 1;
    padding: 0 7px;
    background: #eee;
    color: #333;
    vertical-align: top;
}

.title2:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #d1d1d2;
    content: "";
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.title2.short:before {
    width: 70%;
    left: 50%;
    transform: scaleY(0.5) translateX(-50%);
    -webkit-transform: scaleY(0.5) translateX(-50%);
}

.title2.f12 {
    font-size: 12px;
}

.title2.f18 {
    font-size: 18px;
}

.title2 span.wt {
    background-color: #fff;
}

.title2 span.gr {
    color: #666;
}

.hTitle {
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

.hTitle .p1 {
    font-size: 18px;
    line-height: 1.1;
    color: #111;
}

.hTitle .p2 {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.2;
    color: #666;
}

.hTitle:before {
    content: '';
    position: absolute;
    margin-left: -90px;
    left: 50%;
    bottom: 0;
    width: 180px;
    border-bottom: 1px solid #e5e5e5;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
}

.hCalling {
    padding: 15px 15px 30px;
}

.hCalling .submitH1 {
    font-size: 21px;
}

.city_box {
    position: relative;
    margin-top: 20px;
}

.city_box .city_list {
    padding: 0 8px 30px;
}

.city_box .li {
    position: relative;
    display: block;
    float: left;
    width: 33.3%;
    padding: 2px;
    box-sizing: border-box;
}

.city_box .li .pic {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}

.city_box .li .pic:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.city_box .li .txt {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.city_box .li .p1 {
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.5;
}

.city_box .li .p2 {
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
}

/*首页优惠+特色*/

.package_box {
    margin-top: 50px;
}

.package_box_con {
    margin-top: 25px;
    padding: 0 20% 0 15px;
}

.package_box .package_li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.package_box .package_img {
    width: 100%;
    padding-bottom: 72.56%;
    background-size: cover;
    background-position: center;
}

.package_box .package_txt {
    position: relative;
    padding: 20px 15px;
    background-color: #fff;
}

.package_box .package_txt .p1 {
    font-size: 15px;
    line-height: 1.1;
    color: #333;
    height: 25px;
    border: 0;
    outline:none;
	text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.package_box .package_txt .p2 {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1;
    color: #333;
}

.package_box .package_txt .p3 {
    padding-top: 20px;
    line-height: 15px;
}

.package_box .package_price {
    color: #c0a46d;
    font-size: 15px;
}

.package_box .package_but {
    color: #c0a46d;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.package_box .package_but span {
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c0a46d;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 8px;
    color: #fff;
}

.package_box .package_but span i {
    top: 0;
}

.destination_box {
    margin-top: 50px;
}

.destination_box_con {
    margin-top: 25px;
    padding: 0 29.33% 0 15px;
}

.destination_box_con .img {
    width: 100%;
    padding-bottom: 180%;
    background-size: cover;
    background-position: center;
}

.destination_box_con .con {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 12px;
    color: #fff;
}

.destination_box_con .con .d1 {
    line-height: 20px;
    display: inline-block;
    background-color: #c0a46d;
    font-weight: 700;
    padding: 0 5px;
    border-radius: 3px;
}

.destination_box_con .con .d2 {
    padding-top: 10px;
    font-size: 15px;
    line-height: 1;
}

.destination_box_con .more {
    display: flex;
    align-items: center;
    height: 13px;
}

.destination_box_con .more span {
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 8px;
    color: #333;
}

.destination_box_con .more span i {
    top: 0;
}

.destination_box .but {
    font-size: 0;
    text-align: center;
    padding: 25px 0 50px;
}

.destination_box .but a {
    width: 130px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #c0a46d;
    margin: 0 5px;
}

.destination_box .but .d1 {
    background-color: #c0a46d;
    color: #fff;
}

.destination_box .but .d2::before {
    border-color: #c0a46d;
}

.feature-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.feature-head a {
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    background-color: #fff;
    color: #111;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    width: 0;
}

.feature-head .current {
    color: #b88f3f;
    border-bottom: 2px solid #c0a46d;
}

.feature-top {
    height: auto;
}

.feature-top .banner_slide {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    background-position: center;
    background-size: cover;
}

.warp-1 {
    position: relative;
}

.warp-1 .nav-1.nav-ft {
    z-index: 10;
    position: absolute;
    top: -19px;
    width: 100%;
    padding: 0 35px;
    background-color: transparent;
    box-sizing: border-box;
}

.warp-1 .ft-box {
    padding-top: 34px;
    padding-bottom: 20px;
}

.warp-1 .nav-1 {
    padding: 10px;
    background-color: #f6f6f6;
}

.warp-1 .nav-1 .nav-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
}

.warp-1 .nav-1 a {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    width: 0;
    font-size: 14px;
    height: 36px;
    line-height: 2.5;
    background-color: #fff;
    color: #111;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-left: none;
}

.warp-1 .nav-1 a:first-child {
    border-left: 1px solid #e5e5e5;
}

.warp-1 .nav-1 a.current {
    background-color: #c0a46d;
    color: #fff;
    border-color: #c0a46d;
}

.warp-1 .nav-1 a.current:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: 38px;
    width: 0;
    border-left: 1px solid #c0a46d;
}

/*套餐列表*/

.warp-1 .box-1 {
    padding: 25px 5px 10px 10px;
}

.warp-1 .box-1 .list {
    width: 50%;
    padding-right: 5px;
    padding-bottom: 10px;
    box-sizing: border-box;
    float: left;
}

.warp-1 .box-1 .list a {
    display: block;
    background: #fff;
}

.warp-1 .box-1 .list .pic {
    background-position: bottom center;
    background-size: cover;
    padding: 0 0 62.5% 0;
    position: relative;
}

.warp-1 .box-1 .list .pic .addr {
    width: 45px;
    height: 24px;
    text-align: center;
    position: absolute;
    bottom: -12px;
    left: 8px;
    background-size: cover;
}

.warp-1 .box-1 .list .pic .addr.new {
    background-image: url(../img/float_tag1.jpg);
}

.warp-1 .box-1 .list .pic .addr.hot {
    background-image: url(../img/float_tag2.jpg);
}

.warp-1 .box-1 .list .txt {
    padding: 20px 10px 10px;
    font-size: 15px;
    color: #111;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.warp-1 .box-1 .list .p1 {
    font-size: 12px;
    line-height: 1.2;
    color: #c0a46d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.warp-1 .box-1 .list .p2 {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.2;
    color: #808080;
}

.warp-1 .box-1 .list .p2 span {
    white-space: nowrap;
}

.warp-1 .box-1 .list .p3 {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.2;
    color: #c0a46d;
}

.warp-1 .box-1 .list .p3 span {
    font-size: 15px;
}

.warp-1 .box-1 .list .time {
    width: 100%;
    padding: 3px 0;
    background: #adadad;
    font-size: 11px;
    text-align: center;
    color: #fff;
    position: relative;
}

.warp-1 .box-1 .list .time span {
    white-space: nowrap;
}

.warp-2 .box-1 {
    padding: 20px 15px;
    background: #b88f3f;
    color: #fff;
    position: relative;
}

.warp-2 .pic {
    width: 35%;
    float: left;
    background-position: bottom center;
    background-size: cover;
    padding: 0 0 19.5% 0;
}

.warp-2 .txt {
    width: 65%;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}

.warp-2 .txt p {
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.warp-2 .txt .p1 {
    font-size: 12px;
}

.warp-2 .txt .p2 {
    font-size: 16px;
    padding-top: 5px;
}

.warp-2 .txt .p3 {
    font-size: 12px;
    color: #fffefe;
    position: absolute;
    bottom: 20px;
}

.warp-2 .ubb {
    padding: 0 15px 50px;
}

.warp-2 .box-2 {
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    padding: 15px;
    background: #c0a46d;
    color: #333;
    position: fixed;
    left: 0;
    bottom: 0;
}

.warp-2 .box-2 .d1 {
    float: left;
}

.warp-2 .box-2 .d2 {
    float: right;
    padding-left: 15px;
    border-left: 1px solid #111;
}

.wrap-3 {
    padding: 25px 15px 40px;
}

.wrap-3 .list {
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.wrap-3 .pic {
    position: relative;
    width: 100%;
    padding-bottom: 83.33%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrap-3 .pic .addr {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    background-position: top right;
    background-size: cover;
}

.wrap-3 .pic .addr.new {
    background-image: url(../img/tag_new.png);
}

.wrap-3 .pic .addr.hot {
    background-image: url(../img/tag_hot.png);
}

.wrap-3 .txt {
    padding: 15px;
    background-color: #fff;
}

.wrap-3 .txt .p1 {
    font-size: 15px;
    line-height: 1.1;
    color: #333;
}

.wrap-3 .txt .p2 {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1;
    color: #808080;
}

.wrap-3 .txt .p3 {
    height: 31px;
}

.wrap-3 .txt .p3-p {
    padding-top: 8px;
    font-size: 13px;
    color: #c0a46d;
}

.wrap-3 .txt .p3-p span {
    font-size: 18px;
}

.wrap-3 .txt .p3-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 12px;
    height: 31px;
    font-size: 14px;
    color: #fff;
    background-color: #c0a46d;
    border-radius: 4px;
}

.labelBox label {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    height: 14px;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.labelBox input {
    display: none;
}

.labelBox .leftBox {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-image: url(../../group/img/select_point.png);
    background-position: 0 0;
}

.labelBox .leftBox.checked {
    background-position: -14px 0;
}

.labelBox .tip2 {
    color: #999;
}

.labelBox .tip3 {
    color: #c0a46d;
}

.radioBox label {
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 14px;
}

.radioBox input {
    display: none;
}

.radioBox .cir {
    display: inline-block;
    height: 21px;
}

.radioBox i {
    vertical-align: middle;
    top: -1px;
    margin-right: 14px;
    font-size: 10px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}

.radioBox .checked i {
    background: #c0a46d;
}

.radioBox .checked i:after {
    border-color: #c0a46d;
}

/*新闻*/

.news-box {}

.news-box li {
    padding: 15px 10px;
}

.news-box a {
    display: block;
    position: relative;
    width: 100%;
    height: 95px;
    padding-left: 132px;
    background-color: #fff;
    box-sizing: border-box;
}

.news-box a:active .txtbox {
    background-color: #f6f6f6;
}

.news-box .imgbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 132px;
    padding-bottom: 95px;
    background-position: center;
    background-size: cover;
}

.news-box .txtbox {
    background-color: #fff;
    height: 100%;
    padding-left: 12px;
    border-left: none;
    box-sizing: border-box;
}

.news-box .txtbox .p1 {
    font-size: 16px;
    line-height: 1.4;
    max-height: 44px;
    color: #111;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-box .txtbox .p2 {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.1;
    color: #b88f3f;
}

.news-box .txtbox .p3 {
    margin-top: 16px;
    height: 30px;
    font-size: 11px;
    line-height: 1.4;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-box .txtbox .p4 {
    margin-top: 4px;
    font-size: 13px;
    line-height: 2;
    height: 26px;
    color: #999;
}

.news-box .txtbox .p4-1 {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.1;
    color: #999;
}

.news-box.busi .txtbox .p1 {
    height: 24px;
}

.title_info {
    padding: 25px 15px 20px;
}

.title_info .p1 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.title_info .p2 {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1;
}

.title_info .p2 span {
    margin-left: 6px;
}

.title_info .p2 span:first-child {
    margin-left: 0;
}
.title_info .p3{
    padding-top: 15px;
    padding-bottom: 25px;
    line-height: 1;
    font-size: 13px;
    color: #c0a46d;
}
.title_info .p3 span{
    font-weight: 700;
    font-size: 18px;
}

.logo_title {
    margin: 0 5px;
}

.logo_title span {
    padding: 0 24px;
}

.alert_box .login{
    padding: 10px 0 0;
}
.login .login_title{
    padding-bottom: 10px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #c0a46d;
    line-height: 1;
}

.login .inpt-p {
    padding-left: 23px;
    position: relative;
    line-height: 56px;
}

.login .inpt-p .VVfont {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    font-size: 14px;
    color: #b2b2b2;
}

.login .submitH1 {
    color: #666;
}

.login .submitH1:before {
    border-color: #e5e5e5;
}
.noRegister{
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding-top: 25px;
}
.noRegister a{
    color: #666;
}
.noRegister span{
    color: #c0a46d;
}

.forget a {
    display: flex;
    align-items: center;
    color: #c0a46d;
    line-height: 13px;
}
.forget a i{
    font-size: 14px;
    margin-left: 3px;
}

.progress {
    padding-top: 50px;
    position: relative;
    height: 60px;
    line-height: 1;
    font-size: 13px;
    color: #666;
    background-color: #f2f2f2;
}

.step {
    padding: 0 5px;
    height: 20px;
    width: 31%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border-radius: 10px;
    background-color: #cecfce;
    box-sizing: border-box;
}

.step.current {
    background-color: #c0a46d;
}

.step_num {
    display: inline-block;
    margin-right: 2px;
    font-style: italic;
}

.progress .step1 {
    position: absolute;
    left: 0;
}

.progress .step2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.progress .step3 {
    position: absolute;
    right: 0;
    margin-left: 3px;
}

.pr_step {
    position: relative;
    height: 100%;
    margin: 0 10px;
}

.pr_step::before {
    z-index: 2;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    border-bottom: 2px solid #c0a46d;
}

.pr_step.half::before {
    width: 50%;
}

.pr_step.total::before {
    width: 100%;
}

.pr_step::after {
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    border-bottom: 2px solid #d1d1d1;
}

.formH1 .inpt-p .txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #808080;
}

.formH1 .inpt-p {
    padding-left: 95px;
    font-size: 15px;
    line-height: 56px;
}

.formH1.register {
    padding: 0 15px 30px;
}

.formH1 .date1 .VVfont {
    z-index: 5;
    position: absolute;
    padding: 5px 10px;
    right: 0;
    top: 5px;
    font-size: 16px;
    color: #d3d3d3;
}

.inpt-p {
    position: relative;
}

.inpt-p.yzm-p {
    padding-right: 103px;
}

.inpt-p .codeBtn {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100px;
    font-size: 15px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    color: #c0a46d;
    background-color: #fff;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inpt-p .codeBtn img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transform: scale(1.18);
    -webkit-transform: scale(1.18);
}

.inpt-p.yzm-p2 .codeBtn {
    top: auto;
    position: relative;
    width: 100%;
    height: 50px;
    -webkit-transform: none;
    transform: none;
}

.inpt-p button.codeBtn {
    padding: 0 6px;
}

.inpt-p .codeBtn:before {
    border-color: #c0a46d;
}

.inpt-p .codeBtn:disabled {
    color: #fff;
    background-color: #d1d1d1;
}

.inpt-p .codeBtn:disabled:before {
    border-color: #d1d1d1;
}

.hInput {
    font-size: 15px;
    line-height: 56px;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
}

#mapBox-1 {
    position: relative;
    width: 100%;
    height: 300px;
}

#mapBox-1 .link-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 5;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

#mapBox-1 .link-box .lead-link {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 48px 0 25px;
    font-size: 12px;
    line-height: 40px;
    color: #111;
    background-color: rgba(255, 255, 255, 0.92);
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

#mapBox-1 .link-box .lead-link i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mapBox-1 .link-box .lead-link .hm-map-3 {
    margin-top: 2px;
    left: 10px;
    font-size: 13px;
    color: #808080;
}

#mapBox-1 .link-box .lead-link .hm-navigation-2 {
    right: 10px;
    font-size: 26px;
    color: #c0a46d;
}

.map-bottom {
    z-index: 200;
    position: fixed;
    width: 100%;
    padding: 18px 80px 18px 15px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.map-bottom .p1 {
    font-size: 19px;
    color: #111;
    line-height: 1.8;
}

.map-bottom .p2 {
    font-size: 13px;
    color: #666;
}

.map-bottom .map-ico {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #c0a46d;
    font-size: 26px;
    color: #fff;
    border-radius: 50%;
}

.map-bottom .map-ico .VVfont {
    top: 0;
}

.contact-box {
    padding: 40px 15px 20px;
}

.contact-box .title2 span {
    font-size: 12px;
}

.contact-box .submit1 {
    font-size: 22px;
}

.contact-box .ct-3 {
    margin-top: 40px;
    text-align: center;
}

.contact-box .ct-3 img {
    width: 175px;
    height: 175px;
    border: 1px solid #e5e5e5;
}

.contact-box .ct-3 .p1 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #111;
}

.contact-box .ct-3 .p2 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.contact-box .ct-1 {
    padding-bottom: 10px;
}

.contact-box .tt {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    color: #111;
}

.contact-box .dt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #111;
}

.contact-box .dt a {
    color: #111;
}

.contact-box .dt a:active {
    color: #808080;
}

.news_detail .switch {
    margin-top: 30px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.2;
}

.news_detail .switch a {
    color: #b88f3f;
}

.news_detail .switch .prev {
    float: left;
}

.news_detail .switch .next {
    float: right;
}

/*预订*/

.pb_bd_i{
    position: absolute;
    transform: translate(0, -50%);
    right: 15px;
    font-size: 10px;
    color: #ccc;
    top: 50%;
    line-height: 1;
}

.search_box .detail_input {
    padding: 0 25px 25px 25px;
    background: #fff;
}

.search_box .dd {
    position: relative;
    padding-left: 35px;
}

.search_box .date4 .input1{
    display: flex;
}
.search_box .date4 .line{
    margin: 0 10px;
}
.pb_bd_i.hm-calendar{
    font-size: 16px;
    color: #999;
}

.search_box .btn {
    padding: 15px;
}
.search_box .btn .submit1 {
    display: block;
    text-align: center;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
}

.search_box .link_btn {
    text-align: center;
    padding-top: 50px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.search_box .link_btn .bt {
    display: inline-block;
    width: 32%;
}

.search_box .link_btn .bt a {
    display: block;
    color: #999;
}

.search_box .link_btn .bt p {
    padding-top: 14px;
    font-size: 12px;
    line-height: 1.1;
}

.search_box .link_btn .bti {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #b9b9b9
}

.search_box .link_btn .bti i {
    top: 0;
    font-size: 16px;
    line-height: 40px;
}

.search_box .link_btn span {
    display: inline-block;
    margin-bottom: 10px;
    height: 46px;
    border-left: 1px solid #e5e5e5;
}

.recommend {
    margin-top: 25px;
}

.recommend .tt {
    position: relative;
    line-height: 41px;
    padding-left: 10px;
    background-color: #fff;
}

.recommend .tt::before {
    bottom: -1px;
}

.recommend .tt a {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 10px;
    color: #111;
    font-size: 14px;
}

.recommend .tt a i {
    margin-left: 4px;
    font-size: 12px;
    color: #cfcfcf;
}

.recommend .tt .color1 {
    margin-left: 6px;
    font-size: 15px;
    color: #c0a46d;
}

.recommend .tt .color1bg {
    display: inline-block;
    height: 19px;
    width: 19px;
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    border-radius: 50%;
}

.hotel_list.history {
    margin-top: 5px;
}

.hotel_list .sort {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    background-color: #fff;
}

.hotel_list .sort::before {
    bottom: -1px;
}

.hotel_list .sort .li {
    padding: 12px 0;
    float: left;
    width: 25%;
}

.hotel_list .sort .cc {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #666;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel_list .sort .cc i {
    top: 0;
    font-size: 12px;
    color: #b6b6b6;
}

.hotel_list .sort .cc i:first-child {
    margin-left: 6px;
}

.hotel_list .sort #mapSearchBtn i{
    margin: 0 4px 0 0;
}

.hotel_list .sort .cc:last-child {
    border-right: 0;
}

.hotel_list .sort .cc.popsearch i {
    margin-left: 6px;
}

.hotel_list ul {
    position: relative;
    background: #fff;
}

.hotel_list ul.border05b::before {
    bottom: -1px;
}

.hotel_list li {
    position: relative;
    padding: 10px;
}

.hotel_list li a {
    display: block;
}

.hotel_list li:first-child::before {
    border: 0;
}

.hotel_list li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    border-bottom: 1px solid #e5e5e5;
    height: 1px;
    width: 200%;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
}

.hotel_list li>a {
    z-index: 5;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.hotel_list li img {
    position: relative;
    left: 50%;
    height: 90px;
    transform: translateX(-50%);
}

.hotel_list li .cr {
    position: relative;
    width: 100%;
    height: 90px;
    padding-left: 100px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.hotel_list li .cr .name {
    font-size: 15px;
    height: 33px;
    line-height: 2.2;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotel_list li .cr .location {
    padding-bottom: 5px;
    font-size: 12px;
    height: 16px;
    line-height: 1.5;
    color: #b2b2b2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotel_list li .cr .price {
    line-height: 32px;
    font-size: 18px;
    color: #808080;
}

.hotel_list li .cr .price .pr_number {
    display: inline-block;
    line-height: 18px;
}

.hotel_list li .cr .price .bd {
    display: inline-block;
    font-size: 11px;
    line-height: 30px;
    vertical-align: middle;
}

.hotel_list li .cr .price .full {
    font-size: 12px;
    color: #333;
}

.hotel_list li .cr .noPrice {
    font-size: 12px;
    color: #333;
    line-height: 28px;
    margin-top: 3px;
    position: relative;
}

.hotel_list li .cr .noPrice .fr:after {
    border-color: #c0a46d;
}

.hotel_list li .cr .noPrice .VVfont {
    top: 0;
    font-size: 16px;
    height: 28px;
    width: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hotel_list li .cr .noPrice .VVfont:before {
    margin-top: 1px;
}

.float-btn {
    position: fixed;
    right: 11px;
    width: 41px;
    height: 41px;
    font-size: 20px;
    line-height: 41px;
    color: #666;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
}

.float-btn.history {
    bottom: 108px;
}

.float-btn.go-top {
    bottom: 62px;
}

.float-btn .hm-foot {
    top: -2px;
    left: -2px;
}

.float-btn::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    border: 1px solid #e5e5e5;
}

.go-top {
    display: none;
}

.go-top i {
    top: -2px;
}

.no-more {
    font-size: 16px;
    line-height: 65px;
    text-align: center;
    color: #111;
}

.popup {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup .popbg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup .filter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.filter .tt {
    padding: 25px 10px;
    font-size: 13px;
    line-height: 1;
    color: #999;
}

.filter .ft-1 ul {
    padding: 0 5px;
}

.filter .ft-1 li {
    float: left;
    padding: 0 5px;
    margin-bottom: 20px;
    width: 33.3%;
    box-sizing: border-box;
}

.filter .ft-1 input {
    display: none;
}

.filter .ft-1 .lv {
    display: block;
    border: 1px solid #e5e5e5;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
}

.filter .ft-1 .active .lv {
    border-color: #c0a46d;
    color: #c0a46d;
}

.filter .ft-2 {
    margin: 0 10px;
    border-top: 1px solid #e5e5e5;
}

.filter .button {
    font-size: 16px;
}

.filter .button .clear {
    border-top: 1px solid #e5e5e5;
    width: 26%;
    text-align: center;
    line-height: 47px;
    height: 46px;
    color: #666;
}

.filter .button .subbtn {
    border: 0;
    display: block;
    width: 74%;
    line-height: 47px;
    text-align: center;
    color: #fff;
}

.weui-slider {
    padding: 15px 18px;
    user-select: none;
}

.weui-slider__inner {
    position: relative;
    height: 2px;
    background-color: #ccc;
}

.weui-slider__track {
    position: absolute;
    top: 0;
    height: 2px;
    background-color: #c0a46d;
    width: 0;
}

.weui-slider__track1 {
    z-index: 3;
    position: absolute;
    top: 0;
    height: 2px;
    background-color: #ccc;
    width: 0;
}

.weui-slider__handler {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    margin-top: -19px;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    color: #e5e5e5;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.weui-slider__handler .VVfont {
    right: 1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.weui-slider-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 0 40px;
}

.weui-slider {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    width: 0;
}

.weui-slider-box__value {
    margin-left: .5em;
    min-width: 24px;
    color: #888888;
    text-align: center;
    font-size: 14px;
}

.popHead {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    background: #fff;
}

.popHead .cancel {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 16px;
    color: #111;
}
.header .popHead{
    position: relative;
}

.input_yzm {
    position: relative;
    margin-top: 5px;
}

.input_yzm .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 100%;
    width: 105px;
    text-align: center;
    font-size: 15px;
    color: #dab866;
    background-color: #fff;
    border: 1px solid #dab866;
    border-radius: 3px;
}

.searchBox {
    z-index: 1005;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
}

.searchBox .cr-city {
    font-size: 13px;
    line-height: 28px;
    color: #333
}

.searchBox .inputBar {
    position: fixed;
    z-index: 10;
    top: 0;
    padding: 7px 64px 7px 10px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.searchBox .inputBar::before {
    bottom: -1px;
}

.searchBox .inputBar .VVfont:first-child {
    position: absolute;
    top: 1px;
    left: 5px;
    line-height: 28px;
    color: #999;
}

.searchBox .inputBar .VVfont:last-child {
    display: none;
    position: absolute;
    top: 1px;
    right: 6px;
    line-height: 28px;
    color: #ccc;
}

.searchBox .inputBar .inp {
    position: relative;
    width: 100%;
    height: 28px;
}

.searchBox .inputBar .inp::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    border-radius: 8px;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    border: 1px solid #e5e5e5;
}

.searchBox .inputBar input {
    padding-left: 30px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    border-radius: 4px;
}

.searchBox .inputBar .cancel {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 44px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #c0a46d;
    border-radius: 4px;
}

.searchBox .inputBar .cancel::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    border-radius: 8px;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    border: 1px solid #c0a46d;
}

.searchBox .place_list {
    padding-top: 43px;
    background-color: #fff;
}

.searchBox .place_list li {
    position: relative;
    padding: 0 25px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}

.searchBox .place_list li::before {
    bottom: -1px;
}

.searchBox .place_list li .VVfont:first-child {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 12px;
    line-height: 40px;
    color: #ccc;
}

.searchBox .letter_list .city_letter {
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    line-height: 44px;
    color: #000;
}

.searchBox .letter_list .city_letter::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    border-bottom: 1px solid #e5e5e5;
    height: 1px;
    width: 200%;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
}

.searchBox .letter_list .city_letter:first-child::before {
    border-bottom: 0;
}

.searchBox .character_link {
    position: fixed;
    right: 0;
    top: 43px;
}

.searchBox .character_link li {
    font-size: 0;
}

.searchBox .character_link li a {
    display: inline-block;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    width: 25px;
    color: #c0a46d;
}

.addbox {
    padding: 50px 15px 0;
    position: relative;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.addbox .dd {
    display: flex;
    padding: 12px 0;
}

.addbox .d1 .popsearch {
    flex: 1;
    position: relative;
    padding-right: 20px;
}
.addbox .dd .popsearch span{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.addbox .dd i {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    line-height: 1;
    color: #999;
    transform: translate(0, -50%);
}

.addbox .d1 .nearby {
    padding: 0 28px;
    color: #0084bb;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.addbox .d1 .nearby i {
    font-size: 15px;
    margin-right: 6px;
}

.addbox .dd p {
    display: inline-block;
    padding-right: 10px;
    line-height: 21px;
}

.addbox .d2 {
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    line-height: 26px;
    color: #999;
}
.addbox .hclear{
    display: flex;
}
.addbox .hclear .day2{
    font-size: 18px;
    color: #333;
    margin-right: 3px;
}
.addbox .hclear .numday{
    margin: 0 22px;
    width: 60px;
    text-align: center;
    height: 26px;
}
.addbox .hclear .numday::before{
    border-radius: 26px;
    border-color: #666;
}

.addbox .d2 p {
    display: inline-block;
    padding-right: 10px;
    line-height: 21px;
    color: #999
}

.subbox1 {
    margin-top: 5px;
}

.comments .general {
    background: #fff;
}

.comments .general .score {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    position: relative;
}

.comments .general .score:before {
    width: 200%;
    top: auto;
    bottom: -1px;
    height: 0;
    border-bottom: 1px solid #e5e5e5;
}

.comments .general .score .sc {
    display: inline-block;
}

.comments .general .score .sc_l {
    font-size: 14px;
    line-height: 43px;
    color: #111;
}

.comments .general .score .sc_l .sc_number {
    font-size: 35px;
    float: left;
    line-height: 0.8;
}

.comments .general .score .sc_r {
    position: relative;
    top: 6px;
    margin-left: 24px;
    width: 125px;
}

.comments .general .score .sc_r .gsc {
    font-size: 11px;
    line-height: 1.1;
    color: #adadad;
    text-align: left;
}

.comments .general .score .hstar {
    position: relative;
    height: 22px;
    width: 130px;
    overflow: hidden;
    text-align: left;
    background-image: url(../img/h_gray.png);
    background-repeat: no-repeat;
    background-size: 130px 16px;
    background-position: -4px 0;
}

.comments .general .score .hstar .star_icon {
    display: inline-block;
    position: relative;
    left: -4px;
    height: 18px;
    width: 130px;
    background-image: url(../img/h_star.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 130px 16px;
}

.comments .general .impression .tt {
    padding-bottom: 4px;
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #111;
    line-height: 2;
}

.comments .general .impression .line {
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid #e5e5e5;
    width: 20px;
    text-align: center;
}

.comments .general .impression ul {
    margin-top: 16px;
    padding: 0 15px 15px;
}

.comments .general .impression ul li {
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.comments .general .impression ul li div {
    padding: 0 7px;
    background: rgba(255, 255, 255, 0.55);
}

.comments .cm_list {
    margin-top: 10px;
    background: #fff;
}

.comments .cm_list li {
    position: relative;
}

.comments .cm_list li:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    content: "";
    width: 200%;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
}

.comments .cm_list li .status {
    padding: 15px 15px 0 11px;
}

.comments .cm_list li .status .head {
    float: left;
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.comments .cm_list li .status .cm_id {
    float: left;
    position: relative;
    margin-left: 10px;
    color: #111;
}

.comments .cm_list li .status .cm_id .hstar {
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 11px;
    width: 85px;
    overflow: hidden;
    text-align: left;
    background-image: url(../img/h_gray.png);
    background-repeat: no-repeat;
    background-size: 85px 11px;
    background-position: -4px 0;
}

.comments .cm_list li .status .cm_id .hstar .star_icon {
    display: inline-block;
    position: absolute;
    left: -2px;
    height: 11px;
    width: 85px;
    background-image: url(../img/h_star.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 85px 11px;
}

.comments .cm_list li .status .cm_id p:first-child {
    font-size: 15px;
}

.comments .cm_list li .status .cm_id p:last-child {
    padding-left: 90px;
    font-size: 12px;
}

.comments .cm_list li .status .date {
    padding-top: 25px;
    font-size: 12px;
    line-height: 1.1;
    color: #b2b2b2;
}

.comments .cm_list li .cm_box {
    padding: 12px 15px 16px 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #111;
}

.comments .cm_list li .cm_box .cwp {
    padding-top: 10px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.comments .cm_list li .cm_box .cwp img {
    margin-right: 4px;
    margin-bottom: 4px;
    width: 83px;
    height: 83px;
    vertical-align: top;
}

.comments .cm_list li .quick_link {
    padding: 0 15px 20px 15px;
    font-size: 11px;
}

.comments .cm_list li .quick_link .scan {
    float: left;
    line-height: 22px;
    color: #666666;
}

.comments .cm_list li .quick_link .tu_btn {
    float: right;
}

.comments .cm_list li .quick_link .tu_btn div {
    float: left;
    margin-left: 12px;
}

.comments .cm_list li .quick_link .tu_btn div a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    position: relative;
    width: 60px;
    text-align: center;
    line-height: 20px;
    color: #666;
    border-radius: 10px;
    box-sizing: border-box;
}

.comments .cm_list li .quick_link .tu_btn div a::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    border-radius: 20px;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    border: 1px solid #a0a0a0;
}

.comments .cm_list li .quick_link .tu_btn i {
    top: 0;
    font-size: 12px;
    margin-right: 7px;
}

.comments .cm_list li .quick_link .tu_btn span {
    width: 22px;
    text-align: center;
}

.cm_detail {
    padding-bottom: 50px;
}

.cm_detail .source {
    background: #fff;
}

.cm_detail .status {
    padding: 15px 15px 0 11px;
}

.cm_detail .status .head {
    float: left;
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.cm_detail .status .cm_id {
    float: left;
    position: relative;
    margin-left: 10px;
    color: #111;
}

.cm_detail .status .cm_id .hstar {
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 11px;
    width: 85px;
    overflow: hidden;
    text-align: left;
    background-image: url(../img/h_gray.png);
    background-repeat: no-repeat;
    background-size: 85px 11px;
    background-position: -4px 0;
}

.cm_detail .status .cm_id .hstar .star_icon {
    display: inline-block;
    position: absolute;
    left: -2px;
    height: 11px;
    width: 85px;
    background-image: url(../img/h_star.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 85px 11px;
}

.cm_detail .status .cm_id p:first-child {
    font-size: 15px;
}

.cm_detail .status .cm_id p:last-child {
    padding-left: 90px;
    font-size: 12px;
}

.cm_detail .status .date {
    padding-top: 25px;
    font-size: 12px;
    line-height: 1.1;
    color: #b2b2b2;
}

.cm_detail .cm_box {
    margin: 0 15px;
    padding: 12px 0 16px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #111;
    position: relative;
}

.cm_detail .cm_box:before {
    top: auto;
    bottom: -1px;
    border-bottom: 1px solid #e5e5e5;
    width: 200%;
}

.cm_detail .cm_box .cwp {
    padding-top: 10px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.cm_detail .cm_box .cwp img {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.cm_detail .cm_box .cwp img:last-child {
    margin: 0;
}

.cm_detail .order_ever {
    padding: 15px 15px 25px;
}

.cm_detail .order_ever .sub {
    position: relative;
    padding: 10px 10px 10px 111px;
    width: 100%;
    height: 100px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.cm_detail .order_ever .sub p {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cm_detail .order_ever .sub img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.cm_detail .order_ever .sub .tt {
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.2;
    color: #111;
}

.cm_detail .order_ever .sub .dr {
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 1.2;
    color: #666;
}

.cm_detail .order_ever .sub .price {
    font-size: 18px;
    line-height: 1.1;
}

.cm_detail .commentto {
    margin-top: 10px;
    background: #fff;
}

.cm_detail .commentto .title {
    font-size: 15px;
    line-height: 45px;
    color: #111;
    position: relative;
}

.cm_detail .commentto .title:before {
    top: auto;
    bottom: -1px;
    border-bottom: 1px solid #e5e5e5;
    width: 200%
}

.cm_detail .commentto .title i {
    margin: 0 10px 0 15px;
}

.cm_detail .commentto li .reply_id {
    display: block;
    padding-top: 16px;
    padding-left: 11px;
}

.cm_detail .commentto li .reply_id .head {
    width: 33px;
    height: 33px;
    float: left;
    border-radius: 50%;
}

.cm_detail .commentto li .reply_id .nnt {
    float: left;
    margin-left: 8px;
}

.cm_detail .commentto li .reply_id .nnt p:first-child {
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 1.1;
    color: #111;
}

.cm_detail .commentto li .reply_id .nnt p:last-child {
    font-size: 12px;
    line-height: 1.1;
    color: #d2d2d2;
}

.cm_detail .commentto li .reply_text {
    margin: 0 15px;
    padding: 10px 0 20px 38px;
    font-size: 13px;
    line-height: 1.5;
    color: #111;
    position: relative;
}

.cm_detail .commentto li .reply_text:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    border-bottom: 1px solid #e5e5e5;
    width: 200%;
}

.cm_detail .commentto li:last-child .reply_text:before {
    display: none
}

.room_footer {
    position: fixed;
    left: 50%;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    max-width: 450px;
    transition: bottom 0.3s ease 0s;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-sizing: border-box;
}

.room_footer .ft1 {
    float: left;
    line-height: 50px;
    width: 50%;
    text-align: center;
    font-size: 15px;
    color: #666;
    background: #f7f7f7;
    box-sizing: border-box;
    position: relative;
}

.room_footer:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    pointer-events: none;
    transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    border-top: 1px solid #e5e5e5;
}

.room_footer .ft1 a {
    color: #666;
    position: relative;
    z-index: 10;
    display: block;
}

.room_footer .ft1 a i {
    margin-right: 5px;
}

.room_footer .ft1.comments:before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 0;
    height: 200%;
    box-sizing: border-box;
    pointer-events: none;
    transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    border-right: 1px solid #e5e5e5;
}

.room_footer .ft3_price {
    padding-left: 15px;
    padding-right: 115px;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    height: 47px;
    font-size: 12px;
    line-height: 46px;
    color: #4c4c4c;
    background: #fff;
    box-sizing: border-box;
}

.room_footer .ft3_price .price_num {
    display: inline-block;
    height: 46px;
    font-size: 14px;
}

.room_footer .ft3_price .price_num span {
    font-size: 22px;
}

.room_footer .ft3_price .price_detail {
    color: #858585;
}

.room_footer .ft3_price .price_detail i {
    margin: 0 15px 0 4px;
    font-size: 10px;
    color: #ccc;
}

.room_footer .ft3_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
}

.room_footer .ft3_btn a {
    color: #fff;
}

.com_f {
    display: none;
    position: relative;
    margin: 10px 15px;
    padding-right: 70px;
}

.com_f .li1 {
    position: relative;
    height: 32px;
    width: 100%
}

.com_f .li1 input {
    height: 32px;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    color: #111;
    font-size: 13px;
}

.com_f .li1:before {
    position: absolute;
    left: -50%;
    top: -16px;
    z-index: 1;
    content: "";
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-radius: 8px;
    border: 1px solid #e5e5e5
}

.com_f .li2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 60px;
}

.com_f .li2 input {
    width: 60px;
    height: 32px;
    background: #c0a46d;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
}

.com_f .li2:before {
    position: absolute;
    left: -50%;
    top: -16px;
    z-index: 1;
    content: "";
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-radius: 8px;
    border: 1px solid #c0a46d
}

.reservation_success {
    padding-top: 10px
}

.reservation_success .success_top {
    padding: 75px 0 25px;
}

.reservation_success .suc_bgbox {
    background-color: #fff;
}

.success_top .p1 {
    text-align: center;
    color: #111;
}

.success_top .ok_box {
    padding-top: 15px;
    color: #111;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.success_top .ok_box p{
    padding-top: 10px;
    font-size: 13px;
    color: #999;
}
.success_top .ok_box .price{
    font-size: 13px;
    color: #c0a46d;
    margin-left: 5px;
}
.success_top .ok_box .price span{
    font-size: 18px;
}

.success_top .icon_ok {
    background-color: #c0a46d;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    width: 50px;
    margin: 0 auto;
}
.success_top .icon_ok.fail{
    background-color: #999;
    font-size: 25px;
    height: 70px;
    width: 70px;
    line-height: 70px;
}
.message_tel{
    padding-top: 110px;
    text-align: center;
    line-height: 1;
    font-size: 13px;
}
.message_tel a{
    color: #666;
}
.message_tel a span{
    color: #c0a46d;
}

.message {
    padding: 25px 15px 0;
}

.message, .message_bottom {
    color: #111;
}

.message .message_box {
    padding-bottom: 20px;
}

.message .m_title {
    line-height: 1;
    font-size: 18px;
    padding-bottom: 20px;
}

.message .message_list {
    position: relative;
    padding-left: 100px;
    padding-bottom: 12px;
    line-height: 1.2;
    color: #808080;
    font-size: 14px;
}

.message .message_list:last-child {
    padding-bottom: 0;
}

.message .message_list .li_tt {
    position: absolute;
    top: 0;
    left: 0;
}

.message .message_list .txt {
    position: relative;
    color: #111;
}
.message_list a{
    display: inline-block;
    vertical-align: middle;
    top:-1px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #c0a46d;
    padding: 0 7px;
    margin-left: 6px;
}
.message_list a::before{
    border-color: #c0a46d;
}
.message_but{
    padding: 5px 15px 0;
}
.message_but a{
    display: block;
    line-height: 44px;
    height: 44px;
    text-align: center;
    font-size: 18px;
    color: #666;
}
.message_but .a1{
    background-color: #c0a46d;
    color: #fff;
}
.message_price{
    line-height: 55px;
    display: flex;
}
.message_price .d1{
    width: 100px;
    color: #666;
    font-size: 15px;
}
.message_price .d2{
    flex: 1;
    color: #333;
    font-size: 12px;
}
.message_price .d2 .s1{
    color: #c0a46d;
    font-size: 15px;
}
.message_price .d2 .s2{
    color: #c0a46d;
    font-size: 22px;
}

.booking_bottom {
    padding: 0 15px;
    background-color: #fff;
}
.booking_hotel{
    position: relative;
    display: block;
    padding:16px 30px 16px 0;
}
.booking_hotel .hm-angle-right-2{
    color: #cfcfcf;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.booking_hotel h3{
    font-size: 16px;
    color: #111;
}
.booking_hotel p{
    padding-top: 5px;
    font-size: 12px;
    color: #b2b2b2
}
.booking_hotel p i{
    margin-right: 5px;
}
.booking_bottom_but{
    display: flex;
    padding: 12px 0;
}
.booking_bottom_but a{
    flex: 1;
    text-align: center;
    height: 23px;
    line-height: 23px;
    font-size: 13px;
    color: #333;
}
.booking_bottom_but a i{
    margin-right: 7px;
    color: #ccc;
}

.wrap1 {
    z-index: 20;
    top: 64px;
    left: 0;
    padding: 15px 10px 22px;
    background-color: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.tab:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    border-radius: 8px;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    border: 1px solid #c0a46d;
}

.tab a {
    display: inline-block;
    float: left;
    width: 50%;
    line-height: 28px;
    text-align: center;
}

.active {
    color: #fff !important;
}

.dn {
    display: none;
}

.radius4 {
    border-radius: 4px !important;
    overflow: hidden;
}

.radius50 {
    border-radius: 50% !important;
    overflow: hidden;
}

.phone_bottom {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 450px;
    background: #fff;
    /*box-shadow: 0 -2px 3px rgba(153,153,153,0.2); */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.phone_bottom:after {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    width: 200%;
    border-top: 1px solid #e5e5e5;
}

.phone_btn {
    display: block;
    line-height: 47px;
    text-align: center;
}

.phone_btn i {
    margin-right: 6px;
    top: -2px;
}

.phone_btn .s1 {
    font-size: 14px;
}

.phone_btn .s2 {
    font-size: 15px;
}

.h_intro {
    padding-top: 97px;
}

.basic_info {
    background: #fff;
}

.basic_info::before {
    bottom: -1px;
}

.basic_info .banner {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    background-size: cover;
    background-position: center;
}

.basic_info .banner img {
    width: 100%;
    vertical-align: top;
}

.basic_info .banner .qkl {
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.basic_info .banner .qkl.back {
    left: 10px;
}

.basic_info .banner .qkl.back i {
    left: -1px;
    font-size: 14px;
}

.basic_info .banner .qkl.share {
    right: 10px;
}

.basic_info .banner .qkl.colle {
    right: 50px;
}

.basic_info .banner .ht_nm {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 10px;
    font-size: 17px;
    width: 100%;
    line-height: 44px;
    color: #fff;
    box-sizing: border-box;
    background-image: url(../img/ht_nm_bg.png);
    background-size: auto 44px;
    background-repeat: repeat-x;
}

.basic_info .banner .ht_nm span {
    margin-left: 10px;
    font-size: 13px;
}

.basic_info .banner .photo {
    position: absolute;
    right: 0;
    bottom: 11px;
    font-size: 12px;
    line-height: 25px;
    padding: 0 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.basic_info .banner .photo i {
    margin-right: 5px;
}

.basic_info .comments {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.basic_info .comments span {
    float: left;
}

.basic_info .comments .sc {
    font-size: 12px;
}

.basic_info .comments .sc .sc_number {
    position: relative;
    bottom: 1px;
    font-size: 17px;
}

.basic_info .comments .count {
    margin-left: 5px;
    font-size: 12px;
    color: #b2b2b2;
}

.basic_info .map {
    font-size: 13px;
    color: #111;
}

.basic_info .hotel_facility {
    padding: 0 20px 20px;
    background: #fff;
}

.basic_info .hotel_facility .tt {
    padding: 19px 0 12px;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    color: #111;
}

.basic_info .hotel_facility .line {
    display: block;
    margin: 0 auto;
    width: 20px;
    text-align: center;
    border-bottom: 2px solid #e5e5e5;
}

.basic_info .hotel_facility .ico {
    width: 70%;
    height: 25px;
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.basic_info .hotel_facility .ico .VVfont {
    float: left;
    display: inline-block;
    margin-right: 9px;
    font-size: 14px;
    line-height: 25px;
    color: #b2b2b2;
}

.basic_info .hotel_facility .ico .ellipsis {
    position: relative;
    line-height: 1;
}

.basic_info .hotel_facility .ico .ellipsis span {
    display: inline-block;
    color: #b2b2b2;
}

.basic_info .list {
    display: block;
    padding: 10px 50px 10px 10px;
    position: relative;
    line-height: 25px;
    overflow: hidden;
}

.basic_info .list::before {
    left: 10px;
    top: 0;
    height: 0;
}

.basic_info .list:active {
    background-color: #f6f6f6;
}

.link {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
    padding-right: 15px;
    font-size: 13px;
}

.link i {
    color: #ccc;
}

.room_open {
    margin-top: 5px;
}

.room_open .during {
    position: relative;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    background: #fff;
}

.room_open .during .chk {
    float: left;
    font-size: 13px;
    color: #000;
    height: 40px;
}

.room_open .during .chk span {
    font-size: 16px;
}

.room_open .during .in {
    margin-right: 30px;
}
.room_open .during .in i{
    font-size: 15px;
    color: #999;
    margin-right: 10px;
}

.room_open .during .tt {
    line-height: 40px;
}

.room_open .during .tt a {
    color: #666;
    font-size: 13px;
}
.room_open .pb_indent{
    padding: 0 15px;
    margin-left: 0;
    background-color: #fff;
}
.room_open .people_box .pb_hd{
    font-size: 13px;
    height: 40px;
}
.room_open .people_box .select-area .center{
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.room_open .room_list{
    margin-top: 10px;
}
.room_open li {
    position: relative;
    background: #fff;
}

.room_open li:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    width: 200%;
    border-bottom: 1px solid #e5e5e5;
}

.room_open li.border05b:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    width: 200%;
    border-bottom: 1px solid #e5e5e5;
}

.room_open .list_box {
    position: relative;
    height: 60px;
    padding: 10px 100px 10px 90px;
}

.room_open .list_box .text {
    margin-left: 10px;
    padding: 10px 0;
    white-space: nowrap;
}

.room_open .list_box .text .line {
    overflow: hidden;
    text-overflow: ellipsis;
}

.room_open .list_box .text .p1 {
    font-size: 16px;
    color: #111;
    line-height: 1.5;
}

.room_open .list_box .text .p2 {
    font-size: 11px;
    color: #848284;
    line-height: 1.5;
}

.room_open .list_box .imgbg {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 60px;
    width: 80px;
    display: inline-block;
    background-size: cover;
    background-position: center;
}

.room_open .list_box .price {
    position: absolute;
    right: 11px;
    top: 50%;
    padding-right: 21px;
    color: #808080;
    text-align: right;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.room_open .list_box .price .p1 {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.room_open .list_box .price .p2 {
    font-size: 10px;
    line-height: 1;
}

.room_open .list_box .price span {
    font-size: 11px;
}

.room_open .list_box .price i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ccc;
    font-size: 11px;
}

.room_open .list_box .price .pr_number {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.1;
}

.room_open .package_list {
    display: none;
    position: relative;
    padding-top: 8px;
}

.room_open .package_list i {
    position: absolute;
    top: 0;
    left: 35px;
    height: 8px;
    font-size: 10px;
    color: #f5f8fc;
}

.room_open .package_list ul {
    padding: 0 10px;
    background: #f8f8f8;
}

.room_open .package_list li {
    position: relative;
    background-color: inherit;
}

.room_open .package_list li:last-child:before {
    display: none
}

.room_open .package_list li .nm_ls {
    height: 31px;
    padding: 15px 115px 15px 0;
}

.room_open .package_list li .nm_ls .nm1 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.2;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.room_open .package_list li .nm_ls .nm2 {
    font-size: 10px;
    line-height: 1.6;
    color: #848284;
}

.room_open .package_list li .pr_rs {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 0 15px 64px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.room_open .package_list li .pr_rs .pr {
    position: absolute;
    top: 50%;
    right: 66px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.room_open .package_list li .pr_rs .d1 {
    font-size: 11px;
    line-height: 1
}

.room_open .package_list li .pr_rs .d2 {
    font-size: 11px;
    color: #999;
    text-decoration: line-through;
    line-height: 1;
    text-align: right;
    margin-top: 1px
}

.room_open .package_list li .pr_rs .pr_number {
    font-size: 18px;
}

.room_open .package_list li .pr_rs a {
    display: block;
    width: 51px;
    text-align: center;
    font-size: 14px;
    line-height: 31px;
    color: #fff;
}

.room_open .package_list li .pr_rs a.disable-btn {
    background-color: #cacaca;
}

.room_open .package_list .bed-tabs {
    padding: 10px;
    font-size: 12px;
    height: 35px;
    line-height: 15px;
    color: #999;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.room_open .package_list .bed-tabs .tabs-link {
    display: inline-block;
    margin-right: 25px;
}

.room_open .package_list .bed-tabs .tabs-link span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    width: 15px;
    height: 15px;
    font-size: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
}

.room_open .package_list .bed-tabs .tabs-link.current {
    color: #bfa46d;
}

.room_open .package_list .bed-tabs .tabs-link.current span {
    background-color: #bfa46d;
}

.room_open .package_list .bed-tabs .tabs-link.current span:after {
    border-color: #bfa46d;
}

.room_open .package_list .bed-tabs .tabs-link .VVfont {
    top: 0;
}

.others {
    margin-top: 10px;
    padding-bottom: 15px;
    overflow: hidden;
}

.others .ot {
    font-size: 18px;
    line-height: 64px;
    background-color: #fff;
}

.others .ot::before {
    bottom: -1px;
}

.others .ot:first-child a::before {
    left: 10px;
    bottom: -1px;
}

.others .ot a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    color: #111;
}

.others .ot a:active {
    background-color: #f6f6f6;
}

.others .ot a span {
    float: right;
    color: #c0a46d;
}

.others .ot a i {
    top: -3px;
    margin-left: 5px;
    font-size: 14px;
    color: #ccc;
}

.room_info {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    padding: 104px 20px 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.room_info .close {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.room_info .info_box {
    position: relative;
    padding: 62px 18px 25px;
    height: 84%;
    background: #fff;
    box-sizing: border-box;
}

.room_info .info_box .sub {
    height: 100%;
    overflow: auto;
}

.room_info .info_box .hm-wrong-1 {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 21px;
    color: #999;
    cursor: pointer;
}

.room_info .info_box .tt {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    color: #111;
}

.room_info .info_box .swiper-slide {
    width: 100%;
}

.room_info .info_box .swiper-slide img {
    width: 100%;
    display: block;
}

.room_info .info_box .info_list {
    margin-top: 16px;
}

.room_info .info_box .info_list .l-list li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 45px;
    font-size: 13px;
    line-height: 21px;
    color: #111;
    box-sizing: border-box;
}

.room_info .info_box .info_list .l-list span {
    position: absolute;
    color: #808080;
    left: 0;
    top: 0;
}

.room_info .info_box .info_list .txt {
    font-size: 13px;
    color: #808080;
}

.room_info .info_box .info_list .feather {
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #111;
    box-sizing: border-box;
}

.room_info .info_box .swiper_box {
    position: relative;
    padding-bottom: 75%;
}

.room_info .info_box .swiper_box .swiper2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.room_info .info_box .swiper_box .swiper2 .swiper-slide span {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.room_info .info_box .swiper_box .swiper2 .swiper-pagination {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.room_info .info_box .swiper_box .swiper2 .swiper-pagination-bullet-active {
    background: #fff;
}

.room_info .info_box .swiper_box .swiper2 .swiper-pagination-bullet {
    margin-left: 3px;
    width: 5px;
    height: 5px;
    background: #fff;
}

.user.uH2 {
    background-image: none;
    background-color: #c0a46d;
}

.user_credit {
    margin-top: -2px;
    margin-bottom: 3px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    color: #fff;
}

.user_credit span {
    position: relative;
    top: -1px;
    margin-left: 3px;
    font-size: 16px;
}

.credit-list ul {
    background-color: #fff;
}

.credit-list li {
    position: relative;
    margin-left: 15px;
    padding: 15px 80px 15px 0;
}

.credit-list .p1 {
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

.credit-list .p2 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

.credit-list .pr {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 17px;
    line-height: 18px;
    height: 18px;
    color: #111;
}

.credit-list .pr.add {
    color: #c0a46d;
}

.credit-list .date-search {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    background-color: #f2f2f2;
    padding: 0 15px;
    font-size: 15px;
}

.credit-list .date-search .Date-during {
    position: absolute;
    top: 50%;
    right: 50px;
    font-size: 13px;
    color: #666;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.credit-list .date-search i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size: 20px;
    color: #aaa;
}

.noscroll, .noscroll body {
    overflow: hidden;
}

.noscroll body {
    position: relative;
}

.pb_top {
    padding: 20px 15px;
    color: #333;
}

.pb_top .li1 {
    font-size: 18px;
    color: #111
}

.pb_top .li2 {
    font-size: 13px;
    line-height: 23px;
    color: #666
}
.pb_top .li2 .s1{
    float: left;
}
.pb_top .li2 .s1 span{
    margin-right: 15px;
}
.pb_top .li2 .s1 b{
    color: #c0a46d;
}
.pb_top .li2 .s2{
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
    color: #c0a46d;
}
.pb_top .li2 .s2::before{
    border-color: #c0a46d;
}

.pb_con {
    background: #fff;
}

.pb_indent {
    margin-left: 15px;
    position: relative;
}

.pb_indent:before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    width: 200%;
    border-bottom: 1px solid #e5e5e5;
}

.pb_indent:last-child:before {
    display: none;
}

.pb_hd_con {
    width: 100%;
    display: flex;
}
.people_box {
    display: flex;
}
.people_box .pb_hd_con{
    width: 50%;
}
.people_box .select-area .center{
    text-align: right;
}

.pb_hd {
    width: 95px;
    line-height: 50px;
    font-size: 14px;
    color: #808080;
}

.pb_bd {
    position: relative;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    width: 0;
    padding-right: 15px;
}
.pb_bd2{
    padding-right: 30px;
}

.num {
    position: relative;
    margin-top: 8px;
    text-align: center;
    border-radius: 5px;
}

.num:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    width: 200%;
    height: 200%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.num a {
    float: left;
    height: 32px;
    line-height: 32px;
    width: 32px;
    font-size: 11px;
    color: #848284
}

.num div {
    float: left;
    position: relative;
}

.num div:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    width: 200%;
    height: 200%;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-radius: 8px;
}

.num input {
    height: 32px;
    width: 37px;
    border: none;
    text-align: center;
    color: #111;
    font-size: 14px;
}

.pb_con_title {
    padding: 10px 15px 6px;
    font-size: 11px;
    color: #999;
}

.payment_choice {
    background: #fff;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
    line-height: 21px;
    padding-bottom: 1px;
}

.payment_choice .li1 i {
    margin-right: 15px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: #50be06;
    border-radius: 3px;
    vertical-align: middle;
}

.payment_choice .li1 .yl-img {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 9px;
    height: 18px;
    vertical-align: middle;
    width: 27px;
    background: url(../img/yl_bg.png) left center no-repeat;
    background-size: cover;
}

.payment_choice .li1 .yl-img.wx {
    width: 18px;
    margin-right: 18px;
    background-image: url(../img/wx_bg.png);
}

.payment_choice .li1 .yl-img.zfb {
    width: 18px;
    margin-right: 18px;
    background-image: url(../img/zfb2_bg.png);
}

.payment_choice .li1 .s2 {
    color: #999;
    margin-left: 5px;
    font-size: 11px;
}

.add_cont {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    z-index: 10;
}

.add_cont:before {
    position: absolute;
    left: 7px;
    top: 10px;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    width: 45px;
    height: 45px;
    border: 1px solid #c0a46d;
    border-radius: 50%;
}

.add_cont i {
    margin-left: 12px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #c0a46d;
    font-size: 12px;
}

.weui_cells_checkbox .li2 .VVfont::before {
    display: block;
    top: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    content: "";
    font-size: 13px;
    border: 1px solid #e5e5e5;
}

.weui_cells_checkbox2 .li2 .VVfont::before{
    border-radius: 100%;
}

.weui_cells_checkbox .weui_check:disabled+.VVfont::before {
    background-color: #f5f5f5;
}

.weui_cells_checkbox .weui_check:checked+.VVfont::before {
    content: "\a073";
    background: #c0a46d;
    border-color: #c0a46d;
    color: #fff;
}

.weui-cells_checkbox .weui-check:checked+.weui-icon-checked::before {}

.weui_cells_checkbox {
    padding: 15px 15px 10px;
    display: block;
}

.weui_onack {
    padding: 0px 15px 10px 0px;
}

.order_tag {
    position: relative;
    padding: 15px 15px 0 30px;
    font-size: 12px;
    color: #333
}

.order_tag .i {
    position: absolute;
    left: 10px;
    top: 18px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: #c0a46d;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

.order_tag .d1 {
    font-weight: 700;
}

.order_bottom {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 10;
    background: #fff;
    color: #333;
    width: 100%;
    max-width: 450px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.order_bottom .li1 {
    width: 40%;
    color: #4c4c4c;
    font-size: 12px;
    box-sizing: border-box;
}

.order_bottom .li1 span {
    color: #c0a46d;
    font-size: 15px;
}

.order_bottom .li1 .s2 {
    font-size: 22px;
}

.order_bottom .li1 .s3 {
    font-size: 14px;
}

.order_bottom .li2 {
    width: 60%;
    background: #c0a46d;
    font-size: 16px;
    color: #fff;
}

.order_bottom .li2 span {
    font-size: 13px;
    margin-left: 5px;
}

.order_but {
    padding: 20px 15px 98px;
}

.order_but a {
    display: block;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    color: #666;
}

.order_bottom .li3 {
    position: absolute;
    right: 130px;
    top: 0px;
    font-size: 11px;
    color: #848284
}

.order_bottom .li3 i {
    margin-left: 5px;
}

.order_mx {
    display: none;
    position: fixed;
    left: 50%;
    z-index: 100;
    top: 0;
    color: #333;
    width: 100%;
    height: 100%;
    max-width: 450px;
    background: rgba(229, 229, 229, 0.9);
    transition: bottom 0.3s ease 0s;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    /* IE 9 */
    -moz-transform: translate(-50%, 0);
    /* Firefox */
    -webkit-transform: translate(-50%, 0);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, 0);
    /* Opera */
}

.order_mx_title {
    margin-bottom: 35px;
    padding-top: 90px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.order_mx_list {
    padding: 0 18px;
}

.order_mx_list li {
    float: left;
    width: 100%;
    font-size: 13px;
    padding-bottom: 10px;
}

.order_mx_list .li1 {
    float: left;
    width: 50%;
}

.order_mx_list .li1 span {
    margin-right: 20px
}

.order_mx_list .li2 {
    float: left;
    width: 50%;
    text-align: right;
}

.order_mx_list .li2 span {
    /*padding-right:30px;*/
}

.order_mx_zs {
    margin: 5px 18px 35px;
    line-height: 48px;
    font-size: 13px;
    position: relative;
}

.order_mx_zs:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    width: 200%;
    height: 199.9%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.order_mx_zs span {
    font-size: 20px;
}

.common_contacts {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    background: #f7f6f5;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    max-width: 450px;
}

.common_contacts .ulBox {
    height: calc(100% - 145px);
    overflow-y: auto;
    overflow-x: hidden;
}

.common_contacts_top {
    margin-top: 10px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #808080;
    font-size: 12px;
}

.common_contacts_top .s1 {
    color: #c0a46d;
}

.common_contacts_list li {
    padding-left: 56px;
    position: relative;
    background: #fff;
}

.common_contacts_list .li1 {
    position: relative;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    height: 50px;
    line-height: 50px;
    color: #111;
    font-size: 15px;
}

.common_contacts_list .li1:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    width: 200%;
    height: 199.99%;
    border-bottom: 1px solid #e5e5e5;
}

.common_contacts_list li:last-child .li1:before {
    display: none;
}

.common_contacts_list:first-of-type li:last-child .li1:before {
    display: block;
}

.common_contacts_list .weui_cells_checkbox {
    padding: 0;
}

.common_contacts_list .li2 {
    position: absolute;
    left: 15px;
    top: 15px;
}

.common_contacts_list .d1 {
    box-sizing: border-box;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    flex: 3;
    display: block;
    width: 0;
}

.common_contacts_list .d2 {
    width: 60px;
}

.common_contacts_list .d3 {
    width: 140px;
}

.common_contacts_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 47px;
    padding-left: 100px;
    line-height: 47px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}

.common_contacts_bottom .li1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    font-size: 16px;
    color: #666;
}

.common_contacts_bottom .li2 {
    display: block;
    width: 100%;
    height: 47px;
    background: #c0a46d;
    font-size: 16px;
    color: #fff;
}

.submit2 {
    display: inline-block;
    width: 100%;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    width: 100%;
    font-size: 16px;
    background: #c0a46d
}

.common_contacts .top {
    position: relative;
    z-index: 2;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(#ececec, #ffffff 20%);
    font-size: 18px;
    text-align: center;
}

.common_contacts .top_return {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 48px;
    padding: 0 18px;
    color: #333;
}

.top_right {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
}

.top_con {
    color: #333
}

/*会员*/

.user {
    position: relative;
    padding-bottom: 25px;
    box-sizing: border-box;
    background-image: url(../img/user_bg1.jpg);
    background-size: cover;
    width: 100%;
}

.user_top {
    padding-top: 12px;
    color: #fff;
    line-height: 1;
}

.user_top a {
    padding: 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.user_top span {
    margin-right: 15px;
    vertical-align: top;
    height: 25px;
    position: relative;
}

.user_top span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 50px;
    width: 1px;
    background: rgba(255, 255, 255, .3);
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
}

.user_con {
    padding-top: 18px;
}

.user_con>div {
    padding-left: 15px;
}

.user_centre .li1 {
    display: inline-block;
    width: 69px;
    height: 69px;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid #ac9668;
    border-radius: 50%;
}

.user_centre .li2 {
    padding-top: 12px;
    padding-left: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.user_centre .li2 .tag {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    line-height: 18px;
    height: 18px;
    font-size: 10px;
    color: #c0a46d;
    padding: 0 9px;
    border-radius: 9px;
    background-color: #f2eee3;
}

.user_centre .li2 .p2 {
    margin-top: 13px;
    font-size: 12px;
}

.user_centre .li3 {
    font-size: 12px;
    padding-top: 5px;
}

.user_l {
    padding-top: 14px;
}

.user_l a {
    color: #fff
}

.user_l .li1 {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #c0a46d;
    line-height: 40px;
    font-size: 20px;
}

.user_l .li2 {
    padding-top: 5px;
    font-size: 12px;
}

.user_l .li2 i {
    font-size: 10px;
    margin-left: 3px;
}

.user_list {
    margin-top: 10px;
}

.user_list li {
    float: left;
    width: 100%;
}

.user_list li:first-child a:before {
    display: none;
}

.user_list li a {
    position: relative;
    float: left;
    padding: 0 15px 0 15px;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    color: #333;
    font-size: 15px;
    background: #fff;
    overflow: hidden;
}

.user_list a:active {
    background: #f6f6f6
}

.user_list .a:active {
    background: #fff;
}

.user_list li a:before {
    position: absolute;
    left: 15px;
    top: 0;
    display: block;
    content: "";
    border-top: 1px solid #e5e5e5;
    height: 0;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
}

.user_list li span {
    position: relative;
    top: -1px;
    margin-right: 5px;
    float: right;
    color: #333;
    font-size: 13px;
}

.user_list li span b {
    font-weight: 400;
    color: #999;
}

.user_list li input {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 32px;
    padding-left: 100px;
    outline: none;
    float: right;
    color: #666;
    height: 50px;
    line-height: 50px;
    text-align: right;
    width: 100%;
    background: transparent;
    box-sizing: border-box;
    font-size: 13px;
}

.user_list i {
    width: 35px;
    font-size: 16px;
    color: #999;
}

.user_list li .hm-money-a {
    font-size: 18px;
    position: relative;
    left: -1px;
}

.user_list li .fr {
    line-height: 50px;
    top: 0;
    width: 12px;
    height: 50px;
    color: #ccc;
    font-size: 12px;
}

.hForU {
    padding: 22px 15px;
}

.hForU .submitH1 {
    color: #666;
    background-color: #fff;
}

.hForU .submitH1:before {
    border-color: #e5e5e5;
}

.order_list {
    padding-top: 10px;
}

.order_list li {
    margin-bottom: 10px;
    background: #fff;
}

.order_list_top {
    position: relative;
    padding: 0 15px;
    height: 41px;
    line-height: 41px;
    color: #333;
}

.order_list_top:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    width: 200%;
    border-bottom: 1px solid #e5e5e5;
}

.order_list_top span {
    float: right;
    color: #c0a46d;
    font-size: 12px;
}

.order_list_top .hOver {
    color: #333;
}

.order_list_top i {
    margin-right: 7px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #c0a46d;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.order_list_con {
    position: relative;
    padding: 12px 15px;
    display: block;
}

.order_list_con:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    width: 200%;
    border-bottom: 1px solid #e5e5e5;
}

.order_list_con .li1 {
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

.order_list_con .li2 {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 12px;
    color: #333;
}

.order_list_con .li2 .s1 {
    font-size: 18px;
}

.order_list_bottom {
    padding: 6px 15px;
    text-align: right;
}

.order_list_bottom a {
    display: inline-block;
    margin-left: 6px;
    text-align: center;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    position: relative;
    border-radius: 4px;
}

.order_list_bottom a:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    width: 200%;
    height: 200%;
    border: 1px solid #adadad;
    border-radius: 8px;
}

.order_list_bottom .a2 {
    background: #c0a46d;
    border-color: #c0a46d;
    color: #fff
}

.order_list_bottom .a2:before {
    border-color: #c0a46d;
}

.order_list_bottom .a3 {
    color: #b88f3f;
    background-color: #f9f6f0;
}

.order_list_bottom .a3:before {
    border-color: #b88f3f;
}

.order_detail {
    padding: 15px;
}

.order_detail .li1 {
    font-size: 18px;
    color: #111;
}

.order_detail .li2 {
    font-size: 13px;
    line-height: 23px;
    color: #666;
}

.indent_box {
    padding: 12px 0;
    background: #fff;
}

.indent_box2 {
    margin-top: 10px;
}

.indent {
    padding: 0 15px;
}

.yd_hd_con {
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    display: box;
}

.yd_hd {
    width: 95px;
    line-height: 30px;
    font-size: 14px;
    color: #808080;
}

.yd_bd {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    width: 0;
    font-size: 14px;
    color: #111;
    line-height: 30px;
}

.yd_right {
    text-align: right;
    color: #c0a46d;
    font-size: 15px;
}

.yd_right .s1 {
    font-size: 22px;
}

.yd_right .s2 {
    font-size: 14px;
}

.tx {
    padding: 14px 10px 0;
    font-size: 14px;
    color: #c0a46d
}

.visibi {
    display: block!important;
}

.visibi .content, .searchBox.visibi {
    animation: visibi .3s;
}

.codeBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
}

.codeBox .d-1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.codeBox .d-2 {
    width: 280px;
    text-align: center;
    box-sizing: border-box;
    padding: 28px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.codeBox .d-2 .d1 {
    font-size: 17px;
    color: #111;
    padding-bottom: 30px;
}

.radio-1 {
    position: relative;
    padding-left: 30px;
    margin-right: 45px;
    z-index: 1;
}

.radio-1:last-of-type {
    margin-right: 0;
}

.radio-1 * {
    pointer-events: none;
}

.radio-1 input {
    display: none;
}

.radio-1 input+span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}

/*弹层*/

.pop_up {
    display: none;
    padding: 0 15px;
    box-sizing: border-box;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pop_up .pop_box {
    position: relative;
    z-index: 185;
    top: 50%;
    margin-top: -270px;
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

.pop_up .pop_box .pop_close {
    z-index: 188;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #b2b2b2;
    cursor: pointer;
}

.pop_up .pop_box .pop_close:hover {
    color: #c0a46d;
}

.pop_up .pop_box .ubb_cont {
    max-height: 300px;
    position: relative;
    overflow: auto;
    margin-top: 20px;
    font-size: 13px;
    line-height: 2;
    color: #666;
}
.pop_up .alert_box {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: 88%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
}

.pop_up .alert_close {
    position: absolute;
    left: 50%;
    bottom: -72px;
    margin-left: -16px;
    width: 33px;
    height: 33px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pop_up .alert_close .VVfont {
    top: 0;
    color: #999;
    font-size: 15px;
}

.pop_up .alert_title {
    font-size: 21px;
    color: #000;
    line-height: 1;
    text-align: center;
}

.pop_up .alert_p {
    padding: 7px 0 18px;
    font-size: 14px;
    color: #333;
    line-height: 23px;
    text-align: center;
}

.pop_group .username span {
    color: #999;
    margin-left: 4px;
    font-size: 12px;
}

.pop_group {
    padding: 10px 0;
    font-size: 15px;
    display: flex;
}

.pop_group .pop_hd {
    color: #333;
    width: 74px;
    line-height: 35px;
}

.pop_group .pop_bd {
    position: relative;
    flex: 1;
}

.pop_group .input2 {
    width: 100%;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    box-sizing: border-box;
    color: #333;
}

.pop_group .but {
    position: absolute;
    right: 0;
    top: 0;
    color: #bfa46d;
    border: 1px solid #c0a46d;
    border-radius: 3px;
    width: 86px;
    height: 35px;
    line-height: 33px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    font-size: 13px;
}

.pop_group .but:disabled {
    border-color: #e5e5e5;
    color: #ccc;
    cursor: default;
}

.pop_up .submit2 {
    margin-top: 15px;
    display: block;
    background-color: #c0a46d;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    width: 100%;
    height: 40px;
}

.radio-1 input+span:before {
    content: "";
    pointer-events: none;
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
}

.radio-1 input+span i {
    font-size: 12px;
    color: #fff;
}

.radio-1 input:checked+span:before {
    border-color: #b50f3e;
    background: #de274d;
}

.codeBox2 .radio-1 {
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.codeBox2 .radio-1 input+span {
    top: 4px;
}

.codeBox2 .d-2 {
    padding-bottom: 13px;
}

.header2 {
    height: 48px;
    line-height: 48px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}

.header2:before {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.header2 a {
    display: block;
    color: #333;
}

.header2 .txt {
    padding: 0 54px;
    text-align: center;
    font-size: 18px;
    color: #111;
}

.header2 .left {
    position: absolute;
    left: 0;
    top: 0;
}

.header2 .left .d-1 {
    height: 100%;
    position: relative;
    z-index: 6;
}

.header2 .left .d-1 .VVfont {
    font-size: 18px;
    padding: 0 15px;
    top: 1px;
}

.form_personal {
    padding-top: 58px;
}

.form_personal .user_list {
    margin-top: 0;
}

.user_list_top {
    line-height: 30px;
    color: #999;
    font-size: 11px;
    padding: 0 15px;
}

.hotel_deduction {
    padding: 15px 15px 10px;
}

.hotel_deduction .li1 {
    font-size: 15px;
    color: #333;
}

.hotel_deduction .li1 .VVfont {
    width: 23px;
    color: #999;
}

.deduction_con {
    position: relative;
    display: none;
    margin: 0 15px 15px;
    line-height: 20px;
    font-size: 13px;
    color: #808080;
    padding: 10px;
}

.deduction_con::before {
    border-radius: 8px;
}

.deduction_con .tri {
    position: absolute;
    left: 24px;
    top: -10px;
    z-index: 1;
    content: '';
    border-width: 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent #e5e5e5;
}

.deduction_con .tri::before {
    position: absolute;
    left: -6px;
    top: 1px;
    content: '';
    border-width: 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.deduction_con .d2 {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    flex: 1;
    margin-left: 10px;
}

.deduction_con .d2 input {
    width: 100%;
    height: 20px;
}

.deduction_con .d2 input::placeholder {
    font-weight: 400;
    color: #ccc;
}

.deduction_con .d3 {
    margin-top: 1px;
    display: none;
    width: 18px;
    height: 18px;
    background-color: #e5e5e5;
    border-radius: 50%;
    font-size: 8px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    top: 0;
    margin: 0 10px;
}

.deduction_con .d4 {
    margin-left: 23px;
}

.deduction_con .d4 .s1 {
    color: #c0a46d;
}

.pop_tickets {
    display: none;
}

.pop_layer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.tickets_con {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px 30px;
}

.tickets_con .tickets_title {
    line-height: 65px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.tickets li {
    display: flex;
    line-height: 21px;
    padding: 14px 0;
}

.tickets li .d1 {
    top: 0;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.tickets li .d1::before {
    border-radius: 100%;
}

.tickets li .VVfont {
    top: 0;
    font-size: 12px;
    color: #fff;
    display: none;
}

.tickets .current .d1 {
    background-color: #c0a46d;
    border-radius: 50%;
}

.tickets .current .d1::before {
    border-color: #c0a46d;
}

.tickets .current .VVfont {
    display: block;
}

.payment_choice.default .no {
    display: block;
    color: #ccc;
}

.payment_choice.default .default, .payment_choice.default .choice, .payment_choice .no {
    display: none;
}

.payment_choice .choice {
    display: none;
    align-items: center;
}

.payment_choice .choice span {
    color: #c0a46d;
    width: 180px;
    text-align: right;
}

.payment_choice .li2 .hm-angle-right-2 {
    font-size: 12px;
    color: #ccc;
    top: 0;
    margin-left: 10px;
}

.order_bottom .button2 {
    display: none;
}



#newDiscount {
    display: none;
    padding: 15px 18px 0;
}

#newDiscount .order_mx_list {
    padding: 0;
}

#newDiscount .order_mx_list li {
    display: none;
}

#newDiscount::before {
    border-color: #ccc;
}

.booking {
    position: absolute;
    bottom: -26px;
    left: 15px;
    right: 15px;
    z-index: 1;
}

.booking_date {
    display: flex;
}

.booking_date .s1 {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #999;
    background-color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.booking_date .s1::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.booking_date .s1 .day {
    font-size: 15px;
    color: #333;
    margin-right: 2px;
}

.booking_date .chk {
    padding: 0 11px;
}

.booking_date .line {
    width: 10px;
    height: 1px;
    background-color: #e5e5e5;
}

.booking_date .s2 {
    width: 60px;
    height: 52px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: #c0a46d;
}

#menu {
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.menu_top {
    height: 50px;
    padding: 0 15px;
}

.menu_top .logo {
    float: left;
    margin-top: 12px;
}

.menu_top .navicon {
    float: right;
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}

.language_box {
    padding: 0 25px;
    background-color: #f5f5f5;
}

.menu_but2 {
    padding: 22px 0;
    line-height: 1;
    font-size: 14px;
}

.menu_but2 .d1 {
    float: left;
    color: #c0a46d;
    font-weight: 700;
}

.menu_but2 i {
    font-size: 13px;
    margin-right: 6px;
    color: #666;
}

.menu_but2 .d2 {
    float: right;
    color: #333;
}

.menu_but2 .d2 .i2 {
    margin-left: 10px;
    font-size: 10px;
    margin-right: 0;
}

.menu_close {
    padding: 0 25px;
    display: inline-block;
    line-height: 40px;
    color: #76777b;
    font-size: 10px;
}

.menu_close i {
    font-size: 14px;
    margin-left: 5px;
}

.menu .nav li {
    position: relative;
}

.menu .nav .current {
    background-color: #f6f6f6;
}

.menu .nav a {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    color: #333;
}

.menu .nav a span {
    position: relative;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
}

.menu .nav a span i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
    color: #333;
}

.menu .nav a span:before {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleY(0.5);
}

.menu .nav li:last-child a span:before {
    display: none
}

.menu .nav a:active {
    background-color: #f6f6f6;
}

.menu_copyright {
    padding: 30px 0 30px 25px;
}

.menu_copyright .p1 {
    font-size: 10px;
    color: #c0a46d
}

.menu_copyright .p2 {
    font-size: 11px;
    color: #a8a8a9
}

.menu_copyright .p3 {
    font-size: 10px;
    color: #a8a8a9
}

.menu_ewm {
    padding: 15px 0 0 25px;
    width: 171px;
}

.menu_ewm .li2 {
    padding-top: 17px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5)
}

.banner_box {
    position: relative;
}

.footer {
    background-color: #fff;
}

.footer .menu_title {
    padding: 50px 25px 0;
    color: #666;
    font-size: 15px;
    font-weight: 700;
    line-height: 1
}

.footer .menu_contact {
    padding: 8px 25px 0;
    color: #666;
    font-size: 12px;
    line-height: 23px;
}

.footer .menu_contact a {
    color: inherit;
}

.footer .menu_contact img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.footer .ewm {
    position: relative;
    padding: 0 15px;
    font-size: 12px;
}

.footer .ewm_left {
    float: left;
    padding-top: 14px;
    width: 150px;
}

.footer .footer_nav {
    padding: 10px 5px 0;
    font-size: 12px;
}

.footer .ewm_left li {
    position: relative;
}

.footer .ewm_left li i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 10px;
}

.footer .ewm_left li a {
    color: #666;
    display: block;
    line-height: 35px;
}

.footer .ewm_right {
    padding-top: 30px;
    float: right;
    width: 109px;
}

.footer .ewm_right p {
    padding-top: 10px;
    text-align: center;
    color: #666;
    font-size: 11px;
}

.footer .footer_logo {
    margin: 40px 30px;
    position: relative;
}

.footer .footer_logo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 35.71%;
    height: 100%;
}

.footer .footer_logo .li2 {
    left: 40.95%;
    width: 17.14%;
    height: 41.17%;
}

.footer .footer_logo .li3 {
    left: 61.26%;
    width: 17.77%;
    height: 41.17%;
}

.footer .footer_logo .li4 {
    left: 82.22%;
    width: 17.77%;
    height: 41.17%;
}

.footer .footer_logo .li5 {
    left: 40.95%;
    top: 58.82%;
    width: 17.14%;
    height: 41.17%;
}

.footer .footer_logo .li6 {
    left: 61.58%;
    top: 58.82%;
    width: 14.44%;
    height: 41.17%;
}

.footer .copyright {
    line-height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #c0a46d;
}

.member_box {
    padding-top: 75px;
}

.index_title {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    padding: 0 15px;
}

.index_title a {
    float: right;
    color: inherit;
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 1px;
    border-bottom: 1px solid #333;
}

.member_box ul {
    padding: 25px 11px;
}

.member_box ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 4px;
    float: left;
}

.member_box ul li .box {
    position: relative;
    padding-bottom: 100%;
}

.member_box ul li .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    text-align: center;
}

.member_box ul li .con>div {
    width: 100%;
}

.member_box ul li .icon {
    margin: 0 auto;
    width: 36px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member_box ul li i {
    display: block;
    width: 36px;
    height: 31px;
    background-image: url(../../group/img/mi1.png);
    background-position: center;
    background-size: contain;
}

.member_box ul li .li2 i {
    width: 34px;
    height: 34px;
    background-image: url(../../group/img/mi2.png);
}

.member_box ul li .li3 i {
    width: 30px;
    height: 33px;
    background-image: url(../../group/img/mi3.png);
}

.member_box ul li .li4 i {
    width: 34px;
    height: 35px;
    background-image: url(../../group/img/mi4.png);
}

.member_box ul li .con p {
    padding-top: 11px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.member_box .member_img {
    position: relative;
}

.member_box .member_img .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member_box .member_img .con div {
    width: 100%;
}

.member_box .member_img .con p {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.member_box .member_img .con .but {
    font-size: 0;
    padding-top: 20px;
    text-align: center;
}

.member_box .member_img .con .but a {
    display: inline-block;
    box-sizing: border-box;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
    margin: 0 5px;
}

.member_box .member_img .con .but .d1 {
    background-color: #c0a46d;
    border-color: #c0a46d;
    border-radius: 4px;
}

.check_list4 {
    padding: 58px 11px 7px;
}

.check_list4 li {
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 0 4px 8px;
    width: 25%;
}

.check_list4 label {
    display: block;
    position: relative;
}

.check_list4 label div {
    padding: 0 10px;
    height: 38px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 18px;
    position: relative;
    line-height: 1;
}

.check_list4 label div p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 13px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.check_list4 label input:checked+div::before, .check_list4 .active label>div:before {
    border-color: #c0a46d;
}

.check_list4 label input:checked+div p, .check_list4 .active p {
    color: #c0a46d;
}

.check_list4 label input {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.check_list4 label .dx {
    display: none;
    overflow: hidden;
    border-radius: 4px;
}

.check_list4 label input:checked+div .dx, .check_list4 .active .dx {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    display: block;
    background-color: transparent;
}

.check_list4 label input:checked+div .dx i, .check_list4 .active .dx i {
    font-size: 7px;
    color: #fff;
    position: absolute;
    right: 2px;
    top: auto;
    bottom: 2px;
    z-index: 1;
    line-height: 1;
}

.check_list4 label>div:before {
    content: "";
    pointer-events: none;
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    z-index: 1;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.check_list4 label input:checked+div div::after, .check_list4 .active div .dx:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    font-size: 0;
    border-bottom: 18px solid #c0a46d;
    border-left: 18px solid transparent;
}

.check_list4 label input:checked+div div::after, .check_list4 .active div .dx:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    font-size: 0;
    border-bottom: 18px solid #c0a46d;
    border-left: 18px solid transparent;
}
.noMrore{
    text-align: center;
    font-size: 13px;
    color: #999;
    line-height: 1;
}

.map_search{
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
}
.map_search .inputBar{
	height: 45px;
	position: relative;
}
.map_search .search_href{
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
    display: flex;
    align-items: center;
	font-size: 13px;
	color: #fff;
}
.map_search .search_href i{
    top: 0;
	font-size: 15px;
	color: #fff;
	margin-right: 5px;
}
.map_search .return{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
}
.map_search .return i{
    top: 0;
}
.map_win {
	position: fixed;
    left: 15px;
    right: 15px;
	top: 110px;
	box-sizing: border-box;
}

.map_win_con {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.map_win_left {
	width: 100px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.map_win_right {
	flex: 1;
	padding:15px 15px 0;
	position: relative;
}

.map_win_right .li1 {
	line-height: 1.1;
	font-size: 15px;
	color: #000;
}

.map_win_right .li2 {
    padding-top: 10px;
    font-size: 11px;
    color: #666;
    height: 30px;
}


.map_win_right .li3 {
	font-size: 11px;
	color: #9f9f9f;
	line-height: 1;
}

.map_win_right .li3 b {
	font-size: 18px;
	margin:0 3px;
}

.map_win_right .li3 span {
	font-size: 13px;
	color: #c0a46d;
}
.map_win_right .li3 .btn1{
    display: flex;
    align-items: center;
    color: #c0a46d;
    margin-top: 2px;
}
.map_win_right .li3 .btn1 span{
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c0a46d;
    border-radius: 50%;
    margin-left: 5px;
}
.map_win_right .li3 .btn1 i{
    top: 0;
    color: #fff;
    font-size: 8px;
}

.map_win_close {
	position: absolute;
	right: 0;
	top: 0;
	color: #8e8e8e;
	padding: 8px;
	line-height: 1;
	z-index: 1;
}
.amap-info-close{
    position: fixed;
    right: 15px;
    top: 110px;
    width: 25px;
    height: 25px;
    opacity: 0;
}
.bottom-center .amap-info-sharp{
    display: none!important;
}
.amap-info-content{
    background: none;
    box-shadow:none
}
.ht_marker{
    width: 22px;
    height: 29px;
}
.ht_marker div{
    width: 22px;
    height: 29px;
    background-position: 0 0;
    background-size: 100%;
}
.ht_marker.active div{
    position: relative;
    top: -8px;
    left: -6px;
    width: 34px;
    height: 45px;
}
.forgetForm{
    padding: 40px 25px 50px;
}
.forgetForm .title{
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
    color: #c0a46d;
    line-height: 1;
}
.member_about{
    padding: 40px 15px;
}
.member_about .tit{
    line-height: 1;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.member_about .ubb{
    padding: 20px 0 0;
}
.main_title{
    text-align: center;
    padding-top: 65px;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}
.booing_but{
    display: block;
    line-height: 47px;
    background-color: #c0a46d;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.cart_info {
	display: flex;
	display: -webkit-flex;
	padding: 15px 15px 20px;
	position: relative;
}

.cart_info_l {
	width: 100px;
	height: 75px;
	background-size: cover;
	background-position: center;
}

.cart_info_r {
    flex: 1;
    width: 0;
	margin-left: 15px;
	line-height: 1;
}

.cart_info_r .li1 {
    font-size: 14px;
    padding-top: 5px;
}

.cart_info_r .li2 {
    padding-top: 10px;
	font-size: 12px;
	color: #666;
}
.cart_info_r .li2 span{
    float: right;
}
.cart_info_r .li3{
    padding-top: 15px;
    color: #c0a46d;
    font-size: 13px;
}
.cart_info_r .li3 span{
    font-size: 18px;
}

.cart_con {
	padding: 0 15px;
	color: #333;
}

.cart_con_title {
	line-height: 1;
	font-size: 14px;
	color: #333
}

.cart_con ul {
	padding-bottom: 10px;
	padding-top: 15px;
}

.cart_con li {
	float: left;
	margin: 0 10px 10px 0;
}

.cart_con li span {
	padding: 0 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	height: 30px;
	border-radius: 4px;
	font-size: 13px;
	background: #f5f5f5;
}

.cart_con li label {
	position: relative;
	display: block;
}

.cart_con li label input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}

.cart_con li input:checked+span {
	color: #fff;
	background-color: #00468e
}

.cart_con li input:disabled+span {
	color: #ccc;
}

.cart_num.pb_hd_con {
	box-sizing: border-box;
	padding-left: 15px;
}
.cart_num .pb_hd{
    color: #333;
}
.button_but{
    padding: 15px;
    line-height: 40px;
}
.button_but .d1{
    float: left;
    font-size: 15px;
    color: #c0a46d;
}
.button_but .d1 .s1{
    font-size: 22px;
}
.button_but .d2{
    float: right;
    width: 150px;
    text-align: center;
    height: 40px;
    background-color: #c0a46d;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
}
/* 会议定制页 */
.meeting_search{
    padding: 0 15px 20px;
    background-color: #fff;
}
.meeting_search .member_about{
    padding: 65px 15px 20px;
}
.meeting_search .pb_indent{
    margin-left: 0;
    padding-left: 15px;
}
.meeting_search .input1{
    display: flex;
}
.input1 .bbt{
    display: flex;
    align-items: center;
}
.input1 .bbt .line{
    width: 15px;
    margin: 0 15px;
    min-height: 1px;
}
.meeting_search .bbt .day{
    font-size: 16px;
}
.input1 .bbt .day.default{
    color: #ccc;
}
.meeting_search .blink{
    padding-top: 20px;
    line-height: 1;
    text-align: center;
}
.meeting_search .blink a{
    font-size: 13px;
    color: #c0a46d;
    display: inline-block;
    padding-bottom: 5px;
}
.meeting_search .blink a::before{
    border-color: #c0a46d;
}
.p-title-h1a{
    position: relative;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    padding: 40px 15px 20px;
    display: flex;
    align-items: center;
}
.p-title-h1a .s-bar{
    margin-left: 15px;
    flex: 1;
    height: 4px;
    position: relative;
}
.p-title-h1a .s-bar:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	content: "";
	width: 200%;
	height: 200%;
	box-sizing: border-box;
	pointer-events: none;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-top: 1px solid #ddd;
}
.p-title-h1a .s-bar::after{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	content: "";
	width: 200%;
	height: 200%;
	box-sizing: border-box;
	pointer-events: none;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-bottom: 1px solid #ddd;
}
.meeting_show{
    padding: 0 15px;
    position: relative;
}
.meeting_show .img{
    padding-bottom: 72.46%;
}
.meeting_show .text{
    padding: 0 20px 20px;
    background-color: #fff;
    color: #333;
}
.meeting_show .text .d1{
    font-size: 16px;
    line-height: 1;
    padding-top: 20px;
}
.meeting_show .text .d2{
    height: 70px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.38;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;
}
.meeting_show .pagination{
    position: absolute;
    bottom:150px;
    z-index: 10;
    text-align: center;
}
.wedding_show {
    padding: 0 20% 0 15px;
}

.wedding_show .swiper-slide {
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.wedding_show .img {
    width: 100%;
    padding-bottom: 88.96%;
    background-size: cover;
    background-position: center;
}

.wedding_show .txt {
    position: relative;
    padding: 0 15px 20px;
    background-color: #fff;
}

.wedding_show .txt .p1 {
    padding-top: 15px;
    font-size: 15px;
    line-height: 1;
    color: #333;
}

.wedding_show .txt .p2 {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.38;
    color: #333;
}

.wedding_show .txt .p3 {
    padding-top: 20px;
    line-height: 18px;
    font-size: 13px;
    color: #c0a46d;
}

.wedding_show .price span{
    font-size: 18px;
}
.meeting_service{
    padding: 0 15px 35px;
}
.meeting_service li{
    margin-bottom: 15px;
}
.meeting_service .img{
    padding-bottom: 72.46%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.meeting_service .text{
    background-color: #fff;
    padding: 0 15px 20px;
}
.meeting_service .text .d1{
    font-size: 16px;
    line-height: 1;
    padding-top: 20px;
}
.meeting_service .text .d2{
    font-size: 13px;
    line-height: 1.38;
    padding-top: 10px;
}
.meeting_bottom{
    padding-bottom: 80%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.meeting_bottom .box{
    position: absolute;
    left: 25px;
    top: 25px;
    right: 25px;
    bottom: 25px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.meeting_bottom .con{
    text-align: center;
    color: #fff;
}
.meeting_bottom .con .d1{
    font-size: 18px;
    font-weight: 700;
}
.meeting_bottom .con .d2{
    padding: 15px 0;
    font-size: 12px;
}
.meeting_bottom .con a{
    display: block;
    margin: 0 5px;
    height: 40px;
    line-height: 40px;
    background-color: #c0a46d;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
}
.s_calculation{
    line-height: 1;
    padding: 30px 15px 20px;
    font-size: 14px;
    color: #111;
}
.s_calculation span{
    color: #c0a46d;
    margin: 0 5px;
}
.meeting_list{

}
.meeting_list li{
    margin-bottom: 15px;
    background-color: #fff;
}
.meeting_list .li_top{
    display: flex;
    height: 90px;
}
.meeting_list .li_top .img{
    position: relative;
    width: 123px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.meeting_list .li_top .img .img_num{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    color: #fff;
}
.meeting_list .li_top .img .img_num i{
    top: 0;
    margin-right: 3px;
}
.meeting_list .li_top .con{
    flex: 1;
    width: 0;
    padding: 0 15px;
}
.meeting_list .li_top .con .d1{
    line-height: 1;
    font-size: 15px;
    padding-top: 15px;
}
.meeting_list .li_top .con .d2{
    position: relative;
    line-height: 1.75;
    font-size: 12px;
    color: #666;
    margin-top: 6px;
    padding-right: 65px;
}
.meeting_list .li_top .con .d2 a{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    height: 31px;
    line-height: 31px;
    background-color: #c0a46d;
    color: #fff;
    width: 60px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}
.meeting_list dl{
    padding: 0 15px;
    overflow: hidden;
}
.meeting_list .less dl{
    height: 135px;
}
.meeting_list .open dl{
    height: auto;
}
.meeting_list dl .dd_top{
    display: flex;
    height: 37px;
    padding: 15px 0;
}
.meeting_list dl .dd_top .img{
    width: 50px;
}
.meeting_list dl .dd_top .img div{
    width: 100%;
    height: 37px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.meeting_list dl .dd_top .con{
    flex: 1;
    padding-left: 10px;
    width: 0;
}
.meeting_list dl .dd_top .con .d1{
    line-height: 1;
    font-size: 14px;

}
.meeting_list dl .dd_top .con .d1 span{
    position: relative;
    display: inline-block;
    padding-right: 12px;
}
.meeting_list dl .dd_top .con .d1 span::before{
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 3px dashed transparent;
    border-left: 3px dashed transparent;
    border-bottom: 3px solid #e2d3b7;
    border-right: 3px solid #e2d3b7;
}
.meeting_list dl .dd_top .con .d2{
    line-height: 1;
    padding-top: 10px;
    font-size: 11px;
    color: #848284;
}
.meeting_list dl .dd_top .con .d2 span{
    margin-left: 10px;
}
.meeting_list dl .dd_top .con .d2 span:first-child{
    margin-left: 0;
}
.meeting_list .but{
    display: none;
    height: 42px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #c0a46d;
}
.meeting_list .but i{
    top: 0;
    font-size: 8px;
    margin-left: 6px;
}
.meeting_list .less .but{
    display: flex;
}
.chamber_pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
}
.chamber_pop .box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 25px 50px;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
}
.chamber_pop .close {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 5;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 15px;
    background-color: #eaeaea;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.chamber_pop .close i{
    top: 0;
}
.chamber_pop .title{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #000;
    padding: 40px 0 20px;
}
.chamber_scroll {
    flex: 1;
    overflow-y: scroll;
}
.chamber_scroll .ubb{
    padding: 0;
}
.gallery {
    z-index: 102;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    box-sizing: border-box;
}

.gallery .swiper-container {
    height: 100%;
    position: relative;
}
.gallery .swiper-slide {
    width: 100%;
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.gallery .swiper-pagination {
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    z-index: 10;
    height: 30px;
}
.pagination_title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    background-color: unset;
    padding: 25px 0;
}
.pagination_title .swiper-pagination {
    position: static;
    width: auto;
    display: inline-block;
    height: auto;
}
.pagination_title .swiper-title {
    display: inline-block;
    margin-left: 4px;
}
.gallery .close {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 5;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.gallery .close i{
    top: 0;
}
/* 会议定制页结束 */
.contact_info{
    margin-top: 20px;
    padding: 20px 15px;
}
.contact_info::before{
    border-radius: 0;
}
.contact_info .d1{
    font-size: 16px;
    line-height: 1;
    padding-bottom: 6px;
}
.contact_info .d2{
    margin-top: 6px;
    position: relative;
    padding-left: 16px;
    font-size: 13px;
}
.contact_info .d2 i{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 12px;
    color: #c0a46d;
}
.contact_info .d3{
    display: flex;
    margin: 0 -7px;
    padding-top: 15px;
}
.contact_info .d3 a{
    margin: 0 7px;
    height: 36px;
    color: #c0a46d;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.contact_info .d3 a::before{
    border-color: #c0a46d;
}
.contact_info .d3 i{
    font-size: 15px;
    top: 0;
    margin-right: 8px;
}
.contact_tab .contact_list:first-child{
    display: block;
}
.contact_list{
    display: none;
    padding: 0 15px;
}
.contact_list li{
    display: flex;
    padding: 15px 0;
}
.contact_list li:last-child::before{
    display: none;
}
.contact_list .img{
    width: 80px;
}
.contact_list .img div{
    width: 100%;
    height: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact_list .con{
    margin-left: 10px;
}
.contact_list .con .d1{
    font-size: 13px;
    line-height: 1;
    padding: 4px 0;
}
.contact_list .con .d2{
    position: relative;
    padding-left: 15px;
    font-size:12px;
    margin-top: 2px;
}
.contact_list .con .d2 i{
    position: absolute;
    left: 0;
    top: 3px;
    color: #c0a46d;
    font-size: 10px;
}
.refund_info{
    padding: 15px;
    background-color: #fff;
}
.refund_info .tit{
    line-height: 1;
    padding-bottom: 15px;
}
.refund_info .con {
	display: flex;
	display: -webkit-flex;
	position: relative;
}

.refund_info_l {
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center;
}

.refund_info_r {
    flex: 1;
    width: 0;
	margin-left: 15px;
	line-height: 1;
}

.refund_info_r .li1 {
    font-size: 15px;
    padding-top: 3px;
    line-height: 1;
    color: #000;
}

.refund_info_r .li2 {
	font-size: 12px;
    color: #999;
    line-height: 1.45;
}
.refund_info_r .li2 span{
    float: right;
    font-size: 15px;
    line-height: 1;
    color: #000;
}
.rule_box{
    margin-top: 15px;
    padding: 12px;
    background-color: #f9f6f0;
    font-size: 12px;
    color: #333;
}
.rule_box .d1{
    line-height: 1;
}
.rule_box .d2{
    padding-top: 10px;
}
.refund_list{
    margin-top: 10px;
    background-color: #fff;
    padding: 10px 15px;
}
.refund_list .li{
    display: flex;
    line-height: 30px;
    font-size: 13px;
    color: #333;
}
.refund_list .li .d2{
    flex: 1;
    text-align: right;
}
.refund_list .tit{
    font-size: 15px;
    padding-bottom: 3px;
}
.refund_list .tit .d2{
    color: #c0a46d;
}
.refund_state{
    padding: 20px 15px;
    background-color: #fff;
}
.refund_state .con{
    display: flex;
}
.refund_state_left{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #c0a46d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.refund_state_left i{
    top: 0;
}
.refund_state_right{
    flex: 1;
    padding-left: 10px;
    color: #c0a46d;
}
.refund_state_right .d1{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding-top: 5px;
}
.refund_state_right .d2{
    font-size: 12px;
    padding-top: 10px;
}
.refund_revoke{
    margin-top: 20px;
    font-size: 12px;
    color: #333;
    padding-top: 20px;
}
.refund_revoke .d1{
    line-height: 1;
}
.refund_revoke .d2{
    padding-top: 10px;
}
.revoke_info{
    padding-top: 20px;
    margin-top: 20px;
}
.revoke_info .li{
    display: flex;
    line-height: 30px;
    font-weight: 14px;
}
.revoke_info .li .d1{
    width: 105px;
    color: #999;
}
.revoke_info .li .d2{
    color: #111;
}
.revoke_info .li .d2 a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 11px;
    color: #333;
    height: 20px;
    padding: 0 6px;
    position: relative;
    top: -3px;
}
.link_list{
	padding: 0 5px 15px;
}
.link_list li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 25px;
}
.link_list .d1{
	padding-bottom: 47.51%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ddd;
}
.link_list .d2{
	font-size: 12px;
	line-height: 1;
	padding-top: 10px;
	text-align: center;
	color: #333;
}
/*子酒店样式开始*/

.sub_banner {
    position: relative;
    padding-bottom: 56%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub_booking {
    position: absolute;
    bottom: -26px;
    left: 13px;
    right: 13px;
    z-index: 1;
}



.sub_box {
    padding: 0 25px;
}

.hotel_info {
    padding-top: 75px;
    padding-bottom: 40px;
}

.hotel_info .d1 {
    line-height: 1;
    font-size: 21px;
    color: #111;
}

.hotel_info .d2 {
    padding-top: 20px;
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.hotel_info .d3 {
    padding-top: 25px;
}

.hotel_contact {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 28px;
}

.hotel_contact .map {
    height: 175px;
}

.hotel_contact .d1 {
    padding-top: 17px;
}

.hotel_contact a {
    color: inherit;
}

.hotel_contact .d2 {
    font-weight: 700;
}

.room_swiper_box {
    padding: 40px 45px 60px 5px;
}

.room_swiper_box .room_swiper, .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.room_swiper_box .swiper-slide {
    margin-right: 5px;
}

.room_swiper_box .img {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.room_swiper_box .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 38px;
    height: 38px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.sub_footer .logo {
    padding: 36px 25px;
}

.sub_footer .copyright {
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.sub_footer .copyright::before {
    border-color: rgba(255, 255, 255, .1);
}

.amap-logo {
    z-index: 1;
}

.sub_banner2 {
    padding-bottom: 34.66%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.brand_nav {
    height: 47px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 0;
}

.brand_nav a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    height: 45px;
    width: 33.33%;
    color: #333;
}

.brand_nav .current {
    font-weight: 700;
    border-bottom: 2px solid #fff;
}

.sub_main_title {
    padding: 25px 15px 15px;
    font-size: 18px;
    line-height: 1;
}


.sub_about {
    padding: 25px 15px;
}

.sub_about .d2 {
    font-size: 18px;
    line-height: 1;
    padding-top: 25px;
}

.sub_about .d3 {
    padding: 15px 0 0;
}

.sub_discount {
    padding: 0 15px;
}

.sub_discount li {
    padding-top: 15px;
}

.sub_discount .img {
    padding-bottom: 66.66%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub_discount .con {
    padding: 15px;
}

.sub_discount .con::before {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #e5e5e5;
}

.sub_discount .con .d1 {
    line-height: 1.1;
    font-size: 17px;
    color: #333;
}

.sub_discount .con .d2 {
    padding-top: 10px;
    line-height: 1;
    font-size: 13px;
    color: #999;
}

.sub_discount .con .d3 {
    line-height: 31px;
    padding-top: 14px;
}

.sub_discount .con .d3 .pr {
    float: left;
    font-size: 11px;
}

.sub_discount .con .d3 .pr span {
    font-size: 18px;
}

.sub_discount .con .d3 .me {
    padding: 0 16px;
    float: right;
    color: #fff;
    font-size: 14px;
}

.sub-no-more {
    padding: 40px 0;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: #999;
}
.sub_detail{
    padding: 0 15px;
}
.package_detail_top{
    margin: 0 15px;
    padding: 25px 0 20px;
}
.package_detail_top .d1{
    font-size: 18px;
}
.package_detail_top .d2{
    padding-top: 5px;
    font-size: 13px;
    color: #999;
    line-height: 1;
}
.bkHotTel{
    padding: 50px 0 100px;
    text-align: center;
}
.bkHotTel a{
    width: 230px;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
}
.bkHotTel a::before{
    border-radius: 34px;
}
.sub_room li{
    padding: 15px 15px 20px;
    margin-bottom: 10px;
}
.sub_room li:last-child{
    margin-bottom: 0;
}
.sub_room li .img{
    padding-bottom: 57.79%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub_room li .con .d1{
    padding-top: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}
.sub_room li .con .d2{
    padding-top: 12px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}
.sub_room li .con .d2 span{
    margin-left: 10px;
}
.room_detail_page .room_dt_banner .swiper-slide{
    padding-bottom: 54.66%;
    background-size: cover;
    background-position: center;
}
.room_detail_page .room_dt_banner .page-num{
    z-index: 20;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 10px;
    right: 10px;
    padding: 0 8px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.4);
}
.room_detail_page .box-1{
    padding: 25px 15px 0;
}
.room_detail_page .box-1 .d1{
    font-size: 18px;
    line-height: 1;
}
.room_detail_page .box-1 .d2{
    padding: 10px 0;
}
.room_detail_page .box-1 .d3{
    font-size: 14px;
    line-height: 2;
    padding-top: 5px;
    padding-bottom: 50px;
}
.room_detail_page .box-1 .d3 a{
    color: inherit;
}
.room_detail_page .box-2{
    padding-top: 30px;
    margin-top: 12px;
}
.room_detail_page .box-2 ul {
    padding: 0 10px 30px;
}
.room_detail_tit {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 5px;
}
.room_detail_page .box-2 .dd {
    float: left;
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 14px;
    height: 24px;
}
.room_detail_page .box-2 .hm {
    position: relative;
    font-size: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
}
.room_detail_page .box-3{
    padding-top: 50px;
    padding-left: 15px;
}

.room_swiper_box2 {
    margin-top: 20px;
    padding: 0 100px 50px 0;
}
.box-3-title{
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.room_swiper_box2 .swiper-slide {
    margin-right: 30px;
}

.room_swiper_box2 .img {
    padding-bottom: 70.07%;
}

.room_swiper_box2 .txt .d1 {
    font-size: 15px;
    line-height: 1.1;
    padding-top: 15px;
    color: #333;
    font-weight: 700;
}

.room_swiper_box2 .txt .d2 {
    line-height: 20px;
    padding-top: 7px;
    font-size: 13px;
    color: #999;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.sub_food {
    padding-bottom: 50px;
}
.sub_food li:last-child::before{
    display: none;
}
.sub_leisure li{
    padding: 15px 15px 25px;
    margin-bottom: 10px;
}
.sub_leisure li:last-child{
    margin-bottom: 0;
    padding-bottom: 55px;
}
.sub_leisure li .img{
    padding-bottom: 75.36%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub_leisure li .con .d1{
    padding-top: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}
.sub_leisure li .con .d2{
    padding-top: 10px;
    font-size: 13px;
    line-height: 23px;
    color: #333;
}
.sub_leisure li .con .d2 .s2{
    padding-top: 12px;
}
.sub_leisure li .con .d2 .s2 a{
    color: inherit;
}
.hori-scroll {
	padding: 15px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	font-size: 0;
	background-color: #fff;
}
.hori-scroll .label {
	margin-left: 33px;
	padding: 4px 0;
	font-size: 13px;
	line-height: 1;
    color: #333;
    position: relative;
}
.hori-scroll .label span{
	color: #999;
}
.hori-scroll .label:first-child {
	margin-left: 0;
}
.hori-scroll .label.current{
    font-weight: 700;
}
.hori-scroll .label.current:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 26px;
}
.periphery_tab .sub_leisure{
    display: none;
}
.gallery {
    z-index: 102;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    box-sizing: border-box;
}

.gallery .swiper-container {
    height: 100%;
    position: relative;
}
.gallery .swiper-slide {
    width: 100%;
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.gallery .swiper-pagination {
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    z-index: 10;
    height: 30px;
}
.pagination_title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    background-color: unset;
    padding: 25px 0;
}
.pagination_title .swiper-pagination {
    position: static;
    width: auto;
    display: inline-block;
    height: auto;
}
.pagination_title .swiper-title {
    display: inline-block;
    margin-left: 4px;
}
.gallery .return_back_box {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}
.gallery .return_back_box .return_back{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(51, 51, 51, 0.8);
    height: 33px;
    width: 33px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}
.gallery .return_back_box .return_back i{
    top: 0;
}
.banner_swiper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner_swiper .swiper-slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.shift-p{
    display: flex;
    display: -webkit-flex;
    background-color: #fff;
    padding: 6px 0;
}
.shift-p .inp{
    position: relative;
    display: block;
    flex: 1;
    -webkit-flex: 1;
}
.shift-p .inp:before{
    border-radius: 8px;
}
.shift-p input{
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 13px;
}
.shift-p .btn1{
    border-radius: 4px;
    margin-left: 6px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    box-sizing: border-box;
}
.shift-p .quxiao{
    display: none;
}
.clear-wrong.hm-wrong{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    text-align: center;
    font-size: 8px;
    line-height: 18px;
    border-radius: 50%;
    color: #fff;
    z-index: 5;
    background-color: #cacaca;
    display: none;
}
.shift-p .btn1:before{
    border-radius: 8px;
}
.shift-p .inp_i{
    font-size: 18px;
    color: #aaa;
    margin-right: 10px;
    line-height: 30px;
    top: 0
}
.shift-p .inp_tit{
    font-size: 13px;
    color: #333;
    margin-right: 10px;
    line-height: 30px;
}
/*子酒店样式结束*/