.page-title {
    text-align: center;
}
.page-title > .reservation-title {
    margin-top: 1rem;
    margin-bottom: 0.39rem;
    text-align: center;
    font-size: 0.72rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #030303;
    text-shadow: 8px 4px 7px rgba(0,54,96,0.5);
    letter-spacing: unset;
}
.page-title > .reservation-des{
    font-size: 0.28rem;
    text-align: center;
    letter-spacing: unset;
    font-weight: 400;
    color: #030303;
}
.page-title > p {
    margin-bottom: 0.35rem;
    text-align: center;
    font-size: 0.63rem;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.12rem;
}
.page-title > div {
    position: relative;
    width: 4.62rem;
    margin: 0 auto;
    font-size: 0.24rem;
    color: #1B1B1B;
    z-index: 10;
}
.page-title > div > span {
    position: relative;
    display: inline-block;
    min-width: 2.12rem;
    padding: 0 0.1rem;
    z-index: 101;
    background-color: #fff;
}
.page-title > div:after {
    content: "";
    position: absolute;
    top: 0.13rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1B1B1B;
    z-index: 100;
}


.page-wrap {
    margin-top: -1.88rem;
    padding: 1.02rem 0 1.01rem 0;
}

.about-profile {
    margin-top: 0.7rem;
    font-size: 0.29rem;
    line-height: 0.65rem;
    text-indent: 2em;
}

.about-banner1 {
    display: block;
    width: 53.92%;
    margin: 0.1rem auto 0.36rem;
}

.about-foot-banner {
    margin-top: 1.26rem;
}

.about-foot-banner > img {
    float: left;
    width: 32%;
}

.about-banner3 {
    margin: 0 2%;
}

