/*
author:chenlijian;
design:huangjunkai;
update:2015-10-16;
*/

html {
    position: relative;
}

body {
    position: relative;
    overflow: auto;
    font: 12px/1.5 tahoma, arial, \5FAE\8F6F\96C5\9ED1, sans-serif;
    font-family: "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun, "宋体";
    background: #f9f6f2;
}

body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
table,
input,
b {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
    vertical-align: bottom;
}

em,
i {
    font-style: normal;
}

a {
    outline: none;
    text-decoration: none;
    transition: color .3s, opacity .3s, transform .3s;
    -webkit-transition: color .3s, opacity .3s, transform .3s;
}

a:hover {
    outline: none;
    text-decoration: underline;
}

img {
    border: 0;
}

.hidden {
    display: none;
}

.hide_txt {
    text-indent: -9999em;
    font-size: 0;
    line-height: 0;
}

.clearfix:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

@font-face {
    font-family: proximanova;
    src: url('../fonts/ProximaNova-Bold.otf');
}

.wrap {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.small2 {
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
}

.small3 {
    transform: scale(0.65, 0.65);
    -webkit-transform: scale(0.65, 0.65);
}

.small4 {
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
}

.small5 {
    transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
}

.small6 {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

.small7 {
    transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
}

.small8 {
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
}

.small9 {
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
}

.product_list {
    position: relative;
    height: 100%;
}

.product_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -9999px;
}

.bg_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg_main {
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg_box img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.product_box .content {
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    z-index: 5;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

.product_box .main_box {
    position: relative;
    height: 100%;
    left: -9999px;
    top: 55%;
}

.product_list .show {
    left: 0;
}

.product_list .show .main_box {
    left: 0;
}

.product_box h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 100% 100%;
}

.product_box h2 span {
    position: absolute;
}

.btn_product {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    transition: transform .3s;
    -webkit-transition: transform .3s;
}

.btn_product:hover {
    text-decoration: none;
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
}

.product_box.show h2 {
    animation: tt_effect .6s .3s linear both;
    -webkit-animation: tt_effect .6s .3s linear both;
}

.product_box.show .btn_product {
    animation: opacity .5s 1s linear both;
    -webkit-animation: opacity .5s 1s linear both;
}


/*.product_list .shoulei .bg_box{background-image: url('../images/bg_1.jpg');}
.product_list .shoulei .bg_main{background-image: url('../images/main_1.jpg');}*/

.shoulei .btn_product {
    border-color: #62615d;
    border-color: rgba(0, 0, 0, 0.6);
    color: #000;
}


/*.product_list .xnet .bg_box{background-image: url('../images/bg_2.jpg');}
.product_list .xnet .bg_main{background-image: url('../images/main_2.jpg');}*/

.xnet .btn_product {
    border-color: #88b1eb;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}


/*.product_list .member .bg_box{background-image: url('../images/bg_3.jpg');}
.product_list .member .bg_main{background-image: url('../images/main_3.jpg');}*/

.member .btn_product {
    border-color: #b3a38b;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}


/*.product_list .xkn .bg_box{background-image: url('../images/bg_4.jpg');}
.product_list .xkn .bg_main{background-image: url('../images/main_4.jpg');}*/

.xkn .btn_product {
    border-color: #7e7a60;
    border-color: rgba(0, 0, 0, 0.5);
    color: #000;
}


/*.product_list .xav .bg_box{background-image: url('../images/bg_5.jpg');}
.product_list .xav .bg_main{background-image: url('../images/main_5.jpg');}*/

.xav .btn_product {
    border-color: #a1b3cb;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.product_btns {
    position: absolute;
    width: 100%;
    bottom: 35px;
    z-index: 6;
    transition: bottom .3s;
    -webkit-transition: bottom .3s;
    z-index: 10;
}

.product_btns.show {
    bottom: 100px;
}

.product_btns .content {
    width: 1000px;
    position: absolute;
    bottom: 72px;
    left: 50%;
    margin-left: -500px;
}

.product_btns .btns_area {
    margin: 0 auto;
    /*border-bottom: 3px solid #92a0b4;border-color: rgba(255,255,255,0.2);+zoom: 1;*/
}

.product_btns .btns_box {
    position: absolute;
    width: 100%;
    height: 84px;
    top: 3px;
    font-size: 0;
    line-height: 0;
}

.product_btns .btns_box a {
    display: inline-block;
    +display: inline;
    +zoom: 1;
    position: relative;
}

.product_btns .btns_box a span {
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 50%;
}

.product_btns .btns_box a:hover,
.product_btns .btns_box a.cur {
    background: url(about:blank);
}

.product_btns .ic_line {
    position: absolute;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: left .3s;
    -webkit-transition: left .3s;
}

.rpt_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 238px;
    background: url('../images/rpt_bg.png') repeat-x;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    z-index: 5;
    left: -9999px;
}

.rpt_bg.show {
    opacity: 1;
    left: 0;
}


/*small size*/

.small_view .btn_product {
    margin-left: -48px;
    width: 94px;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
}

.small_view .shoulei h2 {
    width: 349px;
    height: 120px;
    margin: -189px 0 0 -500px;
    background-image: url('../images/ic_s/txt_1.png');
}

.small_view .shoulei .btn_product {
    margin-top: -141px;
}

.small_view .xnet h2 {
    width: 349px;
    height: 120px;
    margin: -189px 0 0 -500px;
    background-image: url('../images/ic_s/txt_1.png');
}

.small_view .xnet .btn_product {
    margin-top: 115px;
}

.small_view .member h2 {
    width: 349px;
    height: 120px;
    margin: -189px 0 0 -500px;
    background-image: url('../images/ic_s/txt_1.png');
}

.small_view .member .btn_product {
    margin-top: -119px;
}

.small_view .xkn h2 {
    width: 349px;
    height: 120px;
    margin: -189px 0 0 -500px;
    background-image: url('../images/ic_s/txt_1.png');
}

.small_view .xkn .btn_product {
    margin-top: -117px;
}

.small_view .xav h2 {
    width: 349px;
    height: 120px;
    margin: -189px 0 0 -500px;
    background-image: url('../images/ic_s/txt_1.png');
}

.small_view .xav .btn_product {
    margin-top: -179px;
}

.small_view .product_btns .btns_area {
    width: 175px;
    _width: 309px;
    /*width: 242px;_width: 243px;*/
    height: 54px;
}

.small_view .product_btns .btns_box {
    height: 54px;
}

.small_view .product_btns .btns_box a {
    width: 45px;
    height: 54px;
    margin: 0 10px;
}

.small_view .product_btns .btns_box a span {
    height: 44px;
    background-image: url('../images/ic_s/ic_spr.png');
}

.small_view .product_btns .btns_box a:hover span,
.small_view .product_btns .btns_box a.cur span {
    _height: 45px;
}

.small_view .product_btns .ic_line {
    width: 45px;
}

.small_view .product_btns .btns_box .btn_ipr {
    margin: 0 10px 0 0;
}

.small_view .product_btns .btns_box .btn_xav {
    margin: 0 0 0 10px;
}

.small_view .ic_shoulei {
    background-position: 0 0;
    width: 39px;
    margin-left: -20px;
}

.small_view a:hover .ic_shoulei,
.small_view a.cur .ic_shoulei {
    background-position: 0 -69px;
}

.small_view .ic_xnet {
    background-position: -67px 0;
    width: 43px;
    margin-left: -22px;
}

.small_view a:hover .ic_xnet,
.small_view a.cur .ic_xnet {
    background-position: -67px -69px;
}

.small_view .ic_member {
    background-position: -143px 0;
    width: 32px;
    margin-left: -15px;
}

.small_view a:hover .ic_member,
.small_view a.cur .ic_member {
    background-position: -143px -69px;
}

.small_view .ic_xkn {
    background-position: -203px 0;
    width: 36px;
    margin-left: -18px;
}

.small_view a:hover .ic_xkn,
.small_view a.cur .ic_xkn {
    background-position: -203px -69px;
}

.small_view .ic_xav {
    background-position: -259px 0;
    width: 37px;
    margin-left: -19px;
}

.small_view a:hover .ic_xav,
.small_view a.cur .ic_xav {
    background-position: -259px -69px;
}

.small_view .ic_ipr {
    background-position: -334px 0;
    width: 27px;
    margin-left: -14px;
}

.small_view a:hover .ic_ipr,
.small_view a.cur .ic_ipr {
    background-position: -334px -69px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        transform-origin: top center;
    }
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes flash {
    0%,
    66.66% {
        opacity: 0;
    }
    33.33%,
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flash {
    0%,
    66.66% {
        opacity: 0;
    }
    33.33%,
    100% {
        opacity: 1;
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@keyframes rotateX {
    0% {
        transform: perspective(400px) rotateX(90deg);
    }
    40% {
        transform: perspective(400px) rotateX(-30deg);
    }
    70% {
        transform: perspective(400px) rotateX(30deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
    }
}

@-webkit-keyframes rotateX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-30deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(30deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes rotateY {
    0% {
        transform: perspective(400px) rotateY(90deg);
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        transform: perspective(400px) rotateY(20deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
    }
}

@-webkit-keyframes rotateY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tt_effect {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes tt_effect {
    0% {
        -webkit-transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bg_effect {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.05, 1.05);
    }
}

@-webkit-keyframes bg_effect {
    0% {
        -webkit-transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.05, 1.05);
    }
}


/*首页关于我们*/

.index_about {
    padding: 70px 30px;
    margin-top: 70px;
    background: url(../images/about_bg.png) center center no-repeat #fff;
}

.index_about .title {
    font-size: 26px;
    text-align: center;
    color: #362e2e;
}

.index_about .cont .cont01 {
    margin-top: 20px;
}

.index_about .cont .cont01 p {
    line-height: 28px;
    font-size: 14px;
    color: #807e7b;
    text-align: center;
}

.index_about .cont .cont03 {}

.index_about .cont .cont03 a {
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background: #d00b3c;
    color: #fff;
    text-align: center;
}

.index_about .cont .cont03 a:hover {
    text-decoration: none;
    background: #b80935;
}

.index_about .cont .cont02 {
    clear: both;
    height: auto;
    overflow: auto;
    width: 880px;
    margin: 30px auto;
}

.index_about .cont .cont02 ul li {
    float: left;
    position: relative;
    padding-left: 150px;
    height: 34px;
    line-height: 34px;
}

.index_about .cont .cont02 ul li img {
    position: absolute;
    top: 0px;
    left: 100px;
    width: 34px;
    height: 34px;
}


/*客房餐饮轮播*/


/*.swiper-container {padding-bottom:40px;}*/

.swiper-wrapper {}

.swiper-slide {
    transition-timing-function: linear;
}


/* @media only screen and (max-width:1200px) {
    .swiper-slide {
        width: 770px;
    }
}

@media only screen and (max-width:980px) {
    .swiper-slide {
        width: 471px;
    }
}

@media only screen and (max-height:480px) {
    .swiper-slide {
        width: 471px;
    }
} */

.swiper-slide img {
    width: 100%;
    border-radius: 0px;
}

.swiper-slide .title {
    /*position:absolute;*/
    /*transform:rotate(90deg);*/
    /*	transform-origin:left top;*/
    /*left:-3px;*/
    font-size: 11px;
    color: rgb(102, 102, 102);
}

.swiper-slide .title h3 {
    font-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 60px;
    background-size: 100% 100%;
    /* margin-top: -120px; */
    outline: none;
}


/* .swiper-button-next{right:22%;background-image:url(../images/cursor-next.png);} */


/* .swiper-button-next:hover {
    background-image: url(../images/cursor-next-ah.png);
} */


/* .swiper-button-prev{left:22%;background-image:url(../images/cursor-prev.png);}	 */


/* .swiper-button-prev:hover {
    background-image: url(../images/cursor-prev-ah.png);
} */

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0913*/
}


/**/

.gallery-item-desc {
    padding-left: 5%;
    padding-right: 5%;
    background: #fff;
    padding-bottom: 50px;
    width: 90%;
    text-align: left;
    display: inline-block;
    padding-top: 46px;
    opacity: 0;
    transition-duration: 1.2s;
}

.init .gallery-item-desc {
    clear: both;
    height: auto;
    overflow: auto;
    opacity: 1;
}

.gallery-item-desc h3 {
    float: left;
    line-height: 1.16667;
    /*	font-weight: 600;*/
    letter-spacing: .009em;
    color: #33312f;
    font-size: 20px;
}

.gallery-item-desc p {
    width: 70%;
    float: right;
    margin-top: 0em;
    color: #333;
    font-size: 13px;
}

.swiper-slide-prev .gallery-item-desc {
    transform: translateX(-70px);
}

.swiper-slide-next .gallery-item-desc {
    transform: translateX(70px);
}

.swiper-slide-active .gallery-item-desc {
    opacity: 1;
    transform: translateX(0);
}


/* @media only screen and (max-width: 1068px) {
    .swiper-slide {
        padding: 0 calc((100vw - 576px) * .15);
        width: 576px;
    }
    .gallery-item-desc {
        padding-top: 41px;
    }
} */

@media only screen and (max-width: 735px) {
    .swiper-slide {
        transform: scale(.9);
        padding: 0;
        width: 85vw!important;
        margin: 0 0;
        min-width: 272px;
    }
    .swiper-slide-active {
        transform: scale(1);
    }
    .gallery-item-desc {
        padding-top: 26px;
        width: 90%;
    }
}


/*客房选项卡*/

.main-nav {
    display: block;
    width: 500px;
    margin: 0px auto;
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 16px;
}

.main-nav li a {
    color: #33312f;
}

.main-nav li {
    width: 100px;
    text-align: center;
    float: left;
}

.main-nav li a:hover {
    color: #b80935;
    text-decoration: none
}

.main-nav li.active a:hover {
    text-decoration: none;
}

.main-nav li.active {
    background: url(../images/active_nav.png) 10px top no-repeat;
}

.main-nav li.active a {
    color: #b80935;
    font-weight: bold;
}

.main-nav li.active a:hover {
    text-decoration: none;
}


/* 优惠精选 */

.index-cent-bg {
    height: auto;
    overflow: auto;
    clear: both;
    width: 100%;
    max-width: 1700px;
    padding-bottom: 70px;
    margin: 0 auto;
    min-width: 1245px;
}

.title-ten {
    padding-top: 20px;
    text-align: center;
}

.title-ten h3 {
    font-size: 22px;
    text-align: center;
    color: #33312f;
}

.title-ten img {
    width: 171px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.index-cent-bg .shouye-box {
    max-width: 85.4%;
    min-width: 1245px;
    margin: 0 auto;
}

.index-cent-bg .shouye-box .courtesy {
    background: #fff;
    width: 30.1%;
    float: left;
    padding-bottom: 18px;
    margin-right: 4.8%;
}

.index-cent-bg .shouye-box a:last-of-type .courtesy {
    margin-right: 0;
}

.index-cent-bg .shouye-box .courtesy img {
    width: 100%;
    height: auto;
}

.index-cent-bg .shouye-box .courtesy h3 {
    font-size: 18px;
    margin-top: 35px;
    color: #33312f;
}

.index-cent-bg .shouye-box .courtesy h3:hover {
    text-decoration: underline;
}

.index-cent-bg .shouye-box .courtesy p {
    font-size: 14px;
    line-height: 26px;
    color: #676563;
    margin-top: 32px;
}

.courtesy .wenzi {
    padding: 30px 80px 30px 40px;
    text-align: justify;
    background: url(../images/wenzibg.png) right 70px no-repeat;
}

.index_member {
    background: #fff;
    padding: 70px 0px;
}

.index_member .conts {
    max-width: 1440px;
    min-width: 1245px;
    margin: 0px auto;
    position: relative;
}

.index_member .conts img {
    width: 100%;
}

.addmember {
    position: absolute;
    top: 310px;
    left: 95px;
}

.addmember a {
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    background: #d00b3c;
    color: #fff;
    text-align: center;
}

.addmember a:hover {
    text-decoration: none;
    background: #b80935;
}


/*底部*/

.footer {
    /*width: 1200px;*/
    height: 211px;
    margin: 0 auto;
    text-align: center;
    /*padding: 0;*/
    /*background-color: #f4f1ec;*/
    clear: both;
    height: auto;
    overflow: auto;
}

.copyright {
    text-align: center;
    height: 211px;
    color: #ffffff;
    background: #484542;
    font-size: 0;
}

.copyright>div {
    display: inline-block;
    width: 557px;
    font-size: 14px;
    padding-top: 53px;
    color: #e2e2e2;
    vertical-align: top;
    box-sizing: border-box;
}

.copyright>div.leftBlock {
    padding-left: 70px;
    text-align: left;
}

.copyright>div.centerBlock {
    width: 84px;
}

.copyright>div.rightBlock {
    padding-top: 91px;
    text-align: left;
    padding-left: 220px;
}

.copyright>div h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 23px;
}

.copyright a,
.copyright>div>p {
    display: block;
    line-height: 1;
    font-size: 13px;
    color: #9a9997;
    margin-bottom: 15px;
}

.fmeiti {
    clear: both;
    height: auto;
    overflow: auto;
    width: 122px;
    margin: 0px auto;
    padding-bottom: 50px;
}

.fmeiti .weixin {
    width: 46px;
    height: 46px;
    float: left;
    padding-right: 30px;
    background: url(../images/weixin.png) no-repeat;
    cursor: pointer;
}

.fmeiti .weibo {
    width: 46px;
    height: 46px;
    float: left;
    background: url(../images/weibo.png) no-repeat;
    cursor: pointer;
}

.fmeiti .weixin:hover {
    background: url(../images/weixin_a.png) no-repeat;
}

.fmeiti .weibo:hover {
    background: url(../images/weibo_a.png) no-repeat;
}

.book .mune-xiala .mune-conpany .xiala-conpany {
    width: 100%;
}

.book .mune-xiala .mune-conpany .xiala-conpany .shouye-alret-wi {
    width: 275px;
}

.book .mune-xiala .mune-conpany .shouye-alret-wi .tab-anb li {
    width: 85px;
}

.mune-xiala .mune-conpany .shouye-alret-wi .tab-anb li.shouyetkuang {
    color: #fff;
    background: #b39976;
}

.mune-xiala.isLogin .mune-conpany .shouye-alret-wi .tab-anb li.shouyetkuang {
    color: #fff;
    background: #b39976;
}

.shouye-alret-wi .input,
.shouye-alret-wi .inputs {
    display: none;
}


/*头部登录弹窗*/

.login_layer {
    display: none;
    padding: 45px 0;
    box-sizing: border-box;
}

.login_layer .login_block {
    float: left;
    padding: 0 50px;
    width: 50%;
    box-sizing: border-box;
}

.login_layer .login_block.right_block {
    padding-left: 79px;
}

.login_layer h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    color: #2e3032;
    font-weight: bold;
}

.login_layer h4 {
    margin: 24px 0 10px;
    font-size: 18px;
    color: #2e3032;
}

.login_layer .login_form {
    font-size: 0;
    text-align: center;
    width: 306px;
}

.clear {
    clear: both;
}

.phone_row,
.account_row {
    display: none;
    margin: 0;
}

.login_layer .login_phone,
.login_layer .login_account {
    display: inline-block;
    width: 50%;
}

.login_layer .login_phone p,
.login_layer .login_account p {
    display: inline-block;
    color: #ccc;
    margin: 40px 0 35px;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
}

.login_layer .login_phone p:hover,
.login_layer .login_account p:hover,
.login_layer .login_phone.active p,
.login_layer .login_account.active p {
    color: #9b7725;
    border-bottom: 2px solid #987724;
}

.phone_row.active,
.account_row.active {
    display: block;
}

.phone_row input,
.account_row input,
.phone_row .message_code input {
    display: block;
    width: 306px;
    height: 48px;
    padding: 16px 12px;
    line-height: 1em;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 4px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.phone_row .message_code {
    position: relative;
    width: 306px;
}

.phone_row .message_code input {
    padding-right: 30%;
}

.phone_row .message_code a {
    position: absolute;
    right: 0;
    top: 14px;
    display: inline-block;
    color: #33312f;
    font-size: 14px;
    width: 40%;
    text-align: center;
    border-left: 1px solid #ccc;
    cursor: pointer;
    box-sizing: border-box;
}

.login_layer .checkbox {
    margin-top: 5px;
    margin-bottom: 15px;
}

.checkbox label input[type=checkbox] {
    vertical-align: middle;
}

.checkbox label,
.radio label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.login_layer .login_sub {
    display: block;
    width: 306px;
    border: 0;
    background-color: #b39976;
    color: #fff;
    margin-bottom: 20px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 4px;
    cursor: pointer;
}

.login_layer .login_sub:hover {
    background-color: #9c8660;
}

a.pink,
span.pink,
a.pink:hover,
a.pink:visited {
    color: #d00b3c;
}

.login_layer img {
    width: 100%;
    height: 140px;
    border-radius: 4px;
}

.login_layer .advantage_junpu {
    padding: 20px 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
    color: #505355;
}

.login_layer .advantage_junpu li {
    line-height: 24px;
}

.layui-layer .btn-default {
    background-image: none;
}

.layui-layer-setwin .layui-layer-close2 {
    right: 0!important;
    top: 0!important;
    background-image: url(../images/btn_layer_close.png);
    background-position: center!important;
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: center;
}

.login_layer .join_us {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 16px;
    /* border: 1px solid #343537; */
    text-align: center;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    background: #27324D;
}

.login_layer .join_us:hover {
    /* background-color: #f5f5f5; */
}


/*网页内容*/

.page_content {
    margin-top: 78px;
}

.page_content.white {
    background-color: #fff;
}


/*搜索框样式*/

.mune-xiala.roomlist_tool {
    position: relative;
    bottom: auto;
    background-color: #f4f1ec;
    height: 42px;
    padding: 40px 0;
    text-align: center;
}

.mune-xiala.roomlist_tool .mune-bg {
    display: inline-block;
    width: 920px;
    height: 42px;
    font-size: 0;
    background-color: transparent;
}

.mune-xiala.roomlist_tool .mune-conpany .xiala-conpany {
    top: 42px;
    width: 269px;
}

.mune-xiala.roomlist_tool .mune-conpany .shouye-alret-wi .tab-anb li {
    width: 70px;
    margin-left: 10px;
}

.mune-xiala.roomlist_tool .mune-conpany .la-val {
    padding-right: 53px;
}

.roomlist_tool .mune-data {
    margin: 0;
    width: 410px;
    vertical-align: top;
    border-radius: 3px 0 0 3px;
}

.mune-xiala.roomlist_tool .mune-conpany {
    margin: 0;
    width: 269px;
    vertical-align: top;
    border-radius: 0;
    border-left: 1px solid #f4f1ec;
}

.roomlist_tool .mune-search {
    margin: 0;
    width: 240px;
    height: 100%;
}

.roomlist_tool .mune-search .mune-l {
    margin: 0;
    width: 100%;
    border-radius: 0;
}

.roomlist_tool .bookLine {
    display: inline-block;
    width: 270px;
    height: 42px;
    margin: 0;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    vertical-align: top;
}

.sub_hotel {
    background-color: white;
    width: 1200px;
    margin: 40px auto;
}

.sub_hotel h3 {
    font-size: 18px;
    font-weight: normal;
    color: #33312f;
}

.bot .loc_pho,
.bot .map_pic {
    display: inline-block;
}

.bot .loc_pho a {
    color: #808080;
    margin-right: 30px;
    cursor: auto;
    text-decoration: none;
}

.sub_hotel .bot .map_pic a {
    cursor: pointer;
}

.bot .map_pic>span {
    margin: 0 30px;
    color: #eaeaea;
}

h3.sub_hotel_map {
    height: 76px;
    padding-left: 30px;
    margin: 0;
    line-height: 76px;
}

#sub_hotel_map_con {
    height: 514px;
    width: 738px;
    margin-left: auto;
    margin-right: auto;
}

.hotel_photo_con {
    display: none;
    padding: 30px 30px 0;
}

.hotel_photo_con .swiper-container {
    height: 415px;
    width: 738px;
    padding-bottom: 0;
}

.hotel_photo_con .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hotel_photo_title li {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
}

.hotel_photo_title li.active,
.hotel_photo_title li:hover {
    color: #b39b4e;
}

.hotel_photo_imgs li {
    display: none;
}

.hotel_photo_imgs li.active {
    display: block;
    position: relative;
}

.sub_hotel .bot .map_pic a {
    cursor: pointer;
}

.sub_hotel .bot .map_pic a:hover,
.total_comment a:hover,
.roomtype>.right .row a.clause_show:hover {
    color: #9b7725;
}

.arrow-left {
    background: url(../images/arrow_l_white.png) no-repeat center center;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}

.arrow-right {
    background: url(../images/arrow_r_white.png) no-repeat center center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}

.tips_bottom {
    width: 100%;
}

.imgs_info {
    line-height: 30px;
}

.pagination {
    position: absolute;
    right: 0;
    line-height: 30px;
    text-align: center;
    bottom: 0;
    z-index: 10;
    margin: 0;
}

.sub_hotel .bot .tips_comment {
    float: right;
    color: #857055;
    margin-top: -30px;
}

.sub_hotel .bot .tips_comment .total_comment {
    float: left;
    color: #ccc;
    text-align: right;
    padding-right: 5px;
}

.total_comment h3 {
    font-size: 16px;
    margin: 0;
    line-height: 25px;
    font-weight: bold;
}

.total_comment a {
    font-size: 13px;
    color: #807b77;
    margin-right: 0.5em;
    line-height: 25px;
    cursor: pointer;
}

.sub_hotel .bot .tips_comment .score_comment {
    float: right;
    width: 54px;
    height: 54px;
    background: #b39976;
    text-align: center;
}

.score_comment span {
    display: inline-block;
    line-height: 54px;
    font-size: 26px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.roomlist_bar {
    width: 1200px;
    font-size: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #27324d;
}

.roomlist_bar h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.roomlist_bar .col_1 {
    width: 285px;
    margin-right: 27px;
    padding-left: 16px;
    box-sizing: border-box;
}

.roomlist_bar .col_2 {
    width: 400px;
}

.roomlist_bar .col_3 {
    width: 460px;
    text-align: right;
}

.roomtype {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    border-bottom: 5px solid #f1f1f1;
}

.roomtype>.left {
    float: left;
    width: 310px;
}

.room_img {
    position: relative;
    cursor: pointer;
}

.roomtype>.left img {
    width: 285px;
}

.roomtype>.left p {
    font-size: 13px;
    color: #807b77;
}

.roomtype>.left h3 {
    font-size: 16px;
    color: #9b7725;
    font-weight: normal;
    margin: 5px 0;
}

.roomtype>.left h3 a {
    cursor: pointer;
}

.room_img .img_num {
    position: absolute;
    display: inline-block;
    padding: 5px 15px;
    bottom: 10px;
    left: 20px;
    line-height: 20px;
    border-radius: 15px;
    color: #fff;
    background: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
}

.roomtype>.left p.img_num {
    color: #fff;
}

.room_imgList {
    display: none;
    position: relative;
    height: 541px;
    margin: 47px 20px 30px 30px;
    padding-right: 20px;
}

.room_imgList p {
    line-height: 2;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
}

.roomtype>.left .room_imgList h3,
.room_imgList h3 {
    color: #333;
    font-size: 22px;
    margin: 0;
    padding-bottom: 10px;
}

.room_imgList .base_list {
    margin-top: 10px;
    font-size: 14px;
}

.room_imgList .base_list li {
    display: inline-block;
    padding-right: 20px;
    color: #141414;
}

.arrow-left {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    width: 50px;
    height: 50px;
    z-index: 10;
    background-image: url(../images/cursor-prev-white.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrow-left2 {
    position: absolute;
    left: 20px;
    /* top: 50%; */
    margin-top: -15px;
    width: 40px;
    height: 50px;
    z-index: 10;
    background-image: url(../images/left.jpg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrow-left:hover {
    background-image: url(../images/cursor-prev-white-ah.png);
}

.arrow-right {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    width: 50px;
    height: 50px;
    z-index: 10;
    background-image: url(../images/cursor-next-white.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrow-right2 {
    position: absolute;
    right: 20px;
    /* top: 50%; */
    margin-top: -15px;
    width: 40px;
    height: 50px;
    z-index: 10;
    background-image: url(../images/right.jpg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrow-right:hover {
    background-image: url(../images/cursor-next-white-ah.png);
}

.room_imgList .swiper_wrap {
    position: relative;
}

.roomtype>.left .room_imgList img,
.room_imgList img {
    width: 100%;
}

.room_imgList .swiper_wrap .swiper-container {
    width: 723px;
    height: auto;
    padding-bottom: 0;
}

.room_imgList .swiper-wrapper {
    overflow: hidden;
}

.room_imgList .pagination_wrap {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

.room_imgList .pagination {
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 15px;
    color: #fff;
    background: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
}

.room_imgList .list_title {
    display: block;
    width: 100%;
    height: 42px;
    background-color: #eeeeee;
    font-size: 15px;
    font-weight: normal;
    line-height: 42px;
    padding-left: 15px;
    margin-top: 30px;
    box-sizing: border-box;
}

.list_elect {
    list-style: disc;
    color: #555;
    padding-top: 10px;
    font-size: 14px;
}

.list_elect li {
    list-style: disc;
    margin-left: 30px;
    float: left;
    width: 200px;
    line-height: 30px;
}

.roomtype>.right {
    float: right;
    width: 890px;
}

.roomtype>.right .row {
    width: 660px;
    float: right;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e0d9;
    padding-top: 28px;
}

.room_title {
    width: 220px;
}

.roomtype>.right .row>div {
    float: left;
}

.roomtype>.right .row .row_left {
    width: 210px;
}

.roomtype>.right .row .center {
    width: 200px;
    text-align: right;
    font-family: 'proximanova';
}

.roomtype>.right .row .row_right {
    width: 240px;
    text-align: right;
    float: right;
}

.roomtype>.right .row p {
    margin-bottom: 5px;
    font-size: 16px;
}

.roomtype>.right .row a {
    color: #807b77;
    font-size: 15px;
}

.clause_detail {
    display: none;
    height: 556px;
    overflow-y: hidden;
    margin: 30px 25px 15px 35px;
}

.clause_detail h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 10px;
}

.clause_detail ul {
    overflow-x: auto;
    height: 515px;
    padding-right: 15px;
}

.clause_detail .clause_title {
    height: 42px;
    color: #555;
    background-color: #eeeeee;
    font-size: 15px;
    line-height: 42px;
    padding-left: 15px;
}

.clause_detail .clause_para {
    margin-bottom: 20px;
}

.clause_detail p {
    margin-top: 15px;
    font-size: 14px;
}

.roomtype>.right .row p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #363432;
}

.clause_detail .clause_para {
    margin-bottom: 20px;
}

.roomtype>.right .row .center i {
    font-size: 14px;
    font-weight: bold;
}

.roomtype>.right .row .center span {
    font-size: 28px;
    font-weight: normal;
    font-family: 'Microsoft YaHei';
}

.roomtype>.right .row .row_right .btn_group {
    display: inline-block;
    /* border: 1px solid #b39976; */
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0;
}

.roomtype>.right .row .row_right .btn_group a {
    width: 132px;
    height: 45px;
    color: white;
    background-color: #b39976;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
}

.roomtype>.right .row .row_right .btn_group a:hover {
    background-color: #b8996e;
}

.roomtype>.right .row .row_right .btn_group a.pay_mode {
    width: 100px;
    height: 45px;
    background: #fff;
    color: #b8996e;
}

.roomtype>.right .row .row_right .btn_group.saleOut {
    border: 1px solid #eee;
}

.roomtype>.right .row .row_right .btn_group a.sale_out {
    border: none;
    background-color: #dadada;
    color: #333230;
    cursor: no-drop;
}

.roomtype>.right .row .row_right .btn_group a.sale_out:hover {
    text-decoration: none;
}

.header-2 {
    padding-top: 50px;
    width: 1200px;
    margin: 0 auto;
}

.header-2 .sh-anc-ack {
    height: 48px;
    background: #f4f1ec;
    font-size: 16px;
    line-height: 48px;
    color: #33312f;
}

.hotel-start .pianjiafen {
    width: 400px;
    float: left;
    padding-top: 30px;
}

.hotel-start .pianjiafen p {
    color: #555;
    font-size: 15px;
    padding: 0 5px 0 5px;
}

.hotel-start .pianjiafen p b {
    color: #32312d;
    font-size: 36px;
}

.pianjiafen .score {
    margin-left: 10px;
    vertical-align: middle;
}

.pianjiafen .score .start {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/start_dark.png) no-repeat left top;
}

.pianjiafen .score .start .light {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/start_light.png) no-repeat left top;
}

.hotel-start .dshv-dianji {
    width: 600px;
    float: right;
    padding-top: 50px;
}

.hotel-start .dshv-dianji .set-1 {
    float: left;
    margin-left: 56px;
    margin-bottom: 25px;
}

.set-1 span {
    color: #545454;
}

.set-1 .item_score {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 8px;
    border-radius: 4px;
    background: #e6e6e6;
    margin-left: 10px;
}

.set-1 .item_score .pro_bar {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    border-radius: 4px;
    background: #b39976;
}

.evaluate-1 .page-wrap {
    display: none;
}

.evaluate-1 .page-wrap.active {
    display: block;
}

.evaluate-1 .p-1 {
    padding: 22px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.evaluate-1 .p-1 .left-1 {
    position: relative;
    float: left;
    width: 65px;
    color: #999;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
}

.evaluate-1 .p-1 p {
    display: inline-block;
    width: 740px;
    text-align: justify;
}

.evaluate-1 .p-1 .user_icon {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.evaluate-1 .p-1 .user_icon span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/border_gold.png) center no-repeat;
}

.evaluate-1 .p-1 .user_info {
    position: absolute;
    display: block;
    width: 55px;
    top: 0;
    left: 50px;
}

.evaluate-1 .p-1 .user_info b {
    display: block;
    color: #000;
    line-height: 24px;
    font-weight: bold;
}

.evaluate-1 .p-1 .user_info p {
    display: block;
    width: auto;
    color: #999;
    line-height: 24px;
}

.evaluate-1 .p-1 span {
    width: 80px;
    float: right;
    font-size: 14px;
    color: #999;
    text-align: right;
    line-height: 26px;
}

.header-2 .page_nav {
    padding: 40px 0;
}

.header-2 .page_nav .page_arrow {
    display: inline-block;
    font-size: 0;
}

.header-2 .page_nav .page_arrow a {
    margin-right: 10px;
}

.header-2 .page_nav .page_arrow a,
.header-2 .page_nav .page_to .page_go {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-2 .page_nav .page_arrow a:hover,
.header-2 .page_nav .page_arrow a.active,
.header-2 .page_nav .page_to .page_go:hover {
    color: #fff;
    border-color: #9b7725;
    background-color: #9b7725;
}

.header-2 .page_nav .page_arrow a.prev {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/page_prev.png);
}

.header-2 .page_nav .page_arrow a.next {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/page_next.png);
}

.header-2 .page_nav .page_arrow a.prev:hover,
.header-2 .page_nav .page_arrow a.next:hover {
    background-color: #e9e9e9;
    border: 1px solid #dcdcdc;
}

.header-2 .page_nav .page_arrow a.prev.unable {
    background-image: url(../images/page_prev_unable.png);
}

.header-2 .page_nav .page_arrow a.next.unable {
    background-image: url(../images/page_next_unable.png);
}

.header-2 .page_nav .page_arrow a.prev.unable:hover,
.header-2 .page_nav .page_arrow a.next.unable:hover {
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

.header-2 .page_nav .page_to {
    float: right;
}

.header-2 .page_nav .page_to>* {
    display: inline-block;
}

.header-2 .page_nav .page_to p {
    margin-right: 10px;
}

.header-2 .page_nav .page_to input {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    vertical-align: middle;
    box-sizing: border-box;
}

#sub_hotel_map_con {
    height: 514px;
    width: 738px;
    margin-left: auto;
    margin-right: auto;
}

.step_con {
    width: 100%;
    height: 120px;
    background-color: #f4f1ef;
}

.step_con .center {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.step_con .step {
    display: inline-block;
    line-height: 120px;
}

.step_con .step:first-child span:first-child {
    margin-left: 0;
}

.step_con .step span:first-child {
    width: 321px;
    height: 13px;
    background-image: url(../images/order_incomplete.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: middle;
}

.step_con .step span {
    display: inline-block;
    margin-left: 8px;
    color: #66625f;
}

.step_con .step.compelte span {
    color: #b39976;
}

.step_con .step.compelte span:first-child {
    background-image: url(../images/order_complete.png);
}

.heard-cent {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 130px;
}

.heard-cent .heard2-left {
    width: 730px;
    float: left;
}

.heard-cent .heard2-right {
    width: 425px;
    float: right;
    box-sizing: border-box;
    border: 9px solid #f4f4f4;
    padding-bottom: 35px;
}

.heard-cent .heard2-left .yuding h2 {
    font-size: 20px;
    padding: 0 0 20px 0;
    margin-top: 0;
    font-weight: 500;
    color: #333;
    border-bottom: 3px solid #f1f1f1;
}

.heard-cent .heard2-left .yuding .p {
    font-size: 14px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 5px;
}

.heard-cent .heard2-left .yuding .p b {
    position: relative;
    top: 3px;
    padding-left: 7px;
    color: #b61a3f;
}

.heard-cent .heard2-left .yuding .afh-1 {
    display: inline-block;
    position: relative;
    height: 48px;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    padding: 2px;
    box-sizing: border-box;
    user-select: none;
}

.heard-cent .heard2-left .yuding .afh-1>div {
    display: inline-block;
}

.heard-cent .heard2-left .yuding .afh-1 .btn_reduce {
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    text-align: center;
    line-height: 40px;
    background-image: url(../images/reduce.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 3px;
}

.heard-cent .heard2-left .yuding .afh-1 .input {
    height: 40px;
    width: 154px;
    line-height: 40px;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.heard-cent .heard2-left .yuding .afh-1 .input b {
    font-weight: normal;
}

.heard-cent .heard2-left .yuding .afh-1 .btn_add {
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    text-align: center;
    line-height: 40px;
    background-image: url(../images/add.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 3px;
}

.heard-cent .heard2-left .yuding .eskg-sdn {
    position: relative;
}

.heard-cent .heard2-left .yuding .eskg-sdn .test {
    display: none;
    color: #c82d31;
    font-size: 12px;
    padding: 5px 0;
    width: 250px;
    border-top: 1px solid #c82d31;
    position: relative;
    top: -1px;
}

.heard-cent .heard2-left .yuding .eskg-sdn .sdgh-1 {
    width: 250px;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    color: #555;
    padding-left: 15px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box;
}

.heard-cent .heard2-left .yuding .eskg-sdn .sdgh-1.warning {
    border: 1px solid #fd565a;
    outline: none;
}

.heard-cent .heard2-left .yuding .eskg-sdn .order_tips {
    color: #807b77;
}

.heard-cent .heard2-left .yuding .eskg-sdn .check_name,
.heard-cent .heard2-left .yuding .eskg-sdn .check_phone {
    position: absolute;
    display: none;
    left: 0;
    top: 75px;
    font-size: 12px;
    line-height: 16px;
    padding-left: 16px;
    margin: 0;
    background-image: url(../images/tips_wraning.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #f25a5a;
}

.inner .oinputb .check_family,
.inner .oinputb .check_name,
.inner .oinputb .check_email,
.inner .oinputb .check_code {
    position: absolute;
    display: none;
    /*left: 0;*/
    font-size: 12px;
    line-height: 16px;
    padding-left: 16px;
    margin: 0;
    background-image: url(../images/tips_wraning.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #f25a5a;
}

.inner .oinputb .check_phone {
    position: absolute;
    display: none;
    left: 75px;
    font-size: 12px;
    line-height: 16px;
    padding-left: 16px;
    margin: 50px;
    background-image: url(../images/tips_wraning.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #f25a5a;
}

.heard-cent .heard2-left .yuding .eskg-sdn .btn_history_cus,
.zhifu .offer .offer_select {
    color: #9b7725;
    text-decoration: underline;
    cursor: pointer;
}

.btn_history_cus {
    line-height: 46px;
}

.history_cus_lis {
    display: none;
    height: 100%;
    padding: 30px 30px 35px;
}

.history_cus_lis h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

.history_cus_lis .members li {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.history_cus_lis .members {
    list-style: none;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 30px;
}

.history_cus_lis p,
.history_cus_lis span {
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
}

.history_cus_lis p {
    margin: 0 25px;
}

.history_cus_lis .members .name {
    min-width: 93px;
    height: 38px;
    line-height: 24px;
    box-sizing: border-box;
    border-radius: 0;
}

.history_cus_lis .members li.active .name {
    line-height: 20px;
}

.history_cus_lis .members .edit,
.history_cus_lis .members .remove {
    padding: 7px 12px;
    line-height: 1em;
    border-color: #ece9e3;
    background-color: #f9f8f6;
    border-radius: 0;
}

.history_cus_lis .members .edit:hover,
.history_cus_lis .members .remove:hover {
    background-color: #ededed;
    border-color: #ece9e3;
}

.history_cus_lis .member_empty {
    display: none;
    text-align: center;
    margin: 0;
}

.no_date {
    width: 100%;
    height: 150px;
    background-image: url(../images/no_date.png);
    background-position: center;
    background-repeat: no-repeat;
}

.history_cus_lis .member_empty h1,
.invoice_model .invoice_empty p {
    color: #8c8c8c;
    font-size: 15px;
}

.history_cus_lis .member_empty h1 {
    margin-bottom: 20px;
}

.history_cus_lis .btns a,
.invoice_model .btns a {
    width: 100px;
    /* margin: 0 20px;*/
}

.history_cus_lis .btns a.confirm {
    color: #fff;
    background-color: #b39976;
    border-color: #b39976;
}

.history_cus_lis .edit_staff {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.history_cus_lis .edit_staff .form-group {
    position: absolute;
    top: 50%;
    margin-top: -70px;
    width: 100%;
}

.history_cus_lis .edit_staff input {
    margin-bottom: 30px;
    height: 42px;
}

.history_cus_lis .edit_staff h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.history_cus_lis .edit_staff .edit_member {
    text-align: center;
}

.eskg-sdn .checkbox {
    display: block;
    line-height: 20px;
    padding: 10px 20px;
}

.eskg-sdn .checkbox input {
    appearance: checkbox;
    -webkit-appearance: checkbox;
}

.eskg-sdn .checkbox p {
    display: inline-block;
    cursor: pointer;
}

.heard-cent .heard2-left .yuding .others {
    padding-top: 10px;
    font-size: 19px;
}

.heard-cent .heard2-left .yuding .others .show_other {
    padding-top: 30px;
    display: inline-block;
    cursor: pointer;
}

.heard-cent .heard2-left .yuding .others img {
    display: inline-block;
}

.heard-cent .heard2-left .yuding .others .others_block {
    padding: 25px 20px;
    font-size: 14px;
    background-color: #f5f5f5;
}

.heard-cent .heard2-left .yuding .others .others_block>p {
    color: #666;
}

.heard-cent .heard2-left .yuding .others .others_block .other_require {
    margin: 5px 0 10px;
}

.others_block .other_require label {
    color: #33312f;
}

.checkbox_pink {
    cursor: pointer;
    margin-right: 40px;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    color: #807b77;
}

.checkbox_pink.save_his {
    margin-top: 30px;
}

.checkbox_pink>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 3px;
    background: url(../images/check_box_default.png) no-repeat;
    vertical-align: top;
    margin-top: 2px;
}

.checkbox_pink.active>span {
    border: 0;
    background-image: url(../images/check_box_default_active.png);
    background-repeat: no-repeat;
    background-position: center;
}

.checkbox_pink input {
    display: none;
}

.heard-cent .heard2-left .yuding .others .others_block textarea {
    width: 550px;
    height: 70px;
    resize: none;
    padding: 0.5em 0.8em;
    border-radius: 3px;
    border: 1px solid #b8b8b7;
}

.others .others_block textarea::placeholder {
    color: #b8b8b7;
}

.heard-cent .heard2-left .zhifu h3 {
    padding-top: 30px;
    height: 34px;
    line-height: 34px;
    font-size: 19px;
    font-weight: normal;
    padding-bottom: 15px;
    box-sizing: content-box;
}

.heard-cent .heard2-left .zhifu .zhifu-fill {
    border: 8px solid #f4f4f4;
    box-sizing: border-box;
    width: 730px;
    padding: 40px 30px;
    font-size: 14px;
}

.heard-cent .heard2-left .zhifu img {
    margin-right: 10px;
}

.radio_group label {
    cursor: pointer;
    padding-left: 30px;
    font-size: 14px;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.radio_group.radio_normal label {
    background-image: url(../images/radio_normal_false.png);
}

.radio_group.radio_normal label.active {
    background-image: url(../images/radio_normal_true.png);
}

.radio_group.radio_normal label input {
    display: none;
}

.heard-cent .heard2-left .zhifu .radio input {
    width: 16px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.heard-cent .heard2-left .zhifu .radio img {
    display: inline-block;
    margin-right: 10px;
}

.zhifu .offer .offer_tips {
    color: #8e8e8e;
}

.zhifu .offer .offer_block {
    margin-bottom: 10px;
}

.zhifu .offer .offer_block .offer_top {
    width: 203px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    padding-left: 10px;
    color: #9b7725;
    background: url(../images/off_top.png) center no-repeat;
}

.zhifu .offer .offer_top p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.zhifu .offer .offer_top .offer_price {
    font-size: 16px;
}

.zhifu .offer .offer_top .offer_price span {
    font-size: 30px;
}

.zhifu .offer .offer_bottom {
    width: 203px;
    color: #c4b18f;
    border: 1px solid #e6dac1;
    border-top: 0;
}

.zhifu .offer .offer_bottom p {
    margin: 0;
    padding: 5px;
    font-weight: normal;
}

.zhifu .offer .offer_select {
    color: #9b7725;
}

.zhifu .offer .offer_picker_wrap {
    display: none;
    padding: 35px 22px 25px 30px;
}

.zhifu .offer .offer_picker {
    max-height: 560px;
    padding: 0;
    overflow: hidden;
}

.heard-cent .heard2-left .zhifu .offer_picker h3 {
    height: 1em;
    line-height: 1em;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    box-sizing: content-box;
}

.offer .offer_picker .offers_lis {
    position: relative;
    height: 505px;
    padding-right: 15px;
    overflow-y: auto;
}

.offers_lis ul {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    font-size: 0;
    list-style: none;
    text-align: justify;
}

.offers_lis li {
    display: inline-block;
    font-size: 14px;
    width: 240px;
    margin: 0 13px 15px;
}

.offers_lis .lis_top {
    width: 240px;
    height: 143px;
    color: #9b7725;
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
    background: url(../images/off_head.png) no-repeat center;
}

.offers_lis .active .lis_top {
    background: url(../images/off_head_active.png) no-repeat center;
}

.offers_lis .lis_top .sale_price {
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    margin-top: 5px;
}

.offers_lis .lis_top .sale_price p {
    margin: 0;
}

.offers_lis .lis_top .sale_price span {
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    left: -1em;
    bottom: 0.5em;
}

.offers_lis .lis_top .sale_time {
    margin-top: 15px;
    color: #eee;
    font-weight: normal;
}

.offers_lis .lis_bottom {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e6dac1;
    margin-bottom: 1px;
    border-top: 0;
}

.offers_lis li.active .lis_bottom {
    border: 2px solid #a88948;
    padding: 20px 19px;
    border-top: 0;
    margin-bottom: 0;
    background-image: url(../images/selected_pink.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.offers_lis .lis_bottom p {
    font-size: 12px;
}

.lis_bottom .sub_tips {
    color: #666;
}

.lis_bottom .lis_detail {
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    cursor: pointer;
}

.lis_bottom .lis_detail span {
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 10px;
    background: url(../images/off-detail-down.png) no-repeat center center;
}


/*.lis_detail:hover .more_detail{
	display: block;
}*/

.lis_detail .more_detail {
    display: none;
    position: absolute;
    padding-top: 20px;
    top: 17px;
    left: -22px;
    width: 240px;
    z-index: 99;
}

.lis_detail .more_detail.reverse {
    padding-top: 0;
    padding-bottom: 20px;
    top: auto;
    bottom: 20px;
}

.lis_detail .more_detail .triangle {
    position: absolute;
    display: block;
    top: 5px;
    left: -6px;
    width: 252px;
    height: 15px;
    margin: 0;
    background: url(../images/shadow_trangle.png) center no-repeat;
}

.lis_detail .more_detail.reverse .triangle {
    top: auto;
    bottom: 5px;
    background: url(../images/shadow_trangle_top.png) center no-repeat;
}

.lis_detail .more_detail .detail {
    display: block;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    width: 240px;
    height: 160px;
    box-shadow: 0 2px 5px #888;
    overflow-x: hidden;
    overflow-y: scroll;
}

.lis_detail .more_detail.reverse .detail {
    box-shadow: 0 -2px 5px #888;
}

.heard-cent .heard2-left .invoice_block .invoice_radio label {
    margin-right: 30px;
    color: #555;
}

.invoice_block .invoice_info {
    padding-top: 5px;
}

.invoice_block .invoice_info p {
    display: inline-block;
    margin-right: 10px;
}

.invoice_block .invoice_info .edit_invoice {
    cursor: pointer;
}

.invoice_model {
    display: none;
    margin: 0 15px;
    padding: 15px;
}

.heard-cent .heard2-left .zhifu .invoice_model .choose_invoice h3 {
    height: 1em;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 0;
}

.choose_invoice h3 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.invoice_model .invoice_lis {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    height: 185px;
    overflow: auto;
}

.invoice_model .invoice_lis li {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.invoice_model .invoice_lis li>* {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    text-align: left;
}

.invoice_model .invoice_lis li .company {
    width: 250px;
}

.invoice_model .invoice_lis li .company .btn {
    padding: 8px 12px;
}

.history_cus_lis .members .name:hover,
.invoice_model .invoice_lis li .company .btn:hover,
.edit_invo .invoice_form .invoice_form_type a:hover {
    background-color: #f3f3f3;
}

.history_cus_lis .members li.active .name,
.invoice_model .invoice_lis li.active .company span,
.invoice_model .receive_items a.active,
.invoice_form .invoice_form_type a.active {
    border: 2px solid #b39976;
    padding: 7px 11px;
    background-color: #fff;
    background-image: url(../images/selected_red.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    max-width: 250px;
}

.invoice_model .invoice_lis li .type {
    width: 150px;
    vertical-align: initial;
}

.invoice_model .invoice_lis li .edit,
.invoice_model .invoice_lis li .remove {
    padding: 3px 13px;
    background-color: #f9f8f6;
    vertical-align: initial;
}

.invoice_model .add_invoice {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    line-height: 1em;
    height: 1em;
    color: #b39976;
}

.invoice_model .add_invoice:hover {
    color: #b8996e;
}

.invoice_model .invoice_empty {
    display: none;
    text-align: center;
}

.invoice_model .receive_items h4 {
    font-size: 16px;
    margin: 25px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.invoice_model .receive_items a.active {
    padding: 5px 29px;
    box-shadow: none;
}

.invoice_model .receive_items a {
    margin-right: 20px;
    padding: 6px 30px;
    line-height: 26px;
}

.invoice_model .btns {
    padding: 35px 0;
}

.invoice_block .invoice_model .edit_invo {
    display: none;
    padding: 20px 0 0;
    margin: 0px 0px 66px 0px;
}

.edit_invo h3 {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.heard-cent .heard2-left .zhifu .edit_invo h3 {
    height: 1em;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: content-box;
}

.edit_invo .invoice_form {
    margin-right: -20px;
}

.invoice_form.edit .invoice_form_type {
    display: none;
}

.edit_invo .invoice_form .invoice_form_type a {
    width: 160px;
    padding: 0;
    height: 38px;
    line-height: 42px;
    margin-right: 10px;
}

.edit_invo .invoice_form .invoice_form_type a.active {
    padding: 0;
    line-height: 38px;
    box-shadow: none;
}

.invoice_form .invoice_form_lis {
    font-size: 0;
}

.invoice_form .invoice_form_lis li {
    display: inline-block;
    margin-top: 25px;
    padding-right: 20px;
    font-size: 14px;
    width: 50%;
}

.invoice_form .invoice_form_lis li label {
    width: 100%;
    font-weight: normal;
    margin-bottom: 0;
}

.invoice_form .invoice_form_lis li label span {
    vertical-align: middle;
    display: inline-block;
    height: 16px;
}

.invoice_form .invoice_form_lis li label span.isIncre {
    display: none;
}

.invoice_form .invoice_form_lis.showIncre li label span.isIncre {
    display: inline-block;
}

.invoice_form .invoice_form_lis li input {
    border: 1px solid #ddd;
    padding-left: 15px;
    display: block;
    margin-top: 6px;
    width: 100%;
    height: 42px;
    font-weight: normal;
}

.history_cus_lis .btns a,
.invoice_model .btns a {
    width: 130px;
    height: 37px;
    line-height: 37px;
    /* margin: 0 15px; */
    vertical-align: middle;
    display: table-cell;
    display: block;
    float: left;
    margin-right: 40px;
}

.history_cus_lis .btns a.cancel,
.invoice_model .btns a.cancel {
    background-color: #f9f9f9;
}

.history_cus_lis .btns a.cancel:hover,
.invoice_model .btns a.cancel:hover {
    background-color: #ededed;
}

.history_cus_lis .btns a.confirm:hover,
.invoice_model .btns a.confirm:hover {
    background-color: #b8996e;
}

.history_cus_lis .btns a.btn_pink:hover,
.invoice_model .btns a.btn_pink:hover {
    color: #fff;
}

.btn {
    border-radius: 0;
}

.btn.btn_pink {
    color: #fff;
    border: none;
    background-color: #b39976;
    border: 1px solid #b39976;
    text-decoration: none;
    cursor: pointer;
}

.btn.btn_pink:hover {
    background-color: #b8996e;
    border: 1px solid #b8996e;
}

.btn.btn_border_pink {
    color: #b39976;
    border: 2px solid #b39976;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn.btn_border_pink:hover {
    color: #fff;
    background-color: #b8996e;
    border: 2px solid #b8996e;
}

.heard-cent .heard2-left .zhifu .submit {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    width: 250px;
    display: block;
    text-align: center;
    background: #b39976;
    margin-top: 30px;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
}

.heard-cent .heard2-left .zhifu .submit:hover {
    background: #b8996e;
}

.heard-cent .heard2-right {
    width: 425px;
    float: right;
    box-sizing: border-box;
    border: 9px solid #f4f4f4;
    padding-bottom: 35px;
}

.heard-cent .heard2-right .saj-sjag {
    width: 380px;
    margin: 0 auto;
    padding-top: 15px;
}

.heard-cent .heard2-right .orright .img img {
    width: 100%;
    height: auto;
    display: block;
}

.heard-cent .heard2-right .orright h4 {
    width: 100%;
    line-height: 46px;
    font-size: 18px;
    color: #333;
    padding-top: 19px;
    font-weight: normal;
}

.heard-cent .heard2-right .orright .p-1 {
    font-size: 14px;
    color: #555;
    line-height: 26px;
}

.heard-cent .heard2-right .orright .p-1 span {
    float: right;
}

.heard-cent .heard2-right .orright .jksea {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 20px;
    color: #333;
    cursor: pointer;
}

.heard-cent .heard2-right .orright .sahasv {
    padding: 20px 0;
    border-top: 3px solid #f4f4f4;
}

.heard-cent .heard2-right .orright .sahasv p {
    font-size: 14px;
    color: #444;
    line-height: 37px;
    margin: 0;
}

.heard-cent .heard2-right .orright .sahasv p span {
    display: inline-block;
    float: right;
    font-size: 16px;
}

.heard-cent .heard2-right .orright .sahasv p span.room_num,
.heard-cent .heard2-right .orright .sahasv p span.room_price {
    float: none;
}

.heard-cent .heard2-right .orright .sahasv p span.room_num {
    font-size: 14px;
}

.heard-cent .heard2-right .orright h4 img {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 11px;
}

.heard-cent .heard2-right .orright .skdgk p {
    font-size: 13px;
    color: #555;
    line-height: 24px;
    padding-top: 10px;
    text-align: justify;
}

.heard-cent .heard2-right .orright .skdgk p:first-child {
    padding-top: 5px;
}

.heard-cent .heard2-left .sakh-a {
    padding-bottom: 37px;
    border-bottom: 2px solid #ededed;
}

.heard-cent .heard2-left .sakh-a .dsh {
    display: inline-block;
    font-size: 14px;
    color: #8a8a8a;
    line-height: 28px;
}

.heard-cent .heard2-left .sakh-a .dsh h3 {
    font-size: 20px;
    color: #444;
}

.heard-cent .heard2-left .sdkg-aj {
    padding: 45px 0 40px;
}

.sdkg-aj {
    padding: 15px 30px;
}

.sdkg-aj h3 {
    font-size: 20px;
    margin: 20px 0;
    color: #444;
}

.sdkg-aj h3 span {
    padding-left: 20px;
}

.sdkg-aj .paragraph {
    padding-bottom: 20px;
}

.sdkg-aj p {
    font-size: 14px;
    line-height: 30px;
    color: #33312f;
    margin: 0;
}

.sdkg-aj p span {
    font-weight: normal;
    color: #333;
    padding-right: 10px;
}

.heard-cent .heard2-left .geiqian-1 {
    border: 9px solid #f4f4f4;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 35px;
}

.heard-cent .heard2-left .geiqian-1 .zhije {
    font-size: 14px;
    color: #555;
    padding-bottom: 27px;
}

.heard-cent .heard2-left .geiqian-1 .zhije span {
    color: #464646;
}

.heard-cent .heard2-left .geiqian-1 .zhije b {
    color: #484848;
    font-size: 30px;
    font-weight: bold;
}

.heard-cent .heard2-left .geiqian-1 .boke-line {
    position: relative;
    width: 182px;
    height: 49px;
    line-height: 49px;
    margin-left: 0;
    margin-right: 32px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    float: left;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    color: #555;
    font-size: 0;
    cursor: pointer;
}

.heard-cent .heard2-left .geiqian-1 .boke-line:hover {
    background-color: #f2f2f2;
}

.heard-cent .heard2-left .geiqian-1 .boke-line.active {
    border: 1px solid #b39976;
    background-image: url(../images/selected_red.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.heard-cent .heard2-left .geiqian-1 .boke-line img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.heard-cent .heard2-left .geiqian-1 .boke-line span {
    font-size: 14px;
    vertical-align: middle;
}

.heard-cent .heard2-left .ksaa {
    margin-top: 65px;
}

.heard-cent .heard2-left .ksaa a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 240px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-radius: 3px;
    cursor: pointer;
}

.heard-cent .heard2-secsseed {
    width: 1200px;
    margin: 0 auto;
}

.heard-cent .heard2-secsseed .sakh-a {
    padding-bottom: 37px;
}

.heard-cent .heard2-secsseed .sakh-a img {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.heard-cent .heard2-secsseed .sakh-a .dsh {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding-left: 15px;
}

.heard-cent .heard2-secsseed .sakh-a .dsh h3 {
    margin-top: 0;
    font-size: 20px;
    color: #333;
}

.heard-cent .heard2-secsseed .sakh-a .dsh span {
    padding-right: 15px;
    color: #8a8a8a;
}

.heard-cent .heard2-secsseed .sakh-a .dsh span b {
    font-size: 16px;
    font-weight: 700;
}

.heard-cent .heard2-secsseed .sahsa-1 {
    width: 1200px;
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 15px;
}

.heard-cent .heard2-secsseed .sahsa-1 .order_info {
    padding: 30px;
    background-color: #fff;
}

.heard-cent .heard2-secsseed .sahsa-1 img {
    width: 250px;
    float: left;
}

.heard-cent .heard2-secsseed .sahsa-1 .vsjj {
    width: 845px;
    float: right;
}

.heard-cent .heard2-secsseed .sahsa-1 .vsjj h3 {
    font-size: 18px;
    color: #444;
    line-height: 25px;
    margin-bottom: 35px;
}

.heard-cent .heard2-secsseed .sahsa-1 .vsjj p {
    font-size: 14px;
    color: #777;
    line-height: 30px;
}

.heard-cent .heard2-secsseed .sahsa-1 .vsjj p span {
    padding-right: 15px;
    color: #555;
}

.heard-cent .heard2-secsseed .ksaa {
    margin-top: 40px;
    margin-bottom: 60px;
}

.heard-cent .heard2-secsseed .ksaa a {
    display: inline-block;
    width: 240px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin-right: 30px;
    border-radius: 0;
}


/*登录框样式调整*/

.login_layer .form-row {
    margin-top: 24px;
}

.login_layer .form-row:first-child {
    margin-top: 0;
    margin-bottom: 30px;
}

.login_layer .checkbox {
    margin-top: 24px;
    background-image: none!important;
    padding-left: 0!important;
}

.login_layer .checkbox input {
    display: inline-block!important;
}

.shadowOrder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.shadowOrder .shadow {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
}

.shadowOrder .shadowBody {
    position: absolute;
    top: 10%;
    padding: 50px 60px 70px;
    background-color: #f4f4f4;
}

.shadowOrder .shadowBody .closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url(../images/shadow_order_close.png);
    cursor: pointer;
}

.shadowOrder .shadowBody>h1 {
    font-size: 24px;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 48px;
    padding-bottom: 27px;
    border-bottom: 2px solid #d9d9d9;
}

.mune-xiala.roomlist_tool.addElement>div {
    display: inline-block;
    width: 455px;
    margin-left: 30px;
    height: auto;
    vertical-align: top;
    background: transparent;
}

.shadowOrder .shadowBody .table-row {
    position: relative;
    margin-top: 37px;
}

.shadowOrder .shadowBody .table-row.mt-0 {
    margin-top: 0;
}

.shadowOrder .shadowBody .table-row>label {
    display: block;
    color: #5e656a;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-bottom: 13px;
    text-align: left;
}

.shadowOrder .shadowBody .table-row>label>span {
    float: right;
}

.room_title p {
    width: 220px!important;
    padding-right: 20px;
}