@charset "utf-8";
@import url("base.css");


/**index**/
.jsPublic{ background:#f9f6f1; padding: 0.7rem 0.6rem;}
.jsPublic-head .cn{ background: url(../../img/success-line.png) no-repeat bottom center; background-size: 3.14rem auto; padding-bottom: 0.25rem;}
.jsPublic-head .en{ font-size: 0.14rem; color: #e3be8e; text-transform: uppercase; letter-spacing: 0.15rem;}

.jsPublic-list{ padding-top: 0.3rem;}
.jsPublic-list li{ background: #fffcf7; margin-top: 0.28rem; line-height: 0.68rem; padding: 0 0.25rem; border: 1px #e3be8e solid;}
.jsPublic-list li a{ background: url(../../img/arrow.png) no-repeat right center; background-size: 0.19rem auto; padding-right: 0.25rem;}

.jsPublic-more a{ background: url(../../img/more.png) no-repeat; background-size: 100% 100%; width: 2rem; height: 0.6rem; line-height: 0.6rem; color: #b99b75;}


.jsService{ padding: 0.55rem 0.6rem;}
.jsService-filed{ padding-top: 0.65rem;}
.jsService-filed li{ margin-top: 0.15rem;}
.jsService-filed li .inpt{ width: 100%; height: 1rem; padding: 0.1rem 0.2rem; color: var(--color-light); font-size: 0.36rem; border: 1px #b99b75 solid;}
.jsService-filed li .short-inpt{ width: 24%;}
.jsService-filed li select.inpt{ background:url(../../img/select.png) no-repeat 95% center; background-size: 0.18rem auto;}

.jsService-buttons{ margin-top: 1.1rem;}
.jsService-buttons .btn{ background: url(../../img/success-button.png) no-repeat; background-size: 100% 100%; width: 2.6rem; height: 0.9rem; line-height: 0.9rem; cursor: pointer;}


/**公示公告**/
.public-main{ background: #f9f6f1; width: 100%; min-height: 100vh; padding: 0.3rem;}
.public-list li{ padding: 0.3rem; margin-bottom: 0.25rem; border: 1px var(--color-gold) solid;}

.public-details{ background: var(--color-white); padding: 0.4rem; border: 1px var(--color-gold) solid;}
.public-details .det-title{ padding-bottom: 0.25rem; border-bottom: 1px #f5f5f5 solid;}
.public-details .det-text{ line-height: 0.6rem;}


/**预约成功**/
.reserve-success{ background: #fffcf7; width: 100%; height: 100vh; flex-direction: column;}
.reserve-success .suc-icon{ width:3.86rem;}
.reserve-success .suc-tit{ background: url(../../img/success-line.png) no-repeat bottom center; background-size: 3.14rem auto; width: 100%; padding-bottom: 0.4rem;}
.reserve-success .suc-tips{ color: #4c4c4c; line-height: 0.6rem; margin-top: 0.7rem;}
.reserve-success .suc-tips .num{ color: #ff9100;}
.reserve-success .suc-btn{ background: url(../../img/success-button.png) no-repeat; background-size: 100% 100%; width: 2.6rem; height: 0.9rem; line-height: 0.9rem; margin-top: 1.2rem;}