/* CSS Document */
/*Reset start*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
legend,
button,
p,
th,
td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

fieldset,
img {
    border: none;
}

img {
    vertical-align: top;
    border: 0
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
}

a:hover {
    color: #000;
}

a:focus {
    outline: none;
}

a:hover, a:visited, a:active, a:link {
    text-decoration: none;
}

ol,
ul {
    list-style: none outside none;
}

/*table{border-collapse:collapse;border-spacing:0;}*/
sub,
sup {
    font-size: 80%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

var {
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    font-style: normal;
}

var {
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    padding-left: 3px;
}

input,
select {
    outline: none;
}

body,
button,
input,
select,
textarea {
    font: 12px / 1.5 '微软雅黑', Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-style: normal;
}

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

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.clearbox {
    border-top: transparent 0px solid;
    clear: both;
    font-size: 0;
    margin-top: 0px;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

@font-face {
    font-family: fontawesome;
    /*这里是说明调用来的字体名字*/
    src: url(../fonts/glyphicons-halflings-regular.woff);
    /*这里是字体文件路径*/
}

td {
    padding: 0 !important;
}

.wrapper {
    overflow: hidden;
    padding-top: 65px;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.hidden-m {
    display: block;
}

.visible-m {
    display: none;
}

.header {
    background: url(/website/webfile/assets/images/header-bg.png) 0 0 repeat;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.header .h-main {
    width: 1570px;
    margin: 0 auto;
}

.header .h-left {
    width: 128px;
    float: left;
    height: 65px;
}

.header .h-left .big-logo {
    display: block;
    height: 85px;
    background: #b98e60;
    padding: 0 10px;
    line-height: 85px;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.header .h-left .small-logo {
    display: block;
    position: absolute;
    width: 90px;
    height: 65px;
    line-height: 65px;
    margin-left: 20px;
}

.header .h-left img {
    width: 100%;
    vertical-align: middle;
}

.header .h-center {
    float: left;
    margin-left: 45px;
}

.header .h-center ul {
    display: inline-block;
    font-size: 0;
}

.header .h-center ul li {
    display: inline-block;
    line-height: 65px;
    position: relative;
}

.header .h-center ul li a {
    font-size: 16px;
    color: #ccc;
    padding: 0 25px;
    display: block;
    position: relative;
}

.header .h-center ul li a:hover {
    color: #b98e60;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header .h-center ul li .list-cont {
    position: absolute;
    width: 100%;
    padding-top: 2px;
    display: none;
}

.header .h-center ul li .border {
    width: 5px;
    height: 5px;
    background: #c2986b;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 10px;
    border-radius: 100%;
    opacity: 0;
}

/* .header .h-center ul li:hover a{color:#fff;} */
/* .header .h-center ul li:hover a .border{width:100%;} */
.header .h-center ul li:nth-of-type(2):hover .list-cont,
.header .h-center ul li:nth-of-type(5):hover .list-cont {
    display: block;
}

.header .h-center ul li .list-cont .list-item {
    box-sizing: border-box;
    border-bottom: 1px solid #777;
    background: url(../../images/icon/header-bg.jpg) 0 0 repeat;
}

.header .h-center ul li .list-cont .list-item:last-of-type {
    border-bottom: none;
}

.header .h-center ul li .list-cont a {
    padding: 0;
    text-align: center;
    line-height: 59px;
}

.header .h-center>ul>li:hover>a,
.header .h-center>ul>li.current>a {
    color: #b98e60;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header .h-center>ul>li:hover>a .border,
.header .h-center>ul>li.current>a .border {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header .h-center>ul>li:nth-of-type(2)>a:before,
.header .h-center>ul>li:nth-of-type(5)>a:before {
    content: '';
    width: 10px;
    height: 6px;
    background: url(../../images/icon/header-arrow-bottom1.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 5px;
}

.header .h-center>ul>li:nth-of-type(2):hover>a:before,
.header .h-center>ul>li:nth-of-type(5):hover>a:before {
    background: url(../../images/icon/header-arrow-bottom2.png) 0 0 no-repeat;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

/* .header .h-center ul li .list-cont a:hover{color:#b98e60;} */
.header .h-right {
    float: right;
    line-height: 65px;
    font-size: 14px;
    color: #666;
}

.header .h-right .login-block {
    float: left;
}

.header .h-right .order-block {
    float: left;
    margin-left: 25px;
}

.header .h-right a {
    color: #666;
}

.header .h-right a:hover {
    color: #c2986b;
}

.header .h-right a.login {
    color: #c2986b;
}

.header .h-right .login-block span {
    margin: 0 4px;
}

.header .h-right .icon-number,
.header .h-right .icon-language {
    float: left;
    width: 28px;
    height: 28px;
    margin-left: 20px;
    margin-top: 18.5px;
}

.header .h-right .icon-number {
    background: url(../../images/icon/icon-member.png) 0 0 no-repeat;
}

.header .h-right .icon-language.zh {
    background: url(../../images/icon/icon-zh.png) 0 0 no-repeat;
}

.header .h-right .icon-language.en {
    background: url(../../images/icon/icon-en.png) 0 0 no-repeat;
}

.menu-wrapper {
    position: fixed;
    top: -65px;
    left: 0;
    right: 0;
    z-index: 1000;
}

.menu-wrapper .menu-btn {
    width: 68px;
    height: 65px;
    background: url(../../images/icon/header-bg.jpg) repeat;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.menu-wrapper .menu-btn i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/icon/icon-menu.png) center center no-repeat;
}

.footer {
    background: url(../images/foot-bg.jpg) top center no-repeat;
    background-size: cover;
}

.footer .f-main {
    width: 1600px;
    margin: 0 auto;
}

.footer .f-main .f-top {
    padding: 43px 0 33px 0;
    font-size: 0;
    border-bottom: 1px solid #3d3d3d;
}

.footer .f-main .f-top>div {
    display: inline-block;
    vertical-align: middle;
}

.footer .f-main .f-top img {
    width: 100%;
    display: block;
}

.footer .f-main .f-top .top-left {
    width: 153px;
    margin-right: 70px;
}

.footer .f-main .f-top .top-border {
    width: 1px;
    height: 100px;
    background: #333;
}

.footer .f-main .f-top .top-item {
    width: 110px;
    margin: 0 50px;
}

.footer .f-main .f-top .top-right {
    width: 191px;
    margin-left: 70px;
}

.footer .f-main .f-middle {
    padding-top: 60px;
    padding-bottom: 25px;
    border-bottom: 1px solid #3d3d3d;
}

.footer .f-main .f-middle .middle-left,
.footer .f-main .f-middle .middle-center {
    float: left;
}

.footer .f-main .f-middle .middle-left {
    width: 240px;
    color: #999;
}

.footer .f-main .f-middle .middle-left .title {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    padding-left: 45px;
    background: url(../images/foot-icon6.png) no-repeat;
    margin: 0 0 20px 0;
}

.footer .f-main .f-middle .middle-left p {
    font-size: 18px;
    line-height: 30px;
}

.footer .f-main .f-middle .middle-left a {
    color: #999;
}

.footer .f-main .f-middle .middle-center {
    width: 930px;
    color: #cccfd4;
    margin-left: 75px;
}

.footer .f-main .f-middle .middle-center a {
    color: #cccfd4;
}

.footer .f-main .f-middle .middle-center .top-list {
    margin-top: 15px;
}

.footer .f-main .f-middle .middle-center .top-list li {
    float: left;
    margin-right: 110px;
    font-size: 20px;
}

.footer .f-main .f-middle .middle-center .middle-list {
    margin-top: 15px;
}

.footer .f-main .f-middle .middle-center .middle-list .middle-item {
    display: inline-block;
    margin-right: 60px;
}

.footer .f-main .f-middle .middle-center .middle-list .middle-item.m-right {
    width: 175px;
    margin-right: 0;
}

.footer .f-main .f-middle .middle-center .middle-list .middle-item img {
    width: 100%;
}

.footer .f-main .f-middle .bottom-right {
    margin-top: 45px;
    font-size: 14px;
}

.footer .f-main .f-middle .bottom-right .border {
    margin: 0 22px;
}

.footer .f-main .f-middle .middle-right {
    float: right;
}

.footer .f-main .f-middle .middle-right .right-item {
    display: inline-block;
    width: 85px;
    margin-left: 90px;
}

.footer .f-main .f-middle .middle-right .right-item .code img {
    display: block;
    width: 100%;
}

.footer .f-main .f-middle .middle-right .right-item .text {
    font-size: 14px;
    margin-top: 10px;
    color: #ccc;
    text-align: center;
}

.footer .f-main .f-bottom {
    line-height: 74px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.footer .f-main .f-bottom a {
    color: #999;
}

.home-main {
    overflow: hidden;
}

.home-main .banner {
    position: relative;
}

.home-main .home-banner {
    height: 580px;
}

.home-main .home-banner .swiper-slide {
    cursor: pointer;
}

.home-main .banner .swiper-container {
    width: 100%;
    height: 100%;
}

.home-main .banner .swiper-slide .pic img {
    width: 100%;
    display: inline-block;
}

.home-main .banner .swiper-slide .text {
    text-align: center;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 5;
    width: 1200px;
    margin: 0 auto;
}

.home-main .banner .swiper-slide .text .cn {
    font-size: 52px;
    line-height: 52px;
}

.home-main .banner .swiper-slide .text .en {
    font-size: 22px;
    line-height: 22px;
    margin-top: 30px;
}

.home-main .banner .swiper-slide .text2 {
    top: 160px;
    text-align: left;
}

.home-main .banner .swiper-slide .text2 .cn span {
    font-size: 76px;
}

.home-main .banner .swiper-button-prev,
.home-main .banner .swiper-button-next {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.home-main .banner .swiper-button-prev {
    background-image: url(../images/home-arrow1.png);
    left: 100px;
}

.home-main .banner .swiper-button-next {
    background-image: url(../images/home-arrow4.png);
    right: 100px;
}

.home-main .banner .swiper-button-prev:hover {
    background-image: url(../images/home-arrow3.png);
}

.home-main .banner .swiper-button-next:hover {
    background-image: url(../images/home-arrow2.png);
}

.home-main .banner .search {
    width: 1280px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -640px;
    z-index: 9;
}

.home-main .banner .search .s-top {
    height: 70px;
    background: #fff;
    border-radius: 10px;
    font-size: 0;
}

.home-main .banner .search .s-top .top-item {
    float: left;
    width: 314px;
    padding: 14px 25px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.home-main .banner .search .s-top .top-item.bg {
    background: #c2976a;
    border: none;
    border-radius: 0 10px 10px 0;
}

.home-main .banner .search .s-top .top-item .title {
    font-size: 16px;
    color: #999;
    line-height: 16px;
}

.home-main .banner .search .s-top .top-item .text {
    margin-top: 10px;
}

.home-main .banner .search .s-top .top-item .text input {
    border: none;
    width: 100%;
    color: #b28850;
    font-size: 16px;
    height: 16px;
    cursor: pointer;
}

.home-main .banner .search .s-top .top-item .text input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b28850;
}

.home-main .banner .search .s-top .top-item .text input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b28850;
}

.home-main .banner .search .s-top .top-item .text input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b28850;
}

.home-main .banner .search .s-top .top-item .text input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b28850;
}

.home-main .banner .search .s-top .top-item .text .icon {
    background: url(../images/home-icon1.png) right center no-repeat;
}

.home-main .banner .search .s-top .top-item .block-btn {
    height: 70px;
    background: url(../images/home-icon2.png) 197px center no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 70px;
}

.home-main .banner .search .s-top .top-item .block-btn a {
    display: block;
    color: #fff;
    padding-left: 105px;
}

.home-main .banner .search .s-top .top-item-time {
    width: 319px;
}

.home-main .banner .search .s-top .top-item-time i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.home-main .banner .search .s-top .top-item-search {
    width: 328px;
    padding: 0;
}

.home-main .banner .search .s-bottom {
    margin-top: 30px;
}

.home-main .banner .search .s-bottom input[type=checkbox] {
    width: 20px;
    height: 20px;
    background: #fff;
    margin-top: 0;
}

.home-main .banner .search .s-bottom input[type=text] {
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    border: none;
    background: transparent;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.home-main .banner .search .s-bottom input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.home-main .banner .search .s-bottom input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.home-main .banner .search .s-bottom input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.home-main .banner .search .s-bottom input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.home-search {
    width: 1110px;
    height: 66px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 126px;
    left: 50%;
    margin-left: -555px;
    z-index: 9;
}

.home-search .item {
    float: left;
    width: 200px;
    height: 66px;
    margin-left: 20px;
    position: relative;
}

.home-search .item .input-text {
    width: 100%;
    height: 66px;
    line-height: 66px;
    border: 0;
    font-size: 16px;
    padding-left: 36px;
}

.home-search .item.home-destination {
    width: 210px;
    margin-left: 0;
}

.home-search .item.home-destination .input-text {
    background: url(../../images/icon/icon-search.png) 32px center no-repeat;
    padding-left: 68px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-search .item.home-startDate:before {
    content: '';
    width: 1px;
    height: 32px;
    background-color: #ccc;
    position: absolute;
    right: -0.5px;
    top: 50%;
    margin-top: -16px;
}

.home-search .item.home-startDate .input-text {
    background: url(../../images/icon/icon-date.png) 0 center no-repeat;
    padding-left: 58px;
    cursor: pointer;
}

.home-search .item.home-endDate .input-text {
    padding-left: 30px;
    cursor: pointer;
}

.home-search .item.home-protocolCode .input-text {
    background: url(../../images/icon/icon-protocol-code.png) 0 center no-repeat;
    padding-left: 40px;
    padding-right: 15px;
}

.home-search .item.home-searchBtn {
    width: 240px;
    line-height: 66px;
    background-color: #b28850;
    margin-left: 0;
    text-align: center;
    font-size: 18px;
    border-radius: 0 10px 10px 0;
}

.home-search .item.home-searchBtn a {
    display: block;
    color: #fff;
}

.home-search .item .room-nights {
    width: 44px;
    height: 15px;
    line-height: 15px;
    background-color: #f8f8f8;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: -22px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border-radius: 15px;
}

.home-main .hot-city {
    background: url(../images/home-bg1.png);
    padding-top: 55px;
}

.home-main .hot-city .hot-top {
    background: url(../images/home-bg2.png);
}

.home-main .hot-city .hot-top .hot-left {
    float: left;
    height: 135px;
    overflow: hidden;
}

.home-main .hot-city .hot-top .hot-left .cn {
    font-size: 48px;
    color: #333;
    margin-top: 15px;
}

.home-main .hot-city .hot-top .hot-left .en {
    font-size: 24px;
    color: #999;
}

.home-main .hot-city .hot-top .hot-right {
    float: right;
    height: 135px;
    line-height: 135px;
    font-size: 20px;
    color: #000;
}

.home-main .hot-city .hot-top .hot-right a {
    color: #000;
}

.home-main .hot-city .hot-list {
    margin-top: 65px;
}

.home-main .hot-city .hot-list img {
    width: 100%;
    display: block;
}

.home-main .hot-city .hot-list .list-top {
    position: relative;
    background: #fff;
}

.home-main .hot-city .hot-list .list-top .city-name {
    position: absolute;
    width: 155px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    top: 60px;
    right: 0;
    margin-right: -6px;
    background: #b28850;
}

.home-main .hot-city .hot-list .list-top .city-name .border {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 3px solid transparent;
    border-top-color: #b28850;
    border-left-color: #b28850;
    margin-bottom: -6px;
}

.home-main .hot-city .hot-list .list-top .img {
    width: 840px;
    float: left;
}

.home-main .hot-city .hot-list .list-top .text {
    width: 370px;
    float: right;
    padding: 35px;
}

.home-main .hot-city .hot-list .list-top .text .title {
    margin-top: 85px;
    color: #8f6e4d;
}

.home-main .hot-city .hot-list .list-top .text .title .cn {
    font-size: 24px;
}

.home-main .hot-city .hot-list .list-top .text .title .en {
    font-size: 16px;
    margin-top: 5px;
}

.home-main .hot-city .hot-list .list-top .text p {
    margin-top: 35px;
    font-size: 16px;
    color: #999;
}

.home-main .hot-city .hot-list .list-top .text .block-btn {
    border: 1px solid #8f6e4d;
    color: #8f6e4d;
    width: 115px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
}

.home-main .hot-city .hot-list .list-top .text .block-btn a {
    color: #8f6e4d;
    display: block;
}

.home-main .hot-city .hot-list .list-bottom {
    margin-top: 45px;
    overflow: hidden;
    padding-left: 6px;
    padding-bottom: 150px;
}

.home-main .hot-city .hot-list .list-bottom ul {
    width: 120%;
}

.home-main .hot-city .hot-list .list-bottom ul li {
    width: 400px;
    margin-right: 40px;
    position: relative;
    float: left;
}

.home-main .hot-city .hot-list .list-bottom ul li .text {
    position: absolute;
    top: 145px;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(178, 136, 80, .8);
    padding: 15px;
    box-sizing: border-box;
    display: none;
}

.home-main .hot-city .hot-list .list-bottom ul li:hover .text {
    display: block;
}

.home-main .hot-city .hot-list .list-bottom ul li .text p {
    font-size: 16px;
    color: #f4f4f4;
}

.home-main .hot-city .hot-list .list-bottom ul li .text .block-btn {
    width: 115px;
    height: 25px;
    background: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin: 20px auto 0;
}

.home-main .hot-city .hot-list .list-bottom ul li .text .block-btn a {
    color: #b28850;
    display: block;
}

.home-main .hot-city .hot-list .list-bottom ul li .city-name {
    position: absolute;
    width: 155px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    top: 40px;
    left: 0;
    margin-left: -6px;
    background: #b28850;
}

.home-main .hot-city .hot-list .list-bottom ul li .city-name .border {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 3px solid transparent;
    border-top-color: #b28850;
    border-right-color: #b28850;
    margin-bottom: -6px;
}

.home-main .promotion {
    padding-top: 50px;
}

.home-main .promotion .pro-left {
    float: left;
    color: #b28850;
}

.home-main .promotion .pro-left .cn {
    font-size: 48px;
}

.home-main .promotion .pro-left .en {
    font-size: 24px;
}

.home-main .promotion .pro-right {
    float: right;
    font-size: 20px;
    padding-top: 25px;
}

.home-main .promotion .pro-right a {
    color: #000;
}

.home-main .promotion .pro-list {
    margin-top: 50px;
}

.home-main .promotion .pro-list li {
    margin-bottom: 60px;
    background: #f9f9f9;
    color: #999;
}

.home-main .promotion .pro-list .text,
.home-main .promotion .pro-list .img {
    float: left;
}

.home-main .promotion .pro-list .text {
    width: 550px;
    padding: 80px 45px 0;
}

.home-main .promotion .pro-list .text .title {
    font-size: 24px;
}

.home-main .promotion .pro-list .text .ltitle {
    font-size: 16px;
}

.home-main .promotion .pro-list .text p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
}

.home-main .promotion .pro-list .text .block-btn {
    width: 115px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
    border: 1px solid #b28850;
}

.home-main .promotion .pro-list .text .block-btn a {
    color: #b28850;
}

.home-main .promotion .pro-list .img {
    width: 730px;
}

.home-main .promotion .pro-list .img img {
    width: 100%;
    display: block;
}

.home-main .promotion .pro-list li:hover {
    color: #b28850;
}

.home-main .promotion .pro-list li:hover .text .block-btn {
    background: #b28850;
}

.home-main .promotion .pro-list li:hover .text .block-btn a {
    color: #fff;
}

.home-promotion {
    padding: 53px 0;
    background-color: #fff;
}

/*.home-promotion-inner .top-title-bg{ font-family: arial; font-size: 116px; color: #bc9258; font-weight: bold; opacity: 0.19; line-height: 84px; letter-spacing: 72px; position: absolute; top: 70px; left: -2px;}
.home-promotion-inner{ position: relative; z-index: 5; padding: 111px 0 80px 0;}
.home-promotion .pic-box{ float: left; width: 605px; position: relative; z-index: 5;}
.home-promotion .pic-box .pic img{ display: block; width: 100%;}
.home-promotion .pic-box .title{ height: 50px; line-height: 50px; background-color: #bc9258; border-radius: 5px; text-align: center; font-size: 24px; font-weight: bold; color: #fff;}
.home-promotion .right-content{ float: right; width: 675px; position: relative; z-index: 5; color: #333;}
.home-promotion .right-content:before{ content: ''; width: 486px; height: 575px; background: url(../images/home-promotion-line.png) 0 0 no-repeat; background-size: cover; position: absolute; left: -1px; top: -111px;}
.home-promotion .right-content .content{ padding: 225px 0 0 70px; position: relative; z-index: 5;}
.home-promotion .right-content .content .cont .title{ font-size: 36px; line-height: 36px;}
.home-promotion .right-content .content .cont .txt{ font-size: 18px; line-height: 36px; opacity: 0.63; margin-top: 20px;}
.home-promotion .right-content .content .more{ width: 115px; height: 30px; line-height: 28px; border: 1px solid #b28850; font-size: 16px; text-align: center; position: absolute; bottom: 5px; right: 0;}
.home-promotion .right-content .content .more a{ display: block; color: #b28850;}*/
.home-promotion .top-title {
    text-align: center;
}

.home-promotion .top-title .cn {
    font-size: 32px;
    color: #444444;
}

.home-promotion .top-title .en {
    font-size: 18px;
    color: #999999;
    margin-top: 10px;
}

.home-promotion-inner {
    overflow: hidden;
}

.home-promotion-inner ul {
    margin-right: -30px;
}

.home-promotion-inner ul li {
    float: left;
    width: 406px;
    margin-right: 30px;
}

.home-promotion-inner ul li .img-cont {
    border-radius: 10px;
    overflow: hidden;
    height: 275px;
}

.home-promotion-inner ul li .img-cont img {
    width: 100%;
}

.home-promotion-inner ul li .text-cont {
    text-align: center;
    margin-top: 20px;
}

.home-promotion-inner ul li .text-cont .title {
    font-size: 20px;
    color: #444444;
}

.home-promotion-inner ul li .text-cont p {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.home-promotion-btn {
    width: 110px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #c2986b;
    margin: 20px auto;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
    display: block;
}

.home-promotion-btn:hover {
    color: #c2986b;
}

.home-main .home-footer {
    background: url(../images/home-bg1.png);
}

.home-main .home-footer li {
    width: 33%;
    float: left;
    color: #666;
    padding: 75px 50px;
    box-sizing: border-box;
    text-align: center;
    height: 500px;
}

.home-main .home-footer li .icon {
    background-repeat: no-repeat;
    margin: 0 auto;
    height: 45px;
    background-position: center center;
}

.home-main .home-footer li .icon.icon1 {
    background-image: url(../images/home-icon3.png);
}

.home-main .home-footer li:hover .icon1 {
    background-image: url(../images/home-icon4.png);
}

.home-main .home-footer li .icon.icon2 {
    background-image: url(../images/home-icon5.png);
}

.home-main .home-footer li:hover .icon2,
.home-main .home-footer li.current .icon2 {
    background-image: url(../images/home-icon6.png);
}

.home-main .home-footer li .icon.icon3 {
    background-image: url(../images/home-icon7.png);
}

.home-main .home-footer li:hover .icon3 {
    background-image: url(../images/home-icon8.png);
}

.home-main .home-footer li .title {
    font-size: 36px;
    margin-top: 20px;
}

.home-main .home-footer li .ltitle {
    font-size: 24px;
}

.home-main .home-footer li p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
}

.home-main .home-footer li .block-btn {
    width: 120px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    margin: 20px auto 0;
    background: #fff;
    display: none;
    margin-top: 40px;
}

.home-main .home-footer li .block-btn a {
    color: #c9a37a;
    display: block;
}

.home-main .home-footer li:hover,
.home-main .home-footer li.current {
    background: #c9a27a;
    color: #fff;
}

.home-main .home-footer li:hover .block-btn,
.home-main .home-footer li.current .block-btn {
    display: block;
}

.slide-bar {
    position: fixed;
    width: 285px;
    height: 480px;
    top: 50%;
    right: 0;
    margin-top: -240px;
    background: rgba(0, 0, 0, .7);
    padding: 15px 10px;
    box-sizing: border-box;
    margin-right: -285px;
    z-index: 88;
}

.slide-bar .slide-main {
    border: 1px solid #e5e3e3;
    height: 100%;
    padding: 20px 8px;
    box-sizing: border-box;
}

.slide-bar .slide-main .top-title {
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 65px;
    border-bottom: 1px solid #969696;
    padding-bottom: 10px;
}

.slide-bar .slide-main .input-cont {
    margin: 20px 20px 0;
    position: relative;
}

.slide-bar .slide-main .input-cont input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border: none;
    padding-left: 20px;
    box-sizing: border-box;
}

.slide-bar .slide-main .btn-cont {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #b28850;
    margin: 20px 20px 0;
}

.slide-bar .slide-main .btn-cont a {
    display: block;
    color: #fff;
}

.slide-bar .slide-btn {
    height: 50px;
    line-height: 50px;
    background: #b28850;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    cursor: pointer;
}

.slide-bar .slide-btn .icon {
    display: inline-block;
    width: 15px;
    height: 28px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 11px;
}

.slide-bar .slide-btn.prev {
    width: 92px;
    height: 114px;
    font-size: 18px;
    color: #fff;
    margin-left: -92px;
    margin-top: -57px;
    background: none;
}

.slide-bar .slide-btn.prev span {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.slide-bar .slide-btn.next {
    width: 35px;
    margin-left: -35px;
    display: none;
}

.slide-bar .slide-btn.prev .icon {
    background-image: url(../images/home-icon14.png);
}

.slide-bar .slide-btn.next .icon {
    background-image: url(../images/home-icon15.png);
}

.book-main .banner img {
    width: 100%;
}

.book-main .sub-banner {
    position: relative;
}

.book-main .sub-banner .txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #cdcdcd;
}

.book-main .sub-banner .txt .cn {
    font-size: 36px;
    line-height: 36px;
}

.book-main .sub-banner .txt .en {
    font-size: 22px;
    line-height: 22px;
    margin-top: 25px;
}

.book-main .book-finish {
    padding: 50px 0 80px 0;
}

.book-main .book-finish .top-info {
    text-align: center;
    position: relative;
}

.book-main .book-finish .top-info .title {
    font-size: 40px;
    color: #187c22;
    display: inline-block;
    background: url(../images/book-icon1.png) 0 center no-repeat;
    padding-left: 64px;
    line-height: 45px;
}

.book-main .book-finish .top-info .text {
    font-size: 24px;
    color: #666;
    margin-top: 20px;
}

.book-main .book-finish .top-info .btns {
    margin-top: 20px;
}

.book-main .book-finish .top-info .btns .block-btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #b98e60;
    border-radius: 5px;
    margin: 0 15px;
}

.book-main .book-finish .top-info .btns .block-btn a {
    display: block;
    color: #fff;
    padding: 6px 20px;
}

.book-main .book-finish .top-info .return {
    font-size: 18px;
    color: #666;
    padding-right: 38px;
    background: url(../../images/icon/icon-return.png) right center no-repeat;
    position: absolute;
    top: 10px;
    right: 20px;
}

.book-main .book-finish .finish-title {
    height: 55px;
    line-height: 55px;
    padding-left: 30px;
    font-size: 18px;
    color: #3a3a3a;
    background: #f8f8f8;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
}

.book-main .book-finish .finish-title .print-order {
    background: url(../../images/icon/icon-print.png) right center no-repeat;
    padding-right: 38px;
    position: absolute;
    top: 0;
    right: 20px;
    font-weight: normal;
    cursor: pointer;
}

.book-main .book-finish .finish-title .order-status {
    display: inline;
    font-weight: normal;
    font-size: 14px;
}

.book-main .book-finish .finish-content {
    color: #666;
    padding: 0 30px;
    position: relative;
}

.book-main .book-finish .finish-left {
    float: left;
    width: 318px;
}

.book-main .book-finish .finish-right {
    float: right;
    width: 850px;
}

.book-main .book-finish .hotel-info {
    margin-top: 55px;
}

.book-main .book-finish .finish-hotel-info .img img {
    display: block;
    width: 100%;
}

.book-main .book-finish .finish-hotel-info .text {
    margin-top: 28px;
}

.book-main .book-finish .finish-hotel-info .text .cn-title {
    color: #b98e60;
    font-size: 24px;
}

.book-main .book-finish .finish-hotel-info .text .en-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.book-main .book-finish .finish-hotel-info .text .message {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.book-main .book-finish .finish-order-info .top-title {
    font-size: 24px;
    color: #b98e60;
}

.book-main .book-finish .finish-order-info .info-cont {
    float: left;
    width: 300px;
    margin-top: 20px;
    line-height: 36px;
    font-size: 14px;
    padding-right: 60px;
    border-right: 1px solid #cecece;
}

.book-main .book-finish .finish-order-info .right-cont {
    float: right;
    width: 480px;
    margin-top: 28px;
}

.book-main .book-finish .finish-order-info .policy-txt {
    line-height: 30px;
}

.book-main .book-finish .finish-order-info .policy-txt .title {
    font-size: 16px;
    color: #b98e60;
}

.book-main .book-finish .finish-order-info .policy-txt .cont {
    font-size: 14px;
    margin-top: 5px;
}

.book-main .book-finish .finish-order-info .price-box {
    margin-top: 75px;
    text-align: right;
    color: #b28850;
}

.book-main .book-finish .finish-order-info .price-box .title {
    font-size: 20px;
    padding-bottom: 10px;
}

.book-main .book-finish .finish-order-info .price-box p {
    font-size: 20px;
    font-weight: bold;
}

.book-main .book-finish .finish-order-info .price-box .cancel-btn {
    display: inline-block;
    margin-top: 22px;
    width: 155px;
    height: 43px;
    line-height: 43px;
    background-color: #b98e60;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.book-main .book-finish .finish-order-info .price-box .cancel-btn a {
    display: block;
    color: #fff;
}

.book-main .book-finish .book-info {
    margin-top: 60px;
}

.book-main .book-finish .book-info .text-cont {
    display: inline-block;
    margin-right: 40px;
}

.book-main .book-finish .book-info .text-cont .text {
    line-height: 40px;
    font-size: 14px;
    color: #666;
}

.book-main .book-finish .book-info .text-cont .text span {
    font-size: 18px;
    font-weight: bold;
}

.book-main .book-finish .book-info {
    font-size: 0;
}

.book-main .book-finish .book-info .r-left,
.book-main .book-finish .book-info .r-right {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.book-main .book-finish .book-info .r-left {
    width: 80px;
}

.book-main .book-finish .book-info .r-right {
    width: 130px;
}

.book-main .book-finish .book-info .red {
    color: #df0000;
}

.book-main .book-finish .book-info .big {
    font-size: 24px;
}

.book-main .book-finish .book-info p {
    font-size: 12px;
    color: #999;
}

.book-main .book-finish .policy {
    margin-top: 50px;
    font-size: 14px;
    padding-bottom: 40px;
}

.book-main .book-finish .policy .text-cont {
    padding: 0 30px;
    line-height: 25px;
}

.book-main .book-finish .policy .text-cont .title {
    color: #cc0000;
}

/* .book-main .book-finish .clearfix{padding:0 30px;} */
.book-main .book-pay {
    padding: 50px 0;
}

.book-main .book-pay .pay-left {
    float: left;
    width: 830px;
}

.book-main .book-pay .pay-left .tip-message {
    color: #b98e60;
    padding-left: 30px;
    background: url(../images/book-icon2.png) 0 center no-repeat;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-left: 30px;
}

.book-main .book-pay .pay-left .pay-title {
    height: 55px;
    background: #f8f8f8;
    padding: 0 30px;
    line-height: 55px;
    font-size: 18px;
    color: #3a3a3a;
    font-weight: bold;
}

.book-main .book-pay .book-info {
    margin-top: 20px;
}

.book-main .book-pay .info-main {
    padding: 20px 30px;
    font-size: 14px;
    color: #666;
}

.book-main .book-pay .book-info .info-left {
    float: left;
}

.book-main .book-pay .book-info .info-right {
    float: right;
}

.book-main .book-pay .book-info .info-top span {
    margin-right: 40px;
}

.book-main .book-pay .book-info .info-top a {
    color: #b98e60;
    text-decoration: underline;
}

.book-main .book-pay .book-info .input-cont {
    padding: 10px 0;
}

.book-main .book-pay .book-info .input-cont .info-left,
.book-main .book-pay .book-info .input-cont .info-right {
    width: 355px;
}

.book-main .book-pay .book-info .input-cont .name,
.book-main .book-pay .book-info .input-cont .input {
    display: inline-block;
}

.book-main .book-pay .book-info .input-cont .name {
    width: 85px;
}

.book-main .book-pay .book-info .input-cont .name span {
    color: #cc0000;
    margin-right: 10px;
}

.book-main .book-pay .book-info .input-cont .input {
    width: 260px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
}

.book-main .book-pay .book-info .input-cont .input .intl-tel-input {
    width: 48px;
}

.book-main .book-pay .book-info .input-cont .input.noborder {
    border: none;
}

.book-main .book-pay .book-info .input-cont .input label {
    display: inline-block;
    background: url(../images/book-icon4.png) 0 center no-repeat;
    margin-right: 40px;
    padding-left: 25px;
    cursor: pointer;
}

.book-main .book-pay .book-info .input-cont .input label.active {
    background-image: url(../images/book-icon3.png);
}

.book-main .book-pay .book-info .input-cont input {
    border: none;
    width: 100%;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    padding: 0 15px;
    border-radius: 5px;
}

.book-main .book-pay .book-info .input-cont .c-code {
    display: inline-block;
    width: 65px;
    border-right: 1px solid #dcdcdc;
    line-height: 45px;
    padding-left: 15px;
}

.book-main .book-pay .book-info .input-cont .phone {
    width: 205px;
    display: inline-block;
    line-height: 45px;
}

.book-main .book-pay .book-info .other-message {
    margin-top: 25px;
}

.book-main .book-pay .book-info .other-message .other-title {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: bold;
    background: url(../images/book-icon6.png) right center no-repeat;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
}

.book-main .book-pay .book-info .other-message .other-title span {
    font-size: 14px;
    font-weight: normal;
}

.book-main .book-pay .book-info .other-message .textarea-box {
    margin-top: 20px;
    display: none;
}

.book-main .book-pay .book-info .other-message .textarea-box textarea {
    width: 100%;
    height: 113px;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.book-main .book-pay .book-info .other-message .textarea-box .note {
    padding-left: 15px;
    color: #666;
}

.base-select {
    background: url(../images/book-icon5.png) 85% center no-repeat;
    position: relative;
    cursor: pointer;
}

.base-select .first {
    padding-left: 15px;
}

.base-select .select-inner {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: -1px;
    top: 100%;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    /* border-top-color: #fff; */
    display: none;
}

.base-select .select-inner li {
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
    overflow: hidden;
}

.base-select .select-inner li:hover {
    background-color: #666666;
    color: #fff;
}

.base-select.credit-card .select-inner li .icon {
    float: left;
    margin: 10px 10px 0 0;
}

.base-select.credit-card .select-inner li .icon img {
    display: block;
    height: 20px;
}

.base-select .select-inner::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.base-select .select-inner::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #dcdcdc;
}

.base-select .select-inner::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: transparent;
}

.book-main .book-pay .pay-info {
    margin-top: 40px;
}

.book-main .book-pay .pay-info .pay-item {
    background: url(../images/book-icon3.png) 0 28px no-repeat;
    padding-left: 30px;
}

.book-main .book-pay .pay-info .pay-item .p-logo {
    border: 1px dashed #d9d9d9;
    padding: 10px 25px;
    width: 178px;
    height: 68px;
    float: left;
}

.book-main .book-pay .pay-info .pay-item .p-logo img {
    width: 100%;
}

.book-main .book-pay .pay-info .pay-item .txt-right {
    float: right;
    width: 535px;
    line-height: 30px;
    margin-top: 5px;
}

.book-main .book-pay .pay-info .name {
    display: inline-block;
    width: 120px;
}

.book-main .book-pay .pay-info .input {
    width: 415px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
}

.book-main .book-pay .pay-info .input input {
    border: none;
    width: 100%;
    height: 41px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 15px;
}

.book-main .book-pay .pay-info .input-cont {
    margin-bottom: 20px;
}

.book-main .book-pay .pay-info .name span {
    color: #cc0000;
    margin-right: 10px;
}

.book-main .book-pay .pay-info .c-type {
    width: 204px;
    display: inline-block;
    border-right: 1px solid #dcdcdc;
}

.book-main .book-pay .pay-info .credit-card {
    width: 150px;
}

.book-main .book-pay .pay-info .year {
    border-right: none;
}

.book-main .book-pay .pay-info .c-number {
    width: 240px;
    display: inline-block;
}

.book-main .book-pay .pay-info .c-name {
    display: inline-block;
    width: 80px;
    text-align: center;
}

.book-main .book-pay .pay-info .book-bottom-pay {
    border-top: 1px dashed #dcdcdc;
    padding-top: 49px;
    text-align: right;
}

.book-main .book-pay .pay-info .book-bottom-pay .b-btn {
    display: inline-block;
    width: 155px;
    height: 43px;
    line-height: 43px;
    background-color: #b98e60;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.book-main .book-pay .pay-info .book-bottom-pay .b-btn a {
    display: block;
    color: #fff;
}

.book-main .book-pay .policy {
    margin-top: 20px;
    line-height: 25px;
}

.book-main .book-pay .policy .p-title {
    color: #cc0000;
    font-weight: bold;
}

.book-main .book-pay .pay-right {
    float: right;
    width: 400px;
}

.book-main .book-pay .pay-right .img img {
    width: 100%;
    display: block;
}

.book-main .book-pay .pay-right .text {
    margin-top: 20px;
}

.book-main .book-pay .pay-right .text .t-title {
    color: #b98e60;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.book-main .book-pay .pay-right .text p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.book-main .book-pay .pay-right .info-list {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.book-main .book-pay .pay-right .price {
    margin-top: 25px;
    padding-top: 25px;
    font-size: 14px;
    color: #666;
    border-top: 1px dashed #dcdcdc;
}

.book-main .book-pay .pay-right .price .red {
    color: #b28850;
}

.book-main .book-pay .pay-right .price .t-left {
    float: left;
}

.book-main .book-pay .pay-right .price .t-right {
    float: right;
}

.book-main .book-pay .pay-right .price .top-text {
    padding-bottom: 20px;
}

.book-main .book-pay .pay-right .price .bottom-text .t-right {
    font-size: 24px;
    font-weight: bold;
}

.book-main .book-bottom {
    margin-top: 30px;
    text-align: right;
    margin-bottom: 40px;
}

.book-main .book-bottom .agree {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    padding-left: 20px;
    text-decoration: underline;
}

.book-main .book-bottom .agree input {
    vertical-align: top;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.book-main .book-bottom .b-btn {
    width: 155px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #b98e60;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.book-main .book-bottom .b-btn a {
    display: block;
    color: #fff;
}

.book-main .hotel-list {
    padding-top: 60px;
}

.book-main .hotel-list .search-main .s-top .s-item {
    float: left;
    width: calc(20% - 8px);
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 60px;
    box-sizing: border-box;
    padding: 8px 16px;
    background-repeat: no-repeat;
    background-position: 95% center;
    position: relative;
    cursor: pointer;
}

.book-main .hotel-list .search-main .s-top .s-item.date {
    background-image: url(/website/webfile/assets/images/hotelInfo/hotel-icon1.png);
}

.book-main .hotel-list .search-main .s-top .s-item.date i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.book-main .hotel-list .search-main .s-top .s-item.arrow {
    background-image: url(../images/book-icon5.png);
}

.book-main .hotel-list .search-main .s-top .s-item.block-btn {
    background: #c4976f;
    padding: 0;
    margin: 0;
    border: 1px solid #c4976f;
}

.book-main .hotel-list .search-main .search-btn {
    display: block;
    height: 60px;
    background: url(../../images/hotelInfo/hotel-icon2.png) 141px center no-repeat;
    line-height: 60px;
    color: #f6f6f6;
    font-size: 18px;
    padding-left: 86px;
    cursor: pointer;
}

.book-main .hotel-list .search-main .s-top .s-item .name {
    font-size: 14px;
    color: #999;
}

.book-main .hotel-list .search-main .s-top .s-item input {
    font-size: 16px;
    color: #8f6e4d;
    border: none;
    cursor: pointer;
    background-color: transparent;
    width: 100%;
    line-height: 16px;
}

.book-main .hotel-list .search-main .s-top .s-item input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b28850;
}

.book-main .hotel-list .search-main .s-top .s-item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b28850;
}

.book-main .hotel-list .search-main .s-top .s-item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b28850;
}

.book-main .hotel-list .search-main .s-top .s-item input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b28850;
}

.book-main .hotel-list .search-main .s-top .s-item-destination input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.book-main .hotel-list .search-main .s-bottom {
    margin-top: 28px;
}

.book-main .hotel-list .search-main .s-bottom span {
    display: inline-block;
    font-size: 22px;
    color: #999;
}

.book-main .hotel-list .search-main .s-bottom .s-item {
    display: inline-block;
    width: 110px;
    height: 38px;
    border: 1px solid;
    margin-right: 8px;
    line-height: 38px;
    text-align: center;
    color: #999;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.book-main .hotel-list .search-main .s-bottom .s-item.active {
    color: #b28850;
}

.book-main .hotel-list .search-main .s-top .s-item .room-number {
    background: none;
    font-size: 18px;
    color: #8f6e4d;
}

.book-main .hotel-list .search-main .s-top .s-item .room-number .first {
    padding-left: 0;
}

.book-main .hotel-list .search-main .s-top .s-item .room-number .select-inner {
    width: 100%;
}

.book-main .hotel-list .search-main .s-top .s-item .room-number .select-inner .note {
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
}

.book-main .hotel-list .search-main .s-top .s-item .cityCont {
    top: 59px;
    left: -1px;
}

.book-main .hotel-list .list-main {
    padding-top: 40px;
}

.book-main .hotel-list .list-main li {
    overflow: hidden;
    background: #f9f9f9;
    margin-bottom: 40px;
}

.book-main .hotel-list .list-main li .img {
    float: left;
    width: 360px;
    position: relative;
    cursor: pointer;
}

.book-main .hotel-list .list-main li .img img {
    width: 100%;
    display: block;
}

.book-main .hotel-list .list-main li .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.book-main .hotel-list .list-main li .logo.realm {
    background-image: url(../../images/hotelInfo/hotel-brand-logo-realm.png);
}

.book-main .hotel-list .list-main li .logo.reign {
    background-image: url(../../images/hotelInfo/hotel-brand-logo-reign.png);
}

.book-main .hotel-list .list-main li .logo.jin {
    background-image: url(../../images/hotelInfo/hotel-brand-logo-jin.png);
}

.book-main .hotel-list .list-main li .logo.jinyu {
    background-image: url(../../images/hotelInfo/hotel-brand-logo-jinyu.png);
}

.book-main .hotel-list .list-main li .logo.vista {
    background-image: url(../../images/hotelInfo/hotel-brand-logo-vista.png);
}

.book-main .hotel-list .list-main li .pic-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.book-main .hotel-list .list-main li .img:hover .pic-detail {
    display: block;
}

.book-main .hotel-list .list-main li .text {
    float: right;
    width: 920px;
    padding: 30px 50px 30px 45px;
    box-sizing: border-box;
    color: #666;
}

.book-main .hotel-list .list-main li .text .text-left {
    float: left;
    width: 420px;
}

.book-main .hotel-list .list-main li .text .text-left .title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d2cfcf;
    margin-bottom: 10px;
}

.book-main .hotel-list .list-main li .text .text-left p {
    font-size: 18px;
    line-height: 28px;
}

.book-main .hotel-list .list-main li .text .text-left p.icon {
    background: url(/website/webfile/assets/images/hotelInfo/hotel-icon3.png) right 3px no-repeat;
    padding-right: 25px;
    cursor: pointer;
}

.book-main .hotel-list .list-main li .text .text-left span {
    color: #999;
}

.book-main .hotel-list .list-main li .text .text-left a.more {
    color: #666;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 40px;
    display: inline-block;
}

.book-main .hotel-list .list-main li .text .text-right {
    float: right;
    width: 155px;
    padding-top: 70px;
}

.book-main .hotel-list .list-main li .text .text-right .price {
    color: #333;
}

.book-main .hotel-list .list-main li .text .text-right .price .big {
    font-size: 30px;
}

.book-main .hotel-list .list-main li .text .text-right .price .grey {
    color: #999;
}

.book-main .hotel-list .list-main li .text .text-right a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.book-main .hotel-list .list-main li .text .text-right .block-btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    color: #b28850;
    margin-top: 40px;
    border-radius: 5px;
}

.book-main .hotel-list .list-main li .text .text-right .block-btn a {
    display: block;
    font-size: 12px;
    color: #b28850;
    text-decoration: none;
}

.book-main .hotel-list .list-main li:hover .text,
.book-main .hotel-list .list-main li .text .text-left a.more,
.book-main .hotel-list .list-main li:hover .text .text-left .title a {
    color: #b28850;
}

.book-main .hotel-list .list-main li:hover .text-right .price,
.book-main .hotel-list .list-main li:hover .text .text-right .price .grey {
    color: #b28850;
}

.book-main .hotel-list .list-main li:hover .text-right .block-btn {
    background: #b28850;
    color: #fff;
}

.book-main .hotel-list .list-main li:hover .text-right .block-btn a {
    color: #fff;
}

.book-main .hotel-list .list-main .page-main {
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
}

.book-main .hotel-list .list-main .page-main a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
}

.book-main .hotel-list .list-main .page-main a.current {
    color: #b28850;
    text-decoration: underline;
}

.book-main .hotel-list .list-main .page-main .pageNo {
    opacity: 0.3;
}

.daterangepicker td.off,
.daterangepicker td.off.off2.disabled {
    color: transparent !important;
    font-size: 0;
}

.daterangepicker td.off:hover,
.daterangepicker td.off:hover .day {
    background: transparent !important;
    color: transparent !important;
}

.daterangepicker td.off.active,
.daterangepicker td.off.active .day {
    background: transparent !important;
}

.daterangepicker td.off2.disabled,
.daterangepicker td.off2.disabled .day {
    color: #999;
}

.daterangepicker td.start-date2 {
    background: #61a0d6;
}

.daterangepicker th.month {
    font-size: 16px;
    color: #fff;
}

.daterangepicker .calendar-table table thead tr:first-of-type {
    height: 38px;
}

.daterangepicker .calendar-table table thead tr:last-of-type {
    border-top: 5px solid transparent;
}

.daterangepicker .calendar-table table thead tr:first-of-type th {
    border-radius: 0;
    border-right: none;
    background-color: #665c4c;
}

.daterangepicker .calendar-table table thead tr:last-of-type th {
    border-radius: 0;
    background: #eee;
    margin-top: 5px;
}

.daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 0;
    border-right: none;
}