/*-----------------culture--------------------------*/
.culture-con{
    margin-top: 1rem;
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.culture-con-item{
    width: 7.18rem;
    height: 6.24rem;
    margin: 0.26rem 0;
    background: #FFFFFF;
    border: 1px solid #DEA364;
    border-radius: 0.3rem;
}
.culture-item-img{
    display: block;
    width: 2.38rem;
    height: 2.25rem;
    margin: 0.72rem auto 0.65rem;
}
.culture-item-title{
    text-align: center;
    font-size: 0.6rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #DFA365;
}
.culture-item-pk{
    width: 100%;
    height: 1.8rem;
    position: relative;
}
.culture-item-p{
    position: absolute;
    width: 100%;
    height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 0.42rem;
    line-height: 0.67rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}
/*-----------------perkup--------------------------*/
.perkup-dis{
    margin: 1.24rem 0.34rem;
    font-size: 0.42rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 0.67rem;
}
.perkup-con{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 1.35rem;
}
.perkup-con-item{
    margin-bottom: 0.3rem;
    width: 4.82rem;
    height: 4.84rem;
    background: #FFFFFF;
    border: 1px solid #DEA364;
}

.perkup-item-title{
    text-align: center;
    font-size: 0.63rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #DFA365;
    margin: 0.5rem 0 0.3rem;
}
.perkup-item-p{
    margin: 0 0.51rem;
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 0.49rem;
}
.wealth-con{
    width: 100%;
}
.wealth-con-item{
    width: auto;
    height: 2.89rem;
    padding: 0.2rem;
    margin-bottom: 0.55rem;
    background: #FFFFFF;
    border: 1px solid #DEA364;
}
.wealth-item-img{
    display: block;
    float: left;
    width: 4.35rem;
    height: 2.88rem;
}
.wealth-item-right{
    margin-left: 0.5rem;
    display: block;
    float: left;
    width: 9.9rem;
}
.wealth-item-title{
    margin: 0.57rem 0 0.44rem;
    font-size: 0.63rem;
    letter-spacing: 0.5rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #DFA365;
    line-height: 0.49rem;
}
.wealth-item-p{
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 0.49rem;
}

/*-----------------news--------------------------*/

.news-con{
    margin-top: 1.2rem;
    width: 100%;
}
.news-con-item{
    position: relative;
    width: auto;
    height: 2.89rem;
    padding: 0.2rem;
    margin-bottom: 0.55rem;
    background: #FFFFFF;
    cursor: pointer;
    border: 1px solid #DEA364;
}
.news-con-a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.news-item-img{
    display: block;
    float: left;
    width: 4.35rem;
    height: 2.88rem;
}
.news-item-right{
    margin-left: 0.5rem;
    display: block;
    float: left;
    width: 9.9rem;
}
.news-item-title{
    margin: 0.57rem 0 0.44rem;
    font-size: 0.63rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #DFA365;
    /*line-height: 0.49rem;*/
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}
.news-item-p{
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 0.49rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.news-c-title {
    text-align: center;
}
.news-c-title > p {
    margin-bottom: 0.35rem;
    text-align: center;
    font-size: 0.48rem;
    font-weight: 500;
    color: #000000;
}
.news-c-title > .news-c-des{
    font-size: 0.38rem;
    color: #7B7B7B;
    text-align: center;
    position: relative;
}
.news-c-title > .news-c-des > span{
    display: inline-block;
    width: 1.2rem;
    position: relative;
    top: -0.12rem;
    font-size: 0.38rem;
    color: #7B7B7B;
    background: #7B7B7B;
    height: 2px;
    text-align: center;
}
.news_c-con{
    margin-top: 0.8rem;
    width: 100%;
}
.news_c-con .content{
    font-size: 0.29rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 0.65rem;
    margin-bottom: 1.4rem;
}
.news_c-con .content *{
    font-size: 0.29rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.65rem;
}
.news_c-con .content img{
    max-width: 80%;
    display: block;
    margin: 0.1rem auto;
}
.page-align{
    text-align: center;
}
/*.news-c-title > div {*/
/*    position: relative;*/
/*    width: 4.62rem;*/
/*    margin: 0 auto;*/
/*    font-size: 0.24rem;*/
/*    color: #1B1B1B;*/
/*    z-index: 10;*/
/*}*/
/*.news-c-title > div > span {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    min-width: 2.12rem;*/
/*    padding: 0 0.1rem;*/
/*    z-index: 101;*/
/*    background-color: #fff;*/
/*}*/
/*.news-c-title > div:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0.13rem;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background-color: #1B1B1B;*/
/*    z-index: 100;*/
/*}*/
/*-----------------contactus--------------------------*/
.contactus-con{
    margin-top: 1rem;
    width: 100%;
}
.contactus-con-item{
    width: auto;
    height: auto;
    padding: 0.64rem;
    position: relative;
    margin: 0.26rem 0;
    background: #FFFFFF;
    border: 1px solid #DEA364;
    border-radius: 0.3rem;
}
.contactus-item-img{
    display: block;
    width: 2.24rem;
    height: 2.24rem;
    position: absolute;
    right: 0.4rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contactus-item-title{
    font-size: 0.5rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #DFA365;
    line-height: 0.75rem;
}
.contactus-item-pk{
    margin-top: 0.5rem;
}
.contactus-item-p{
    font-size: 0.42rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.67rem;
    word-break: break-all
}

/*-----------------careers--------------------------*/
.careers-con{
    margin-top: 1rem;
    width: 100%;
}
.careers-con-item{
    width: auto;
    height: auto;
    position: relative;
    margin: 0.26rem 0 0.58rem;
    padding-top: 0.1rem;
    background: #FFFFFF;
}
.careers-item-btn{
    position: absolute;
    right: 0;
    top: 0;
    background: #DFA365;
    color: #fff;
    display: block;
    width: 2.05rem;
    height: 0.75rem;
    font-size: 0.33rem;
    line-height: 0.75rem;
    text-align: center;
    cursor: pointer;
}
.careers-item-title{
    font-size: 0.42rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #DFA365;
    line-height: 0.49rem;
}
.careers-item-pk{
    margin-top: 0.5rem;
    border: 1px solid #DFA365;
    padding: 0.6rem;
}
.careers-item-p{
    font-size: 0.33rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.69rem;
    word-break: break-all
}
.reservation_banner {
    position: relative;
    width: 100%;
    height: 9.54rem;
    top: 0;
    left: 0;
    background: url("/static/images/reservation_banner.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    z-index: 99;
}
.reservation-logo {
    float: left;
    margin: 0.8rem 2.91rem;
}

.reservation-logo > a {
    display: block;
    width: 2.91rem;
    height: 0.78rem;
    background: url("/static/images/logo_head2.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.reservation-con{
    padding: 0.92rem 0;
    background: url("/static/images/reservation_bg.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.reservation-form{
    width: 7.15rem;
    position: relative;
    margin: 0 auto;
}
.contact_form input{
    background:none;
    outline:none;
    border:none;
}
.contact_form input:focus{
    border:none;
}
.form_title{
    text-align: center;
    font-size: 1.1em;
    font-family: Segoe UI-Bold, Segoe UI;
    font-weight: bold;
    color: #DAAF75;
    margin: 1.14rem 0 1.34rem;
}
.form_input{
    width: 100%;
    position: relative;
    height: 1.25rem;
    line-height: 1.25rem;
    border-bottom: 1px solid #C1C1BF;
}
 .form_input select option {
     margin: 40px;
     background: rgb(255, 255, 255);
     color: #999999;
     text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
 }
.form_input select option[value="1"] { /* value not val */ background: rgba(100, 100, 100, 0.3); }
.form_input select option[value="2"] { /* value not val */ background: rgba(200, 200, 200, 0.3); } /* ... */
.form_submit{
    margin-top: 0.27rem;
    width: 100%;
    position: relative;
    height: 1.3rem;
    line-height: 1.3rem;
    background: #7ABFF8;
}
.form_submit .input_submit{
    width: 100%;
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: 0.43rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    color: #fff;
    cursor: pointer;
 }
.form_input .input_span{
    font-size: 48rem;
    font-family: Segoe UI-Regular, Segoe UI;
    font-weight: 400;
    color: #707070;
    position: absolute;
    left:1rem;
    height: 1.25rem;
    line-height: 1.25rem;
}
.form_input .input_text{
    width: calc(100%);
    font-size: 0.48rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #Fff;
    position: absolute;
    padding-left: 0.06rem;
    left:0;
    height: 1.25rem;
    line-height: 1.25rem;
    background: transparent;
    border: none;
}
/*.form_input .input_text option::-ms-expand{ display: none; } */
/*.form_input .input_text option{*/
/*    -moz-appearance:none; !* Firefox *!*/
/*    -webkit-appearance:none; !* Safari 和 Chrome *!*/
/*    appearance:none;*/
/*}*/
/* !* --背景色字体颜色--*!*/
/* option:hover{ color:#fff; background-color:#1E90FF; }*/

.form_input input::-webkit-input-placeholder{
  color: #Fff;
  opacity: 1;
}
.form_input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color: #Fff;
  opacity: 1;
}
.form_input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color: #Fff;
  opacity: 1;
}
.form_input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color: #Fff;
  opacity: 1;
}
.footer-beian-black {
    width: 9.7rem;
    padding: 0.6rem 0 0.43rem;
    background-color: #fff;;
    text-align: center;
    margin: 0 auto;
}

.footer-beian-black > p, .footer-beian-black > div {
    margin-bottom: 0.5rem;
    line-height: 0.56rem;
    font-size: 0.33rem;
    color: #868686;
}

.footer-beian-black > p {
    margin-bottom: 0.2rem;
}

.footer-beian-black > div > a {
    color: #868686;
}

/*----------------------dialog----------------------------*/
.dialgo-position{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 999;
    width: 50%;
    height: 7.5rem;
    border-radius: 0.17rem;
    border: 1px solid #ff6060;
    padding: 0.3rem;
}
.dialog-title{
    font-size: 0.42rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.3rem;
}
.dialog-line{
    margin-top: 0.2rem;
    width: 100%;
    height: 1px;
    background: #c5c5c5;
}
.dialog-center{
    padding: 0.3rem;
}
.dialog_input{
    width: 100%;
    font-size: 0.34rem;
    height: 0.65rem;
    border: 1px solid #bfbfbf;
    margin-bottom: 0.3rem;
    border-radius: 0.07rem;
}
.dialog_input .input_text{
    width: calc(100% - 0.4rem);
    padding-left: 0.3rem;
    margin-left: 0.05rem;
    height: 0.65rem;
    line-height: 0.65rem;
    border: none;
}
.dialog_input .input_text{
    width: calc(100% - 0.4rem);
    padding-left: 0.3rem;
    margin-left: 0.05rem;
    height: 0.65rem;
    line-height: 0.65rem;
    border: none;
}
.dialog_textarea{
    height: 1.95rem;
}
.dialog_textarea .input_textarea{
    width: calc(100% - 0.4rem);
    padding-left: 0.3rem;
    margin-left: 0.05rem;
    height: 1.95rem;
    font-size: 0.34rem;
    line-height: 0.65rem;
    border: none;
}
.dialog_submit .input_submit{
    width: 2.3rem;
    height: 0.75rem;
    border-radius: 0.12rem;
    color: #fff;
    font-size: 0.42rem;
    text-align: center;
    line-height: 0.7rem;
    background: #C2853F;
    margin: 0 auto;
    cursor: pointer;
}
.dialog-close{
    position: absolute;
    cursor: pointer;
    right: 0.2rem;
    top: 0.2rem;
    width: 0.35rem;
    height: 0.35rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.4rem;
    background: url("/static/images/icon_close.png") no-repeat center center;
    background-size: cover;
}
@media (max-width: 750px) {
    .about-banner1 {
        width: 100%;
    }
    .culture-con-item{
        margin: 0.26rem 0.4rem;
    }
    .culture-item-p{
        width: 90%;
        font-size: 0.32rem;
    }
    .about-foot-banner > img {
        float: none;
        width: 100%;
        margin: 0 0 0.1rem 0;
    }
    .perkup-con-item {
      width: auto;
      height: 4.84rem;
    }
    .wealth-con-item {
      width: auto;
      height: auto;
      padding: 0.2rem;
      margin: 0 auto 0.55rem;
      background: #FFFFFF;
      border: 1px solid #DEA364;
    }
    .wealth-item-img {
      display: block;
      float: unset;
      width: 100%;
      height: auto;
    }
    .wealth-item-right {
      margin-left: 0;
      display: block;
      float: unset;
      width: auto;
    }
    .news-con-item {
      width: auto;
      height: auto;
      padding: 0.2rem;
      margin: 0 auto 0.55rem;
      background: #FFFFFF;
      border: 1px solid #DEA364;
    }
    .news-item-img {
      display: block;
      float: unset;
      width: 100%;
      height: auto;
    }
    .news-item-right {
      margin-left: 0;
      display: block;
      float: unset;
      width: auto;
    }
    .contactus-item-img{
        position: unset;
        margin-bottom: 0.3rem;
    }
    .reservation_banner {
        height: 4.5rem;
    }
    .reservation-logo {
        float: left;
        margin: 0.3rem 0.6rem;
    }
    .reservation-logo > a {
        width: 2.22rem;
        height: 0.6rem;
    }
    .reservation-form{
        width: 5.15rem;
        position: relative;
        margin: 0 auto;
    }
    .form_input{
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .form_submit{
        height: 0.9rem;
        line-height: 0.9rem;
    }
    .form_submit .input_submit{
        font-size: 0.33rem;
        height: 0.9rem;
        line-height: 0.9rem;
     }
    .form_input .input_span{
        font-size: 0.33rem;
        height: 0.9rem;
        line-height: 0.9rem;
    }
    .form_input .input_text{
        font-size: 0.33rem;
        height: 0.9rem;
        line-height: 0.9rem;
    }
    .footer-beian-black {
        width: auto;
        padding: 0.6rem 0.3rem 0.43rem;;
    }

    .footer-beian-black > p, .footer-beian-black > div {
        margin-bottom: 0.3rem;
        line-height: 0.32rem;
        font-size: 0.18rem;
        color: #868686;
    }
    .dialgo-position {
      width: 80%;
      padding: 0.15rem;
    }

}