.daterangepicker .calendar-table table {
    border-right: none;
}

.daterangepicker .left .calendar-table table thead tr:first-of-type th:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.daterangepicker .right .calendar-table table thead tr:first-of-type th:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #fff;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    width: 54px;
    min-width: 54px;
    /* height: 32px; min-height: 32px; */
    font-size: 16px;
    border-radius: 0;
}

.daterangepicker .calendar-table td {
    color: #333;
}

.daterangepicker td.start-date2,
.daterangepicker td.in-range {
    background: transparent;
    color: #fff;
}

.daterangepicker td.start-date2 .day,
.daterangepicker td.in-range .day {
    background: #cfa06c;
    color: #fff;
}

.daterangepicker td.start-date2.off .day,
.daterangepicker td.in-range.off .day {
    background: transparent !important;
    color: transparent !important;
}

.daterangepicker td.available:hover {
    background: transparent;
    color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: transparent;
    color: #fff;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: transparent;
    color: #fff;
}

.daterangepicker td.available:hover .day {
    background: #cfa06c;
    color: #fff;
    pointer-events: none;
}

.daterangepicker td.active .day,
.daterangepicker td.active:hover .day {
    background: #655c4b;
    color: #fff;
}

.daterangepicker td.available:hover .day,
.daterangepicker th.available:hover .day {
    background: #cfa06c;
    color: #fff;
}

.daterangepicker td.start-date2 {
    color: #fff;
}

.daterangepicker {
    border-radius: 0;
    border: 1px solid #665c4c;
}

.daterangepicker:after {
    border-bottom: 6px solid #665c4c;
}

.daterangepicker .drp-calendar.left {
    padding: 0;
}

.daterangepicker .drp-calendar.right {
    padding: 0;
}

.daterangepicker .calendar-table {
    background-color: transparent;
    border: 0;
}

.daterangepicker .left .calendar-table table thead tr:first-of-type th:first-of-type {
    border-radius: 0;
}

.daterangepicker .right .calendar-table table thead tr:first-of-type th:last-of-type {
    border-radius: 0;
}

.daterangepicker .calendar-table table thead tr:last-of-type th {
    background: transparent;
    color: #333;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: transparent !important;
    color: transparent !important;
}

.daterangepicker .drp-calendar {
    max-width: 380px;
}

.daterangepicker .calendar-table td span {
    display: block;
    line-height: 2;
}

.daterangepicker .calendar-table td .housing-price,
.daterangepicker .calendar-table td .exchange {
    font-size: 12px;
    line-height: 1.2;
    pointer-events: none;
}

.daterangepicker .calendar-table td.available .housing-price,
.daterangepicker .calendar-table td.available .exchange {
    color: #cc534a;
}

.daterangepicker .calendar-table td.off .housing-price,
.daterangepicker .calendar-table td.off .exchange {
    color: transparent;
}

.daterangepicker .calendar-table td.disabled .housing-price,
.daterangepicker .calendar-table td.disabled .exchange {
    opacity: 0;
}

/*首页品牌模块 手风琴*/
.home-animation {
    position: relative;
    z-index: 5;
}

.home-animation-pc {
    overflow: hidden;
    height: 580px;
}

.home-animation-pc ul {
    height: 100%;
    width: 120%;
}

.home-animation-pc li {
    float: left;
    width: 8%;
    height: 100%;
    cursor: pointer;
    position: relative;
    background: center no-repeat;
    background-size: cover;
}

.home-animation-pc li:nth-child(1) {
    width: 68%;
}

.home-animation-pc li .txt-box {
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    top: 20%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.home-animation-pc li .txt-box .logo {
    text-align: center;
}

.home-animation-pc li .txt-box .logo img {
    display: inline-block;
    width: 105px;
}

.home-animation-pc li .txt-box .slogan-title {
    font-size: 36px;
    color: #fffefe;
    text-align: center;
    margin-top: 35px;
    opacity: 0;
}

.home-animation-pc li .txt-box .title1 {
    font-size: 40px;
    color: #fef8fa;
    opacity: 0.7;
    text-align: center;
    margin-top: 75px;
    opacity: 0;
}

.home-animation-pc li .txt-box .title2 {
    text-align: center;
    font-size: 36px;
    color: #c1986e;
    opacity: 0;
}

.home-animation-pc li .txt-box .txt {
    text-align: center;
    font-size: 16px;
    color: #cacaca;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    opacity: 0;
}

.home-animation-pc li .home-animation-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.home-animation-pc li.curr .txt-box {
    width: 48%;
    margin-left: -24%;
    top: 36%;
}

.home-animation-pc li.curr .txt-box .logo img {
    display: inline-block;
    width: auto;
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}

.home-animation-pc li.curr .slogan-title {
    opacity: 1;
    -webkit-animation: fadeInDown 1s 1s both;
    animation: fadeInDown 1s 1s both;
}

.home-animation-pc li.curr .title1 {
    opacity: 1;
    -webkit-animation: fadeInDown 1s 1.5s both;
    animation: fadeInDown 1s 1.5s both;
}

.home-animation-pc li.curr .title2 {
    opacity: 1;
    -webkit-animation: fadeInDown 1s 2s both;
    animation: fadeInDown 1s 2s both;
}

.home-animation-pc li.curr .txt {
    opacity: 1;
    -webkit-animation: fadeInDown 1s 2.5s both;
    animation: fadeInDown 1s 2.5s both;
}

.home-animation-pc li.curr .home-animation-mask {
    opacity: 0.2;
    transition: all 1s;
}

.home-animation-mobile .swiper-container {
    width: 100%;
    height: 100%;
}

.home-animation-mobile .swiper-slide {
    position: relative;
}

.home-animation-mobile .swiper-slide .bg img {
    display: block;
    width: 100%;
}

.home-animation-mobile .swiper-slide .home-animation-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
}

.home-animation-mobile .swiper-slide .txt-box {
    width: 90%;
    position: absolute;
    left: 50%;
    margin-left: -45%;
    top: 34%;
}

.home-animation-mobile .swiper-slide .txt-box .logo {
    text-align: center;
}

.home-animation-mobile .swiper-slide .txt-box .logo img {
    display: inline-block;
    width: 60px;
}

.home-animation-mobile .swiper-slide .txt-box .slogan-title {
    font-size: 18px;
    color: #fffefe;
    text-align: center;
    margin-top: 15px;
}

.home-animation-mobile .swiper-slide .txt-box .title1 {
    font-size: 16px;
    color: #fef8fa;
    opacity: 0.7;
    text-align: center;
}

.home-animation-mobile .swiper-slide .txt-box .title2 {
    text-align: center;
    font-size: 18px;
    color: #c1986e;
}

.home-animation-mobile .swiper-slide .txt-box .txt {
    text-align: center;
    font-size: 14px;
    color: #cacaca;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.home-animation-mobile .pagination {
    bottom: 5%;
}

.home-animation-mobile .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
    opacity: 1;
    background-color: #9a9999;
}

.home-animation-mobile .swiper-active-switch {
    background-color: #fff;
}

/*房型列表*/
.room-list-container {
    padding: 50px 0 80px 0;
}

.hotel-title-inner .logo-box {
    float: left;
}

.hotel-title-inner .logo-box li {
    float: left;
    padding-right: 20px;
    border-right: 1px solid #e4e4e4;
}

.hotel-title-inner .logo-box li:nth-of-type(2) {
    padding-right: 0;
    padding-left: 20px;
    border-right: 0;
}

.hotel-title-inner .right-content {
    float: left;
    margin-left: 30px;
    width: 82%;
}

.hotel-title-inner .right-content .top .hotel-title {
    float: left;
    font-size: 24px;
    line-height: 24px;
    color: #666;
}

.hotel-title-inner .right-content .top .facilities-icon {
    float: left;
    margin-left: 28px;
}

.hotel-title-inner .right-content .top .facilities-icon i {
    float: left;
    margin-right: 10px;
}

.hotel-title-inner .right-content .bottom {
    margin-top: 22px;
    font-size: 16px;
    line-height: 16px;
    color: #8a8a8a;
}

.hotel-title-inner .right-content .bottom li {
    float: left;
    margin-right: 32px;
}

.hotel-photo-inner {
    margin-top: 32px;
}

.hotel-photo-inner .hotel-photo {
    /* float: left; width: 840px; */
}

.hotel-photo-inner .hotel-photo ul {
    margin-right: -10px;
}

.hotel-photo-inner .hotel-photo li {
    float: left;
    margin: 0 10px 10px 0;
    width: 207px;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
}

.hotel-photo-inner .hotel-photo li img {
    display: block;
    height: 100%;
}

.hotel-photo-inner .hotel-photo li:nth-of-type(1) {
    width: 410px;
    height: 310px;
}

.hotel-photo-inner .hotel-map {
    float: right;
    width: 420px;
    height: 310px;
    cursor: pointer;
    position: relative;
}

.hotel-photo-inner .hotel-map img {
    display: block;
    width: 100%;
    height: 100%;
}

.hotel-photo-inner .hotel-map #map1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hotel-photo-inner .hotel-map .look-map {
    position: absolute;
    background: rgba(178, 136, 80, .8);
    width: 132px;
    height: 40px;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

/*地图弹框*/
.map-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.map-layer .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
}

.map-layer .map-main {
    width: 90%;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -45%;
    background: #fff;
}

.map-layer .map-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.map-layer .map-main .map-cont {
    width: 100%;
    height: 100%;
}

.map-layer .map-main .right-cont {
    width: 280px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-left: 1px solid #ccc;
}

.map-layer .map-main .right-cont .open-btn {
    width: 22px;
    height: 43px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -21.5px;
    left: 0;
    margin-left: -22px;
    border: 1px solid #ccc;
    border-right: none;
    background: url(../images/un_bg_map.png) no-repeat #fff;
    cursor: pointer;
}

.map-layer .map-main .right-cont .open-btn:hover {
    background-position: 0 -86px;
}

.map-layer .map-main .right-cont .open-btn.active {
    background-position: 0 -43px;
}

.map-layer .map-main .right-cont .open-btn.active:hover {
    background-position: 0 -129px;
}

.map-layer .map-main .right-cont .right-main {
    display: none;
    padding: 0 10px;
}

.map-layer .map-main .right-cont .right-main.active {
    display: block;
}

.map-layer .right-main .top-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
}

.map-layer .right-main .top-title span {
    padding-left: 10px;
    font-size: 12px;
    font-weight: normal;
}

.map-layer .right-main .goback {
    color: #06c;
}

.map-layer .right-main .poi-cont .poi-item {
    float: left;
    width: 50%;
    font-size: 14px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background-color: #F5F5F5;
    cursor: pointer;
    border: 1px solid #DADBDA;
    padding-left: 36px;
    position: relative;
    margin: -1px 0 0 -1px;
}

.map-layer .right-main .poi-cont .poi-item i {
    position: absolute;
    top: 12px;
    left: 10px;
    display: inline-block;
    width: 34px;
    background: url(../images/um_map_pop_side.png) no-repeat;
}

.map-layer .right-main .poi-cont .poi-item:hover,
.map-layer .right-main .poi-cont .poi-item.active {
    color: #06c;
    border-color: #06c;
    position: relative;
    z-index: 3;
    zoom: 1;
}

.map-layer .right-main .poi-cont .poi-item.hotel i {
    height: 19px;
    background-position: 0 0;
}

.map-layer .right-main .poi-cont .poi-item.restaurant i {
    height: 25px;
    background-position: 0 -23px;
}

.map-layer .right-main .poi-cont .poi-item.metro i {
    height: 25px;
    background-position: 0 -52px;
}

.map-layer .right-main .poi-cont .poi-item.entertainment i {
    height: 26px;
    background-position: 0 -81px;
}

.map-layer .right-main .poi-cont .poi-item.sight i {
    height: 21px;
    background-position: 0 -111px;
}

.map-layer .right-main .poi-cont .poi-item.market i {
    height: 30px;
    background-position: 0 -136px;
}

.map-layer .right-main .tarffce {
    padding-bottom: 10px;
    margin-top: 10px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.map-layer .right-main .tarffce .ariport,
.map-layer .right-main .tarffce .railway {
    margin-bottom: 10px;
    padding-left: 26px;
}

.map-layer .right-main .tarffce .ariport a,
.map-layer .right-main .tarffce .railway a {
    color: #06c;
}

.map-layer .right-main .tarffce .ariport a:hover,
.map-layer .right-main .tarffce .railway a:hover {
    text-decoration: underline;
}

.map-layer .right-main .tarffce .ariport span,
.map-layer .right-main .tarffce .railway span {
    padding: 0 6px;
    color: #ccc;
}

.map-layer .right-main .tarffce .ariport .cont,
.map-layer .right-main .tarffce .railway .cont {
    display: inline-block;
}

.map-layer .right-main .tarffce .ariport i,
.map-layer .right-main .tarffce .railway i {
    float: left;
    display: inline;
    width: 16px;
    height: 16px;
    margin-left: -26px;
    overflow: hidden;
    background: url(../images/um_map_pop_side.png) no-repeat;
}

.map-layer .right-main .tarffce .ariport i {
    background-position: 0 -663px;
}

.map-layer .right-main .tarffce .railway i {
    background-position: 0 -681px;
}

.map-layer .right-main .search-type {
    margin-bottom: 24px;
    padding-left: 1px;
}

.map-layer .right-main .search-type .search-item {
    position: relative;
    float: left;
    width: 33.33333333%;
    height: 28px;
    margin: 0 0 0 -1px;
    border: 1px solid #DADBDA;
    background-color: #F5F5F5;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.map-layer .right-main .search-type .search-item.active {
    height: 27px;
    line-height: 27px;
    border: 1px solid #267BD0;
    border-top: 2px solid #267BD0;
    background-color: #F4FAFF;
    color: #06c;
    font-weight: bold;
    cursor: default;
    z-index: 2;
}

.map-layer .right-main .search-type .search-item:hover {
    border-color: #267BD0;
    text-decoration: none;
    color: #06c;
    z-index: 2;
}

.map-layer .right-main .search-cont {
    position: relative;
    padding-left: 42px;
    background: url(../images/um_map_pop_side.png) no-repeat;
    background-position: 0 -549px;
}

.map-layer .right-main .search-cont input {
    height: 28px;
    margin-bottom: 12px;
    padding: 3px 6px;
    width: 174px;
    border-color: #bbb #ddd #ddd #bbb;
    box-shadow: 1px 1px 1px #DDD inset;
    outline: none;
    border: 1px solid #ccc;
}

.map-layer .right-main .search-cont input:hover {
    border-color: #999;
}

.map-layer .right-main .search-cont input:focus {
    border-color: #67A1E2;
    box-shadow: none;
}

.map-layer .right-main .search-cont .change {
    position: absolute;
    top: 10px;
    left: 236px;
    width: 21px;
    height: 44px;
    background: url(../images/um_map_pop_side.png) no-repeat;
    background-position: 1px -1083px;
}

.map-layer .right-main .search-cont .change a {
    display: block;
    width: 18px;
    height: 18px;
    margin: 13px 0 0 3px;
    background-color: #C9CACB;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.map-layer .right-main .search-cont .change a:hover {
    text-decoration: none;
    background-color: #2577E3;
}

.map-layer .right-main .search-cont .s-btn {
    display: inline-block;
    width: 98px;
    height: 28px;
    border: 1px solid #26a;
    background-color: #27c;
    color: #fff;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.map-layer .right-main .search-cont .s-btn:hover {
    border-color: #2979C9;
    background-color: #2D9BFC;
    text-decoration: none;
}

.map-layer .right-main .top-title .goback {
    padding-left: 0;
    padding-right: 4px;
    font-weight: normal;
    font-size: 12px;
    color: #ccc;
}

.map-layer .right-main .top-title .goback a {
    color: #06c;
    margin-right: 4px;
}

.map-layer .right-main .top-title .goback a:hover {
    text-decoration: underline;
}

.map-layer .right-main .line-type {
    margin: 10px 0 0 0;
    *zoom: 1;
}

.map-layer .right-main .line-type:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
}

.map-layer .right-main .line-type .line-item {
    float: left;
    display: inline;
    width: 62px;
    height: 28px;
    margin: -1px 0 0 -1px;
    border: 1px solid #DADBDA;
    background-color: #fff;
    color: #333;
    line-height: 28px;
    text-align: center;
}

.map-layer .right-main .line-type .line-item.active {
    position: relative;
    border-color: #257AD0;
    background-color: #257AD0;
    color: #fff;
}

.sel_n .sel_body_name {
    height: auto !important;
}

.map-layer .right-main .search-result {
    height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
}

.map-layer .right-main .search-result.line-result {
    height: 325px;
}

.tangram-suggestion-main {
    z-index: 11111;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.map-layer .close-btn {
    width: 35px;
    height: 35px;
    background: url(../../images/icon/layer-close.png) center no-repeat;
    position: absolute;
    right: 0;
    top: -35px;
    cursor: pointer;
}

.member-streamer {
    height: 72px;
    line-height: 72px;
    background: url(/website/webfile/assets/images/hotelInfo/member-streamer.jpg) top center no-repeat;
    margin-top: 20px;
    color: #f4f4f4;
}

.member-streamer .title {
    float: left;
    margin-left: 70px;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 5px #333333;
}

.member-streamer .links {
    float: right;
    margin-right: 38px;
    font-size: 24px;
    text-decoration: underline;
    cursor: pointer;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem {
    margin-bottom: 45px;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem .itemTop {
    overflow: hidden;
    margin-bottom: 20px;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem .itemTop .imgCont {
    width: 412px;
    float: left;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem .itemTop .imgCont img {
    width: 100%;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem .itemTop .textCont {
    padding: 20px 25px 0 30px;
    /*height: 283px;*/
    margin-left: 412px;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem .itemTop .textCont .titleCont {
    overflow: hidden;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem .itemTop .textCont .titleCont .title {
    font-size: 20px;
    float: left;
    margin-top: 25px;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem .itemTop .textCont .titleCont .logo {
    float: right;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem .itemTop .textCont p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem ul {
    border-top: 1px solid #373737;
    border-left: 1px solid #373737;
    font-size: 16px;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem ul li {
    float: left;
    border-bottom: 1px solid #373737;
    border-right: 1px solid #373737;
    height: 42px;
    line-height: 42px;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem ul li.iLeft {
    /*background: #f5f5f5;*/
    width: 266px;
    text-align: center;
}

.room-tab-main .tab-item .jpmsCont .foodList .foodItem ul li.iRight {
    padding-left: 40px;
    width: 651px;
}

.room-tab-main .tab-item .FCBfocus {
    width: 100%;
}

.room-tab-main .tab-item .FCBfocus .bd li {
    width: 100%;
}

.room-tab-main .tab-item .FCBfocusbox {
    right: 0px;
    box-shadow: 0 0 2px #ccc;
    display: none;
}

.room-tab-main .tab-item .hotelSubConferencebanquet .FCBcont {
    margin-top: 20px;
}

.room-tab-main .tab-item .hyysCont .imgCont {
    height: 452px;
    overflow: hidden;
}

.room-tab-main .tab-item .hyysCont .infoCont {
    margin-top: 30px;
    position: relative;
}

.room-tab-main .tab-item .hyysCont .infoCont .infoLeft {
    width: 490px;
    float: left;
}

.room-tab-main .tab-item .hyysCont .infoCont .infoLeft .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.room-tab-main .tab-item .hyysCont .infoCont .infoLeft p {
    font-size: 14px;
    line-height: 28px;
}

.room-tab-main .tab-item .hyysCont .infoCont .infoLeft a {
    font-size: 14px;
    color: #c1986e;
    text-decoration: underline;
    margin-top: 5px;
    display: block;
}

.room-tab-main .tab-item .hyysCont .infoCont .infoRight {
    width: 240px;
    height: 130px;
    padding: 15px 20px;
    background: #fff;
    margin-right: 1px;
    /*box-shadow: 0 -1px 3px 1px #ccc;*/
    margin-top: -130px;
    position: absolute;
    right: 0;
}

.room-tab-main .tab-item .hyysCont .infoCont .infoRight .title {
    font-size: 18px;
    color: #656565;
}

.room-tab-main .tab-item .hyysCont .infoCont .infoRight p {
    font-size: 12px;
    color: #9d9d9d;
    margin-top: 10px;
}

.room-tab-main .tab-item .hyysCont .infoCont .infoRight .btn {
    width: 237px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 15px auto 0 auto;
    background: url(../../img/new-book/hyyhBtnBg.jpg) no-repeat;
}

.room-tab-main .tab-item .hyysCont .listCont {
    margin-top: 65px;
    padding: 20px 25px 20px 20px;
}

.room-tab-main .tab-item .hyysCont .listCont ul {
    overflow: hidden;
}

.room-tab-main .tab-item .hyysCont .listCont ul li {
    background: url(../../img/new-book/hyyhIcon.png) 0 center no-repeat;
    padding-left: 25px;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
}

.room-tab-main .tab-item .yhhdCont ul li {
    height: 185px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dce1e6;
}

.room-tab-main .tab-item .yhhdCont ul li.noborder {
    border: none;
}

.room-tab-main .tab-item .yhhdCont ul li .imgCont {
    width: 330px;
    height: 185px;
    overflow: hidden;
    float: left;
}

.room-tab-main .tab-item .yhhdCont ul li .textCont {
    margin-left: 360px;
    overflow: hidden;
}

.room-tab-main .tab-item .yhhdCont ul li .textCont .title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.room-tab-main .tab-item .yhhdCont ul li .textCont p {
    font-size: 14px;
    line-height: 24px;
}

.room-tab-main .tab-item .yhhdCont ul li .textCont .yxq {
    font-size: 12px;
    margin-top: 5px;
}

.hotelSubConferencebanquet .FCBcont {
    padding-left: 12px;
}

.hotelSubConferencebanquet .FCBcont .topTitle {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: url(../../img/FCBcontTitleline.jpg) bottom left no-repeat;
    margin-bottom: 5px;
}

.hotelSubConferencebanquet .FCBcont p {
    font-size: 14px;
    padding-top: 10px;
}

.hotelSubConferencebanquet .FCBcont a {
    display: inline-block;
    text-decoration: underline;
    margin-top: 10px;
    color: #c1986e;
}

.hotelSubConferencebanquet .FCBlist {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 15px;
    margin-top: 25px;
}

.hotelSubConferencebanquet .FCBlist li {
    padding-left: 18px;
    background: url(../../img/hotelSubdot.png) 0 12px no-repeat;
}

.hotelSubCont {
    min-height: 850px;
}

.hotelReviewTitle {
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
}

.hotelSubReview {
    padding-bottom: 70px;
}

.hotelSubCont .hotelSubtopTitle {
    margin-top: 15px;
    padding-bottom: 5px;
    font-size: 22px;
}

.hotelSubIntroduce {
    margin-top: 22px;
    padding-bottom: 55px;
    font-size: 14px;
}

.hotelSubIntroduce .pic img {
    display: block;
    width: 100%;
}

.hotelSubIntroduce .txt {
    margin-top: 20px;
    line-height: 24px;
}

.hotelSubIntroduce .list {
    margin-top: 25px;
}

.hotelSubIntroduce .list ul {
    overflow: hidden;
}

.hotelSubIntroduce .list li {
    float: left;
    width: 170px;
}

.hotelSubIntroduce .list li .title {
    font-size: 18px;
    color: #f05623;
    padding-left: 30px;
    background: url(../../img/hotelSubdot.png) 8px 10px no-repeat;
    margin-bottom: 10px;
}

.hotelSubIntroduce .list li p {
    padding-left: 30px;
    line-height: 24px;
}

.hotelSubSpecialoffers {
    margin-top: 10px;
}

.hotelSubSpecialoffers li {
    padding: 25px 0;
    border-bottom: 1px solid #dce1e6;
    overflow: hidden;
}

.hotelSubSpecialoffers li .pic {
    float: left;
    width: 330px;
    height: 184px;
}

.hotelSubSpecialoffers li .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.hotelSubSpecialoffers li .HSOright {
    float: right;
    width: 370px;
    margin-top: 10px;
    font-size: 14px;
}

.hotelSubSpecialoffers li .HSOright .title {
    font-size: 18px;
    color: #51651f;
    margin-bottom: 5px;
}

.hotelSubSpecialoffers li .HSOright p {
    line-height: 24px;
}

.hotelSubSpecialoffers li .HSOright p.yxq {
    color: #737e89;
}

.hotelSubSpecialoffers li.noline {
    border-bottom: 0;
}

.hotelFinecuisineTitle {
    margin-top: 15px;
    font-size: 22px;
}

.FinecuisineTabCont {
    margin-top: 20px;
    padding-bottom: 100px;
}

.FinecuisineTabCont .tab {
    border-bottom: 1px solid #e0e0e0;
    padding-left: 55px;
}

.FinecuisineTabCont .tab li {
    float: left;
    width: 135px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    text-align: center;
    background-color: #ebedec;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 5px solid #fff;
    position: relative;
    top: 1px;
    margin: 0 5px;
    cursor: pointer;
}

.FinecuisineTabCont .tab li.current {
    background-color: #fff;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.FinecuisineTabCont .fcContent {
    margin-top: 20px;
}

.FinecuisineTabCont .fcContent .FCbrief {
    overflow: hidden;
}

.FCbrief .pic {
    float: left;
    width: 412px;
    height: 300px;
}

.FCbrief .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.FCbrief .FCright {
    float: right;
    width: 252px;
    margin-top: 30px;
}

.FCbrief .FCright .list {
    margin-top: 25px;
    font-size: 14px;
}

.FCbrief .FCright .list p {
    margin-bottom: 20px;
    padding-left: 22px;
}

.FCbrief .FCright .list p.lx {
    background: url(../../img/cuisine_zlIco.jpg) 0 0 no-repeat;
}

.FCbrief .FCright .list p.dz {
    background: url(../../img/cuisine_dzIco.jpg) 0 0 no-repeat;
}

.FCbrief .FCright .list p.sj {
    background: url(../../img/cuisine_sjIco.jpg) 0 0 no-repeat;
}

.FCbrief .FCright .list p.dh {
    background: url(../../img/cuisine_dhIco.jpg) 0 0 no-repeat;
}

.FCbrief .FCright .list p.bj {
    background: url(../../img/cuisine_bjIco.jpg) 0 0 no-repeat;
}

.FinecuisineTabCont .fcContent .txt {
    line-height: 22px;
    margin-top: 20px;
    font-size: 14px;
}

.FinecuisineTabCont .fcContent .box {
    display: none;
}

.FCdishes {
    margin-top: 30px;
}

.FCdishes .FCDtitle {
    font-size: 14px;
    font-weight: bold;
}

.FCdishesfocus {
    width: 725px;
    position: relative;
    margin-top: 10px;
}

.FCdishesfocus .bd {
    position: relative;
    height: 346px;
    z-index: 0;
    overflow: hidden;
}

.FCdishesfocus .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 725px;
    height: 346px;
}

.FCdishesfocus .bd li img {
    width: 100%;
    height: 100%;
    display: block;
}

.FCdishesfocus .prev,
.FCdishesfocus .next {
    position: absolute;
    bottom: 12px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../../img/hotelDetailfocusArrow.png) 0 0 no-repeat;
}

.FCdishesfocus .prev {
    right: 58px;
    background-position: 0 0;
}

.FCdishesfocus .next {
    right: 12px;
    background-position: -36px 0;
}

.FCdishesfocus .prev:hover {
    background-position: 0 -36px;
}

.FCdishesfocus .next:hover {
    background-position: -36px -36px;
}

.FCdishes .FCDbox {
    margin-top: 15px;
    position: relative;
}

.FCdishes .FCDbox .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.FCdishes .FCDbox p {
    line-height: 22px;
}

.FCdishes .FCDbox .cont {
    display: none;
}

.FCdishes .FCDbox .cont:first-child {
    display: block;
}

.FCBfocus {
    width: 725px;
    position: relative;
    margin-top: 10px;
}

.FCBfocus .bd {
    position: relative;
    height: 337px;
    z-index: 0;
    overflow: hidden;
}

.FCBfocus .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 725px;
    height: 337px;
}

.FCBfocus .bd li img {
    width: 100%;
    height: 100%;
    display: block;
}

.FCBfocus .prev,
.FCBfocus .next {
    position: absolute;
    top: 210px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../../images/new/hotelDetailfocusArrow.png) 0 0 no-repeat;
}

.FCBfocus .prev {
    right: 58px;
    background-position: 0 0;
}

.FCBfocus .next {
    right: 12px;
    background-position: -36px 0;
}

.FCBfocus .prev:hover {
    background-position: 0 -36px;
}

.FCBfocus .next:hover {
    background-position: -36px -36px;
}

.FCBfocusbox {
    width: 278px;
    height: 180px;
    background: #fff;
    position: absolute;
    bottom: -100px;
    right: -12px;
    padding: 15px 13px 0 13px;
}

.FCBfocuscont {
    padding: 20px;
}

.FCBfocuscont .line {}

.FCBfocuscont .title {
    font-size: 18px;
}

.FCBfocuscont p {
    color: #666;
    line-height: 22px;
}

.FCBfocuscont .btn {
    margin-top: 15px;
    border: 1px solid #c1986e;
    border-radius: 40px;
    padding: 0;
    display: block;
}

.FCBfocuscont .btn:hover {
    background-color: #c1986e;
}

.FCBfocuscont .btn a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.FCBfocuscont .btn a:hover {
    color: #fff;
}

.hotelSubConferencebanquet {
    margin-top: 20px;
    padding-bottom: 80px;
}

.hotelSubConferencebanquet .tab {
    border-bottom: 1px solid #e0e0e0;
    padding-left: 55px;
}

.hotelSubConferencebanquet .tab li {
    float: left;
    width: 135px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    text-align: center;
    background-color: #ebedec;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 5px solid #fff;
    position: relative;
    top: 1px;
    margin: 0 5px;
    cursor: pointer;
}

.hotelSubConferencebanquet .tab li.current {
    background-color: #fff;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.hotelSubConferencebanquet .CBContent .box {
    display: none;
}

.room-tab-main .tab-item {
    display: none;
}

.room-tab-main .tab-item.active {
    display: block;
}

.room-type-tab {
    overflow: hidden;
    margin: 30px -2.5px 0;
}

.room-type-tab .tab-item {
    width: 25%;
    float: left;
    padding: 0 2.5px;
    box-sizing: border-box;
}

.room-type-tab .tab-item span {
    cursor: pointer;
    display: block;
    text-align: center;
    background: #f9f9f9;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.room-type-tab .tab-item.active span {
    background: #c4976f;
    color: #fff;
}

.room-type-tab6 .tab-item {
    width: 16.666%;
}

.food-list-inner,
.meet-list-inner {
    padding-top: 40px;
}

.food-list-inner table {
    border-collapse: collapse;
    background: #f8f8f8;
    width: 100%;
}

.food-list-inner table td {
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.food-list-inner table td:nth-of-type(1) {
    font-size: 18px;
    padding-left: 50px !important;
    width: 20%;
}

.food-list-inner table td:nth-of-type(2) {
    font-size: 16px;
    padding-left: 30px !important;
}

.room-list-inner {
    /*display: none;*/
}

.room-list-inner.active {
    display: block;
}

.room-list-inner .room-block {
    margin-top: 30px;
}

.room-list-inner .room-block .room-information {
    background-color: #f9f9f9;
    position: relative;
}

.room-list-inner .room-block .pic-box {
    float: left;
    width: 28%;
    height: 330px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.room-list-inner .room-block .pic-box .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.room-list-inner .room-block .pic-box .pic img {
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.room-list-inner .room-block .pic-box .room-minimum {
    position: absolute;
    top: 0;
    left: 0;
}

.room-list-inner .room-block .pic-box .room-mark {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: rgba(000, 000, 000, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #f6f6f6;
    text-align: center;
}

.room-list-inner .room-block .pic-box .room-mark i {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.room-list-inner .room-block .pic-box .room-mark i img {
    vertical-align: middle;
}

.room-list-tab {
    margin-top: 30px;
    height: 50px;
    padding-top: 3px;
    background: #b28850;
    padding-left: 3px;
}

.room-list-tab .tab-item {
    display: inline-block;
    width: 260px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    background: #b28850;
    color: #fff;
    cursor: pointer;
}

.room-list-tab .tab-item.active {
    background: #fff;
    color: #b28850;
}

.room-list-inner .room-block .right-content {
    float: right;
    width: 72%;
    height: 100%;
    padding: 38px 45px 0 45px;
    color: #666;
}

.room-list-inner .room-block .right-content .cont-box {
    float: left;
    width: 66%;
}

.room-list-inner .room-block .right-content .cont-box .top-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #d2cfcf;
}

.room-list-inner .room-block .right-content .cont-box .top-title span {
    font-weight: normal;
    font-size: 18px;
}

.room-list-inner .room-block .right-content .cont-box .txt {
    height: 180px;
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    overflow-y: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.room-list-inner .room-block .right-content .cont-box .label-box {
    padding-top: 20px;
    border-top: 1px dashed #d2cfcf;
    font-size: 16px;
}

.room-list-inner .room-block .right-content .cont-box .label-box span {
    margin-right: 30px;
}

.room-list-inner .room-block .right-content .right-box {
    float: right;
    margin-top: 92px;
}

.room-list-inner .room-block .right-content .right-box .price {
    font-size: 14px;
    line-height: 14px;
    text-align: right;
}

.room-list-inner .room-block .right-content .right-box .price span {
    font-size: 30px;
    line-height: 30px;
}

.room-list-inner .room-block .right-content .right-box .housing-type-trigger {
    width: 145px;
    font-size: 16px;
    color: #b28850;
    line-height: 28px;
    border: 1px solid #b28850;
    padding-left: 30px;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.room-list-inner .room-block .right-content .right-box .housing-type-trigger .arrow {
    width: 20px;
    height: 11px;
    background: url(../../images/icon/icon-housing-type-arrow.png) center no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -5.5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.room-list-inner .room-block .right-content .right-box .housing-type-trigger.current {
    background-color: #b28850;
    color: #fff;
}

.room-list-inner .room-block .right-content .right-box .housing-type-trigger.current .arrow {
    background-image: url(../../images/icon/icon-housing-type-arrow2.png);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.room-list-inner .room-block .room-list {
    margin-top: 10px;
    background-color: #f9f9f9;
    color: #666;
    display: none;
}

.room-list-inner .room-block .room-list li {
    padding: 20px 30px 20px 50px;
    background: url(../images/room/room-list-line.png) left bottom repeat-x;
    position: relative;
}

.room-list-inner .room-block .room-list li .room-minimum {
    position: absolute;
    top: 0;
    left: 0;
}

.room-list-inner .room-block .room-list li .room-preferential {
    float: left;
}

.room-list-inner .room-block .room-list li .room-preferential .top {
    font-size: 18px;
    line-height: 18px;
}

.room-list-inner .room-block .room-list li .room-preferential .top span {
    margin-right: 35px;
}

.room-list-inner .room-block .room-list li .room-preferential .top i {
    margin-right: 10px;
    position: relative;
    font-style: normal;
}

.room-list-inner .room-block .room-list li .room-preferential .bottom {
    margin-top: 40px;
    font-size: 16px;
    line-height: 21px;
}

.room-list-inner .room-block .room-list li .room-preferential .bottom span {
    margin-right: 25px;
    position: relative;
}

.room-list-inner .room-block .room-list li .room-preferential .bottom span i {
    margin-right: 5px;
}

.room-list-inner .room-block .room-list li .right-box {
    float: right;
}

.room-list-inner .room-block .room-list li .right-box .login-preferential {
    float: left;
    margin-top: 20px;
    color: #b28850;
}

.room-list-inner .room-block .room-list li .right-box .login-preferential p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 22px;
}

.room-list-inner .room-block .room-list li .right-box .login-preferential .toLogin {
    cursor: pointer;
}

.room-list-inner .room-block .room-list li .right-box .price-box {
    float: left;
    margin-left: 70px;
}

.room-list-inner .room-block .room-list li .right-box .price-box .price {
    font-size: 14px;
    line-height: 14px;
    text-align: right;
}

.room-list-inner .room-block .room-list li .right-box .price-box .price span {
    font-size: 30px;
    line-height: 30px;
}

.room-list-inner .room-block .room-list li .right-box .price-box .booking-btn {
    margin-top: 10px;
    border: 1px solid #b28850;
    width: 145px;
    text-align: center;
}

.room-list-inner .room-block .room-list li .right-box .price-box .booking-btn a {
    display: block;
}

.room-list-inner .room-block .room-list li .right-box .price-box .booking-btn .title {
    height: 29px;
    line-height: 29px;
    background-color: #b28850;
    font-size: 16px;
    color: #fff;
}

.room-list-inner .room-block .room-list li .right-box .price-box .booking-btn p {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #b28850;
}

.room-list-inner .room-block.current .price {
    color: #b28850;
}

.room-list-inner .room-block .room-list li .titlePop {
    padding: 15px;
    color: #666;
    background: #fff;
    /*box-shadow: 0px 0px 5px 2px #888;*/
    position: absolute;
    top: -12px;
    left: -15px;
    z-index: 100;
    line-height: 24px;
    width: 330px;
    text-align: left;
    font-size: 12px;
    float: right;
    clear: both;
    margin-top: 45px;
    border: 2px solid #c1986e;
    display: none;
}

.room-list-inner .room-block .room-list li .titlePop .point {
    display: inline-block;
    margin-right: 5px !important;
    vertical-align: top;
    line-height: normal;
}

.room-list-inner .room-block .room-list li .titlePop .glyphicon {
    color: #c1986e;
    position: absolute;
    top: -10px;
    left: 18px;
}

.room-list-inner .room-block .room-list li .room-preferential .top i:hover .titlePop {
    display: block;
}

.room-list-inner .room-block .room-list li .room-preferential .bottom span:hover .titlePop {
    display: block;
}

/*房型图片浮层*/
.room-photo-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.room-photo-layer .opacity {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
}

.room-photo-layer .layer-close {
    width: 35px;
    height: 35px;
    background: url(../../images/icon/layer-close.png) center no-repeat;
    position: absolute;
    right: 0;
    top: -35px;
    cursor: pointer;
}

.room-photo-layer .layer-inner {
    width: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #666;
}

.room-photo-layer .layer-inner .photo-container .focus .swiper-slide {
    position: relative;
    max-height: 345px;
}

.room-photo-layer .layer-inner .photo-container .focus .swiper-slide img {
    display: block;
    width: 100%;
}

.room-photo-layer .layer-inner .photo-container .focus .swiper-slide .title {
    width: 100%;
    line-height: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, transparent, rgba(000, 000, 000, 0.6), transparent);
}

.room-photo-layer .layer-inner .photo-container .focus .swiper-button-prev,
.room-photo-layer .layer-inner .photo-container .focus .swiper-button-next {
    width: 44px;
    height: 44px;
    background: url(../../images/icon/popArrow.png) no-repeat;
}

.room-photo-layer .layer-inner .photo-container .focus .swiper-button-prev {
    background-position: 0 -44px;
}

.room-photo-layer .layer-inner .photo-container .focus .swiper-button-prev:hover {
    background-position: 0 0;
}

.room-photo-layer .layer-inner .photo-container .focus .swiper-button-next {
    background-position: -44px -44px;
}

.room-photo-layer .layer-inner .photo-container .focus .swiper-button-next:hover {
    background-position: -44px 0;
}

.room-photo-layer .layer-inner .photo-container .content {
    padding: 20px;
    font-size: 14px;
}

.room-photo-layer .layer-inner .photo-container .content .text {
    height: 45px;
    overflow-y: auto;
}

.room-photo-layer .layer-inner .photo-container .content .policy-cont {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #666;
}

.room-photo-layer .layer-inner .photo-container .content .policy-cont .title {
    font-size: 16px;
    font-weight: bold;
}

/*新增登录弹窗*/
.newLoginPop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 222;
    display: none;
}

.newLoginPop .l-mask {
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.6);
    position: fixed;
    top: 0;
    left: 0;
}

.newLoginPop .l-main {
    position: absolute;
    width: 640px;
    top: 100px;
    left: 50%;
    margin-left: -320px;
}

.newLoginPop .l-main .l-close {
    width: 30px;
    height: 30px;
    background: url(../../images/icon/layer-close.png) center no-repeat;
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
}

.newLoginPop .l-main .l-tabWrap .tab-top .t-item {
    width: 320px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #b1977e;
    cursor: pointer;
}

.newLoginPop .l-main .l-tabWrap .tab-top .t-item.active {
    background: #fff;
    color: #b1977e;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item {
    background: #fff;
    padding: 10px 80px 20px 80px;
    display: none;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item.active {
    display: block;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-type {
    margin-top: 10px;
    text-align: center;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-type .lt-item {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding-left: 30px;
    color: #323232;
    font-size: 14px;
    background: url(/website/webfile/assets/images/icon/fxlb-icon5.png) 0 center no-repeat;
    margin: 0 35px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-type .lt-item.active {
    background-image: url(/website/webfile/assets/images/icon/fxlb-icon4.png);
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form {
    display: none;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form div {
    margin-top: 10px;
    height: 40px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form.active {
    display: block;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form span {
    display: inline-block;
    font-size: 12px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form .f-name {
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
    color: #999;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form input {
    width: 100%;
    height: 40px;
    border: none;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form .p-num {
    border: 1px solid #eee;
    border-radius: 1px;
    width: 355px;
    background: url(/website/webfile/assets/images/icon/fxlb-icon7.png) 20px center no-repeat;
    padding-left: 45px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form .code,
.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form .password {
    border: 1px solid #eee;
    border-radius: 1px;
    width: 225px;
    background: url(/website/webfile/assets/images/icon/fxlb-icon6.png) 20px center no-repeat;
    padding-left: 45px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form .c-img {
    width: 116px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form .c-img img {
    vertical-align: middle;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form .c-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #323232;
    border-radius: 2px;
    background: #ccc;
    margin-left: 10px;
    cursor: pointer;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-bottom {
    width: 352px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-bottom .l-btn {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #b1977e;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-bottom .links {
    margin-top: 5px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-bottom .links .rember {
    float: left;
    background: url(/website/webfile/assets/images/icon/fxlb-icon10.png) 0 center no-repeat;
    font-size: 12px;
    color: #ccc;
    padding-left: 15px;
    cursor: pointer;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-bottom .links .rember.active {
    background-image: url(/website/webfile/assets/images/icon/fxlb-icon8.png);
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-bottom .links .toRegister {
    float: right;
    font-size: 12px;
    color: #b1977e;
    cursor: pointer;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-bottom .remark {
    background: url(/website/webfile/assets/images/icon/fxlb-icon9.png) 0 center no-repeat;
    font-size: 12px;
    color: #999;
    padding-left: 20px;
    margin-top: 20px;
    display: inline-block;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-bottom .l-link {
    margin-top: 20px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-bottom .l-link a {
    color: #b1977e;
    font-size: 16px;
    text-decoration: underline;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .f-input a {
    color: #b1977e;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form .u-name {
    border: 1px solid #eee;
    border-radius: 1px;
    width: 407px;
    background: url(/website/webfile/assets/images/icon/fxlb-icon11.png) 20px center no-repeat;
    padding-left: 50px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .login-form .u-pwd {
    border: 1px solid #eee;
    border-radius: 1px;
    width: 407px;
    background: url(/website/webfile/assets/images/icon/fxlb-icon6.png) 20px center no-repeat;
    padding-left: 50px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register {
    display: block;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .f-name {
    width: 100px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .u-name {
    width: 352px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .code {
    width: 219px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .r-name {
    border: 1px solid #eee;
    border-radius: 1px;
    width: 352px;
    padding-left: 20px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .r-sex label {
    display: inline-block;
    padding-left: 20px;
    background: url(/website/webfile/assets/images/icon/fxlb-icon5.png) 0 center no-repeat;
    margin-right: 20px;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .r-sex label.active {
    background-image: url(/website/webfile/assets/images/icon/fxlb-icon4.png);
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .r-language label {
    display: inline-block;
    padding-left: 20px;
    background: url(/website/webfile/assets/images/icon/fxlb-icon5.png) 0 center no-repeat;
    margin-right: 20px;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .r-language label.active {
    background-image: url(/website/webfile/assets/images/icon/fxlb-icon4.png);
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .r-dates .r-date {
    border: 1px solid #eee;
    border-radius: 1px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .r-dates .r-date select {
    border: none;
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .r-dates .r-text {
    height: 40px;
    line-height: 40px;
    margin: 0 20px 0 10px;
    font-size: 14px;
    color: #999;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .r-nationalitys .r-nationality {
    border: 1px solid #eee;
    border-radius: 1px;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .r-nationalitys .r-nationality select {
    border: none;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.newLoginPop .l-main .l-tabWrap .tab-cont .c-item .register .remark {
    margin-top: 10px;
}

/*订单列表*/
.orderListCont {
    padding: 50px 0;
    color: #333;
}

.orderListCont .title {
    font-size: 18px;
    font-weight: bold;
}

.orderListCont .ltitle {
    font-size: 14px;
    margin-top: 20px;
    background: url(/website/webfile/assets/images/icon/orderListIcon1.png) 0 center no-repeat;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
}

.orderListCont .orderList {
    overflow: hidden;
    border-top: 2px solid #343434;
    padding: 2px;
    margin-top: 15px;
}

.orderListCont .orderList .orderItem {
    min-height: 170px;
    margin-top: 25px;
    border: 1px solid #343434;
    padding: 0 20px;
}

.orderListCont .orderList .orderItem:hover {
    box-shadow: 0 0 2px 1px #e3e3e3;
}

.orderListCont .orderList .orderItem .listTop {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #343434;
}

.orderListCont .orderList .orderItem .listTop .order,
.orderListCont ul li .listTop .time,
.orderListCont ul li .listTop .number {
    float: left;
    margin-right: 40px;
    font-size: 14px;
    /*color: #666;*/
}

.orderListCont .orderList .orderItem .listTop .markColor {
    font-size: 18px;
    font-weight: bold;
}

.orderListCont .orderList .orderItem .listTop .number {
    font-size: 18px;
}

.orderListCont .orderList .orderItem .listTop .cancelBtn,
.orderListCont .orderList .orderItem .listTop .payBtn {
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    float: right;
    background: #c1986e;
    margin-top: 10px;
    border-radius: 30px;
}

.orderListCont .orderList .orderItem .listTop .cancelText {
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    font-weight: bold;
}

.orderListCont .orderList .orderItem .listCont {
    padding: 10px 0;
}

.orderListCont .orderList .orderItem .listCont .imgCont {
    width: 160px;
    float: left;
}

.orderListCont .orderList .orderItem .listCont .imgCont img {
    width: 100%;
}

.orderListCont .orderList .orderItem .listCont .infoCont {
    margin-left: 180px;
    border-left: 1px solid #343434;
    min-height: 80px;
    margin-top: 6px;
}

.orderListCont .orderList .orderItem .listCont .infoCont .bold {
    font-weight: bold;
}

.orderListCont .orderList .orderItem .listCont .infoCont .infoLeft {
    float: left;
    width: 375px;
    padding-left: 20px;
}

.orderListCont .orderList .orderItem .listCont .infoCont .infoLeft .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
}

.orderListCont .orderList .orderItem .listCont .infoCont .infoLeft .address,
.orderListCont ul li .listCont .infoCont .infoLeft .tel {
    font-size: 14px;
    margin-top: 5px;
}

.orderListCont .orderList .orderItem .listCont .infoCont .infoRight {
    width: 340px;
    float: left;
    margin-top: 20px;
}

.orderListCont .orderList .orderItem .listCont .infoCont .infoRight ul li {
    float: left;
    width: 145px;
}

.orderListCont .orderList .orderItem .listCont .infoCont .infoRight ul .text {
    font-size: 14px;
    /*color: #666;*/
}

.orderListCont .orderList .orderItem .listCont .infoCont .infoRight ul .date {
    font-size: 18px;
    font-weight: bold;
}

.orderListCont .orderList .noData {
    height: 400px;
    overflow: hidden;
}

.orderListCont .orderList .noData .text {
    margin-top: 180px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.orderListCont .orderList .canCancel .listTop .order,
.orderListCont .orderList .canCancel .order .markColor {
    color: #c1986e;
}

.orderListCont .orderList .listTop .order span {
    cursor: pointer;
}

.orderListCont .orderList .listTop .order span:hover {
    text-decoration: underline;
}

/*订单详情弹框*/
.orderListPop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: none;
}

.orderListPop .popMask {
    height: 100%;
    background: #000;
    opacity: .7;
}

.orderListPop .popCont {
    width: 890px;
    height: 530px;
    background: #fff;
    position: absolute;
    padding: 30px 35px;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -274px;
    color: #666;
    font-family: "微软雅黑";
}

.orderListPop .popCont .pTitle {
    font-size: 20px;
}

.orderListPop .popCont .infoCont {
    margin-top: 10px;
}

.orderListPop .popCont .infoCont .iTop {
    background: #e9e9e9;
    padding: 0 25px;
    line-height: 50px;
    font-size: 14px;
}

.orderListPop .popCont .infoCont .iTop span {
    font-size: 18px;
    color: #c1986e;
    margin: 0 10px;
}

.orderListPop .popCont .infoCont .iTop .number {
    float: left;
}

.orderListPop .popCont .infoCont .iTop .jdName {
    float: right;
}

.orderListPop .popCont .infoCont .iTitle .tText {
    width: 410px;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.orderListPop .popCont .infoCont .iList ul li {
    width: 395px;
    float: left;
    height: 50px;
    color: #666;
    font-size: 14px;
    padding: 0 25px;
    line-height: 50px;
}

.orderListPop .popCont .infoCont .iList ul li .iLeft {
    float: left;
}

.orderListPop .popCont .infoCont .iList ul li .iRight {
    float: right;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.orderListPop .popCont .infoCont .iList ul li.color1 {
    background: #eee;
}

.orderListPop .popCont .infoCont .iList ul li.color2 {
    background: #f5f5f5;
}

.orderListPop .popCont .infoCont .iList p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.orderListPop .popCont .infoCont .iList p span {
    font-size: 20px;
    color: #000;
}

.orderListPop .popCont .btnCont .pBtn {
    float: right;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 50px;
}

.orderListPop .popCont .btnCont .pBtn.sure {
    color: #fff;
    background: #c1986e;
}

.orderListPop .popCont .btnCont .pBtn.cancel {
    color: #666;
    background: #d9d9d9;
}

/*提示框*/
.CancelOrderLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.CancelOrderLayer .opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
}

.CancelOrderLayerCont {
    width: 750px;
    height: 344px;
    background-color: #fff;
    border-top: 5px solid #c1986e;
    padding: 22px 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -172px 0 0 -375px;
}

.CancelOrderLayer .close {
    width: 25px;
    height: 25px;
    background: url(../../images/icon/MapClose.png) center center no-repeat;
    position: absolute;
    top: 23px;
    right: 38px;
    z-index: 9;
    opacity: 1;
    cursor: pointer;
}

.CancelOrderLayer .title {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.CancelOrderLayer .COLtoptxt {
    padding-top: 48px;
    font-size: 18px;
    text-align: center;
}

.CancelOrderLayer .COLtoptxt .small {
    padding-top: 10;
    font-size: 12px;
    color: #000;
}

.CancelOrderLayer .COLtoptxt .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #000;
    vertical-align: middle;
    background: url(../images/pop-icon.png);
    background-size: cover;
}

.CancelOrderLayer .COLbtn {
    text-align: center;
    margin-top: 20px;
}

.CancelOrderLayer .COLbtn a {
    display: inline-block;
    width: 104px;
    height: 40px;
    line-height: 40px;
    background: #c1986e;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.CancelOrderLayer .COLbtn a:hover {
    /* background-position:0 -40px;*/
}

.CancelOrderLayer .COLbtn a.closeBtn {
    margin-left: 10px;
    background: url(../images/infoTable_cancelBtn.jpg) 0 0 repeat-x;
}

.CancelOrderLayer .COLbtn a.closeBtn:hover {
    background-position: 0 -40px;
}

.CancelSuccessLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.CancelSuccessLayer .opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
}

.CancelSuccessLayerCont {
    width: 750px;
    height: 344px;
    background-color: #fff;
    border-top: 5px solid #c1986e;
    padding: 22px 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -172px 0 0 -375px;
}

.CancelSuccessLayer .close {
    width: 25px;
    height: 25px;
    background: url(../../images/icon/MapClose.png) center center no-repeat;
    position: absolute;
    top: 23px;
    right: 38px;
    z-index: 9;
    opacity: 1;
    cursor: pointer;
}

.CancelSuccessLayer .title {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.CancelSuccessLayer .CSLtoptxt {
    padding-top: 25px;
    font-size: 18px;
    text-align: center;
    height: 60px;
}

.CancelSuccessLayer .CSLlist {
    margin-top: 10px;
}

.CancelSuccessLayer .CSLlist li {
    background: url(../images/hotelSubdot.png) 0 15px no-repeat;
    padding-left: 25px;
    color: #737e89;
    line-height: 36px;
}

.CancelSuccessLayer .CSLbtn {
    text-align: center;
    margin-top: 20px;
}

.CancelSuccessLayer .CSLbtn a {
    display: inline-block;
    width: 104px;
    height: 40px;
    line-height: 40px;
    background: #c1986e;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.CancelSuccessLayer .CSLbtn a:hover {
    /* background-position:0 -40px;*/
}

/*订单查询*/
.orderQuery_page {
    padding: 25px 40px 65px 40px;
    background: #fff;
    box-shadow: -3px -2px 8px #c0c6ca;
    color: #666;
    overflow: hidden;
}

.orderQuery_page .OQPform {
    margin-top: 55px;
}

.orderQuery_page .OQPform li {
    float: left;
    width: 320px;
    margin-left: 82px;
}

.orderQuery_page .OQPform li .type {
    font-weight: bold;
    margin-bottom: 10px;
}

.orderQuery_page .OQPform li .inputText {
    width: 312px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    border: 1px solid #ced5db;
}

.orderQuery_page .OQPform li .inputText:focus {
    box-shadow: 0px 0px 5px #de4d1c;
    border: 1px solid #fff;
}

.orderQuery_page .OQPform .btn {
    padding-left: 699px;
    margin-top: 30px;
}

.orderQuery_page .OQPform .btn a {
    display: inline-block;
    width: 104px;
    height: 40px;
    line-height: 40px;
    background: url(../images/OQbtnBg.jpg) 0 0 repeat-x;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.orderQuery_page .OQPform .btn a:hover {
    background-position: 0 -40px;
}

.orderQueryLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.orderQueryLayer .opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
}

.orderQueryLayerCont {
    width: 750px;
    height: 344px;
    background-color: #fff;
    border-top: 5px solid #c1986e;
    padding: 22px 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -172px 0 0 -375px;
}

.orderQueryLayer .layer-close {
    width: 25px;
    height: 25px;
    background: url(/website/webfile/assets/images/icon/MapClose.png) center center no-repeat;
    position: absolute;
    top: 23px;
    right: 38px;
    z-index: 9;
    cursor: pointer;
}

.orderQueryLayer .title {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.orderQueryLayer .OQLtoptxt {
    margin-top: 10px;
    color: #999;
}

.orderQueryLayer .OQLform {
    margin-top: 40px;
}

.orderQueryLayer .OQLform ul {
    width: 725px;
}

.orderQueryLayer .OQLform li {
    float: left;
    width: 320px;
    margin-right: 40px;
}

.orderQueryLayer .OQLform li .type {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.orderQueryLayer .OQLform li .inputText {
    width: 306px;
    line-height: 20px;
    padding: 7px 0 7px 5px;
    border: 1px solid #ced5db;
    font-size: 14px;
}

.orderQueryLayer .OQLform li .inputText:focus {
    box-shadow: 0px 0px 5px #c1986e;
    border: 1px solid #c1986e;
}

.orderQueryLayer .OQLform .btn {
    padding-left: 570px;
    margin-top: 30px;
}

.orderQueryLayer .OQLform .btn a {
    display: inline-block;
    width: 104px;
    height: 40px;
    line-height: 40px;
    background: #c1986e;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.orderQueryLayer .OQLform .btn a:hover {
    /* background-position:0 -40px;*/
}

/* 城市列表 */
.cityCont {
    width: 610px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 66px;
    z-index: 9;
    display: none;
    color: #333;
    border: 1px solid #665c4c;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}

.cityCont p {
    padding-left: 20px;
    height: 38px;
    line-height: 38px;
    background-color: #665c4c;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0 !important;
}

.cityCont .close {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    opacity: 1;
}

.cityCont .tab_box {
    border-bottom: 2px solid #ccc;
    margin: 0 20px !important;
    font-size: 16px;
    line-height: 46px;
}

.cityCont .tab_box li {
    float: left;
    cursor: pointer;
    margin-right: 30px;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif !important;
}

.cityCont .tab_box li.active {
    border-bottom: 2px solid #cfa06c;
    margin-bottom: -2px;
    font-weight: bold;
    color: #cfa06c;
}

.cityCont .tab_box li span {
    letter-spacing: 2px;
}

.cityCont .tab_box li:last-child {
    margin-right: 0;
}

.cityCont .city_item {
    display: none;
    padding: 10px 20px 25px 20px;
}

.cityCont .city_item a {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    float: left;
    font-size: 16px;
    color: #333;
}

.cityCont .city_item a:hover {
    color: #cfa06c;
}

.cityCont .city_item .city_item_in {
    padding-left: 30px;
}

.cityCont .city_item .city_item_letter {
    float: left;
    width: 30px;
    height: 25px;
    margin-left: -30px;
    line-height: 25px;
    text-align: center;
    color: #E56700;
    margin-top: 6px;
    font-size: 16px;
}

.slide-bar .slide-main .cityCont {
    right: 0;
    left: auto;
    top: 45px;
}

.city-select {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 100%;
    z-index: 9;
}

.city-select p {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    padding-left: 10px;
    margin-bottom: 0;
}

.city-select ul li {
    padding: 10px;
    overflow: hidden;
    /* height:40px;line-height:40px; */
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.city-select ul li.current {
    background: rgba(193, 152, 110, .7);
}

.city-select ul li .Left {
    float: left;
    margin-bottom: 10px;
}

.city-select ul li .Right {
    float: right;
    text-align: right;
    font-size: 16px;
}

/*酒店设计*/
.base-top-title {
    text-align: center;
    padding-bottom: 45px;
    position: relative;
}

.base-top-title .cn {
    font-size: 42px;
    line-height: 42px;
    color: #b28850;
}

.base-top-title .en {
    font-size: 18px;
    line-height: 18px;
    color: #dadada;
    margin-top: 20px;
}

.base-top-title:before {
    content: '';
    width: 105px;
    height: 1px;
    background-color: #b28850;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -52.5px;
}

.introduce-container {
    background-color: #f8f8f8;
    padding: 120px 0 110px 0;
    color: #666;
}

.introduce-container .txt {
    float: right;
    height: 362px;
    font-size: 18px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    line-height: 48px;
    letter-spacing: 2px;
    margin-right: 110px;
}

.introduce-container .right-cont {
    float: right;
}

.introduce-container .right-cont .pic {
    float: left;
}

.introduce-container .right-cont .title {
    float: left;
    margin-left: 95px;
    margin-top: -13px;
}

.gallery-container {
    padding: 95px 0 100px 0;
}

.gallery-container .gallery-focus {
    margin-top: 50px;
}

.gallery-container .gallery-focus .swiper-slide img {
    display: block;
    width: 100%;
}

.gallery-container .gallery-focus .swiper-button-prev,
.gallery-container .gallery-focus .swiper-button-next {
    width: 30px;
    height: 53px;
    background: url(../images/homeBannerArrow.png) no-repeat;
    background-size: cover;
    margin-top: -30px;
    border-radius: 100%;
}

.gallery-container .gallery-focus .swiper-button-prev {
    left: 50px;
}

.gallery-container .gallery-focus .swiper-button-next {
    right: 50px;
    background-position: -30px 0;
}

.gallery-container .gallery-focus .txt-content-box {
    margin-top: 50px;
}

.gallery-container .gallery-focus .txt-content-box .box {
    display: none;
}

.gallery-container .gallery-focus .txt-box {
    text-align: center;
    padding: 0 100px;
}

.gallery-container .gallery-focus .txt-box .title {
    font-size: 30px;
    line-height: 30px;
    color: #ae8152;
}

.gallery-container .gallery-focus .txt-box .cont {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    margin-top: 20px;
}

.gallery-container .gallery-focus .txt-box .more {
    display: inline-block;
    width: 145px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #ae8152;
    border: 1px solid #ae8152;
    margin-top: 30px;
}

.gallery-container .gallery-focus .txt-box .more a {
    display: block;
    color: #ae8152;
}

.ingenuity-story-container {
    background-color: #f8f8f8;
    padding: 95px 0 100px 0;
}

.ingenuity-story-content .row {
    margin-top: 20px;
}

.ingenuity-story-content .pic-right {
    float: right;
}

.ingenuity-story-content .txt-cont {
    padding: 65px 160px 0 70px;
}

.ingenuity-story-content .txt-cont .title {
    font-size: 30px;
    color: #b28850;
    line-height: 30px;
}

.ingenuity-story-content .txt-cont .cont {
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
    color: #666;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

.ingenuity-story-content .txt-cont .more {
    display: block;
    width: 145px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #ae8152;
    border: 1px solid #ae8152;
    margin-top: 30px;
}

.ingenuity-story-content .txt-cont .more a {
    display: block;
    color: #ae8152;
}

.ingenuity-story-content .txt-right {
    padding: 80px 70px 0 160px;
}

.job-box {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(000, 000, 000, 0.6);
    display: none;
}

.job-box .job-cont {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #e9e9e9;
}

.job-box .job-cont .jobinfo span {
    margin-left: 40px;
    color: #8c8b8b;
    font-size: 16px;
}

.job-box .job-cont .jobinfo .jobads {
    margin-left: 0;
    font-size: 36px;
    color: #c1986e;
    position: relative;
    display: inline-block;
    padding-right: 10px;
    line-height: 1;
}

.job-box .job-cont .jobinfo .jobads:after {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #555657
}

.job-box .job-cont .jobinfo .jobname {
    margin-left: 10px;
}

.job-box .job-cont .jobinfo .qiye {
    margin-left: 0;
}

.job-box .job-cont .duty {
    padding: 20px 20px 20px 40px;
    margin-top: 40px;
    font-size: 16px;
    color: #8c8b8b;
    height: 600px;
}

.job-box .job-cont .duty .scrollbar {
    height: 100%;
    overflow: auto;
    padding-right: 20px;
}

.job-box .job-cont .duty .scrollbar::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.job-box .job-cont .duty .scrollbar::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #dcdcdc;
}

.job-box .job-cont .duty .scrollbar::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: transparent;
}

.job-box .job-cont .duty .tit {
    font-size: 20px;
    color: #333333
}

.job-box .job-cont .duty .item {
    margin-top: 40px;
}

.job-box .job-cont .more {
    width: 291px;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    color: #fff;
    border: 2px solid #b2977c;
    border-radius: 76px;
    background: url(../images/job-now-btn.png) 195px center no-repeat;
    margin: 30px auto 0 auto;
}

.job-box .job-cont .more a {
    display: block;
    color: #c1986e;
    padding-left: 95px;
}

.job-box .job-cont .close-btn {
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: url(../../images/icon/layer-close.png) center no-repeat;
    position: absolute;
    right: 0;
    top: -35px;
}

/* .job-box .job-cont .close-btn:hover{transform:rotate(180deg); -webkit-transform:rotate(180deg);-o-transform:rotate(180deg);} */
.job-box .job-cont.animation .more {
    -webkit-animation: fadeInUp 1s both;
    animation: fadeInUp 1s both;
}

.job-box2 .job-cont .newsinfo .date {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: -15px;
}

.job-box2 .job-cont .newsinfo .year {
    color: #c1986e;
    font-size: 36px;
    margin-bottom: -15px;
}

.job-box2 .job-cont .duty {
    padding: 60px 80px 20px 80px;
}

.job-box2 .job-cont .duty .date {
    text-align: right;
}

.job-box2 .job-cont .duty .tit {
    color: #929292;
    font-size: 30px;
}

.job-box2 .job-cont .duty p {
    margin-top: 20px;
    text-align: justify
}

.job-box2 .job-cont .duty .pic {
    margin-top: 30px;
    text-align: center;
}

.more-mask .job-cont .newsinfo {
    margin-top: 10px;
}

.more-mask .job-cont .newsinfo .titeng {
    color: #333;
    font-size: 60px;
    margin-bottom: -15px;
}

.more-mask .job-cont .newsinfo .titcha {
    color: #c1986e;
    font-size: 36px;
    margin-bottom: -15px;
}

/*品牌故事*/
.brand-container {
    padding: 0 0 100px 0;
}

.brand-container .tabs {
    background-color: #f9f9f9;
}

.brand-container .tabs li {
    float: left;
    width: 20%;
    height: 220px;
    position: relative;
    cursor: pointer;
}

.brand-container .tabs li .block {
    width: 100%;
    height: 241px;
    position: absolute;
    top: 0;
    left: 0;
}

.brand-container .tabs li .logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brand-container .tabs li:nth-of-type(1) .logo {
    background: url(../images/brand-tabs-logo1.png) center no-repeat;
}

.brand-container .tabs li:nth-of-type(2) .logo {
    background: url(../images/brand-tabs-logo2.png) center no-repeat;
}

.brand-container .tabs li:nth-of-type(3) .logo {
    background: url(../images/brand-tabs-logo3.png) center no-repeat;
}

.brand-container .tabs li:nth-of-type(4) .logo {
    background: url(../images/brand-tabs-logo4.png) center no-repeat;
}

.brand-container .tabs li:nth-of-type(5) .logo {
    background: url(../images/brand-tabs-logo5.png) center no-repeat;
}

.brand-container .tabs li.current:nth-of-type(1) .logo {
    background: url(../images/brand-tabs-logo1_on.png) center no-repeat;
}

.brand-container .tabs li.current:nth-of-type(2) .logo {
    background: url(../images/brand-tabs-logo2_on.png) center no-repeat;
}

.brand-container .tabs li.current:nth-of-type(3) .logo {
    background: url(../images/brand-tabs-logo3_on.png) center no-repeat;
}

.brand-container .tabs li.current:nth-of-type(4) .logo {
    background: url(../images/brand-tabs-logo4_on.png) center no-repeat;
}

.brand-container .tabs li.current:nth-of-type(5) .logo {
    background: url(../images/brand-tabs-logo5_on.png) center no-repeat;
}

.brand-container .tabs li.current .block {
    background: url(../images/brand-tabs-logo-bg.png) center no-repeat;
    background-size: 100%;
}

.brand-container .brand-content {
    margin-top: 70px;
}

.brand-container .brand-content .brand-box {
    display: none;
}

.brand-container .brand-content .brand-box .base-top-title {
    margin-top: 50px;
}

.brand-container .brand-content .video-box {
    position: relative;
}

.brand-container .brand-content .video-box img {
    display: block;
    width: 100%;
}

.brand-container .brand-content .video-box .video-play {
    width: 72px;
    height: 72px;
    background: url(../images/video-play.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.brand-container .brand-content .title-box {
    margin-top: 75px;
    text-align: center;
}

.brand-container .brand-content .title-box .title {
    font-size: 32px;
    line-height: 32px;
    color: #b28850;
}

.brand-container .brand-content .title-box .txt {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}

.brand-container .brand-focus {
    margin-top: 50px;
}

.brand-container .brand-focus .swiper-slide img {
    display: block;
    width: 100%;
}

.brand-container .brand-focus .swiper-button-prev,
.brand-container .brand-focus .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url(../images/gallery-focus-arrow.png) center no-repeat rgba(000, 000, 000, 0.6);
    background-size: cover;
    top: 50%;
    margin-top: -30px;
    border-radius: 100%;
}

.brand-container .brand-focus .swiper-button-prev {
    left: 50px;
}

.brand-container .brand-focus .swiper-button-next {
    right: 50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.brand-container .brand-focus .swiper-button-prev:hover,
.brand-container .brand-focus .swiper-button-next:hover {
    background: url(../images/gallery-focus-arrow.png) center no-repeat rgba(178, 136, 80, 0.6);
}

/*美华*/
.brand-container .brand-content .brand-box.meihua {
    margin-bottom: -100px;
}

.brand-container .brand-content .brand-box.meihua .title-box {
    margin-top: 50px;
}

.brand-container .brand-content .brand-box.meihua .text-cont {
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 35px;
    margin-top: 40px;
}

.brand-container .brand-content .brand-box.meihua .brand-ppdw {
    margin-top: 100px;
    background: url(../images/meihua-pic3.jpg) no-repeat;
    padding: 20px 0 60px;
}

.brand-container .brand-content .brand-box.meihua .brand-ppdw .base-top-title .cn {
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .brand-ppdw .base-top-title .en {
    color: #c2c2c2;
}

.brand-container .brand-content .brand-box.meihua .brand-ppdw .base-top-title:before {
    background-color: #c2c2c2;
}

.brand-container .brand-content .brand-box.meihua .ppdw-item {
    margin-top: 45px;
    overflow: hidden;
    padding-top: 75px;
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul {
    width: 1300px;
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li {
    float: left;
    margin-right: 20px;
    width: 410px;
    background: #fff;
    height: 270px;
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li .icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #bababa;
    margin: -75px auto 0;
    overflow: hidden;
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li i {
    width: 35px;
    height: 42px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 50px auto 0;
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li i.icon1 {
    background-image: url(../images/meihua-icon1.png);
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li i.icon2 {
    background-image: url(../images/meihua-icon2.png);
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li i.icon3 {
    background-image: url(../images/meihua-icon3.png);
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text {
    text-align: center;
    padding: 0 25px;
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text .title {
    font-size: 26px;
    color: #666;
    margin-top: 20px;
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text p {
    font-size: 18px;
    color: #999;
    line-height: 35px;
    margin-top: 10px;
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li:hover .icon {
    background: #ff9341;
}

.brand-container .brand-content .brand-box.meihua .ppdw-item ul li:hover .title,
.brand-container .brand-content .brand-box.meihua .ppdw-item ul li:hover p {
    color: #b28850;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list {
    height: 655px;
    background: url(../images/meihua-pic4.jpg) no-repeat;
    margin-top: 50px;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont {
    float: left;
    width: 33.33%;
    height: 100%;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item {
    height: 100%;
    position: relative;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .bg {
    height: 100%;
    opacity: .95;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item:hover .bg {
    height: 100%;
    opacity: .6;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .item-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .title {
    text-align: center;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .title .cn {
    font-size: 32px;
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .title .en {
    font-size: 18px;
    color: #efefef;
    margin-top: 20px;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .title .border {
    width: 60px;
    height: 1px;
    background: #fff;
    margin-top: 20px;
    display: inline-block;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item p {
    font-size: 18px;
    color: #fff;
    padding: 0 35px;
    margin-top: 40px;
    text-align: center;
    line-height: 35px;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .bg1 {
    background: #ff9341;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .bg2 {
    background: #1e748c;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .bg3 {
    background: #4690a4;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .bg4 {
    background: #ffa968;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item.one .item-main {
    padding-top: 170px;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item.half {
    height: 50%;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item.half .item-main {
    padding-top: 40px;
    box-sizing: border-box;
}

.brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item.half .en {
    margin-top: 20px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom {
    overflow: hidden;
    margin-top: 80px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item {
    float: left;
    width: 50%;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main {
    width: 640px;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item.left {
    background-image: url(../images/meihua-pic5.jpg);
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item.right {
    background-image: url(../images/meihua-pic6.jpg);
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item.left .item-main {
    float: right;
    padding-right: 70px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item.right .item-main {
    float: left;
    padding-left: 70px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .cn {
    font-size: 42px;
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .en {
    font-size: 18px;
    color: #f2f2f2;
    margin-top: 10px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .border {
    width: 105px;
    height: 1px;
    background: #fff;
    margin-top: 40px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont {
    text-align: left;
    color: #fff;
    margin-top: 40px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont p {
    font-size: 18px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont p span {
    font-weight: bold;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .phone {
    background: url(../images/meihua-icon4.png) 0 center no-repeat;
    padding-left: 30px;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .email {
    background: url(../images/meihua-icon6.png) 0 center no-repeat;
    padding-left: 30px;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main input {
    background: transparent;
    border: none;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main textarea {
    background: transparent;
    outline: none;
    border: none;
    height: 150px;
    line-height: 35px;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .input-cont {
    background: rgba(255, 255, 255, .2);
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .bb-btn {
    width: 220px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 48px 0 0 170px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main input::-webkit-input-placeholder {
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main input:-moz-placeholder {
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main input::-moz-placeholder {
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main input:-ms-input-placeholder {
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main textarea::-webkit-input-placeholder {
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main textarea:-moz-placeholder {
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main textarea::-moz-placeholder {
    color: #fff;
}

.brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main textarea:-ms-input-placeholder {
    color: #fff;
}

/*视频弹框*/
.pop-video-layer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.pop-video-layer .opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=87);
    opacity: 0.87;
}

.pop-video-layer .video-layer-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -375px;
    margin-top: -245px;
    width: 750px;
    height: 490px;
}

.pop-video-layer .video-layer-detail {
    width: 750px;
    height: 490px;
    background: #000;
}

.pop-video-layer .video-layer-inner .close {
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: url(../../images/icon/layer-close.png) center center no-repeat;
    opacity: 1;
}

/*合作加盟*/
.core-advantages-container {
    padding: 95px 0 120px 0;
    background-color: #f9f9f9;
}

.core-advantages-container .cont {
    margin-top: 40px;
    padding: 0 110px;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-align: center;
}

.cooperation-brands-container {
    padding: 95px 0 80px 0;
}

.cooperation-brands-container .txt {
    margin-top: 30px;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-align: center;
}

.cooperation-brands-container .logo-list {
    margin-top: 45px;
    padding: 0 70px;
}

.cooperation-brands-container .logo-list li {
    float: left;
    width: 20%;
    height: 74px;
}

.cooperation-brands-container .logo-list li:nth-of-type(1) {
    background: url(../images/cooperation-logo1.png) center no-repeat;
}

.cooperation-brands-container .logo-list li:nth-of-type(2) {
    background: url(../images/cooperation-logo2.png) center no-repeat;
}

.cooperation-brands-container .logo-list li:nth-of-type(3) {
    background: url(../images/cooperation-logo3.png) center no-repeat;
}

.cooperation-brands-container .logo-list li:nth-of-type(4) {
    background: url(../images/cooperation-logo4.png) center no-repeat;
}

.cooperation-brands-container .logo-list li:nth-of-type(5) {
    background: url(../images/cooperation-logo-more.png) center no-repeat;
}

.cooperation-brands-container .logo-list li:hover:nth-of-type(1) {
    background: url(../images/cooperation-logo1-on.png) center no-repeat;
}

.cooperation-brands-container .logo-list li:hover:nth-of-type(2) {
    background: url(../images/cooperation-logo2-on.png) center no-repeat;
}

.cooperation-brands-container .logo-list li:hover:nth-of-type(3) {
    background: url(../images/cooperation-logo3-on.png) center no-repeat;
}

.cooperation-brands-container .logo-list li:hover:nth-of-type(4) {
    background: url(../images/cooperation-logo4-on.png) center no-repeat;
}

.cooperation-brands-container .cooperation-brands-map-box {
    text-align: center;
    margin-top: 60px;
}

.contact-container .contact-content {
    margin-top: 50px;
}

.contact-container .contact-content .contact-left {
    background-color: #f5f5f5;
    padding: 70px 0 0 0;
    height: 650px;
    color: #666;
}

.contact-container .contact-content .contact-left .contact-box {
    float: right;
    width: 560px;
}

.contact-container .contact-content .contact-left .contact-box .top-title {
    font-size: 30px;
}

.contact-container .contact-content .contact-left .contact-box .cont .block {
    padding: 0 0 25px 0;
    border-bottom: 1px dotted #cdcdcd;
    font-size: 18px;
}

.contact-container .contact-content .contact-left .contact-box .cont .block p {
    margin: 25px 0 0 0;
    padding-left: 42px;
}

.contact-container .contact-content .contact-left .contact-box .cont .block .phone {
    background: url(../../images/icon/icon-phone.png) 0 0 no-repeat;
}

.contact-container .contact-content .contact-left .contact-box .cont .block .email {
    background: url(../../images/icon/icon-email.png) 0 0 no-repeat;
}

.contact-container .contact-content .contact-right {
    background-color: #bbbbbc;
    padding: 70px 0 0 0;
    height: 650px;
    color: #fff;
}

.contact-container .contact-content .contact-right .demand-box {
    float: left;
    width: 580px;
    margin-left: 90px;
}

.contact-container .contact-content .contact-right .demand-box .top-title {
    font-size: 30px;
}

.contact-container .contact-content .contact-right .demand-box .cont li {
    border-bottom: 1px dotted #fff;
}

.contact-container .contact-content .contact-right .demand-box .cont li .input-text {
    width: 100%;
    height: 76px;
    line-height: 76px;
    border: 0;
    font-size: 18px;
    color: #fff;
    background-color: #bbbbbc;
}

.contact-container .contact-content .contact-right .demand-box .cont li textarea {
    width: 100%;
    height: 150px;
    border: 0;
    font-size: 18px;
    color: #fff;
    background-color: #bbbbbc;
    padding-top: 25px;
}

.contact-container .contact-content .contact-right .demand-box .cont li .input-text::-webkit-input-placeholder,
.contact-container .contact-content .contact-right .demand-box .cont li textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.contact-container .contact-content .contact-right .demand-box .cont li .input-text:-moz-placeholder,
.contact-container .contact-content .contact-right .demand-box .cont li textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.contact-container .contact-content .contact-right .demand-box .cont li .input-text::-moz-placeholder,
.contact-container .contact-content .contact-right .demand-box .cont li textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.contact-container .contact-content .contact-right .demand-box .cont li .input-text:-ms-input-placeholder,
.contact-container .contact-content .contact-right .demand-box .cont li textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.contact-container .contact-content .contact-right .demand-box .bot-btn {
    margin-top: 50px;
    text-align: center;
}

.contact-container .contact-content .contact-right .demand-box .bot-btn a {
    display: inline-block;
    width: 145px;
    height: 31px;
    line-height: 31px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #b28850;
    text-align: center;
}

/*关于我们*/
.about-container {
    padding: 100px 0 115px 0;
}

.about-wanda-container {
    height: 408px;
    background: url(../images/about-introduce-bg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
}

.about-wanda-container .txt-box {
    position: absolute;
    left: 85px;
    top: 65px;
    color: #aeadad;
}

.about-wanda-container .txt-box .title-box {
    padding-bottom: 45px;
    position: relative;
}

.about-wanda-container .txt-box .title-box .cn {
    font-size: 42px;
    line-height: 42px;
}

.about-wanda-container .txt-box .title-box .en {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
}

.about-wanda-container .txt-box .title-box:before {
    content: '';
    width: 82px;
    height: 1px;
    background-color: #aeadad;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-wanda-container .txt-box .cont {
    margin-top: 45px;
    font-size: 18px;
    line-height: 36px;
    width: 530px;
}

.about-wanda-container2 {
    padding: 130px 0 100px 0;
}

.about-wanda-container2 .about-wanda-content {
    background: url(../images/about-introduce-bg2.png) 0 0 repeat;
}

.about-wanda-container2 .about-wanda-content .pic {
    float: left;
    width: 47%;
}

.about-wanda-container2 .about-wanda-content .pic img {
    display: block;
    width: 100%;
}

.about-wanda-container2 .about-wanda-content .right-content {
    float: right;
    width: 53%;
    padding: 25px 33px;
}

.about-wanda-container2 .about-wanda-content .right-content .box {
    border: 1px dashed #b28850;
    padding: 60px 95px 0 95px;
    height: 700px;
    color: #666;
}

.about-wanda-container2 .about-wanda-content .right-content .box .title-box {
    padding-bottom: 45px;
    position: relative;
}

.about-wanda-container2 .about-wanda-content .right-content .box .title-box .cn {
    font-size: 42px;
    line-height: 42px;
    color: #b28850;
}

.about-wanda-container2 .about-wanda-content .right-content .box .title-box .en {
    font-size: 18px;
    line-height: 18px;
    color: #dadada;
    margin-top: 20px;
}

.about-wanda-container2 .about-wanda-content .right-content .box .title-box:before {
    content: '';
    width: 82px;
    height: 1px;
    background-color: #b28850;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-wanda-container2 .about-wanda-content .right-content .box .cont {
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
}

.about-wanda-container2 .about-wanda-content .right-content .box .cont p {
    padding-top: 30px;
}

.hotel-design-container {
    padding-top: 95px;
    height: 580px;
    background-color: #fcfcfc;
    position: relative;
}

.hotel-design-container .hotel-design-focus {}

.hotel-design-container .hotel-design-focus .swiper-container-autoheight,
.hotel-design-container .hotel-design-focus .swiper-container-autoheight .swiper-slide {
    height: 300px;
}

.hotel-design-container .hotel-design-focus .swiper-slide .cont {
    padding: 0 300px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #666;
    margin-top: 42px;
}

.hotel-design-container .hotel-design-focus .bg {
    width: 505px;
    height: 505px;
    background: url(../images/guanyuwomen-arr-txt.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -252.5px;
    margin-left: -252.5px;
    -webkit-animation: start 12s infinite linear;
    animation: start 12s infinite linear;
}

@-webkit-keyframes start {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes start {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.hotel-design-container .hotel-design-focus .swiper-button-prev,
.hotel-design-container .hotel-design-focus .swiper-button-next {
    width: 128px;
    height: 23px;
    top: 50%;
    margin-top: 55px;
    font-size: 18px;
}

.hotel-design-container .hotel-design-focus .swiper-button-prev {
    background: url(../images/about-arrow-left.png) center no-repeat;
    background-size: cover;
}

.hotel-design-container .hotel-design-focus .swiper-button-next {
    background: url(../images/about-arrow-right.png) center no-repeat;
    background-size: cover;
}

.hotel-design-container .hotel-design-focus .swiper-button-prev span,
.hotel-design-container .hotel-design-focus .swiper-button-next span {
    position: absolute;
    top: -28px;
}

.hotel-design-container .hotel-design-focus .swiper-button-prev span {
    right: 0;
}

.hotel-design-container .hotel-design-focus .swiper-button-next span {
    left: 0;
}

.corporate-philosophy-container {
    background: url(../images/hotel-design-bg.jpg) top center no-repeat;
    background-size: cover;
    height: 630px;
    padding-top: 95px;
}

.corporate-philosophy-container .base-top-title .en {
    color: #b28850;
}

.corporate-philosophy-container .content {
    margin-top: 50px;
}

.corporate-philosophy-container .content .block {
    text-align: center;
    color: #999;
}

.corporate-philosophy-container .content .block .title {
    font-size: 32px;
    line-height: 32px;
    margin-top: 42px;
}

.corporate-philosophy-container .content .block p {
    font-size: 18px;
    margin-top: 25px;
}

.corporate-philosophy-container .content .block:hover {
    color: #b28850;
}

.milestones-container {
    padding: 100px 0;
}

.history-wrap {
    width: 100%;
    margin-top: 70px;
}

.history-wrap .time-line {
    border-bottom: 1px solid #878787;
    width: 87%;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    /*transform:translate(-100px,220px) rotate(90deg)*/
}

.history-wrap .time-line ul li p {
    /*transform: rotate(-90deg) translate(-100px,0px)*/
}

.history-wrap .time-line ul {
    width: 84%;
    margin: 0 auto;
    position: relative;
}

/*.history-wrap .time-line ul:before{content: " ";position: absolute;left: 0;right: 0;height: 7px;bottom: -3px;background: #a98867;}*/
.history-wrap .time-line ul li {
    float: left;
    position: relative;
    padding: 0 0 40px;
    cursor: pointer;
    width: 12.5%;
    text-align: center;
}

.history-wrap .time-line ul li.active p {
    color: #a98867;
    font-size: 16px;
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
}

.history-wrap .time-line ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -2px;
}

.history-wrap .time-line ul li.bfactive:before {
    right: 0;
}

.history-wrap .time-line ul li.active:before {
    right: 0;
    background: #a98867;
}

.history-wrap .time-line ul li:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 40px;
    left: 50%;
    margin-left: -0.5px;
    background: #878787;
    bottom: -21px;
    z-index: 100;
}

.history-wrap .time-line ul li.bfactive:after {
    background: #a98867;
}

.history-wrap .time-line ul li.active:after {
    width: 3px;
    background: #a98867;
}

.history-wrap .history-sw {
    width: 800px;
    position: relative;
    margin: 70px auto 0;
}

.history-wrap .history-sw .left,
.history-wrap .history-sw .right {
    position: absolute;
    top: 0;
    margin-top: 0;
    z-index: 99;
    font-size: 30px;
    color: #878787;
    cursor: pointer;
}

.history-wrap .history-sw .left {
    left: -30px;
}

.history-wrap .history-sw .right {
    right: -30px;
}

.history-wrap .history-sw .left:hover,
.history-wrap .history-sw .right:hover {
    color: #b28850;
}

.history-wrap .swiper-slide {
    float: left;
}

.history-wrap .swiper-slide p {
    text-align: center;
    color: #666;
    font-size: 16px;
}

.history-wrap2 {
    color: #dcdcdc;
    width: 100%;
    margin-left: 0;
    padding: 40px 0;
}

.history-wrap2 ul {
    border-right: 1px solid #878787;
    display: inline-block;
    padding: 50px 0 50px 0;
}

.history-wrap2 li {
    padding: 25px 30px 25px 20px;
    position: relative;
    font-size: 16px;
}

.history-wrap2 li.bfactive:before {
    content: " ";
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 3px;
    /* background: #a58969; */
    z-index: 99
}

.history-wrap2 li.active:before {
    content: " ";
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #a58969;
    z-index: 99
}

.history-wrap2 li.active {
    color: #b28850;
}

.history-wrap2 li:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #878787;
    right: -12px;
    top: 50%;
    margin-top: -1px;
}

.history-wrap2 li.bfactive:after {
    background: #8f775b;
}

.history-wrap2 li.active:after {
    background: #8f775b;
    height: 3px;
    margin-top: -1.5px;
}

.history-wrap2 li .cont {
    position: absolute;
    width: 220px;
    right: -246px;
    top: 0;
    display: none;
}

.history-wrap2 li.active .cont {
    display: block;
}

.history-wrap2 li .cont .tit {
    font-size: 26px;
    color: #bc9a71
}

.history-wrap2 li .cont p {
    color: #8c8b8b !important;
}

.honor-container {
    width: 100%;
    overflow: hidden;
}

.honor-inner {
    background: url(../images/honor-bg.jpg) top center no-repeat;
    margin-top: 50px;
    /* height: 740px; */
}

.honor-inner .w1280 {
    position: relative;
}

.honor-inner .box {
    display: none;
}

.honor-inner .pic img {
    display: block;
    width: 100%;
}

.honor-inner .right-cont {
    padding-top: 200px;
    padding-left: 30px;
    color: #666;
}

.honor-inner .right-cont .title {
    font-size: 20px;
    color: #b28850;
}

.honor-inner .right-cont .cont {
    font-size: 18px;
    line-height: 36px;
    margin-top: 25px;
}

.honor-inner .btn-v {
    position: absolute;
    left: 45%;
    bottom: 18px;
}

.honor-inner .swiper-button-prev,
.honor-inner .swiper-button-next {
    width: 128px;
    height: 23px;
}

.honor-inner .swiper-button-prev {
    left: 0;
    background: url(../images/about-arrow-left.png) center no-repeat;
    background-size: cover;
}

.honor-inner .swiper-button-next {
    left: 200px;
    background: url(../images/about-arrow-right.png) center no-repeat;
    background-size: cover;
}

.honor-inner .tabs {
    width: calc(60% - 60px);
    border-bottom: 1px solid #a6a6a6;
    font-size: 26px;
    color: #666;
    position: absolute;
    top: 95px;
    right: 0;
    z-index: 9;
    padding-bottom: 25px;
    text-align: right;
}

.honor-inner .tabs li {
    display: inline-block;
    margin-right: 90px;
    cursor: pointer;
}

.honor-inner .tabs li.current {
    color: #b28850;
}

/*手机导航浮层*/
.meun-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(000, 000, 000, 0.5);
    z-index: 11111;
    display: none;
}

.meun-layer-inner {
    width: 234px;
    height: 100%;
    background-color: #fff;
    padding-top: 77px;
    position: relative;
    left: -234px;
    overflow-y: auto;
}

.meun-layer-inner .layer-close {
    width: 30px;
    height: 30px;
    background: url(../../images/icon/MapClose.png) center no-repeat;
    position: absolute;
    top: 37px;
    right: 20px;
}

.meun-layer-wrapper .login-btn {
    text-align: center;
}

.meun-layer-wrapper .login-btn a {
    display: inline-block;
    width: 60px;
    height: 28px;
    line-height: 28px;
    background-color: #312d29;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 0 10px;
}

.meun-layer-wrapper .nav {
    margin-top: 10px;
}

.meun-layer-wrapper .nav li {
    line-height: 53px;
    font-size: 16px;
    border-bottom: 1px solid #bebebe;
}

.meun-layer-wrapper .nav li a {
    display: block;
    color: #333;
    padding-left: 90px;
    position: relative;
}

.meun-layer-wrapper .nav li .icon {
    position: absolute;
}

.meun-layer-wrapper .nav li.home .icon {
    width: 21px;
    height: 17.5px;
    background: url(../../images/icon/meun-icon-home.png) center no-repeat;
    background-size: auto 17.5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 53px;
}

.meun-layer-wrapper .nav li.hotel .icon {
    width: 21px;
    height: 17.5px;
    background: url(../../images/icon/meun-icon-hotel.png) center no-repeat;
    background-size: auto 17.5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 53px;
}

.meun-layer-wrapper .nav li.clubwanda .icon {
    width: 55px;
    height: 17.5px;
    background: url(../../images/icon/meun-icon-clubwanda20230821.png) center no-repeat;
    background-size: auto 17.5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 21px;
}

.meun-layer-wrapper .nav li.design .icon {
    width: 21px;
    height: 17.5px;
    background: url(../../images/icon/meun-icon-design.png) center no-repeat;
    background-size: auto 17.5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 53px;
}

.meun-layer-wrapper .nav li.brand .icon {
    width: 21px;
    height: 17.5px;
    background: url(../../images/icon/meun-icon-brand.png) center no-repeat;
    background-size: auto 17.5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 53px;
}

.meun-layer-wrapper .nav li.about .icon {
    width: 21px;
    height: 17.5px;
    background: url(../../images/icon/meun-icon-about.png) center no-repeat;
    background-size: auto 17.5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 53px;
}

.meun-layer-wrapper .nav li.cooperation .icon {
    width: 21px;
    height: 17.5px;
    background: url(../../images/icon/meun-icon-cooperation.png) center no-repeat;
    background-size: auto 17.5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 53px;
}

.meun-layer-wrapper .nav li .glyphicon-menu-right {
    margin-left: 20px;
    transition: all 0.3s;
}

.meun-layer-wrapper .nav li ul {
    display: none;
}

.meun-layer-wrapper .nav li ul li {
    font-size: 13px;
    line-height: 30px;
    border-bottom: 0;
}

.meun-layer-wrapper .nav li .item.current .glyphicon-menu-right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.meun-layer-wrapper .language {
    text-align: center;
    margin-top: 30px;
}

.meun-layer-wrapper .language span {
    margin: 0 10px;
}

.meun-layer-wrapper .ordersearch {
    text-align: center;
    margin-top: 10px;
}

/*电话*/
.intl-tel-input .selected-flag .iti-flag {
    line-height: 14px;
    box-shadow: none;
    background: none;
}

.intl-tel-input .country-list .flag-box .iti-flag {
    display: none;
}

.intl-tel-input .selected-flag .iti-arrow {
    right: -6px;
}

/*支付提示*/
.payPop {
    background: url(../images/popbg.png) repeat;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 100;
}

.payPop .arrow {
    background: url(../images/arrow.png) no-repeat left top;
    width: 130px;
    height: 220px;
    position: absolute;
    right: 40px;
    top: 20px;
    background-size: 100% auto;
}

.payPop .txt {
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 250px;
    line-height: 1.6em;
    left: 88px;
}

/* 注册授权提示 */
.empowerLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.empowerLayer .opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
}

.empowerLayerInner {
    width: 750px;
    height: 550px;
    background-color: #fff;
    padding: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -275px 0 0 -375px;
}

.empowerLayerContent {
    height: 480px;
    overflow-y: auto;
    font-size: 14px;
}

.empowerLayerContent p {
    margin-bottom: 15px;
}

.empowerLayer .ompBtn {
    text-align: center;
    margin-top: 20px;
}

.empowerLayer .ompBtn a {
    display: inline-block;
    width: 164px;
    height: 40px;
    line-height: 40px;
    background: #c1986e;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 5px 10px;
}

.empowerLayer .ompBtn a:hover {
    /* background-position:0 -40px;*/
}

.empowerLayer .ompBtn a.closeBtn {
    margin-left: 10px;
    background: url(../images/infoTable_cancelBtn.jpg) 0 0 repeat-x;
}

.empowerLayer .ompBtn a.closeBtn:hover {
    background-position: 0 -40px;
}

.empowerLayer .ompBtn .cancel {
    background-color: #ccc;
}

@media (max-width: 768px) {
    .menu-wrapper {
        display: none;
    }

    .hidden-m {
        display: none;
    }

    .visible-m {
        display: block;
    }

    .header-m {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: url(/website/webfile/assets/images/new/header-bg.png) repeat;
    }

    .header-m .hm-left {
        width: 24px;
        height: 17px;
        background: url(/website/webfile/assets/images/icon/head-icon2.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 13px;
        left: 15px;
    }

    .header-m .hm-center {
        height: 43px;
        line-height: 43px;
        text-align: center;
    }

    .header-m .hm-center a {
        display: inline-block;
        width: 60px;
        vertical-align: middle;
        margin-left: -30px;
    }

    .header-m .hm-center a img {
        width: 100%;
        display: block;
    }

    .header-m .hm-right {
        width: 25px;
        height: 25px;
        background: url(/website/webfile/assets/images/icon/head-icon3.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 8.5px;
        right: 15px;
    }

    .header-m .login-box {
        background: url(/website/webfile/assets/images/header-bg2.png) repeat;
        position: absolute;
        right: 0;
        width: 100%;
        padding: 15px;
        top: 43px;
        display: none;
    }

    .header-m .login-box .inputText {
        width: 100%;
        padding: 0 15px;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px;
        border: 0;
    }

    .header-m .login-box .inputBtn {
        width: 100%;
        font-size: 14px;
        height: 45px;
        margin-bottom: 10px;
        background-color: #c1986e;
        color: #fff;
        border: 0;
    }

    .header-m .login-box .loginLink {
        font-size: 14px;
    }

    .header-m .login-box .loginLink a {
        color: #fff;
    }

    .header-m .login-box .loginLink a:nth-child(1) {
        float: left;
    }

    .header-m .login-box .loginLink a:nth-child(2) {
        float: right;
    }

    .header-m .login-box .login-bottom {
        margin-bottom: 10px;
        color: #fff;
    }

    .header-m .login-box .login-bottom a {
        color: #b1977e;
    }

    .wrapper {
        padding-top: 43px;
    }

    .home-main .home-banner {
        height: auto;
    }

    .home-main .banner .swiper-container {
        height: 230px;
    }

    .home-main .banner .swiper-button-prev,
    .home-main .banner .swiper-button-next {
        display: none;
    }

    .home-main .banner .swiper-slide .text {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 90%;
    }

    .home-main .banner .swiper-slide .text .cn {
        font-size: 18px;
        line-height: 18px;
    }

    .home-main .banner .swiper-slide .text .en {
        font-size: 12px;
        line-height: 12px;
        margin-top: 15px;
    }

    .home-main .banner .swiper-slide .text2 .cn span {
        font-size: 30px;
    }

    .home-main .banner .swiper-slide .text2:before {
        bottom: -25px;
    }

    .search-m {
        border-top: 5px solid #fff;
        padding: 15px 22px;
        background-color: #f5f5f5;
    }

    .search-m .s-item {
        border-bottom: 1px solid #d4d4d4;
        padding: 10px 0;
        font-size: 0;
    }

    .search-m .s-item:last-of-type {
        border: none;
    }

    .search-m .s-item input {
        border: none;
        width: 100%;
        line-height: 25px;
        font-size: 14px;
    }

    .search-m .s-item .city {
        padding-left: 55px;
        background: url(../images/home-icon9.png) 25px center no-repeat;
        background-size: 17px 17px;
        text-align: left;
    }

    .search-m .s-item .item-left,
    .search-m .s-item .item-center,
    .search-m .s-item .item-right {
        display: inline-block;
        width: 33%;
        text-align: center;
    }

    .search-m .s-item .title {
        font-size: 12px;
        color: #999;
    }

    .search-m .s-item input {
        color: #312d29;
        text-align: center;
        background-color: transparent;
    }

    .search-m .s-item .border {
        width: 50px;
        height: 1px;
        background: #999;
        display: inline-block;
        vertical-align: top;
    }

    .search-m .s-item span {
        display: inline-block;
        font-size: 14px;
        color: #999;
        background: #f5f5f5;
        padding: 3px 5px;
        position: absolute;
        margin-top: -13px;
        margin-left: -40px;
    }

    .search-m .s-item .item-center {
        height: 10px;
        vertical-align: 18px;
    }

    .search-m .s-item .code {
        text-align: left;
        padding-left: 55px;
        background: url(../../images/new/icon-protocol-code.png) 25px center no-repeat;
        background-size: 19px 17px;
    }

    .search-m .s-item .block-btn {
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #312d29;
        color: #fff;
        font-size: 16px;
    }

    .search-m .s-item .block-btn a {
        display: block;
        color: #fff;
    }

    .home-main .promotion-m {
        border-top: 5px solid #f6f6f6;
        padding: 10px 15px;
        padding-bottom: 30px;
    }

    .home-main .promotion-m .top-title {
        line-height: 35px;
        text-align: center;
    }

    .home-main .promotion-m .top-title .border {
        width: 100%;
        height: 1px;
        background: #f6f6f6;
        margin-top: -22px;
    }

    .home-main .promotion-m .top-title span {
        display: inline-block;
        padding: 5px 10px;
        font-size: 16px;
        color: #a1733a;
        font-weight: bold;
        background: #fff;
    }

    .home-main .promotion-m .pro-list {
        margin-top: 20px;
    }

    .home-main .promotion-m .pro-list img {
        width: 100%;
        display: block;
    }

    .home-main .promotion-m .pro-list .text {
        background: #f9f9f9;
        padding: 10px;
        color: #af895e;
    }

    .home-main .promotion-m .pro-list .text .title {
        font-size: 14px;
    }

    .home-main .promotion-m .pro-list .text p {
        font-size: 12px;
    }

    .home-main .promotion-m .pro-btn {
        margin-top: 10px;
        border: 1px solid;
        color: #af895e;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        border-radius: 3px;
    }

    .home-main .promotion-m .pro-btn a {
        display: block;
        color: #af895e;
    }

    .home-main .hotelBrand {
        padding: 20px 15px;
        border-top: 5px solid #f6f6f6;
    }

    .home-main .hotelBrand .brand-title {
        line-height: 35px;
        text-align: center;
    }

    .home-main .hotelBrand .brand-title .border {
        width: 100%;
        height: 1px;
        background: #f6f6f6;
        margin-top: -22px;
    }

    .home-main .hotelBrand .brand-title span {
        display: inline-block;
        padding: 5px 20px;
        font-size: 16px;
        color: #a1733a;
        font-weight: bold;
        background: #fff;
    }

    .home-main .hotelBrand .brand-list {
        margin-top: 20px;
        font-size: 0;
    }

    .home-main .hotelBrand .brand-item {
        width: 25%;
        padding: 0 5%;
        box-sizing: border-box;
        display: inline-block;
    }

    .home-main .hotelBrand .brand-item img {
        width: 100%;
        display: block;
    }

    .footer-m {
        height: 45px;
        text-align: center;
        line-height: 45px;
        color: #8f8f8f;
        font-size: 12px;
        background: #333;
    }

    .orderInfo-m {
        background: #f6f6f6;
    }

    .orderInfo-m .order-mTop {
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 14px;
        color: #b28850;
        font-weight: bold;
        background: #fff;
    }

    .orderInfo-m .order-mTop .back {
        width: 9px;
        height: 18px;
        background: url(../images/mOrder-icon1.png) no-repeat;
        float: left;
        margin-left: 10px;
        margin-top: 14px;
    }

    .orderInfo-m .hotel-info {
        background: #fff;
        margin-top: 5px;
        padding: 5px 10px;
        color: #666;
    }

    .orderInfo-m .hotel-info .title {
        font-size: 16px;
        font-weight: bold;
        line-height: 35px;
    }

    .orderInfo-m .hotel-info p {
        font-size: 14px;
        line-height: 25px;
    }

    .orderInfo-m .form-info {
        border-top: 1px solid #dfdfdf;
    }

    .orderInfo-m .form-info .number-info {
        padding: 15px 10px;
        background: #fff;
    }

    .orderInfo-m .form-info .number-info .n-cont {
        display: inline-block;
        width: calc(50% - 3px);
        background: #f6f6f6;
        text-align: center;
    }

    .orderInfo-m .form-info .number-info .n-cont:first-of-type {
        margin-right: 2px;
    }

    .orderInfo-m .form-info .number-info .n-cont .top {
        font-size: 14px;
        color: #666;
        height: 30px;
        line-height: 30px;
    }

    .orderInfo-m .form-info .number-info .n-cont .bottom {
        height: 30px;
        line-height: 30px;
        border-top: 1px solid #e0e0e0;
    }

    .orderInfo-m .form-info .number-info .n-cont .bottom .block-btn,
    .orderInfo-m .form-info .number-info .n-cont .bottom .input {
        display: inline-block;
        vertical-align: middle;
    }

    .orderInfo-m .form-info .number-info .n-cont .bottom .block-btn {
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
    }

    .orderInfo-m .form-info .number-info .n-cont .bottom .block-btn.prev {
        background-image: url(../images/mOrder-icon4.png);
    }

    .orderInfo-m .form-info .number-info .n-cont .bottom .block-btn.next {
        background-image: url(../images/mOrder-icon2.png);
    }

    .orderInfo-m .form-info .number-info .n-cont .bottom .input {
        width: 40px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 14px;
        color: #b28850;
        font-weight: bold;
    }

    .orderInfo-m .form-info .input-info {
        margin-top: 5px;
        background: #fff;
    }

    .orderInfo-m .form-info .input-info .input-cont {
        border-bottom: 1px solid #dfdfdf;
        padding: 0 10px;
        font-size: 0;
    }

    .orderInfo-m .form-info .input-info .input-cont:last-of-type {
        border: none;
    }

    .orderInfo-m .form-info .input-info .input-cont .name {
        width: 65px;
        display: inline-block;
        font-size: 14px;
        color: #a3a3a3;
    }

    .orderInfo-m .form-info .input-info .input-cont .name.icon {}

    .orderInfo-m .form-info .input-info .input-cont .input {
        width: calc(100% - 65px);
        display: inline-block;
        background-repeat: no-repeat;
        background-position: right center;
    }

    .orderInfo-m .form-info .input-info .input-cont .input.icon1 {
        background-image: url(../images/mOrder-icon6.png);
    }

    .orderInfo-m .form-info .input-info .input-cont .input.icon2 {
        background-image: url(../images/mOrder-icon7.png);
    }

    .orderInfo-m .form-info .input-info .input-cont .input.icon3 {
        background-image: url(../images/mOrder-icon8.png);
    }

    .orderInfo-m .form-info .input-info .input-cont .input input {
        height: 40px;
        line-height: 40px;
        width: 90%;
        border: 0;
        padding: 0 10px;
    }

    .orderInfo-m .form-info .textarea-info {
        margin-top: 5px;
        background: #fff;
        padding: 15px 10px;
        font-size: 0px;
    }

    .orderInfo-m .form-info .textarea-info .name {
        width: 60px;
        color: #a3a3a3;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
    }

    .orderInfo-m .form-info .textarea-info .input {
        width: calc(100% - 60px);
        display: inline-block;
    }

    .orderInfo-m .form-info .textarea-info textarea {
        width: 100%;
        height: 60px;
        font-size: 14px;
        border: 0;
        padding: 0 10px;
    }

    .orderInfo-m .pay-info {
        margin-top: 25px;
        font-size: 0;
    }

    .orderInfo-m .pay-info .pay-left {
        display: inline-block;
        width: calc(100% - 135px);
        box-sizing: border-box;
        padding: 6px 10px 0 10px;
        vertical-align: top;
        background: #fff;
    }

    .orderInfo-m .pay-info .pay-left .f-left {
        float: left;
        height: 44px;
        line-height: 44px;
    }

    .orderInfo-m .pay-info .pay-left .f-left .price {
        font-size: 10px;
        color: #cc0000;
        display: inline-block;
        margin-right: 10px;
    }

    .orderInfo-m .pay-info .pay-left .f-left .price span {
        font-size: 16px;
    }

    .orderInfo-m .pay-info .pay-left .f-left .message {
        font-size: 12px;
        color: #999;
        display: inline-block;
    }

    .orderInfo-m .pay-info .pay-left .f-right {
        float: right;
        background: url(../images/mOrder-icon10.png) right center no-repeat;
        font-size: 14px;
        color: #999;
        padding-right: 20px;
        line-height: 40px;
    }

    .orderInfo-m .pay-info .pay-right {
        display: inline-block;
        width: 135px;
        height: 50px;
        background: #b28850;
        color: #fff;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
    }

    .orderInfo-m .form-info .message-info {
        padding: 10px;
        border-bottom: 1px solid #dfdfdf;
        background: #fff;
        line-height: 30px;
    }

    .orderInfo-m .form-info .message-info .name {
        font-size: 14px;
        color: #a3a3a3;
        display: inline-block;
        width: 75px;
    }

    .orderInfo-m .form-info .message-info .input {
        font-size: 16px;
        color: #333;
        display: inline-block;
    }

    .orderInfo-m .price-info {
        padding: 15px 10px;
        overflow: hidden;
        line-height: 30px;
        background: #fff;
    }

    .orderInfo-m .price-info .p-left {
        float: left;
        font-size: 14px;
        color: #a3a3a3;
    }

    .orderInfo-m .price-info .p-right {
        float: right;
        font-size: 10px;
        color: #cc0000;
    }

    .orderInfo-m .price-info .p-right span {
        font-size: 20px;
    }

    .orderInfo-m .pay-type {
        background: #fff;
        margin-top: 5px;
        padding: 10px;
    }

    .orderInfo-m .pay-type .type-item {
        display: inline-block;
        margin-right: 20px;
        padding-left: 20px;
        background: url(../images/book-icon4.png) 0 center no-repeat;
        vertical-align: middle;
    }

    .orderInfo-m .pay-type .type-item.active {
        background-image: url(../images/book-icon3.png);
    }

    .orderInfo-m .pay-btn {
        padding: 15px;
    }

    .orderInfo-m .pay-btn .block-btn {
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #b28850;
        border-radius: 3px;
    }

    .orderInfo-m .pay-btn .block-btn a {
        display: block;
        color: #fff;
    }

    .orderInfo-m .pay-btn .links {
        text-align: right;
        color: #666;
        font-size: 14px;
        margin-top: 12px;
    }

    .orderInfo-m .pay-btn .links span {
        margin: 0 3px;
    }

    .orderInfo-m .pay-danbao {
        margin-top: 5px;
        background: #fff;
        padding: 10px;
    }

    .orderInfo-m .pay-danbao .title {
        font-size: 16px;
        color: #b28850;
    }

    .orderInfo-m .pay-danbao .input-cont .name {
        font-size: 12px;
        color: #666666;
        line-height: 25px;
    }

    .orderInfo-m .pay-danbao .input-cont .name span {
        font-size: 16px;
        color: #cc0000;
        vertical-align: -5px;
        margin-right: 5px;
    }

    .orderInfo-m .pay-danbao .input-cont .border {
        border: 1px solid #cfcfcf;
        border-radius: 3px;
    }

    .orderInfo-m .pay-danbao .input-cont .input {
        font-size: 14px;
        line-height: 35px;
    }

    .orderInfo-m .pay-danbao .input-cont input,
    .orderInfo-m .pay-danbao .input-cont select {
        width: 100%;
        border: 0;
        height: 33px;
        padding: 0 10px;
    }

    .orderInfo-m .pay-danbao .input-cont .c-type {
        width: 85px;
        display: inline-block;
    }

    .orderInfo-m .pay-danbao .input-cont .c-num {
        width: calc(100% - 100px);
        display: inline-block;
        margin-left: 5px;
    }

    .orderInfo-m .pay-danbao .input-cont .c-year {
        width: calc(50% - 10px);
        display: inline-block;
        margin-right: 6px;
        box-sizing: border-box;
        padding-left: 45px;
        position: relative;
        text-align: right;
    }

    .orderInfo-m .pay-danbao .input-cont .c-year span {
        position: absolute;
        left: 5px;
    }

    .orderInfo-m .pay-danbao .input-cont select {
        background: url(../images/book-icon5.png) 90% center no-repeat;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .orderInfo-m .finish-info {
        margin-top: 5px;
        background: #fff;
        padding: 10px;
        text-align: center;
    }

    .orderInfo-m .finish-info .title {
        font-size: 16px;
        color: #666;
        line-height: 40px;
    }

    .orderInfo-m .finish-info p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
    }

    .orderInfo-m .finish-info .btns {
        margin-top: 10px;
    }

    .orderInfo-m .finish-info .btns .block-btn {
        display: inline-block;
        width: 80px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        margin: 0 10px;
        border-radius: 3px;
    }

    .orderInfo-m .finish-info .btns .block-btn a {
        display: block;
    }

    .orderInfo-m .finish-info .btns .block-btn.cancel {
        border: 1px solid #b28850;
        color: #b28850;
    }

    .orderInfo-m .finish-info .btns .block-btn.cancel a {
        color: #b28850;
    }

    .orderInfo-m .finish-info .btns .block-btn.ok {
        border: 1px solid #b28850;
        background: #b28850;
        color: #fff;
    }

    .orderInfo-m .finish-info .btns .block-btn.ok a {
        color: #fff;
    }

    .orderInfo-m .check-info {
        margin-bottom: 30px;
    }

    .orderInfo-m .check-info .title {
        line-height: 45px;
        text-align: center;
        font-size: 16px;
        color: #b28850;
        background: #fff;
    }

    .orderInfo-m .check-info .text-cont {
        margin-top: 5px;
        background: #fff;
    }

    .orderInfo-m .check-info .text-cont .text {
        border-bottom: 1px solid #efefef;
        padding: 10px;
    }

    .orderInfo-m .check-info .text-cont .text .name,
    .orderInfo-m .check-info .text-cont .text .value {
        display: inline-block;
        font-size: 16px;
    }

    .orderInfo-m .check-info .text-cont .text .name {
        width: 80px;
    }

    .orderInfo-m .check-info .text-cont .text.icon {
        background: url(../images/mOrder-icon13.png) 98% center no-repeat;
    }

    .w1280 {
        width: 100%;
    }

    /*二级banner*/
    .book-main .sub-banner .txt {
        padding: 0 15px;
    }

    .book-main .sub-banner .txt .cn {
        font-size: 18px;
        line-height: 18px;
    }

    .book-main .sub-banner .txt .en {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }

    .base-top-title {
        padding-bottom: 25px;
    }

    .base-top-title .cn {
        font-size: 26px;
        line-height: 26px;
    }

    .base-top-title .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    /*酒店设计*/
    .introduce-container {
        padding: 30px 15px;
    }

    .introduce-container .txt {
        margin-right: 0;
        font-size: 16px;
        line-height: 38px;
        margin-top: 20px;
    }

    .introduce-container .right-cont .pic {
        width: 60%;
        margin-left: 15px;
    }

    .introduce-container .right-cont .pic img {
        display: block;
        width: 100%;
    }

    .introduce-container .right-cont .title {
        float: right;
        width: 25%;
        margin-left: 0;
        margin-right: 15px;
    }

    .introduce-container .right-cont .title img {
        display: block;
        width: 100%;
    }

    .gallery-container {
        padding: 30px 15px;
    }

    .gallery-container .gallery-focus .swiper-button-prev,
    .gallery-container .gallery-focus .swiper-button-next {
        width: 20px;
        height: 40px;
        margin-top: -20px;
    }

    .gallery-container .gallery-focus .swiper-button-prev {
        left: 10px;
    }

    .gallery-container .gallery-focus .swiper-button-next {
        right: 10px;
    }

    .gallery-container .gallery-focus .txt-content-box {
        margin-top: 30px;
    }

    .gallery-container .gallery-focus .txt-box {
        padding: 0;
    }

    .gallery-container .gallery-focus .txt-box .title {
        font-size: 20px;
        line-height: 20px;
    }

    .gallery-container .gallery-focus .txt-box .cont {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .ingenuity-story-container {
        padding: 30px 15px;
    }

    .ingenuity-story-content .txt-cont {
        padding: 30px 15px 0 15px;
    }

    .ingenuity-story-content .txt-cont .title {
        font-size: 20px;
        line-height: 20px;
    }

    .ingenuity-story-content .txt-cont .cont {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }

    .ingenuity-story-content .pic img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .ingenuity-story-content .pic-right img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    .ingenuity-story-content .txt-cont .more {
        margin: 30px auto 0 auto;
    }

    .job-box {
        padding: 0 10px;
    }

    .job-box .job-cont {
        width: 100%;
        margin: 70px auto
    }

    .job-box .job-cont .jobinfo span {
        margin-left: 20px;
        font-size: 14px;
    }

    .job-box .job-cont .duty {
        padding: 10px 0 10px 10px;
        font-size: 14px;
        margin-top: 10px;
        height: 390px;
    }

    .job-box .job-cont .duty .item {
        margin-top: 15px;
    }

    .job-box .job-cont .jobinfo .jobads {
        display: block;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .job-box .job-cont .jobinfo .jobads:after {
        display: none;
    }

    .job-box .job-cont .jobinfo .jobname {
        margin-left: 0;
    }

    .job-box .job-cont .duty .tit {
        font-size: 18px;
    }

    .job-box .job-cont .close-btn {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 5px;
        top: -40px;
    }

    .job-box .job-cont .more {
        height: 50px;
        line-height: 50px;
        margin: 20px auto 0;
    }

    .job-box2 .job-cont .newsinfo .date {
        font-size: 18px;
        margin-bottom: 0;
    }

    .job-box2 .job-cont .newsinfo .year {
        font-size: 16px;
        margin-bottom: 0;
    }

    .job-box2 .job-cont .duty {
        height: 440px;
    }

    .job-box2 .job-cont .duty .tit {
        font-size: 16px;
    }

    .job-box2 .job-cont .duty .p {
        font-size: 14px;
        text-align: justify;
    }

    .more-mask .job-cont .newsinfo .titeng {
        font-size: 18px;
        margin-bottom: 0;
    }

    .more-mask .job-cont .newsinfo .titcha {
        font-size: 16px;
        margin-bottom: 0;
    }

    /*品牌故事*/
    .brand-container {
        padding: 0 0 30px 0;
    }

    .brand-container .tabs li {
        width: 50%;
        height: 160px;
    }

    .brand-container .tabs li.current {
        background-color: rgba(255, 255, 255, 0.6);
        border: 1px solid #b28850;
    }

    .brand-container .tabs li .block {
        display: none;
    }

    .brand-container .tabs li:nth-of-type(1) .logo,
    .brand-container .tabs li:nth-of-type(2) .logo,
    .brand-container .tabs li:nth-of-type(3) .logo,
    .brand-container .tabs li:nth-of-type(4) .logo {
        background-size: auto 40%;
    }

    .brand-container .tabs li.current:nth-of-type(1) .logo,
    .brand-container .tabs li.current:nth-of-type(2) .logo,
    .brand-container .tabs li.current:nth-of-type(3) .logo,
    .brand-container .tabs li.current:nth-of-type(4) .logo {
        background-size: auto 50%;
    }

    .brand-container .brand-content {
        margin-top: 30px;
        padding: 0 15px;
    }

    .brand-container .brand-content .video-box .video-play {
        width: 55px;
        height: 55px;
    }

    .brand-container .brand-content .title-box {
        margin-top: 30px;
    }

    .brand-container .brand-content .title-box .title {
        font-size: 20px;
        line-height: 20px;
    }

    .brand-container .brand-content .title-box .txt {
        font-size: 16px;
        margin-top: 15px;
    }

    .brand-container .brand-focus {
        margin-top: 30px;
    }

    .brand-container .brand-focus .swiper-button-prev,
    .brand-container .brand-focus .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .brand-container .brand-focus .swiper-button-prev {
        left: 10px;
    }

    .brand-container .brand-focus .swiper-button-next {
        right: 10px;
    }

    /*视频弹框*/
    .pop-video-layer .video-layer-inner {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .pop-video-layer .video-layer-detail {
        width: 100%;
        height: auto;
    }

    /*合作加盟*/
    .core-advantages-container {
        padding: 30px 15px;
    }

    .core-advantages-container .cont {
        padding: 0;
        margin-top: 30px;
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .cooperation-brands-container {
        padding: 30px 15px;
    }

    .cooperation-brands-container .txt {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .cooperation-brands-container .logo-list {
        padding: 0;
        margin-top: 15px;
    }

    .cooperation-brands-container .logo-list li {
        width: 33.333333333%;
        margin-top: 15px;
        background-size: 70% auto !important;
    }

    .cooperation-brands-container .logo-list li:nth-of-type(5) {
        background-size: 35% auto !important;
    }

    .cooperation-brands-container .cooperation-brands-map-box {
        margin-top: 30px;
    }

    .cooperation-brands-container .cooperation-brands-map-box img {
        display: block;
        width: 100%;
    }

    .contact-container .contact-content .contact-left {
        height: auto;
        padding: 0 15px;
    }

    .contact-container .contact-content .contact-left .contact-box {
        float: none;
        width: 100%;
        padding: 30px 15px;
    }

    .contact-container .contact-content .contact-left .contact-box .top-title {
        font-size: 20px;
    }

    .contact-container .contact-content .contact-left .contact-box .cont {
        padding-top: 10px;
    }

    .contact-container .contact-content .contact-left .contact-box .cont .block {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .contact-container .contact-content .contact-left .contact-box .cont .block p {
        margin-top: 15px;
    }

    .contact-container .contact-content .contact-right {
        height: auto;
        padding: 0 15px;
    }

    .contact-container .contact-content .contact-right .demand-box {
        float: none;
        width: 100%;
        padding: 30px 15px;
        margin-left: 0;
    }

    .contact-container .contact-content .contact-right .demand-box .top-title {
        font-size: 20px;
    }

    .contact-container .contact-content .contact-right .demand-box .cont {
        margin-top: 10px;
    }

    .contact-container .contact-content .contact-right .demand-box .cont li .input-text {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .contact-container .contact-content .contact-right .demand-box .cont li textarea {
        font-size: 16px;
        padding-top: 10px;
    }

    /*关于我们*/
    .about-container {
        padding: 30px 0 0 0;
    }

    .about-wanda-container:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
        position: absolute;
        top: 0;
        left: 0;
    }

    .about-wanda-container .txt-box {
        width: 100%;
        left: 0;
        padding: 0 15px;
        text-align: center;
    }

    .about-wanda-container .txt-box .title-box {
        padding-bottom: 25px;
    }

    .about-wanda-container .txt-box .title-box:before {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .about-wanda-container .txt-box .title-box .cn {
        font-size: 26px;
        line-height: 26px;
    }

    .about-wanda-container .txt-box .title-box .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    .about-wanda-container .txt-box .cont {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }

    .about-wanda-container .txt-box .cont span {
        display: block;
    }

    .about-wanda-container2 {
        padding: 30px 0;
    }

    .about-wanda-container2 .about-wanda-content .pic {
        width: 100%;
        padding: 15px 15px 0 15px;
    }

    .about-wanda-container2 .about-wanda-content .right-content {
        width: 100%;
        padding: 15px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box {
        padding: 20px 15px;
        height: auto;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box {
        padding-bottom: 25px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box .cn {
        font-size: 26px;
        line-height: 26px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .cont {
        font-size: 16px;
        line-height: 26px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .cont p {
        padding-top: 15px;
    }

    .hotel-design-container {
        height: auto;
        padding: 40px 0;
    }

    .hotel-design-container .hotel-design-focus .bg {
        width: 300px;
        height: 300px;
        margin-top: -150px;
        margin-left: -150px;
    }

    .hotel-design-container .hotel-design-focus .swiper-slide .cont {
        padding: 0 15px;
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }

    .hotel-design-container .hotel-design-focus .swiper-container {
        padding-bottom: 80px;
    }

    .hotel-design-container .hotel-design-focus .swiper-button-prev,
    .hotel-design-container .hotel-design-focus .swiper-button-next {
        width: 83px;
        height: 15px;
        margin-top: auto;
        top: auto;
        bottom: 0;
        font-size: 14px;
    }

    .hotel-design-container .hotel-design-focus .swiper-button-prev span,
    .hotel-design-container .hotel-design-focus .swiper-button-next span {
        top: -20px;
    }

    .hotel-design-container .hotel-design-focus .swiper-button-prev {
        left: 50px;
    }

    .hotel-design-container .hotel-design-focus .swiper-button-next {
        right: 50px;
    }

    .corporate-philosophy-container {
        height: auto;
        padding: 40px 15px;
    }

    .corporate-philosophy-container .content {
        margin-top: 10px;
    }

    .corporate-philosophy-container .content .block {
        padding-top: 20px;
    }

    .corporate-philosophy-container .content .block .icon img {
        width: 45px;
    }

    .corporate-philosophy-container .content .block .title {
        font-size: 22px;
        line-height: 22px;
        margin-top: 20px;
    }

    .corporate-philosophy-container .content .block p {
        font-size: 16px;
        margin-top: 15px;
    }

    .milestones-container {
        padding: 30px 0;
    }

    .honor-inner {
        padding: 30px 15px;
        background-repeat: repeat-y;
        margin-top: 25px;
    }

    .honor-inner .tabs {
        position: initial;
        width: 100%;
        border-bottom: 0;
        padding: 0 0 15px 0;
        font-size: 20px;
    }

    .honor-inner .right-cont {
        padding: 20px 0 0 0;
    }

    .honor-inner .right-cont .title {
        font-size: 16px;
    }

    .honor-inner .right-cont .cont {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }

    .honor-inner .btn-v {
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .honor-inner .swiper-container-h .swiper-container {
        padding-bottom: 45px;
    }

    .honor-inner .swiper-button-prev,
    .honor-inner .swiper-button-next {
        width: 83px;
        height: 15px;
        margin-top: auto;
        top: auto;
        bottom: 0;
    }

    .honor-inner .swiper-button-prev {
        left: 50px;
    }

    .honor-inner .swiper-button-next {
        left: auto;
        right: 50px;
    }

    /*手机 酒店列表页*/
    .hotel-list-main {
        background-color: #f6f6f6;
        min-height: 600px;
    }

    .hotel-list-mTop {
        height: 45px;
        background: #fff;
    }

    .hotel-list-mTop .back {
        width: 9px;
        height: 18px;
        background: url(../images/mOrder-icon1.png) no-repeat;
        float: left;
        margin-left: 10px;
        margin-top: 14px;
    }

    .hotel-list-mTop .top-item {
        float: right;
        width: 90%;
        height: 31px;
        line-height: 31px;
        background-color: #f7f7f7;
        color: #ccc;
        margin: 7.5px 10px 0 0;
    }

    .hotel-list-mTop .top-item .item {
        float: left;
        position: relative;
    }

    .hotel-list-mTop .top-item .item:before {
        content: '';
        width: 1px;
        height: 28px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 0;
    }

    .hotel-list-mTop .top-item .item.date {
        width: 28%;
        padding: 1px 25px 0 10px;
        line-height: 14px;
    }

    .hotel-list-mTop .top-item .item.date .glyphicon-triangle-bottom {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 10px;
    }

    .hotel-list-mTop .top-item .item.hotel {
        width: 46%;
        text-align: center;
    }

    .hotel-list-mTop .top-item .item.hotel .icon-search {
        width: 15px;
        height: 15px;
        background: url(../../images/icon/icon-search2.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 25%;
    }

    .hotel-list-mTop .top-item .item.room {
        width: 26%;
        padding: 0 10px;
    }

    .hotel-list-mTop .top-item .item.room .number {
        margin-left: 15px;
        font-weight: bold;
    }

    .sorting-box-m {
        padding: 0 10px;
        background-color: #fff;
        margin-top: 5px;
    }

    .sorting-box-m li {
        float: left;
        width: 50%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        color: #999;
    }

    .sorting-box-m li .glyphicon-triangle-bottom {
        margin-left: 6px;
        font-size: 12px;
    }

    .sorting-box-m li.current {
        color: #8f6e4d;
    }

    .hotel-list-m li {
        padding: 10px;
        background-color: #fff;
        margin-top: 5px;
    }

    .hotel-list-m li a {
        color: #999;
    }

    .hotel-list-m li .pic {
        float: left;
        width: 42%;
        position: relative;
    }

    .hotel-list-m li .pic img {
        display: block;
        width: 100%;
    }

    .hotel-list-m li .pic .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hotel-list-m li .pic .logo.realm {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-realm.png);
    }

    .hotel-list-m li .pic .logo.reign {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-reign.png);
    }

    .hotel-list-m li .pic .logo.jin {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-jin.png);
    }

    .hotel-list-m li .pic .logo.vista {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-vista.png);
    }

    .hotel-list-m li .pic .logo.moments {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-moments.png);
    }

    .hotel-list-m li .pic .logo.yuehua {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-yue.png);
    }

    .hotel-list-m li .pic .logo.yihua {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-yi.png);
    }

    .hotel-list-m li .pic .logo.jiajin {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-jiajin.png);
    }

    .hotel-list-m li .pic .logo.apartment {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-apartment.png);
    }

    .hotel-list-m li .pic .logo.lihua {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-lihua.png);
    }

    .hotel-list-m li .pic .logo.jinlu {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-jinlu.png);
    }

    .hotel-list-m li .pic .logo.jinting {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-jinting.png);
    }

    .hotel-list-m li .pic .logo.jinyu {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-jinyu.png);
    }

    .hotel-list-m li .pic .logo.anyue {
        background-image: url(../../images/hotelInfo/hotel-brand-logo-anyue.png);
    }

    .hotel-list-m li .pic .logo.anbai {
        background-image: url(../images/icon/hotel-brand-logo-anbai.png);
    }

    /* .Whoteltitle{ height:31px; line-height:31px; padding-left:45px; font-size:24px; color:#333; margin:50px 40px 0 40px;}
.Whoteltitle.ReignIco{ background:url(../../en/img/WReignIco.jpg) no-repeat;}
.Whoteltitle.VistaIco{ background:url(../../en/img/WVistaIco.jpg) no-repeat;}
.Whoteltitle.RealmIco{ background:url(../../en/img/WRealmIco.jpg) no-repeat;}
.Whoteltitle.RealmIco2{ background:url(../../en/img/WRealmIco2.jpg) no-repeat;}
.Whoteltitle.JinIco{ background:url(../../en/img/WJinIco.jpg) no-repeat;}
.Whoteltitle.YouIco{ background:url(../../en/img/WYouIco.png) no-repeat;}
.Whoteltitle.AnYueIco{ background:url(../../en/img/AYinIco.jpg) no-repeat;}
.Whoteltitle.AnBoIco{ background:url(../../en/img/ABinIco.jpg) no-repeat;}
.Whoteltitle.JiajinIco{ background:url(../../en/img/JiajinIco.png) no-repeat;}
.Whoteltitle.ApartmentIco{ background:url(../../en/img/ApartmentIco.png) no-repeat;}
.Whoteltitle.LihuaIco{ background:url(../../en/img/LihuaIco.png) no-repeat;}
.Whoteltitle.JinluIco{ background:url(../../en/img/JinluIco.png) no-repeat;}
.Whoteltitle.JintingIco{ background:url(../../en/img/JintingIco.png) no-repeat;}
.Whoteltitle.JinyuIco{ background:url(../../en/img/JinyuIco.png) no-repeat;} */
    .hotelSubCont {
        min-height: 850px;
    }

    .hotelReviewTitle {
        margin-top: 15px;
        font-size: 22px;
        font-weight: bold;
    }

    .hotelSubReview {
        padding-bottom: 70px;
    }

    .hotel-list-m li .right-content {
        float: right;
        width: 54%;
    }

    .hotel-list-m li .right-content .top-title {
        font-size: 16px;
        color: #666;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hotel-list-m li .right-content .cont {
        color: #999;
    }

    .hotel-list-m li .right-content .cont .address span {
        margin: 0 5px;
    }

    .hotel-list-m li .right-content .price {
        color: #cc0000;
        margin-top: 10px;
        text-align: right;
    }

    .hotel-list-m li .right-content .price span {
        font-size: 16px;
    }

    .hotel-list-m .more-loading {
        padding: 22px 0;
        text-align: center;
        font-size: 16px;
        color: #b28850;
    }

    .hotel-list-m .more-loading span {
        padding-left: 31px;
        background: url(../../images/icon/icon-loading.png) left center no-repeat;
        background-size: auto 5px;
    }

    @keyframes more-loading {
        0% {
            background-position: -13px center;
        }

        50% {
            background-position: -5px center;
        }

        100% {
            background-position: 0 center;
        }
    }

    @-webkit-keyframes more-loading {
        0% {
            background-position: -13px center;
        }

        50% {
            background-position: -5px center;
        }

        100% {
            background-position: 0 center;
        }
    }

    .hotel-list-m .more-loading span.loading {
        animation: more-loading 0.8s;
        -moz-animation: more-loading 0.8s;
        /* Firefox */
        -webkit-animation: more-loading 0.8s;
        /* Safari 和 Chrome */
        -o-animation: more-loading 0.8s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
    }

    .room-list-mTop {
        text-align: center;
        font-size: 14px;
        color: #b28850;
        font-weight: bold;
        line-height: 45px;
    }

    .room-list-content-m {
        margin-top: 5px;
    }

    .room-list-content-m .hotel-info {
        background-color: #fff;
        padding: 10px;
        color: #999;
    }

    .room-list-content-m .hotel-info .top-box {
        line-height: 24px;
    }

    .room-list-content-m .hotel-info .top-box .top-title {
        float: left;
        width: 75%;
        font-size: 16px;
        color: #666;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .room-list-content-m .hotel-info .top-box .distance {
        float: right;
        font-size: 13px;
    }

    .room-list-content-m .hotel-photo {
        margin-top: 5px;
    }

    .room-list-content-m .hotel-photo li {
        float: left;
        width: 25%;
        padding-right: 5px;
        margin-bottom: 5px;
    }

    .room-list-content-m .hotel-photo li img {
        display: block;
        width: 100%;
    }

    .room-list-content-m .hotel-photo li:nth-of-type(1) {
        width: 50%;
    }

    .room-list-content-m .cont {
        font-size: 14px;
        margin-top: 10px;
    }

    .room-list-content-m .cont .address {
        padding-right: 25px;
        position: relative;
    }

    .room-list-content-m .cont .address span {
        display: block;
        padding-right: 22px;
        background: url(../../images/icon/icon-address.png) right center no-repeat;
        background-size: auto 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .room-list-content-m .cont .address .phone {
        height: 17px;
        position: absolute;
        top: 50%;
        margin-top: -8.5px;
        right: 0;
    }

    .room-list-content-m .cont .address .phone img {
        height: 100%;
    }

    .room-list-content-m .cont .facilities span {
        margin-right: 10px;
    }

    .room-list-content-m .cont .facilities span i {
        margin-right: 5px;
    }

    .room-list-content-m .cont .facilities span i img {
        display: inline-block;
        width: 16px;
        vertical-align: middle;
    }

    .room-list-content-m .room-screening {
        padding: 10px 0 5px 0;
    }

    .room-list-content-m .room-screening .switch-title {
        border: 1px solid #c4976e;
        border-radius: 6px;
        line-height: 34px;
        background-color: #fff;
        text-align: center;
        font-size: 0;
        color: #c4976e;
    }

    .room-list-content-m .room-screening .switch-title span {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
    }

    .room-list-content-m .room-screening .switch-title .icon {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        background: url(../images/room-screening-icon.png) right center no-repeat;
        background-size: cover;
        margin-left: 10px;
        transition: all 0.5s ease;
    }

    .room-list-content-m .room-screening .switch-title.active .icon {
        transform: rotate(180deg);
    }

    .room-list-content-m .room-screening .switch-box {
        margin-top: 5px;
        display: none;
    }

    .room-list-content-m .room-screening .switch-box ul {
        margin: 0 -5px;
    }

    .room-list-content-m .room-screening .switch-box li {
        float: left;
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;
    }

    .room-list-content-m .room-screening .switch-box li span {
        display: block;
        line-height: 28px;
        border: 1px solid #999;
        border-radius: 6px;
        text-align: center;
        font-size: 14px;
    }

    .room-list-content-m .room-screening .switch-box li.active span {
        border-color: #c4976e;
        color: #c4976e;
    }

    .room-inner-m {
        margin-top: 5px;
    }

    .room-inner-m .tabs li {
        float: left;
        width: 50%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 14px;
        color: #b58d57;
        font-weight: bold;
        border-radius: 20px 20px 0 0;
        border: 1px solid #b58d57;
        background-color: #f8f3ed;
    }

    .room-inner-m .tabs li span {
        padding-left: 26px;
    }

    .room-inner-m .tabs li.house-prices span {
        background: url(../../images/icon/icon-house-prices.png) left center no-repeat;
        background-size: auto 16px;
    }

    .room-inner-m .tabs li.preferential-promotion span {
        background: url(../../images/icon/icon-preferential-promotion.png) left center no-repeat;
        background-size: auto 16px;
    }

    .room-inner-m .tabs li.current {
        border: 1px solid transparent;
        background-color: #fff;
    }

    .room-inner-m .tabs li.up {
        background-image: url(../../images/icon/icon-house-up.png);
        background-repeat: no-repeat;
        background-position: 90% center;
        background-size: 20px;
    }

    .room-inner-m .tabs li.down {
        background-image: url(../../images/icon/icon-house-down.png);
        background-repeat: no-repeat;
        background-position: 90% center;
        background-size: 20px;
    }

    .room-inner-content-m {
        background-color: #fff;
        color: #999;
    }

    .room-inner-content-m .box {
        display: none;
    }

    .room-inner-content-m .booking-time {
        padding: 0 10px;
        font-size: 14px;
        line-height: 42px;
        border-bottom: 1px solid #eee;
    }

    .room-inner-content-m .booking-time .left {
        float: left;
        font-weight: bold;
    }

    .room-inner-content-m .booking-time .left .room-nights {
        margin-left: 22px;
    }

    .room-inner-content-m .booking-time .modification-date {
        float: right;
    }

    .room-inner-content-m .booking-time .modification-date a {
        color: #b28850;
    }

    .room-inner-content-m .booking-time .modification-date a .glyphicon-menu-right {
        margin-left: 5px;
    }

    .room-inner-content-m .room-block {
        border-bottom: 1px solid #eee;
    }

    .room-inner-content-m .room-block .room-information {
        padding: 15px 10px;
    }

    .room-inner-content-m .room-block .room-information .pic-box {
        float: left;
        width: 33%;
        position: relative;
    }

    .room-inner-content-m .room-block .room-information .pic-box .pic {
        height: 90px;
        overflow: hidden;
        position: relative;
    }

    .room-inner-content-m .room-block .room-information .pic-box .pic img {
        display: block;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .room-inner-content-m .room-block .room-minimum {
        position: absolute;
        top: 0;
        left: 0;
    }

    .room-inner-content-m .room-block .room-minimum img {
        display: block;
        width: 41px;
    }

    .room-inner-content-m .room-block .room-information .pic-box .room-mark {
        width: 100%;
        height: 20px;
        line-height: 20px;
        background-color: rgba(000, 000, 000, 0.5);
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 12px;
        color: #f6f6f6;
        text-align: center;
    }

    .room-inner-content-m .room-block .room-information .pic-box .room-mark i {
        margin-right: 4px;
        position: relative;
        top: -2px;
    }

    .room-inner-content-m .room-block .room-information .pic-box .room-mark i img {
        vertical-align: middle;
        height: 11px;
    }

    .room-inner-content-m .room-block .room-information .right-content {
        float: right;
        width: 60%;
    }

    .room-inner-content-m .room-block .room-information .right-content .cont-box {
        float: left;
        width: 52%;
    }

    .room-inner-content-m .room-block .room-information .right-content .cont-box .title {
        font-size: 14px;
        color: #666;
    }

    .room-inner-content-m .room-block .room-information .right-content .cont-box .txt {
        font-size: 13px;
        line-height: 18px;
        margin-top: 5px;
    }

    .room-inner-content-m .room-block .room-information .right-content .right-box {
        float: right;
        text-align: right;
        margin-top: 25px;
    }

    .room-inner-content-m .room-block .room-information .right-content .right-box .price {
        color: #cc0000;
        font-size: 12px;
    }

    .room-inner-content-m .room-block .room-information .right-content .right-box .price span {
        font-size: 18px;
    }

    .room-inner-content-m .room-block .room-information .right-content .right-box .housing-type-trigger {
        display: inline-block;
        width: 92px;
        height: 22px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        border: 1px solid #b58d57;
        color: #b58d57;
        border-radius: 3px;
        margin-top: 10px;
    }

    .room-inner-content-m .room-block .room-information .right-content .right-box .housing-type-trigger .glyphicon-menu-down {
        margin-left: 3px;
    }

    .room-inner-content-m .room-block .room-list {
        background-color: #f8f8f8;
        display: none;
    }

    .room-inner-content-m .room-block .room-list li {
        padding: 10px;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .room-inner-content-m .room-block .room-list li .bottom-left {
        float: left;
        width: 50%;
        font-size: 14px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-left .title {
        font-size: 16px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-left .title span {
        margin-right: 3px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-left .events {
        margin-top: 15px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-left .events .e-item {
        display: inline-block;
        margin-right: 5px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-left .events .e-item i {
        margin-right: 3px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-left .look-tk {
        color: #b58d57;
        text-decoration: underline;
        margin-top: 15px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-right {
        float: right;
        text-align: right;
        font-size: 14px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-right .to-login {
        color: #b58d57;
        text-decoration: underline;
    }

    .room-inner-content-m .room-block .room-list li .bottom-right .new-price {
        color: #cc0000;
        margin-top: 5px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-right .new-price span {
        font-size: 18px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-right .booking-btn {
        float: right;
        width: 92px;
        border: 1px solid #b58d57;
        text-align: center;
        margin-top: 5px;
    }

    .room-inner-content-m .room-block .room-list li .bottom-right .booking-btn .title {
        height: 22px;
        line-height: 22px;
        background-color: #b58d57;
        color: #fff;
    }

    .room-inner-content-m .room-block .room-list li .bottom-right .booking-btn p {
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        color: #b58d57;
    }

    .room-inner-content-m .room-block .room-list li:last-child {
        border-bottom: 0;
    }

    .infoPop,
    .fifaPop {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9999;
    }

    .boxmiddle {
        width: 100%;
        height: 100%;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
    }

    .maskInner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: #000;
        opacity: 0.6;
    }

    .infoPop .popInner,
    .fifaPop .popInner {
        width: calc(100% - 20px);
        position: relative;
        z-index: 2;
        padding: 20px 0 0 0;
        background: #fff;
    }

    .infoPop .popInner .info,
    .fifaPop .popInner .info {
        padding: 0 10px;
        font-size: 14px;
    }

    .popInner .headh2 {
        font-size: 16px;
        color: #ae9364;
        padding: 0 10px;
        margin-bottom: 32px;
    }

    .popInner p {
        color: #666;
        line-height: 28px;
        font-size: 14px;
    }

    .popInner p .point {
        vertical-align: top;
        line-height: 20px;
        margin-right: 5px;
    }

    .popInner .priceDiv {
        border-top: 1px solid #ae9364;
        margin-top: 20px;
    }

    .popInner .priceDiv .priceTitle {
        position: relative;
        padding-left: 25px;
        font-size: 40px;
        color: #ae9364;
        height: 80px;
        line-height: 80px;
    }

    .popInner .priceDiv .priceTitle span {
        font-weight: bold;
        font-style: italic;
    }

    .popInner .priceDiv .priceTitle span i {
        font-size: 30px;
    }

    .popInner .priceDiv .priceTitle .downArrow {
        width: 40px;
        height: 20px;
        background: url(../images/icon/downArrow.png) no-repeat;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -10px;
        transition: all .5s ease-in-out;
    }

    .popInner .priceDiv .priceTitle .downArrow.current {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        transition: all .5s ease-in-out;
    }

    .popInner .priceDiv .priceCon {
        display: none;
    }

    .popInner .priceDiv .nextOrder,
    .fifaPop .fxlb-btn {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #ae9364;
        color: #fff;
        font-size: 16px;
    }

    .infoPop .layer-close {
        width: 30px;
        height: 30px;
        background: url(../../images/icon/layer-close.png) center no-repeat;
        position: absolute;
        top: -30px;
        right: 0;
    }

    .infoPop .img-wrapper {
        padding: 0 10px;
        position: relative;
        margin-bottom: 20px;
    }

    .infoPop .img-wrapper .swiper-slide img {
        display: block;
        width: 100%;
    }

    .infoPop .img-wrapper .swiper-button-prev,
    .infoPop .img-wrapper .swiper-button-next {
        width: 30px;
        height: 30px;
        background: url(../../images/icon/popArrow.png) no-repeat;
        background-size: 60px auto;
        margin-top: -15px;
    }

    .infoPop .img-wrapper .swiper-button-prev {
        background-position: 0 0;
    }

    .infoPop .img-wrapper .swiper-button-next {
        background-position: -30px 0;
    }

    .infoPop .popInner .headh2 {
        margin-bottom: 5px;
    }

    .infoPop .popInner .info {
        padding: 0 10px;
        margin-bottom: 20px;
        height: 165px;
        overflow-y: auto;
    }

    .infoPop .jgtkPop {
        font-size: 14px;
        color: #666;
        padding: 10px 10px 15px 10px;
    }

    .infoPop .jgtkPop .text {
        float: left;
    }

    .infoPop .jgtkPop .price {
        float: right;
        color: #b7925f;
    }

    .infoPop .jgtkPop .price span {
        font-size: 18px;
    }

    .infoPop .jgtkPop p {
        padding: 0;
    }

    .infoPop .jgtkPop .mt40 {
        margin-top: 10px;
    }

    .infoPop .jgtkPop .zc-cont .title {
        border-left: 4px solid #aa946a;
        padding-left: 10px;
        color: #aa946a;
        margin-bottom: 10px;
    }

    .map-layer .popInner {
        padding: 0;
    }

    .map-layer .map {
        height: 300px;
    }

    .map-layer .dirving {
        position: absolute;
        background: rgba(178, 136, 80, .8);
        width: 100px;
        height: 35px;
        right: 0;
        bottom: 0;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 35px;
    }

    /*表单页面*/
    .form-warpper {
        background: #f4f4f4;
        height: 100vh;
        overflow-y: auto;
        padding: 10px 20px;
    }

    .form-warpper .form-main .border {
        border: 1px solid #dedddd;
        border-radius: 5px;
        background: #fff;
        margin-top: 15px;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
    }

    .form-warpper .form-main .name,
    .form-warpper .form-main .input-cont {
        display: inline-block;
        font-size: 14px;
    }

    .form-warpper .form-main .name {
        width: 75px;
    }

    .form-warpper .form-main .address .input-cont {
        width: calc(100% - 80px);
    }

    .form-warpper .form-main .book-time .name {
        width: 40px;
        margin-right: 10px;
    }

    .form-warpper .form-main .book-time .input-cont {
        width: calc(50% - 60px);
    }

    .form-warpper .form-main .address-cont {
        border: 1px solid #e9e9e9;
        border-radius: 2px;
        margin-top: 2px;
        background: #fff;
        max-height: 150px;
        overflow-y: auto;
        display: none;
    }

    .form-warpper .form-main .address-cont p {
        display: none;
    }

    .form-warpper .form-main .address-cont ul li {
        overflow: hidden;
        font-size: 14px;
        color: #666666;
        padding: 0 10px;
        line-height: 30px;
    }

    .form-warpper .form-main .address-cont ul li .left {
        float: left;
    }

    .form-warpper .form-main .address-cont ul li .right {
        float: right;
    }

    .form-warpper .form-main .input-cont input {
        width: 100%;
        height: 30px;
        line-height: 30px;
        border: none;
        vertical-align: middle;
        font-size: 14px;
    }

    .form-warpper .form-main .room-num .num-btn,
    .form-warpper .form-main .room-num .num-text {
        display: inline-block;
    }

    .form-warpper .form-main .room-num .num-cont {
        display: inline-block;
        line-height: 35px;
    }

    .form-warpper .form-main .room-num .num-btn {
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        vertical-align: -3px;
    }

    .form-warpper .form-main .room-num .num-text {
        width: 100px;
        text-align: center;
        font-size: 14px;
    }

    .form-warpper .form-main .room-num .num-btn.diff {
        background-image: url(../images/mOrder-icon3.png);
    }

    .form-warpper .form-main .room-num .num-btn.add {
        background-image: url(../images/mOrder-icon5.png);
    }

    .form-warpper .form-main .book-code {
        margin-top: 10px;
        font-size: 14px;
    }

    .form-warpper .form-main .book-code input {
        vertical-align: -2px;
    }

    .form-warpper .form-main .book-code .code {
        padding-left: 10px;
        height: 30px;
        line-height: 30px;
        vertical-align: 2px;
        border-radius: 3px;
        border: 1px solid #ccc;
        margin-left: 20px;
        display: none;
    }

    .form-warpper .form-main .book-btn {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        background: #c4966e;
        color: #fff;
        border-radius: 5px;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker {
        position: static;
        width: 100%;
        background: none;
        border: none;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker .drp-calendar {
        max-width: 100%;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker td.disabled,
    .form-warpper .form-main .datePicker-cont .daterangepicker option.disabled {
        text-decoration: none;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker .calendar-table {
        background: none;
        border: none;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker td.off,
    .form-warpper .form-main .datePicker-cont .daterangepicker td.off.in-range,
    .form-warpper .form-main .datePicker-cont .daterangepicker td.off.start-date,
    .daterangepicker td.off.end-date {
        background: none;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker .calendar-table table thead tr:first-of-type th {
        background: none;
        color: #000;
        font-size: 14px;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker .calendar-table th,
    .form-warpper .form-main .datePicker-cont .daterangepicker .calendar-table td {
        border: none;
        font-size: 14px;
        color: #000;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker td.off2.disabled {
        color: #999;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker td.off,
    .form-warpper .form-main .datePicker-cont .daterangepicker td.off.off2.disabled {
        color: transparent;
        font-size: 0;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker td.active {
        color: #fff;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker .calendar-table table thead tr:last-of-type th {
        background: none;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker .calendar-table .next span,
    .form-warpper .form-main .datePicker-cont .daterangepicker .calendar-table .prev span {
        border-color: #000;
    }

    .form-warpper .form-main .datePicker-cont .daterangepicker td.available:hover,
    .form-warpper .form-main .datePicker-cont .daterangepicker th.available:hover {
        background: #c4976f;
    }

    .form-warpper .form-main .book-time-main .time-btn {
        font-size: 14px;
        color: #fff;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #c4966e;
        border-radius: 5px;
        margin-top: 10px;
    }

    .form-warpper .form-main .book-time-main {
        display: none;
    }

    .CancelOrderLayerCont {
        width: 90%;
        margin-left: -45%;
        height: 250px;
        margin-top: -125px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-ppdw {
        margin-top: 20px;
        padding-bottom: 0px;
    }

    .brand-container .brand-content .brand-box .base-top-title {
        margin-top: 10px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item {
        margin-top: 20px;
        padding-top: 50px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul {
        width: 100%;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li {
        float: none;
        width: 90%;
        margin: 0 auto 50px;
        padding-top: 1px;
        height: auto;
        padding-bottom: 20px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .icon {
        width: 90px;
        height: 90px;
        margin-top: -45px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li i {
        background-size: 80%;
        margin-top: 25px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text .title {
        font-size: 16px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text p {
        font-size: 14px;
        line-height: 25px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list {
        margin-top: 30px;
        height: auto;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont {
        float: none;
        width: 100%;
        height: 250px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item.one .item-main {
        padding-top: 40px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .title .cn {
        font-size: 20px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .title .en {
        font-size: 14px;
        margin-top: 5px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .title .border {
        margin-top: 5px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item.half {
        height: 100%;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom {
        margin-top: 40px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item {
        float: none;
        width: 100%;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item.left .item-main,
    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item.right .item-main {
        float: none;
        padding: 20px;
        width: 100%;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .cn {
        font-size: 20px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .en {
        font-size: 14px;
        margin-top: 5px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .border {
        margin-top: 10px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont {
        margin-top: 20px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont p {
        font-size: 14px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .phone,
    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .email {
        font-size: 14px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .phone {
        background-size: 16px auto;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .email {
        background-size: 20px auto;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main input {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        border-radius: 2px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main textarea {
        font-size: 14px;
        height: 100px;
    }

    .brand-container .brand-content .brand-box.meihua {
        margin-bottom: 0;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .bb-btn {
        margin-left: 0;
        font-size: 14px;
        width: 180px;
        height: 35px;
        line-height: 35px;
        width: 120px;
        margin-top: 20px;
    }

    /* 注册授权提示 */
    .empowerLayerInner {
        width: 90%;
        margin-left: -45%;
        height: 550px;
        margin-top: -275px;
    }

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        width: 32px;
        min-width: 32px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .menu-wrapper {
        display: none;
    }

    .hidden-m {
        display: none;
    }

    .visible-m {
        display: block;
    }

    .header-m {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: url(/website/webfile/assets/images/new/header-bg.png) repeat;
    }

    .header-m .hm-left {
        width: 24px;
        height: 17px;
        background: url(/website/webfile/assets/images/icon/head-icon2.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 13px;
        left: 15px;
    }

    .header-m .hm-center {
        height: 43px;
        line-height: 43px;
        text-align: center;
    }

    .header-m .hm-center a {
        display: inline-block;
        width: 60px;
        vertical-align: middle;
        margin-left: -30px;
    }

    .header-m .hm-center a img {
        width: 100%;
        display: block;
    }

    .header-m .hm-right {
        width: 25px;
        height: 25px;
        background: url(/website/webfile/assets/images/icon/head-icon3.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 8.5px;
        right: 15px;
    }

    .header-m .login-box {
        background: url(/website/webfile/assets/images/header-bg2.png) repeat;
        position: absolute;
        right: 0;
        width: 100%;
        padding: 15px;
        top: 43px;
        display: none;
        font-size:100px;
    }

    .header-m .login-box .inputText {
        width: 100%;
        padding: 0 15px;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px;
        border: 0;
    }

    .header-m .login-box .inputBtn {
        width: 100%;
        font-size: 14px;
        height: 45px;
        margin-bottom: 10px;
        background-color: #c1986e;
        color: #fff;
        border: 0;
    }

    .header-m .login-box .loginLink {
        font-size: 14px;
    }

    .header-m .login-box .loginLink a {
        color: #fff;
    }

    .header-m .login-box .loginLink a:nth-child(1) {
        float: left;
    }

    .header-m .login-box .loginLink a:nth-child(2) {
        float: right;
    }

    .wrapper {
        padding-top: 45px;
    }

    .home-main .banner .swiper-button-prev,
    .home-main .banner .swiper-button-next {
        display: none;
    }

    .home-main .banner .swiper-slide .text {
        top: 50px;
    }

    .home-main .banner .swiper-slide .text .cn {
        font-size: 18px;
    }

    .home-main .banner .swiper-slide .text .en {
        font-size: 14px;
    }

    .search-m {
        border-top: 5px solid #fff;
        padding: 15px 22px;
        background-color: #f5f5f5;
    }

    .search-m .s-item {
        border-bottom: 1px solid #d4d4d4;
        padding: 10px 0;
        font-size: 0;
    }

    .search-m .s-item:last-of-type {
        border: none;
    }

    .search-m .s-item input {
        border: none;
        width: 100%;
        line-height: 25px;
        font-size: 14px;
    }

    .search-m .s-item .city {
        padding-left: 55px;
        background: url(../images/home-icon9.png) 25px center no-repeat;
        background-size: 17px 17px;
        text-align: left;
    }

    .search-m .s-item .item-left,
    .search-m .s-item .item-center,
    .search-m .s-item .item-right {
        display: inline-block;
        width: 33%;
        text-align: center;
    }

    .search-m .s-item .title {
        font-size: 12px;
        color: #999;
    }

    .search-m .s-item input {
        color: #312d29;
        text-align: center;
        background-color: transparent;
    }

    .search-m .s-item .border {
        width: 50px;
        height: 1px;
        background: #999;
        display: inline-block;
        vertical-align: top;
    }

    .search-m .s-item span {
        display: inline-block;
        font-size: 14px;
        color: #999;
        background: #f5f5f5;
        padding: 3px 5px;
        position: absolute;
        margin-top: -13px;
        margin-left: -40px;
    }

    .search-m .s-item .item-center {
        height: 10px;
        vertical-align: 18px;
    }

    .search-m .s-item .code {
        text-align: left;
        padding-left: 55px;
        background: url(../../images/new/icon-protocol-code.png) 25px center no-repeat;
        background-size: 19px 17px;
    }

    .search-m .s-item .block-btn {
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #312d29;
        color: #fff;
        font-size: 16px;
    }

    .search-m .s-item .block-btn a {
        display: block;
        color: #fff;
    }

    .home-main .promotion-m {
        border-top: 5px solid #f6f6f6;
        padding: 10px 15px;
        padding-bottom: 30px;
    }

    .home-main .promotion-m .top-title {
        line-height: 35px;
        text-align: center;
    }

    .home-main .promotion-m .top-title .border {
        width: 100%;
        height: 1px;
        background: #f6f6f6;
        margin-top: -22px;
    }

    .home-main .promotion-m .top-title span {
        display: inline-block;
        padding: 5px 10px;
        font-size: 16px;
        color: #a1733a;
        font-weight: bold;
        background: #fff;
    }

    .home-main .promotion-m .pro-list {
        margin-top: 20px;
    }

    .home-main .promotion-m .pro-list img {
        width: 100%;
        display: block;
    }

    .home-main .promotion-m .pro-list .text {
        background: #f9f9f9;
        padding: 10px;
        color: #af895e;
    }

    .home-main .promotion-m .pro-list .text .title {
        font-size: 14px;
    }

    .home-main .promotion-m .pro-list .text p {
        font-size: 12px;
    }

    .home-main .promotion-m .pro-btn {
        margin-top: 10px;
        border: 1px solid;
        color: #af895e;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        border-radius: 3px;
    }

    .home-main .hotelBrand {
        padding: 20px 15px;
        border-top: 5px solid #f6f6f6;
    }

    .home-main .hotelBrand .brand-title {
        line-height: 35px;
        text-align: center;
    }

    .home-main .hotelBrand .brand-title .border {
        width: 100%;
        height: 1px;
        background: #f6f6f6;
        margin-top: -22px;
    }

    .home-main .hotelBrand .brand-title span {
        display: inline-block;
        padding: 5px 20px;
        font-size: 16px;
        color: #a1733a;
        font-weight: bold;
        background: #fff;
    }

    .home-main .hotelBrand .brand-list {
        margin-top: 20px;
        font-size: 0;
    }

    .home-main .hotelBrand .brand-item {
        width: 25%;
        padding: 0 5%;
        box-sizing: border-box;
        display: inline-block;
    }

    .home-main .hotelBrand .brand-item img {
        width: 100%;
        display: block;
    }

    .footer-m {
        height: 45px;
        text-align: center;
        line-height: 45px;
        color: #8f8f8f;
        font-size: 12px;
        background: #333;
    }

    .CancelOrderLayerCont {
        width: 90%;
        margin-left: -45%;
        height: 250px;
        margin-top: -125px;
    }

    .w1280 {
        width: 100%;
    }

    /*二级banner*/
    .book-main .sub-banner .txt {
        padding: 0 15px;
    }

    .book-main .sub-banner .txt .cn {
        font-size: 18px;
        line-height: 18px;
    }

    .book-main .sub-banner .txt .en {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }

    .base-top-title {
        padding-bottom: 25px;
    }

    .base-top-title .cn {
        font-size: 26px;
        line-height: 26px;
    }

    .base-top-title .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    /*酒店设计*/
    .introduce-container {
        padding: 30px 15px;
    }

    .introduce-container .txt {
        margin-right: 0;
        font-size: 16px;
        line-height: 38px;
        margin-top: 20px;
    }

    .introduce-container .right-cont .pic {
        width: 60%;
    }

    .introduce-container .right-cont .pic img {
        display: block;
        width: 100%;
    }

    .introduce-container .right-cont .title {
        float: right;
        width: 25%;
        margin-left: 0;
    }

    .introduce-container .right-cont .title img {
        display: block;
        width: 100%;
    }

    .gallery-container {
        padding: 30px 15px;
    }

    .gallery-container .gallery-focus .swiper-button-prev,
    .gallery-container .gallery-focus .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .gallery-container .gallery-focus .swiper-button-prev {
        left: 10px;
    }

    .gallery-container .gallery-focus .swiper-button-next {
        right: 10px;
    }

    .gallery-container .gallery-focus .txt-content-box {
        margin-top: 30px;
    }

    .gallery-container .gallery-focus .txt-box {
        padding: 0;
    }

    .gallery-container .gallery-focus .txt-box .title {
        font-size: 20px;
        line-height: 20px;
    }

    .gallery-container .gallery-focus .txt-box .cont {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .ingenuity-story-container {
        padding: 30px 15px;
    }

    .ingenuity-story-content .txt-cont {
        padding: 30px 15px 0 15px;
    }

    .ingenuity-story-content .txt-cont .title {
        font-size: 20px;
        line-height: 20px;
    }

    .ingenuity-story-content .txt-cont .cont {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }

    .ingenuity-story-content .pic img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .ingenuity-story-content .pic-right img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    .ingenuity-story-content .txt-cont .more {
        margin: 30px auto 0 auto;
    }

    .job-box {
        padding: 0 20px;
    }

    .job-box .job-cont {
        width: 100%;
        margin: 80px auto;
    }

    .job-box .job-cont .duty {
        margin-top: 20px;
        height: 300px;
        padding: 20px 10px 20px 20px;
    }

    .job-box .job-cont .jobinfo .jobads {
        display: block;
        margin-bottom: 10px;
    }

    .job-box .job-cont .jobinfo .jobads:after {
        display: none;
    }

    .job-box .job-cont .jobinfo .jobname {
        margin-left: 0;
    }

    .job-box .job-cont .close-btn {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 10px;
        top: -40px;
    }

    .job-box2 .job-cont .newsinfo .date {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .job-box2 .job-cont .newsinfo .year {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .job-box2 .job-cont .duty .tit {
        font-size: 16px;
    }

    .more-mask .job-cont .newsinfo .titeng {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .more-mask .job-cont .newsinfo .titcha {
        font-size: 16px;
        margin-bottom: 0px;
    }

    /*品牌故事*/
    .brand-container {
        padding: 0 0 30px 0;
    }

    .brand-container .tabs li {
        width: 50%;
        height: 160px;
    }

    .brand-container .tabs li.current {
        background-color: rgba(255, 255, 255, 0.6);
        border: 1px solid #b28850;
    }

    .brand-container .tabs li .block {
        display: none;
    }

    .brand-container .tabs li:nth-of-type(1) .logo,
    .brand-container .tabs li:nth-of-type(2) .logo,
    .brand-container .tabs li:nth-of-type(3) .logo,
    .brand-container .tabs li:nth-of-type(4) .logo {
        background-size: auto 40%;
    }

    .brand-container .tabs li.current:nth-of-type(1) .logo,
    .brand-container .tabs li.current:nth-of-type(2) .logo,
    .brand-container .tabs li.current:nth-of-type(3) .logo,
    .brand-container .tabs li.current:nth-of-type(4) .logo {
        background-size: auto 50%;
    }

    .brand-container .brand-content {
        margin-top: 30px;
        padding: 0 15px;
    }

    .brand-container .brand-content .video-box .video-play {
        width: 55px;
        height: 55px;
    }

    .brand-container .brand-content .title-box {
        margin-top: 30px;
    }

    .brand-container .brand-content .title-box .title {
        font-size: 20px;
        line-height: 20px;
    }

    .brand-container .brand-content .title-box .txt {
        font-size: 16px;
        margin-top: 15px;
    }

    .brand-container .brand-focus {
        margin-top: 30px;
    }

    .brand-container .brand-focus .swiper-button-prev,
    .brand-container .brand-focus .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .brand-container .brand-focus .swiper-button-prev {
        left: 10px;
    }

    .brand-container .brand-focus .swiper-button-next {
        right: 10px;
    }

    /*视频弹框*/
    .pop-video-layer .video-layer-inner {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .pop-video-layer .video-layer-detail {
        width: 100%;
        height: auto;
    }

    /*合作加盟*/
    .core-advantages-container {
        padding: 30px 15px;
    }

    .core-advantages-container .cont {
        padding: 0;
        margin-top: 30px;
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .cooperation-brands-container {
        padding: 30px 15px;
    }

    .cooperation-brands-container .txt {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .cooperation-brands-container .logo-list {
        padding: 0;
        margin-top: 15px;
    }

    .cooperation-brands-container .logo-list li {
        width: 33.333333333%;
        margin-top: 15px;
        background-size: 70% auto !important;
    }

    .cooperation-brands-container .logo-list li:nth-of-type(5) {
        background-size: 35% auto !important;
    }

    .cooperation-brands-container .cooperation-brands-map-box {
        margin-top: 30px;
    }

    .cooperation-brands-container .cooperation-brands-map-box img {
        display: block;
        width: 100%;
    }

    .contact-container .contact-content .contact-left {
        height: auto;
        padding: 0 15px;
    }

    .contact-container .contact-content .contact-left .contact-box {
        float: none;
        width: 100%;
        padding: 30px 15px;
    }

    .contact-container .contact-content .contact-left .contact-box .top-title {
        font-size: 20px;
    }

    .contact-container .contact-content .contact-left .contact-box .cont {
        padding-top: 10px;
    }

    .contact-container .contact-content .contact-left .contact-box .cont .block {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .contact-container .contact-content .contact-left .contact-box .cont .block p {
        margin-top: 15px;
    }

    .contact-container .contact-content .contact-right {
        height: auto;
        padding: 0 15px;
    }

    .contact-container .contact-content .contact-right .demand-box {
        float: none;
        width: 100%;
        padding: 30px 15px;
        margin-left: 0;
    }

    .contact-container .contact-content .contact-right .demand-box .top-title {
        font-size: 20px;
    }

    .contact-container .contact-content .contact-right .demand-box .cont {
        margin-top: 10px;
    }

    .contact-container .contact-content .contact-right .demand-box .cont li .input-text {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .contact-container .contact-content .contact-right .demand-box .cont li textarea {
        font-size: 16px;
        padding-top: 10px;
    }

    /*关于我们*/
    .about-container {
        padding: 30px 0 0 0;
    }

    .about-wanda-container:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
        position: absolute;
        top: 0;
        left: 0;
    }

    .about-wanda-container .txt-box {
        width: 100%;
        left: 0;
        padding: 0 15px;
        text-align: center;
    }

    .about-wanda-container .txt-box .title-box {
        padding-bottom: 25px;
    }

    .about-wanda-container .txt-box .title-box:before {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .about-wanda-container .txt-box .title-box .cn {
        font-size: 26px;
        line-height: 26px;
    }

    .about-wanda-container .txt-box .title-box .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    .about-wanda-container .txt-box .cont {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }

    .about-wanda-container .txt-box .cont span {
        display: block;
    }

    .about-wanda-container2 {
        padding: 30px 0;
    }

    .about-wanda-container2 .about-wanda-content .pic {
        width: 100%;
        padding: 15px 15px 0 15px;
    }

    .about-wanda-container2 .about-wanda-content .right-content {
        width: 100%;
        padding: 15px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box {
        padding: 20px 15px;
        height: auto;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box {
        padding-bottom: 25px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box .cn {
        font-size: 26px;
        line-height: 26px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .cont {
        font-size: 16px;
        line-height: 26px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .cont p {
        padding-top: 15px;
    }

    .hotel-design-container {
        height: auto;
        padding: 40px 0;
    }

    .hotel-design-container .hotel-design-focus .bg {
        width: 300px;
        height: 300px;
        margin-top: -150px;
        margin-left: -150px;
    }

    .hotel-design-container .hotel-design-focus .swiper-slide .cont {
        padding: 0 15px;
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }

    .hotel-design-container .hotel-design-focus .swiper-container {
        padding-bottom: 80px;
    }

    .hotel-design-container .hotel-design-focus .swiper-button-prev,
    .hotel-design-container .hotel-design-focus .swiper-button-next {
        width: 83px;
        height: 15px;
        margin-top: auto;
        top: auto;
        bottom: 0;
        font-size: 14px;
    }

    .hotel-design-container .hotel-design-focus .swiper-button-prev span,
    .hotel-design-container .hotel-design-focus .swiper-button-next span {
        top: -20px;
    }

    .hotel-design-container .hotel-design-focus .swiper-button-prev {
        left: 50px;
    }

    .hotel-design-container .hotel-design-focus .swiper-button-next {
        right: 50px;
    }

    .corporate-philosophy-container {
        height: auto;
        padding: 40px 15px;
    }

    .corporate-philosophy-container .content {
        margin-top: 10px;
    }

    .corporate-philosophy-container .content .block {
        padding-top: 20px;
    }

    .corporate-philosophy-container .content .block .icon img {
        width: 45px;
    }

    .corporate-philosophy-container .content .block .title {
        font-size: 22px;
        line-height: 22px;
        margin-top: 20px;
    }

    .corporate-philosophy-container .content .block p {
        font-size: 16px;
        margin-top: 15px;
    }

    .milestones-container {
        padding: 30px 0;
    }

    .honor-inner {
        padding: 30px 15px;
        background-repeat: repeat-y;
        margin-top: 25px;
    }

    .honor-inner .tabs {
        position: initial;
        width: 100%;
        border-bottom: 0;
        padding: 0 0 15px 0;
        font-size: 20px;
    }

    .honor-inner .right-cont {
        padding: 20px 0 0 0;
    }

    .honor-inner .right-cont .title {
        font-size: 16px;
    }

    .honor-inner .right-cont .cont {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }

    .honor-inner .btn-v {
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .honor-inner .swiper-container-h .swiper-container {
        padding-bottom: 45px;
    }

    .honor-inner .swiper-button-prev,
    .honor-inner .swiper-button-next {
        width: 83px;
        height: 15px;
        margin-top: auto;
        top: auto;
        bottom: 0;
    }

    .honor-inner .swiper-button-prev {
        left: 50px;
    }

    .honor-inner .swiper-button-next {
        left: auto;
        right: 50px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul {
        width: 100%;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li {
        width: calc(33.33% - 40px);
        margin: 0 20px;
        height: 220px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .icon {
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li i {
        margin-top: 25px;
        width: 25px;
        height: 30px;
        background-size: 90%;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text .title {
        font-size: 16px;
        margin-top: 10px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text p {
        font-size: 14px;
        line-height: 25px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item {
        margin-top: 25px;
        padding-top: 50px;
    }

    .brand-container .brand-content .brand-box .base-top-title {
        margin-top: 30px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-ppdw {
        margin-top: 50px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-ppjzg {
        padding-top: 30px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont {
        width: 25%;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont:nth-of-type(2) {
        width: 50%;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont:nth-of-type(2) .item {
        width: 50%;
        height: 100%;
        float: left;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item.one .item-main {
        padding-top: 40px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item p {
        font-size: 16px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list {
        height: 500px;
        background-size: auto 100%;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .title .cn {
        font-size: 22px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item.left .item-main,
    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item.right .item-main {
        float: none;
        padding: 40px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .cn {
        font-size: 26px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .en {
        font-size: 14px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .border {
        margin-top: 20px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont p {
        font-size: 14px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont {
        margin-top: 30px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .phone,
    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .email {
        font-size: 14px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .phone {
        background-size: 16px auto;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .email {
        background-size: 20px auto;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main input {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        border-radius: 2px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main textarea {
        font-size: 14px;
        height: 100px;
    }

    .brand-container .brand-content .brand-box.meihua {
        margin-bottom: 0;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .bb-btn {
        margin-left: 0;
        font-size: 14px;
        width: 180px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bodymain {
        padding-top: 76px !important;
    }

    .w1280 {
        width: 960px;
    }

    .header .h-center ul li a {
        font-size: 13px;
        padding: 0 20px;
    }

    .header .h-right {
        font-size: 13px;
    }

    .home-main .home-banner {
        height: 400px;
    }

    .home-main .banner .swiper-slide .text {
        top: 125px;
        width: 960px;
    }

    .home-main .banner .swiper-slide .text .cn {
        font-size: 36px;
        line-height: 36px;
    }

    .home-main .banner .swiper-slide .text .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }

    .home-main .banner .swiper-button-prev {
        left: 2%;
    }

    .home-main .banner .swiper-button-next {
        right: 2%;
    }

    .home-main .banner .search {
        width: 960px;
        margin-left: -480px;
        bottom: 35px;
    }

    .home-main .banner .search .s-top {
        height: 63px;
    }

    .home-main .banner .search .s-top .top-item {
        width: 240px;
    }

    .home-main .banner .search .s-top .top-item .block-btn {
        background-position: 167px center;
        height: 63px;
        line-height: 63px;
        font-size: 16px;
    }

    .home-main .banner .search .s-top .top-item .block-btn a {
        padding-left: 75px;
    }

    .home-main .banner .search .s-top .top-item .title {
        font-size: 14px;
    }

    .home-main .banner .search .s-top .top-item .text {
        margin-top: 5px;
    }

    .home-main .banner .search .s-top .top-item .text input {
        font-size: 14px;
        height: 14px;
        background-size: auto 9px !important;
    }

    .home-main .banner .search .s-bottom {
        margin-top: 20px;
    }

    .home-search {
        width: 800px;
        height: 60px;
        margin-left: -400px;
        bottom: 80px;
    }

    .home-search .item {
        width: 150px;
        height: 60px;
        margin-left: 10px;
    }

    .home-search .item .input-text {
        font-size: 14px;
        background-size: auto 24px !important;
        height: 60px;
        line-height: 60px;
    }

    .home-search .item.home-destination {
        width: 160px;
    }

    .home-search .item.home-destination .input-text {
        background-position: 20px center;
        padding-left: 60px;
    }

    .home-search .item.home-startDate .input-text {
        padding-left: 46px;
    }

    .home-search .item.home-searchBtn {
        width: 160px;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }

    .home-search .item.home-destination .cityCont {
        top: 60px;
    }

    .home-main .hot-city .hot-list .list-top .img {
        width: 680px;
    }

    .home-main .hot-city .hot-list .list-top .text {
        padding: 20px;
    }

    .home-main .hot-city .hot-list .list-top .text .title {
        margin-top: 50px;
    }

    .home-main .hot-city .hot-list .list-bottom ul li {
        width: 345px;
    }

    .home-main .hot-city .hot-top .hot-left .cn,
    .home-main .promotion .pro-left .cn {
        font-size: 34px;
    }

    .home-main .hot-city .hot-top .hot-left .en,
    .home-main .promotion .pro-left .en {
        font-size: 18px;
    }

    .home-main .hot-city .hot-top .hot-right,
    .home-main .promotion .pro-right {
        font-size: 14px;
    }

    .home-main .promotion .pro-list .text {
        width: 470px;
        padding-top: 50px;
    }

    .home-main .promotion .pro-list .text .title {
        font-size: 20px;
    }

    .home-main .promotion .pro-list .text .ltitle {
        font-size: 14px;
    }

    .home-main .promotion .pro-list .text p {
        font-size: 14px;
    }

    .home-main .promotion .pro-list .text .block-btn {
        font-size: 14px;
    }

    .home-main .promotion .pro-list .img {
        width: 650px;
    }

    .home-promotion {
        padding: 34px 0;
    }

    .home-promotion-inner {
        padding: 50px 0 20px 0;
    }

    .home-promotion-inner ul li {
        width: 300px;
    }

    .home-promotion-inner ul li .img-cont {
        height: 204px;
    }

    /*.home-promotion-inner .top-title-bg{ font-size: 87px; letter-spacing: 54px; top: 62px; line-height: 76px;}
	.home-promotion .pic-box{ width: 450px;}
	.home-promotion .pic-box .title{ height: 38px; line-height: 38px; font-size: 18px;}
	.home-promotion .right-content{ width: 510px;}
	.home-promotion .right-content:before{ width: 365px; height: 432px; top: -88px;}
	.home-promotion .right-content .content{ padding: 162px 0 0 40px;}
	.home-promotion .right-content .content .cont .title{ font-size: 28px; line-height: 28px;}
	.home-promotion .right-content .content .cont .txt{ font-size: 14px; line-height: 26px;}
	.home-promotion .right-content .content .more{ font-size: 14px;}*/
    .home-animation-pc {
        height: 400px;
    }

    .home-animation-pc li .txt-box .logo img {
        width: 85px;
    }

    .home-main .home-footer li {
        height: 450px;
    }

    .home-main .home-footer li .title {
        font-size: 26px;
    }

    .home-main .home-footer li .ltitle {
        font-size: 18px;
    }

    .home-main .home-footer li p {
        font-size: 14px;
    }

    .home-main .home-footer li .block-btn {
        font-size: 14px;
    }

    .footer .f-main {
        width: 960px;
    }

    .footer .f-main .f-top {
        padding: 32px 0 25px 0;
    }

    .footer .f-main .f-top .top-item {
        width: 82px;
        margin: 0 22px;
    }

    .footer .f-main .f-top .top-left {
        width: 115px;
        margin-right: 48px;
    }

    .footer .f-main .f-top .top-right {
        width: 115px;
        margin-left: 48px;
    }

    .footer .f-main .f-top .top-border {
        height: 75px;
    }

    .footer .f-main .f-middle {
        padding-top: 45px;
        padding-bottom: 20px;
    }

    .footer .f-main .f-middle .middle-left {
        width: 168px;
    }

    .footer .f-main .f-middle .middle-left .title {
        font-size: 18px;
        background-size: 26px auto;
        height: 25px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .footer .f-main .f-middle .middle-left p {
        font-size: 14px;
        line-height: 28px;
    }

    .footer .f-main .f-middle .middle-center {
        width: 480px;
        margin-left: 42px;
        text-align: center;
    }

    .footer .f-main .f-middle .middle-center .top-list li {
        font-size: 14px;
        margin-right: 88px;
    }

    .footer .f-main .f-middle .middle-right .right-item {
        margin-left: 35px;
    }

    .footer .f-main .f-middle .bottom-right {
        font-size: 12px;
        margin-top: 28px;
        display: none;
    }

    .footer .f-main .f-middle .bottom-right .border {
        margin: 0 13px;
    }

    .footer .f-main .f-bottom {
        font-size: 12px;
        line-height: 52px;
    }

    .footer .f-main .f-middle .middle-center .middle-list .middle-item {
        margin-right: 50px;
        width: 35px;
    }

    .footer .f-main .f-middle .middle-center .middle-list .middle-item.m-left,
    .footer .f-main .f-middle .middle-center .middle-list .middle-item.m-right {
        display: none;
    }

    /*酒店列表页*/
    .book-main .hotel-list {
        padding-top: 52px;
    }

    .book-main .hotel-list .search-main .s-top .s-item {
        background-position: 93% center;
    }

    .book-main .hotel-list .search-main .s-top .s-item.date {
        background-size: 26px auto;
    }

    .book-main .hotel-list .search-main .s-bottom span {
        font-size: 20px;
    }

    .book-main .hotel-list .search-main .s-bottom .s-item {
        font-size: 16px;
    }

    .book-main .hotel-list .search-main .search-btn {
        padding-left: 55px;
        background-position: 105px center;
    }

    .book-main .hotel-list .list-main {
        padding-top: 35px;
    }

    .book-main .hotel-list .list-main li {
        margin-bottom: 35px;
    }

    .book-main .hotel-list .list-main li .img {
        width: 270px;
    }

    .book-main .hotel-list .list-main li .text {
        width: 690px;
        padding: 15px 30px;
    }

    .book-main .hotel-list .list-main li .text .text-left .title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .book-main .hotel-list .list-main li .text .text-left p {
        font-size: 14px;
        line-height: 24px;
    }

    .book-main .hotel-list .list-main li .text .text-left p.icon {
        background-size: auto 20px;
        background-position: right 1px;
    }

    .book-main .hotel-list .list-main li .text .text-left a.more {
        margin-top: 25px;
    }

    .book-main .hotel-list .list-main li .text .text-right {
        padding-top: 30px;
        width: 145px;
    }

    .book-main .hotel-list .list-main li .text .text-right .price .big {
        font-size: 22px;
    }

    .book-main .hotel-list .list-main li .text .text-right a {
        font-size: 13px;
    }

    .book-main .hotel-list .search-main .s-top .s-item .room-number .select-inner .note {
        font-size: 12px;
        padding: 0 8px;
    }

    .book-main .sub-banner .txt .cn {
        font-size: 26px;
        line-height: 26px;
    }

    .book-main .sub-banner .txt .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    /*房型列表*/
    .hotel-title-inner .right-content .top .hotel-title {
        font-size: 22px;
    }

    .hotel-title-inner .right-content .bottom {
        font-size: 14px;
    }

    .member-streamer .title {
        font-size: 22px;
        margin-left: 52px;
    }

    .member-streamer .links {
        font-size: 18px;
    }

    .hotel-photo-inner .hotel-photo {
        /* width: 640px; */
    }

    .hotel-photo-inner .hotel-photo li {
        width: 152px;
        height: 111px;
    }

    .hotel-photo-inner .hotel-photo li:nth-of-type(1) {
        width: 310px;
        height: 230px;
    }

    .hotel-photo-inner .hotel-map {
        width: 310px;
        height: 230px;
    }

    .room-list-inner .room-block .pic-box {
        height: 255px;
    }

    .room-list-inner .room-block .pic-box .room-minimum img {
        width: 56px;
    }

    .room-list-inner .room-block .pic-box .room-mark {
        font-size: 14px;
    }

    .room-list-inner .room-block .right-content {
        padding: 20px 20px 0 20px;
    }

    .room-list-inner .room-block .right-content .cont-box {
        width: 72%;
    }

    .room-list-inner .room-block .right-content .cont-box .top-title {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .room-list-inner .room-block .right-content .cont-box .top-title span {
        font-size: 14px;
    }

    .room-list-inner .room-block .right-content .cont-box .txt {
        padding: 12px 0;
        font-size: 14px;
        height: 150px;
    }

    .room-list-inner .room-block .right-content .cont-box .label-box {
        padding-top: 15px;
        font-size: 14px;
    }

    .room-list-inner .room-block .right-content .cont-box .label-box span {
        margin-right: 20px;
    }

    .room-list-inner .room-block .right-content .right-box {
        margin-top: 80px;
    }

    .room-list-inner .room-block .right-content .right-box .price span {
        font-size: 26px;
    }

    .room-list-inner .room-block .right-content .right-box .housing-type-trigger {
        font-size: 14px;
    }

    .room-list-inner .room-block .right-content .right-box .housing-type-trigger .arrow {
        background-size: 16px auto;
    }

    .room-type-tab .tab-item a {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    .room-type-tab .tab-item span {
        font-size: 14px;
    }

    .food-list-inner ul li .food-top .text-cont .t-title {
        font-size: 18px;
    }

    .food-list-inner ul li .food-top .text-cont p {
        font-size: 14px;
        margin-top: 30px;
    }

    .food-list-inner ul li .food-bottom table td:nth-of-type(1) {
        font-size: 18px;
    }

    .food-list-inner ul li .food-bottom table td:nth-of-type(2) {
        font-size: 14px;
    }

    .food-list-inner ul li .food-bottom table td {
        height: 50px;
        line-height: 50px;
    }

    /*订单列表*/
    .orderListCont .orderList .orderItem .listTop .markColor {
        font-size: 16px;
    }

    .orderListCont .orderList .orderItem .listTop .number {
        font-size: 16px;
    }

    .orderListCont .orderList .orderItem .listCont .infoCont .infoRight ul .date {
        font-size: 16px;
    }

    .orderListCont .orderList .orderItem .listCont .infoCont .infoRight {
        width: 325px;
    }

    /*预订成功*/
    .book-main .book-finish {
        padding: 42px 0 70px 0;
    }

    .book-main .book-finish .top-info .title {
        font-size: 34px;
        background-size: auto 35px;
        padding-left: 56px;
    }

    .book-main .book-finish .top-info .return {
        font-size: 16px;
        background-size: auto 18px;
        padding-right: 34px;
    }

    .book-main .book-finish .top-info .text {
        font-size: 20px;
    }

    .book-main .book-finish .hotel-info {
        margin-top: 48px;
    }

    .book-main .book-finish .finish-title {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        padding: 0 25px;
        margin-bottom: 22px;
    }

    .book-main .book-finish .finish-title .print-order {
        background-size: auto 20px;
        padding-right: 34px;
    }

    .book-main .book-finish .finish-content {
        padding: 0 25px;
    }

    .book-main .book-finish .finish-left {
        width: 238px;
    }

    .book-main .book-finish .finish-hotel-info .text {
        margin-top: 25px;
    }

    .book-main .book-finish .finish-hotel-info .text .cn-title {
        font-size: 22px;
    }

    .book-main .book-finish .finish-hotel-info .text .en-title {
        font-size: 13px;
    }

    .book-main .book-finish .finish-right {
        width: 635px;
    }

    .book-main .book-finish .finish-order-info .top-title {
        font-size: 22px;
    }

    .book-main .book-finish .finish-order-info .info-cont {
        padding-right: 20px;
        font-size: 13px;
        width: 260px;
    }

    .book-main .book-finish .finish-order-info .right-cont {
        width: 325px;
    }

    .book-main .book-finish .finish-order-info .policy-txt .title {
        font-size: 14px;
    }

    .book-main .book-finish .finish-order-info .policy-txt .cont {
        font-size: 13px;
    }

    .book-main .book-finish .finish-order-info .price-box {
        margin-top: 65px;
    }

    .book-main .book-finish .finish-order-info .price-box .title {
        font-size: 18px;
    }

    .book-main .book-finish .finish-order-info .price-box p {
        font-size: 18px;
    }

    .book-main .book-finish .finish-order-info .price-box .cancel-btn {
        font-size: 16px;
        width: 135px;
        height: 38px;
        line-height: 38px;
    }

    /*预订信息*/
    .book-main .book-pay {
        padding: 42px 0;
    }

    .book-main .book-pay .pay-left {
        width: 622px;
    }

    .book-main .book-pay .pay-left .pay-title {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        padding: 0 25px;
    }

    .book-main .book-pay .pay-left .tip-message {
        margin-left: 25px;
        font-size: 13px;
        background-size: 20px auto;
    }

    .book-main .book-pay .info-main {
        padding: 18px 25px;
        font-size: 13px;
    }

    .book-main .book-pay .book-info .input-cont .name {
        width: 75px;
    }

    .book-main .book-pay .book-info .input-cont .name span {
        margin-right: 8px;
    }

    .book-main .book-pay .book-info .input-cont .input {
        width: 265px;
        margin-top: 10px;
    }

    .book-main .book-pay .book-info .input-cont input {
        font-size: 13px;
    }

    .book-main .book-pay .book-info .input-cont .info-left,
    .book-main .book-pay .book-info .input-cont .info-right {
        width: 265px;
    }

    .book-main .book-pay .book-info .input-cont .phone {
        width: 176px;
    }

    .book-main .book-pay .book-info .other-message .other-title {
        font-size: 16px;
    }

    .book-main .book-pay .book-info .other-message .textarea-box textarea {
        font-size: 13px;
    }

    .book-main .book-bottom .b-btn {
        font-size: 16px;
        width: 135px;
        height: 38px;
        line-height: 38px;
    }

    .book-main .book-pay .pay-right {
        width: 300px;
    }

    .book-main .book-pay .pay-right .text {
        margin-top: 18px;
    }

    .book-main .book-pay .pay-right .text .t-title {
        font-size: 16px;
    }

    .book-main .book-pay .pay-right .text p {
        font-size: 13px;
        line-height: 28px;
    }

    .book-main .book-pay .pay-right .info-list {
        font-size: 13px;
        line-height: 28px;
    }

    .book-main .book-pay .pay-right .price {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 20px;
    }

    .book-main .book-pay .pay-right .price .top-text {
        padding-bottom: 18px;
    }

    .book-main .book-pay .pay-right .price .bottom-text .t-right {
        font-size: 22px;
    }

    .book-main .book-pay .pay-info .pay-item {
        padding-left: 25px;
        background-size: 14px;
        background-position: 0 22px;
    }

    .book-main .book-pay .pay-info .pay-item .p-logo {
        padding: 8px 20px;
        width: 155px;
        height: 60px;
    }

    .book-main .book-pay .pay-info .pay-item .txt-right {
        width: 365px;
        line-height: 26px;
    }

    /*酒店设计*/
    .base-top-title {
        padding-bottom: 30px;
    }

    .base-top-title .cn {
        font-size: 30px;
        line-height: 30px;
    }

    .base-top-title .en {
        font-size: 16px;
        margin-top: 10px;
    }

    .introduce-container .txt {
        margin-right: 30px;
        font-size: 16px;
    }

    .gallery-container .gallery-focus .swiper-slide .txt-box .title {
        font-size: 26px;
        line-height: 26px;
    }

    .gallery-container .gallery-focus .swiper-slide .txt-box .cont {
        font-size: 16px;
    }

    .ingenuity-story-content .txt-cont .title {
        font-size: 26px;
        line-height: 26px;
    }

    .ingenuity-story-content .txt-cont .cont {
        font-size: 16px;
        margin-top: 10px;
    }

    .introduce-container .right-cont .title {
        margin-left: 40px;
    }

    .introduce-container .right-cont .title img {
        width: 90px;
    }

    .job-box {
        padding: 0 30px;
    }

    .job-box .job-cont {
        width: 100%;
        margin: 80px auto;
    }

    .job-box .job-cont .duty {
        margin-top: 20px;
        height: 450px;
        padding: 30px 10px 30px 20px;
    }

    .job-box .job-cont .duty .tit {
        font-size: 18px;
    }

    .job-box .job-cont .duty .item {
        margin-top: 20px;
    }

    .job-box .job-cont .close-btn {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: -40px;
    }

    .job-box2 .job-cont .newsinfo .date {
        color: #ffffff;
        font-size: 28px;
        margin-bottom: 0px;
    }

    .job-box2 .job-cont .newsinfo .year {
        color: #c1986e;
        font-size: 22px;
        margin-bottom: -15px;
    }

    .job-box2 .job-cont .duty .tit {
        color: #929292;
        font-size: 16px;
    }

    .more-mask .job-cont .newsinfo .titeng {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .more-mask .job-cont .newsinfo .titcha {
        color: #c1986e;
        font-size: 22px;
        margin-bottom: -15px;
    }

    /*品牌故事*/
    .brand-container .tabs li {
        height: 165px;
    }

    .brand-container .tabs li:nth-of-type(1) .logo,
    .brand-container .tabs li:nth-of-type(2) .logo,
    .brand-container .tabs li:nth-of-type(3) .logo,
    .brand-container .tabs li:nth-of-type(4) .logo,
    .brand-container .tabs li:nth-of-type(5) .logo {
        background-size: auto 62px;
    }

    .brand-container .tabs li.current .block {
        height: 180px;
    }

    .brand-container .tabs li.current:nth-of-type(1) .logo,
    .brand-container .tabs li.current:nth-of-type(2) .logo,
    .brand-container .tabs li.current:nth-of-type(3) .logo,
    .brand-container .tabs li.current:nth-of-type(4) .logo,
    .brand-container .tabs li.current:nth-of-type(5) .logo {
        background-size: auto 82px;
    }

    .brand-container .brand-content .title-box .title {
        font-size: 24px;
        line-height: 24px;
    }

    .brand-container .brand-content .title-box .txt {
        font-size: 14px;
    }

    /*合作加盟*/
    .cooperation-brands-container .cooperation-brands-map-box img {
        display: block;
        width: 100%;
    }

    .contact-container .contact-content .contact-left .contact-box {
        width: 460px;
    }

    .contact-container .contact-content .contact-right .demand-box {
        width: 400px;
        margin-left: 60px;
    }

    /*关于我们*/
    .about-wanda-container {
        height: 360px;
    }

    .about-wanda-container .txt-box {
        top: 55px;
        left: 65px;
    }

    .about-wanda-container .txt-box .title-box {
        padding-bottom: 25px;
    }

    .about-wanda-container .txt-box .title-box .cn {
        font-size: 30px;
        line-height: 30px;
    }

    .about-wanda-container .txt-box .title-box .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    .about-wanda-container .txt-box .cont {
        font-size: 16px;
        line-height: 26px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box {
        height: 514px;
        padding: 40px 40px 0 40px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box {
        padding-bottom: 25px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box .cn {
        font-size: 28px;
        line-height: 28px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .cont {
        font-size: 16px;
        line-height: 26px;
    }

    .hotel-design-container .hotel-design-focus .swiper-slide .cont {
        padding: 0 200px;
        font-size: 16px;
    }

    .corporate-philosophy-container {
        height: 520px;
    }

    .corporate-philosophy-container .content .block .icon img {
        height: 56px;
    }

    .corporate-philosophy-container .content .block .title {
        font-size: 26px;
        line-height: 26px;
    }

    .corporate-philosophy-container .content .block p {
        font-size: 16px;
        margin-top: 15px;
    }

    .honor-inner {
        background-size: auto 485px;
    }

    .honor-inner .tabs {
        top: 45px;
        font-size: 22px;
        padding-bottom: 15px;
    }

    .honor-inner .tabs li {
        margin-right: 65px;
    }

    .honor-inner .right-cont {
        padding-top: 130px;
    }

    .honor-inner .right-cont .title {
        font-size: 18px;
    }

    .honor-inner .right-cont .cont {
        font-size: 16px;
        line-height: 30px;
    }

    /*美华*/
    .brand-container .brand-content .brand-box.meihua .ppdw-item ul {
        width: 980px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li {
        width: 300px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .icon {
        width: 110px;
        height: 110px;
        margin-top: -55px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li i {
        margin-top: 35px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text .title {
        font-size: 22px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text p {
        font-size: 16px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item p {
        margin-top: 20px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .title .cn {
        font-size: 28px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item.half .en {
        margin-top: 10px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item p {
        font-size: 16px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main {
        width: 480px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .cn {
        font-size: 32px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .en {
        font-size: 14px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .border {
        margin-top: 20px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont .title,
    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .phone,
    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .email {
        font-size: 16px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .email {
        background-size: 22px 16px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .phone {
        background-size: 18px 22px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont p {
        font-size: 14px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main input {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main textarea {
        font-size: 14px;
        height: 86px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .bb-btn {
        font-size: 14px;
        margin-left: 100px;
        width: 180px;
        height: 40px;
        line-height: 40px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont .title {
        margin-bottom: 15px;
    }

    /* 注册授权提示 */
    .empowerLayerInner {
        width: 90%;
        margin-left: -45%;
        height: 550px;
        margin-top: -275px;
    }
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .header .h-main {
        width: 1200px;
    }

    .header .h-right .h-item {
        font-size: 14px;
        margin-left: 0;
        margin-right: 20px;
    }

    .home-main .home-banner {
        height: 400px;
    }

    .home-main .banner .swiper-slide .text {
        top: 125px;
    }

    .home-main .banner .swiper-slide .text .cn {
        font-size: 36px;
        line-height: 36px;
    }

    .home-main .banner .swiper-slide .text .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }

    .home-main .banner .swiper-button-prev {
        left: 2%;
    }

    .home-main .banner .swiper-button-next {
        right: 2%;
    }

    .home-main .banner .search {
        width: 1000px;
        margin-left: -500px;
        bottom: 35px;
    }

    .home-main .banner .search .s-top {
        height: 63px;
    }

    .home-main .banner .search .s-top .top-item {
        width: 250px;
    }

    .home-main .banner .search .s-top .top-item .block-btn {
        background-position: 167px center;
        height: 63px;
        line-height: 63px;
        font-size: 16px;
    }

    .home-main .banner .search .s-top .top-item .block-btn a {
        padding-left: 75px;
    }

    .home-main .banner .search .s-top .top-item .title {
        font-size: 14px;
    }

    .home-main .banner .search .s-top .top-item .text {
        margin-top: 5px;
    }

    .home-main .banner .search .s-top .top-item .text input {
        font-size: 14px;
        height: 14px;
        background-size: auto 9px !important;
    }

    .home-main .banner .search .s-bottom {
        margin-top: 20px;
    }

    .home-search {
        width: 920px;
        height: 60px;
        margin-left: -460px;
        bottom: 60px;
    }

    .home-search .item {
        width: 166px;
        height: 60px;
        margin-left: 10px;
    }

    .home-search .item .input-text {
        font-size: 14px;
        background-size: auto 24px !important;
        height: 60px;
        line-height: 60px;
    }

    .home-search .item.home-destination {
        width: 180px;
    }

    .home-search .item.home-destination .input-text {
        background-position: 26px center;
        padding-left: 66px;
    }

    .home-search .item.home-startDate .input-text {
        padding-left: 46px;
    }

    .home-search .item.home-searchBtn {
        width: 212px;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }

    .home-search .item.home-destination .cityCont {
        top: 60px;
    }

    .w1280 {
        width: 1120px;
    }

    .home-main .hot-city .hot-list .list-top .img {
        width: 680px;
    }

    .home-main .hot-city .hot-list .list-top .text {
        padding: 20px;
    }

    .home-main .hot-city .hot-list .list-top .text .title {
        margin-top: 50px;
    }

    .home-main .hot-city .hot-list .list-bottom ul li {
        width: 345px;
    }

    .home-main .hot-city .hot-top .hot-left .cn,
    .home-main .promotion .pro-left .cn {
        font-size: 34px;
    }

    .home-main .hot-city .hot-top .hot-left .en,
    .home-main .promotion .pro-left .en {
        font-size: 18px;
    }

    .home-main .hot-city .hot-top .hot-right,
    .home-main .promotion .pro-right {
        font-size: 14px;
    }

    .home-main .promotion .pro-list .text {
        width: 470px;
        padding-top: 50px;
    }

    .home-main .promotion .pro-list .text .title {
        font-size: 20px;
    }

    .home-main .promotion .pro-list .text .ltitle {
        font-size: 14px;
    }

    .home-main .promotion .pro-list .text p {
        font-size: 14px;
    }

    .home-main .promotion .pro-list .text .block-btn {
        font-size: 14px;
    }

    .home-main .promotion .pro-list .img {
        width: 650px;
    }

    .home-promotion {
        padding: 43px 0;
    }

    .home-promotion-inner {
        padding: 50px 0 20px 0;
    }

    .home-promotion-inner ul li {
        width: 353px;
    }

    .home-promotion-inner ul li .img-cont {
        height: 240px;
    }

    /*.home-promotion-inner .top-title-bg{ font-size: 102px; letter-spacing: 62px; top: 62px; line-height: 76px;}
	.home-promotion .pic-box{ width: 530px;}
	.home-promotion .pic-box .title{ height: 46px; line-height: 46px; font-size: 20px;}
	.home-promotion .right-content{ width: 590px;}
	.home-promotion .right-content:before{ width: 425px; height: 503px; top: -90px;}
	.home-promotion .right-content .content{ padding: 205px 0 0 62px;}
	.home-promotion .right-content .content .cont .title{ font-size: 28px; line-height: 28px;}
	.home-promotion .right-content .content .cont .txt{ font-size: 16px; line-height: 30px;}
	.home-promotion .right-content .content .more{ font-size: 14px;}*/
    .home-animation-pc {
        height: 400px;
    }

    .home-animation-pc li .txt-box .logo img {
        width: 85px;
    }

    .home-main .home-footer li {
        height: 450px;
    }

    .home-main .home-footer li .title {
        font-size: 26px;
    }

    .home-main .home-footer li .ltitle {
        font-size: 18px;
    }

    .home-main .home-footer li p {
        font-size: 14px;
    }

    .home-main .home-footer li .block-btn {
        font-size: 14px;
    }

    .footer .f-main {
        width: 1200px;
    }

    .footer .f-main .f-top .top-item {
        width: 90px;
        margin: 0 30px;
    }

    .footer .f-main .f-top .top-left {
        width: 150px;
    }

    .footer .f-main .f-top .top-right {
        width: 150px;
    }

    .footer .f-main .f-middle .middle-left {
        width: 168px;
    }

    .footer .f-main .f-middle .middle-left .title {
        font-size: 18px;
        background-size: 26px auto;
        height: 25px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .footer .f-main .f-middle .middle-left p {
        font-size: 14px;
        line-height: 28px;
    }

    .footer .f-main .f-middle .middle-center {
        width: 710px;
        margin-left: 42px;
    }

    .footer .f-main .f-middle .middle-center .top-list li {
        font-size: 14px;
        margin-right: 88px;
    }

    .footer .f-main .f-middle .middle-right .right-item {
        margin-left: 35px;
    }

    .footer .f-main .f-middle .bottom-right {
        font-size: 12px;
        margin-top: 28px;
    }

    .footer .f-main .f-middle .bottom-right .border {
        margin: 0 12px;
    }

    .footer .f-main .f-bottom {
        font-size: 12px;
        line-height: 52px;
    }

    .footer .f-main .f-middle .middle-center .middle-list .middle-item {
        margin-right: 40px;
        width: 30px;
    }

    .footer .f-main .f-middle .middle-center .middle-list .middle-item.m-left {
        width: 90px;
    }

    .footer .f-main .f-middle .middle-center .middle-list .middle-item.m-right {
        width: 150px;
    }

    /*酒店列表页*/
    .book-main .hotel-list {
        padding-top: 52px;
    }

    .book-main .hotel-list .search-main .s-top .s-item {
        background-position: 93% center;
    }

    .book-main .hotel-list .search-main .s-top .s-item.date {
        background-size: 28px auto;
    }

    .book-main .hotel-list .search-main .s-bottom span {
        font-size: 20px;
    }

    .book-main .hotel-list .search-main .s-bottom .s-item {
        font-size: 16px;
    }

    .book-main .hotel-list .search-main .search-btn {
        padding-left: 75px;
        background-position: 125px center;
    }

    .book-main .hotel-list .list-main {
        padding-top: 35px;
    }

    .book-main .hotel-list .list-main li {
        margin-bottom: 35px;
    }

    .book-main .hotel-list .list-main li .img {
        width: 315px;
    }

    .book-main .hotel-list .list-main li .text {
        width: 805px;
        padding: 20px 30px;
    }

    .book-main .hotel-list .list-main li .text .text-left .title {
        font-size: 20px;
    }

    .book-main .hotel-list .list-main li .text .text-left p {
        font-size: 16px;
        line-height: 24px;
    }

    .book-main .hotel-list .list-main li .text .text-left p.icon {
        background-size: auto 20px;
        background-position: right 1px;
    }

    .book-main .hotel-list .list-main li .text .text-left a.more {
        margin-top: 35px;
    }

    .book-main .hotel-list .list-main li .text .text-right {
        padding-top: 50px;
        width: 155px;
    }

    .book-main .hotel-list .list-main li .text .text-right .price .big {
        font-size: 26px;
    }

    .book-main .hotel-list .search-main .s-top .s-item .room-number .select-inner .note {
        font-size: 13px;
    }

    .book-main .sub-banner .txt .cn {
        font-size: 28px;
        line-height: 28px;
    }

    .book-main .sub-banner .txt .en {
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px;
    }

    /*房型列表*/
    .hotel-title-inner .right-content .top .hotel-title {
        font-size: 22px;
    }

    .hotel-title-inner .right-content .bottom {
        font-size: 14px;
    }

    .member-streamer .title {
        font-size: 26px;
        margin-left: 62px;
    }

    .member-streamer .links {
        font-size: 22px;
    }

    .hotel-photo-inner .hotel-photo {
        /* width: 735px; */
    }

    .hotel-photo-inner .hotel-photo ul {
        margin-right: -8px;
    }

    .hotel-photo-inner .hotel-photo li {
        width: 181px;
        height: 129px;
        margin: 0 8px 8px 0;
    }

    .hotel-photo-inner .hotel-photo li:nth-of-type(1) {
        width: 361px;
        height: 266px;
    }

    .hotel-photo-inner .hotel-map {
        width: 361px;
        height: 266px;
    }

    .room-list-inner .room-block .pic-box {
        height: 270px;
    }

    .room-list-inner .room-block .pic-box .room-minimum img {
        width: 56px;
    }

    .room-list-inner .room-block .pic-box .room-mark {
        font-size: 14px;
    }

    .room-list-inner .room-block .right-content {
        padding: 25px 30px 0 30px;
    }

    .room-list-inner .room-block .right-content .cont-box {
        width: 72%;
    }

    .room-list-inner .room-block .right-content .cont-box .top-title {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .room-list-inner .room-block .right-content .cont-box .top-title span {
        font-size: 14px;
    }

    .room-list-inner .room-block .right-content .cont-box .txt {
        height: 150px;
        padding: 12px 0;
        font-size: 14px;
    }

    .room-list-inner .room-block .right-content .cont-box .label-box {
        padding-top: 15px;
        font-size: 14px;
    }

    .room-list-inner .room-block .right-content .right-box .price span {
        font-size: 26px;
    }

    .room-list-inner .room-block .right-content .right-box .housing-type-trigger {
        font-size: 14px;
    }

    .room-list-inner .room-block .right-content .right-box .housing-type-trigger .arrow {
        background-size: 16px auto;
    }

    .room-type-tab .tab-item a {
        font-size: 16px;
    }

    .room-type-tab .tab-item span {
        font-size: 16px;
    }

    .food-list-inner ul li .food-top .text-cont .t-title {
        font-size: 20px;
    }

    .food-list-inner ul li .food-top .text-cont p {
        font-size: 16px;
        margin-top: 30px;
    }

    .food-list-inner ul li .food-bottom table td:nth-of-type(1) {
        font-size: 20px;
    }

    .food-list-inner ul li .food-bottom table td:nth-of-type(2) {
        font-size: 16px;
    }

    .food-list-inner ul li .food-bottom table td {
        height: 50px;
        line-height: 50px;
    }

    /*订单列表*/
    .orderListCont .orderList .orderItem .listTop .markColor {
        font-size: 16px;
    }

    .orderListCont .orderList .orderItem .listTop .number {
        font-size: 16px;
    }

    .orderListCont .orderList .orderItem .listCont .infoCont .infoRight ul .date {
        font-size: 16px;
    }

    /*预订成功*/
    .book-main .book-finish {
        padding: 42px 0 70px 0;
    }

    .book-main .book-finish .top-info .title {
        font-size: 34px;
        background-size: auto 35px;
        padding-left: 56px;
    }

    .book-main .book-finish .top-info .return {
        font-size: 16px;
        background-size: auto 18px;
        padding-right: 34px;
    }

    .book-main .book-finish .top-info .text {
        font-size: 20px;
    }

    .book-main .book-finish .hotel-info {
        margin-top: 48px;
    }

    .book-main .book-finish .finish-title {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        padding: 0 25px;
        margin-bottom: 22px;
    }

    .book-main .book-finish .finish-title .print-order {
        background-size: auto 20px;
        padding-right: 34px;
    }

    .book-main .book-finish .finish-content {
        padding: 0 25px;
    }

    .book-main .book-finish .finish-left {
        width: 280px;
    }

    .book-main .book-finish .finish-hotel-info .text {
        margin-top: 25px;
    }

    .book-main .book-finish .finish-hotel-info .text .cn-title {
        font-size: 22px;
    }

    .book-main .book-finish .finish-hotel-info .text .en-title {
        font-size: 13px;
    }

    .book-main .book-finish .finish-right {
        width: 745px;
    }

    .book-main .book-finish .finish-order-info .top-title {
        font-size: 22px;
    }

    .book-main .book-finish .finish-order-info .info-cont {
        padding-right: 20px;
        font-size: 13px;
    }

    .book-main .book-finish .finish-order-info .right-cont {
        width: 375px;
    }

    .book-main .book-finish .finish-order-info .policy-txt .title {
        font-size: 14px;
    }

    .book-main .book-finish .finish-order-info .policy-txt .cont {
        font-size: 13px;
    }

    .book-main .book-finish .finish-order-info .price-box {
        margin-top: 65px;
    }

    .book-main .book-finish .finish-order-info .price-box .title {
        font-size: 18px;
    }

    .book-main .book-finish .finish-order-info .price-box p {
        font-size: 18px;
    }

    .book-main .book-finish .finish-order-info .price-box .cancel-btn {
        font-size: 16px;
        width: 135px;
        height: 38px;
        line-height: 38px;
    }

    /*预订信息*/
    .book-main .book-pay {
        padding: 42px 0;
    }

    .book-main .book-pay .pay-left {
        width: 730px;
    }

    .book-main .book-pay .pay-left .pay-title {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        padding: 0 25px;
    }

    .book-main .book-pay .pay-left .tip-message {
        margin-left: 25px;
        font-size: 13px;
        background-size: 20px auto;
    }

    .book-main .book-pay .info-main {
        padding: 18px 25px;
        font-size: 13px;
    }

    .book-main .book-pay .book-info .input-cont .name {
        width: 75px;
    }

    .book-main .book-pay .book-info .input-cont .name span {
        margin-right: 8px;
    }

    .book-main .book-pay .book-info .input-cont .input {
        width: 230px;
    }

    .book-main .book-pay .book-info .input-cont input {
        font-size: 13px;
    }

    .book-main .book-pay .book-info .input-cont .info-left,
    .book-main .book-pay .book-info .input-cont .info-right {
        width: 315px;
    }

    .book-main .book-pay .book-info .input-cont .phone {
        width: 176px;
    }

    .book-main .book-pay .book-info .other-message .other-title {
        font-size: 16px;
    }

    .book-main .book-pay .book-info .other-message .textarea-box textarea {
        font-size: 13px;
    }

    .book-main .book-bottom .b-btn {
        font-size: 16px;
        width: 135px;
        height: 38px;
        line-height: 38px;
    }

    .book-main .book-pay .pay-right {
        width: 350px;
    }

    .book-main .book-pay .pay-right .text {
        margin-top: 18px;
    }

    .book-main .book-pay .pay-right .text .t-title {
        font-size: 16px;
    }

    .book-main .book-pay .pay-right .text p {
        font-size: 13px;
        line-height: 28px;
    }

    .book-main .book-pay .pay-right .info-list {
        font-size: 13px;
        line-height: 28px;
    }

    .book-main .book-pay .pay-right .price {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 20px;
    }

    .book-main .book-pay .pay-right .price .top-text {
        padding-bottom: 18px;
    }

    .book-main .book-pay .pay-right .price .bottom-text .t-right {
        font-size: 22px;
    }

    .book-main .book-pay .pay-info .pay-item {
        padding-left: 25px;
        background-size: 14px;
        background-position: 0 22px;
    }

    .book-main .book-pay .pay-info .pay-item .p-logo {
        padding: 8px 20px;
        width: 155px;
        height: 60px;
    }

    .book-main .book-pay .pay-info .pay-item .txt-right {
        width: 480px;
        line-height: 26px;
    }

    /*酒店设计*/
    .base-top-title {
        padding-bottom: 30px;
    }

    .base-top-title .cn {
        font-size: 30px;
        line-height: 30px;
    }

    .base-top-title .en {
        font-size: 16px;
        margin-top: 10px;
    }

    .introduce-container .txt {
        margin-right: 30px;
        font-size: 16px;
    }

    .gallery-container .gallery-focus .swiper-slide .txt-box .title {
        font-size: 26px;
        line-height: 26px;
    }

    .gallery-container .gallery-focus .swiper-slide .txt-box .cont {
        font-size: 16px;
    }

    .ingenuity-story-content .txt-cont .title {
        font-size: 26px;
        line-height: 26px;
    }

    .ingenuity-story-content .txt-cont .cont {
        font-size: 16px;
        margin-top: 10px;
    }

    .job-box .job-cont {
        margin: 60px auto;
    }

    .job-box .job-cont .duty {
        margin-top: 90px;
        height: 450px;
        padding: 30px 10px 30px 20px;
    }

    .job-box .job-cont .duty .item {
        margin-top: 20px;
    }

    .job-box .job-cont .close-btn {
        width: 32px;
        height: 32px;
        position: fixed;
        right: 80px;
        top: 40px;
    }

    .job-box .job-cont .more {
        height: 60px;
        line-height: 60px;
        margin: 20px auto 0;
    }

    .job-box2 .job-cont .newsinfo .date {
        color: #ffffff;
        font-size: 28px;
        margin-bottom: 0px;
    }

    .job-box2 .job-cont .newsinfo .year {
        color: #c1986e;
        font-size: 22px;
        margin-bottom: -15px;
    }

    .job-box2 .job-cont .duty .tit {
        color: #929292;
        font-size: 22px;
    }

    .job-box2 .job-cont .duty {
        padding: 30px 80px 20px 100px;
    }

    .more-mask .job-cont .newsinfo .titeng {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .more-mask .job-cont .newsinfo .titcha {
        color: #c1986e;
        font-size: 22px;
        margin-bottom: -15px;
    }

    /*品牌故事*/
    .brand-container .tabs li {
        height: 192px;
    }

    .brand-container .tabs li:nth-of-type(1) .logo,
    .brand-container .tabs li:nth-of-type(2) .logo,
    .brand-container .tabs li:nth-of-type(3) .logo,
    .brand-container .tabs li:nth-of-type(4) .logo,
    .brand-container .tabs li:nth-of-type(5) .logo {
        background-size: auto 62px;
    }

    .brand-container .tabs li.current .block {
        height: 210px;
    }

    .brand-container .tabs li.current:nth-of-type(1) .logo,
    .brand-container .tabs li.current:nth-of-type(2) .logo,
    .brand-container .tabs li.current:nth-of-type(3) .logo,
    .brand-container .tabs li.current:nth-of-type(4) .logo,
    .brand-container .tabs li.current:nth-of-type(5) .logo {
        background-size: auto 82px;
    }

    .brand-container .brand-content .title-box .title {
        font-size: 24px;
        line-height: 24px;
    }

    .brand-container .brand-content .title-box .txt {
        font-size: 14px;
    }

    /*合作加盟*/
    .contact-container .contact-content .contact-right .demand-box {
        width: 500px;
        margin-left: 60px;
    }

    /*关于我们*/
    .about-wanda-container {
        height: 360px;
    }

    .about-wanda-container .txt-box {
        top: 55px;
        left: 65px;
    }

    .about-wanda-container .txt-box .title-box {
        padding-bottom: 25px;
    }

    .about-wanda-container .txt-box .title-box .cn {
        font-size: 30px;
        line-height: 30px;
    }

    .about-wanda-container .txt-box .title-box .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    .about-wanda-container .txt-box .cont {
        font-size: 16px;
        line-height: 26px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box {
        height: 608px;
        padding: 50px 80px 0 80px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box {
        padding-bottom: 25px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box .cn {
        font-size: 28px;
        line-height: 28px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .title-box .en {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
    }

    .about-wanda-container2 .about-wanda-content .right-content .box .cont {
        font-size: 16px;
        line-height: 26px;
    }

    .hotel-design-container .hotel-design-focus .swiper-slide .cont {
        padding: 0 200px;
        font-size: 16px;
    }

    .corporate-philosophy-container {
        height: 520px;
    }

    .corporate-philosophy-container .content .block .icon img {
        height: 56px;
    }

    .corporate-philosophy-container .content .block .title {
        font-size: 26px;
        line-height: 26px;
    }

    .corporate-philosophy-container .content .block p {
        font-size: 16px;
        margin-top: 15px;
    }

    .honor-inner {
        background-size: auto 570px;
    }

    .honor-inner .tabs {
        top: 45px;
        font-size: 22px;
        padding-bottom: 15px;
    }

    .honor-inner .tabs li {
        margin-right: 65px;
    }

    .honor-inner .right-cont {
        padding-top: 130px;
    }

    .honor-inner .right-cont .title {
        font-size: 18px;
    }

    .honor-inner .right-cont .cont {
        font-size: 16px;
        line-height: 30px;
    }

    /*美华*/
    .brand-container .brand-content .brand-box.meihua .ppdw-item ul {
        width: 1140px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li {
        width: 360px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .icon {
        width: 130px;
        height: 130px;
        margin-top: -65px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text .title {
        font-size: 22px;
    }

    .brand-container .brand-content .brand-box.meihua .ppdw-item ul li .text p {
        font-size: 16px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item .title .cn {
        font-size: 28px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item.half .en {
        margin-top: 10px;
    }

    .brand-container .brand-content .brand-box.meihua .ppjzg-list .list-cont .item p {
        font-size: 16px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main {
        width: 560px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .cn {
        font-size: 36px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .en {
        font-size: 16px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .title .border {
        margin-top: 20px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont .title,
    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .phone,
    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .email {
        font-size: 20px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .email {
        background-size: 22px 16px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .phone {
        background-size: 18px 22px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main .itext-cont p {
        font-size: 16px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main input {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .item-main textarea {
        font-size: 16px;
        height: 138px;
    }

    .brand-container .brand-content .brand-box.meihua .brand-bottom .bb-item .bb-btn {
        font-size: 16px;
    }

    .city-select {
        width: 130%;
    }
}
