:focus {
  outline: none;
}

body,
div,
p,
ul,
li,
table,
tbody,
tr,
td,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
img,
iframe,
header,
nav,
section,
article,
footer,
figure,
figcaption,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font: 14px / 1.5 "Microsoft YaHei", "Tahoma,Arial", sans-serif;
  -webkit-text-size-adjust: none;
  color: #929392;
  text-align: left;
  background-color: #fff;
  height: 100%;
}

a {
  color: #929392;
  vertical-align: baseline;
  text-decoration: none;
  outline: 0;
}

/* html{transition: all .3s;} */
li,
ul {
  list-style-type: none;
}

.hid {
  display: block;
  height: 0;
  overflow: hidden;
}

.tn {
  text-indent: -9999em;
  overflow: hidden;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.cfix:after {
  display: table;
  content: "";
  clear: both;
}

div:focus,
span:focus {
  outline: none;
}

a img,
img {
  border: none;
}

.oh {
  overflow: hidden;
}

em {
  font-style: normal;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

/*pop */
.pop_Mark {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}

.pop {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  top: 50%;
}

.pop_close {
  width: 0.27rem;
  height: 0.27rem;
  position: absolute;
  right: 0px;
  top: -0.43rem;
  transition: all 0.3s;
  z-index: 999;
}

.pop_close1 {
  background-image: url(/skin/default/images/close.png);
}

.pop_close2 {
  background-image: url(/skin/default/images/close2.png);
}

.pop_close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.orientation_mask {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999999;
}

/* 菜单 */
.hamburger {
  display: inline-block;
  position: fixed;
  top: 0.2rem;
  right: 0.3rem;
  z-index: 1000;
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hamburger .line {
  width: 0.38rem;
  height: 0.06rem;
  background-color: #fff;
  display: block;
  margin: 0.04rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-1.onSelect .line:nth-child(1) {
  -webkit-transform: translateY(0.15rem) rotate(45deg);
  -ms-transform: translateY(0.15rem) rotate(45deg);
  -o-transform: translateY(0.15rem) rotate(45deg);
  transform: translateY(0.15rem) rotate(45deg);
}

#hamburger-1.onSelect .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.onSelect .line:nth-child(3) {
  -webkit-transform: translateY(-0.13rem) rotate(-45deg);
  -ms-transform: translateY(-0.13rem) rotate(-45deg);
  -o-transform: translateY(-0.13rem) rotate(-45deg);
  transform: translateY(-0.13rem) rotate(-45deg);
}

.pop_Mark.menu_bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

.menu_box .menu_ul {
  margin-top: 1.5rem;
}

.menu_box .menu_ul .menu_li {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  margin: 0 auto;
  border-bottom: 1px solid #585b5c;
}

.menu_box .menu_ul .menu_li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.24rem;
  line-height: 1rem;
  text-align: center;
}

/* 无请求分页样式 */
.holder {
  height: 0.34rem;
  line-height: 0.34rem;
  margin: 0.2rem 0 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.holder a {
  font-size: 0.23rem;
  padding: 0px 0.1rem;
  background: #fff;
  border: 1px solid #c5b7b7;
  color: #888;
  margin: 0 0.03rem;
  text-decoration: none;
  cursor: pointer;
}

.holder a:hover {
  border-color: #613119;
  color: #613119;
  text-decoration: none;
}

.holder a.jp-previous {
  margin-right: 0.15rem;
}

.holder a.jp-next {
  margin-left: 0.15rem;
}

.holder a.jp-disabled,
a.jp-disabled:hover {
  display: none;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
  background: #613119;
  border-color: #613119;
  color: #fff;
  cursor: default;
}

.holder span {
  margin: 0 0.05rem;
}

/* 视频与大图 */
#video {
  width: 6.5rem;
  height: 4.2rem;
}

#img_src {
  width: 5rem;
  height: 7.3rem;
}

/* 二维码弹窗 */
#gzh_code img {
  display: block;
  height: 3.44rem;
  margin: 0 auto;
}

.fixed_box1_1 {
  position: fixed;
  top: 54%;
  right: 0;
  width: 0.81rem;
  height: 3.35rem;
  background-image: url(/skin/default/images/hb_faq.png);
  z-index: 998;
}

.fixed_box1_1 .hb_text {
  display: block;
  width: 100%;
  height: 100%;
}

.fixed_box1_1 .hb_text:hover {
  transform: scale(1.06);
  transition: all 0.3s;
}

.nav_box {
  width: 100%;
  height: 1.6rem;
  background-image: url(/skin/default/images/nav_box1.png);
  position: fixed;
  left: 0;
  z-index: 999;
}

.nav_box .logo_box a {
  display: block;
  width: 1.66rem;
  height: 0.88rem;
  background-image: url(/skin/default/images/logo.png);
  float: left;
  margin-top: 0.2rem;
}

.nav_box .logo_box {
  margin-left: 0.2rem;
}

.sq_box {
  width: 100%;
  height: 1.2rem;
  background-image: url(/skin/default/images/nav_box.png?01);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #4c372c;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #101416;
}

.sq_box .sq_list {
  width: 25%;
  height: 100%;
  border-right: 1px solid #4c372c;
}

.sq_box .sq_list:last-child {
  border-right: none;
}

.sq_box .sq_list a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sq_box .sq_list .wx_img {
  display: block;
  width: 1.01rem;
  height: 0.25rem;
  background-image: url(/skin/default/images/wx_img.png?01);
}

.sq_box .sq_list .bz_img {
  display: block;
  width: 0.78rem;
  height: 0.23rem;
  background-image: url(/skin/default/images/bz_img.png?01);
}

.sq_box .sq_list .wb_img {
  display: block;
  width: 1.18rem;
  height: 0.22rem;
  background-image: url(/skin/default/images/wb_img.png?01);
}

.sq_box .sq_list .vip_img {
  display: block;
  width: 1.49rem;
  height: 0.25rem;
  background-image: url(/skin/default/images/vip_img.png?01);
}

/* .part1{width: 100%; height: 9.7rem; background-image: url(/skin/default/images/bg1.jpg?01); z-index: 9;} */
.part1 {
  width: 100%;
  height: 10.36rem;
  background-image: url(/skin/default/images/bg1.png?01);
}

.part1 .line {
  width: 100%;
  height: 0.42rem;
  background-image: url(/skin/default/images/line.png?01);
  bottom: -0.22rem;
  left: 0;
  z-index: 9;
}

.part1 .center {
  width: 6rem;
  height: 100%;
  margin: 0 auto;
}

.part1 .download_box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  bottom: 0.55rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.part1 .download_box a {
  display: block;
  width: 2.57rem;
  height: 0.78rem;
  margin: 0 auto;
}

/* .part1 .download_box .download_btn{background-image: url(/skin/default/images/download_btn.png?01);} */
.part1 .download_box .download_btn {
  background-image: url(/skin/default/images/download_btn.png?01);
}

.part1 .download_box .android {
  background-image: url(/skin/default/images/download_btn1.png);
}

.part2 {
  width: 100%;
  background-color: #fff;
}

/* footer */
.part4 {
  background-color: #000;
  clear: both;
  height: 100vw;
}

.footer {
  width: 100%;
}

.footer_center {
  width: 100%;
  height: 4.933333rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica";
  font-size: 0.186667rem;
  color: #818181;
}

.footer_center .logo_footer {
  width: 6.546667rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer_center .logo_footer img {
  display: block;
  width: 3.093333rem;
  height: 1.053333rem;
}

.footer_center div {
  margin: 0.066667rem 0 0.266667rem 0;
}

/* .bq-china{padding-top:0.6rem} */

.bq {
  padding: 0.6rem 0;
  background-color: #000;
}

.bq a {
  display: inline-block;
}

.bq .gs_logo {
  width: 1.92rem;
  height: 0.573333rem;
  background: url("/skin/default/images/gs_logo.png") no-repeat;
  background-size: 100% 100%;
  margin: 0.6rem auto 0;
}

.bq .cn_logo {
  display: block;
  width: 1.92rem;
  height: 0.573333rem;
  background: url("/skin/default/images/cn_logo.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.bq .link-box {
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.15rem;
}

.bq .link-box a {
  display: inline;
  text-decoration: none;
  color: #fff;
  font-size: 0.2rem;
}

.bq .link-box span {
  display: inline;
  margin: 0 0.2rem;
  color: #fff;
  font-size: 0.2rem;
  -webkit-transform: translateY(-0.02rem);
  -moz-transform: translateY(-0.02rem);
  -ms-transform: translateY(-0.02rem);
  -o-transform: translateY(-0.02rem);
  transform: translateY(-0.02rem);
}

.bq p {
  text-align: center;
  line-height: 0.25rem;
  font-size: 0.2rem;
  color: gray;
  margin: 0.15rem auto 0.3rem;
}

.bq .bq-china p {
  margin: 0.15rem auto;
}

.bq .bq-china a {
  color: gray;
}

.bq .bq-china .bq-image img:nth-of-type(1) {
  width: 1.426667rem;
  height: 0.666667rem;
  margin-right: 20px;
}

.bq .bq-china .bq-image img:nth-of-type(2) {
  width: 1.96rem;
  height: 0.666667rem;
}

.bq .bq-image img {
  display: block;
}

/* 横屏提示 */
.orientation_mask::before {
  content: "";
  position: fixed;
  z-index: 999999;
  height: 2.27rem;
  width: 1.5rem;
  left: 50%;
  top: 50%;
  margin-left: -0.6rem;
  margin-top: -1.1rem;
  color: #fff;
  background-image: url("/skin/default/images/heng.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: rotate(-90deg);
  animation: rotate 1.5s linear infinite alternate;
  -webkit-animation: rotate 1.5s linear infinite alternate;
}

.orientation_mask span {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -1.3rem;
  margin-top: 1.2rem;
  color: #fff;
  font-size: 0.23rem;
}

@media (orientation: landscape) {
  .orientation_mask {
    display: block;
  }

  body {
    overflow: hidden;
  }
}

@keyframes rotate {
  0%,
  30% {
    transform: rotate(-90deg);
  }

  100%,
  70% {
    transform: rotate(0);
  }
}

.reservation-pop {
  width: 6rem;
  height: 3.5rem;
  box-sizing: border-box;
  background: url(/skin/default/images/pop/bg.png?01) no-repeat 0 0 / 100% 100%;
  padding: 0 0.2rem;
}

/* .pop_close {
  width: 0.21rem;
  height: 0.22rem;
  top: 0.46rem;
  right: 0.18rem;
  background: url(/skin/default/images/pop/close.png) no-repeat 0 0 / 100% 100%;
} */
.pop_close2 {
  width: 0.27rem;
  height: 0.27rem;
  position: absolute;
  right: 0px;
  top: -0.43rem;
  transition: all 0.3s;
  z-index: 999;
  background: url(/skin/default/images/pop/close.png) no-repeat 0 0 / 100% 100%;
}

.pop_close3 {
  right: 0.2rem;
  top: 0.53rem;
}

.pop_title {
  width: 1.95rem;
  height: 0.29rem;
  margin: 0.5rem auto 0.24rem;
  background: no-repeat 0 0 / 100% 100%;
}

/* 立即预约弹窗 */
.reservation-pop .pop_title {
  background-image: url(/skin/default/images/pop/title_1.png);
}

.radio-item {
  line-height: 0.24rem;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.2rem;
  color: #ede2c2;
}

.radio-item + .radio-item {
  margin-left: 0.3rem;
}

.radio-item__icon {
  position: relative;
  top: -0.01rem;
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(/skin/default/images/pop/icon_select.png) no-repeat 0 0 / 100% 100%;
  vertical-align: middle;
}

.radio-item--active .radio-item__icon {
  background-image: url(/skin/default/images/pop/icon_selected.png);
}

/* 表单 */
.form {
  margin: 0.1rem auto 0;
  width: 4.4rem;
  height: auto;
}

.form-item {
  display: flex;
  margin-bottom: 0.16rem;
}

.form-item label {
  width: 1.35rem;
  height: 0.4rem;
  padding-left: 0.14rem;
  font-family: FZY4JW--GB1-0;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  color: #ede2c2;
  text-align: center;
}

.form-item input {
  width: 2.68rem;
  height: 0.4rem;
  padding: 0 0.1rem;
  background-color: #ede2c2;
  border-radius: 0.07rem;
  font-size: 0.16rem;
  border: 0;
}

.checkcode input {
  width: 1.82rem;
}

.get-code {
  margin-left: 0.08rem;
  width: 0.78rem;
  height: 0.4rem;
  background: #442214 url(/skin/default/images/pop/submit.png) no-repeat 0 0 / 100% 100%;
  cursor: pointer;
  border-radius: 0.03rem;
  font-size: 0.24rem;
  text-align: center;
  color: #ede2c2;
}

.get-code.countdown {
  background-image: none;
}

.submit {
  display: block;
  margin: 0.3rem auto 0;
  width: 1.36rem;
  height: 0.51rem;
  background: url(/skin/default/images/pop/confirm.png) no-repeat 0 0 / 100% 100%;
  cursor: pointer;
}

.toast {
  background-color: #6d3f2c;
  padding: 0.2rem 0.08rem;
  display: none;
  top: 60%;
  position: absolute;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

/* .toast img{width: 100%; height: 100%; display: block; margin: 0 auto;} */
.pop_toast {
  background-color: #6d3f2c;
  display: none;
  top: 36%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 0.2rem 0.08rem;
}

.toast-tip {
  color: #ede2c2;
  font-size: 0.24rem;
  text-align: center;
}
/* 816 首次弹窗*/
.frist-dlog {
  width: 6rem;
  height: 4rem;
  background: url(/skin/default/images/pop/first-dlogm.png) no-repeat 0 0 / 100% 100%;
}
.frist-dlog .popLink {
  display: block;
  width: 100%;
  height: 100%;
}
.frist-dlog  .pop_close816  {
  width: 0.27rem;
    height: 0.27rem;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    transition: all 0.3s;
    z-index: 999;
    background: url(/skin/default/images/pop/close.png) no-repeat 0 0 / 100% 100%;
}
/* 协议 */
.reservation-pop .agreement {
  margin-top: 0.2rem;
  text-align: center;
}

.reservation-pop .agreement a {
  color: #ede2c2;
  border-bottom: 0.01rem solid;
}

.reservation-pop .agreement .radio-item {
  cursor: default;
}

.reservation-pop .agreement .radio-item__icon {
  cursor: pointer;
}

/* jquery-toast */
.jq-toast-wrap {
  z-index: 9999 !important;
}

.ratingGuides {
  z-index: 9999 !important;
}

.ratingIcon {
  top: 2.55rem !important;
  transform: scale(0.8);
  right: 0.1rem;
  left: auto !important;
}

.test-pop {
  width: 7.09rem;
  height: 10.8rem;
  background: url(/skin/default/images/pop/test-bg.png) no-repeat 0 0 / 100% 100%;
}

.test-pop .pop_title {
  width: 3.14rem;
  height: 0.29rem;
  margin: 0.6rem auto 0.3rem;
  background: url(/skin/default/images/pop/title_4.png) no-repeat 0 0 / 100% 100%;
}

.test-pop .pop-tips {
  width: 6.8rem;
  height: 1.88rem;
  margin: 0 auto;
  background: url(/skin/default/images/pop/pop-tip.png) no-repeat 0 0 / 100% 100%;
}

.test-pop .pop-text {
  width: 6.78rem;
  height: 7.37rem;
  margin: 0.2rem auto 0;
  padding-top: 0.04rem;
  background: url(/skin/default/images/pop/text-bg.png) no-repeat 0 0 / 100% 100%;
}

.text-box {
  width: 6.66rem;
  height: 7.17rem;
  margin: 4px auto 0;
  padding: 0.02rem 0;
  overflow-y: auto;
  box-sizing: border-box;
}

.text-box::-webkit-scrollbar {
  width: 0.07rem;
}

.text-box::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background: #6a3d2b;
}

.text-box::-webkit-scrollbar-track {
  border-radius: 0.1rem;
  background: #c9b7a4;
}

.pop-text img {
  width: 6.38rem;
  display: block;
  margin: 0 auto;
}

.download_box .tips {
  width: 3.11rem;
  position: absolute;
  bottom: -0.44rem;
  right: 0;
}

.pop_qa_bg {
  width: 6.88rem;
  height: 9.54rem;
  background: url(/skin/default/images/pop/pop_qa_bg.png) no-repeat center/100%;
}

.pop_qa_bg .pop_close {
  width: 1rem;
  height: 1rem;
  background: url(/skin/default/images/pop/pop_close.png) no-repeat center/100%;
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  margin-left: -0.5rem;
  top: auto;
  right: auto;
}

.pop_qa_bg .qa-list {
  width: 6rem;
  /* height: 1.24rem; */
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 1.4rem auto 0;
}

.pop_qa_bg .qa-list li {
  width: 2.95rem;
  height: 0.59rem;
  margin-bottom: 0.1rem;
}

.pop_qa_bg .qa-list .btn-qa1 {
  background: url(/skin/default/images/pop/btn-qa1.png) no-repeat center/100%;
}

.pop_qa_bg .qa-list .btn-qa2 {
  background: url(/skin/default/images/pop/btn-qa2.png) no-repeat center/100%;
}

.pop_qa_bg .qa-list .btn-qa3 {
  background: url(/skin/default/images/pop/btn-qa3.png) no-repeat center/100%;
}

.pop_qa_bg .qa-list .btn-qa4 {
  background: url(/skin/default/images/pop/btn-qa4.png) no-repeat center/100%;
}

.pop_qa_bg .qa-list .btn-qa1.on,
.pop_qa_bg .qa-list .btn-qa1:hover {
  background: url(/skin/default/images/pop/btn-qa1-on.png) no-repeat center/100%;
}

.pop_qa_bg .qa-list .btn-qa2.on,
.pop_qa_bg .qa-list .btn-qa2:hover {
  background: url(/skin/default/images/pop/btn-qa2-on.png) no-repeat center/100%;
}

.pop_qa_bg .qa-list .btn-qa3.on,
.pop_qa_bg .qa-list .btn-qa3:hover {
  background: url(/skin/default/images/pop/btn-qa3-on.png) no-repeat center/100%;
}

.pop_qa_bg .qa-list .btn-qa4.on,
.pop_qa_bg .qa-list .btn-qa4:hover {
  background: url(/skin/default/images/pop/btn-qa4-on.png) no-repeat center/100%;
}

.qa-content {
  width: 6.44rem;
  height: 6.3rem;
  font-size: 0.22rem;
  color: #eedfbe;
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 0.12rem 0.1rem 0.1rem 0.15rem;
  box-sizing: border-box;
}

.qa-text {
  height: 100%;
  overflow: auto;
  display: none;
}

.qa-text.on {
  display: block;
}

.qa-text::-webkit-scrollbar {
  width: 0.1rem;
}

.qa-text::-webkit-scrollbar-track {
  background-color: #67452f;
  border-radius: 0.05rem;
}

.qa-text::-webkit-scrollbar-thumb {
  background-color: #e5cc95;
  border-radius: 0.05rem;
}

.qa-text p {
  line-height: 0.35rem;
}

.qa-text .qus {
  color: #ffa230;
}

.qa-text img {
  display: block;
  width: 95%;
  margin: 0.1rem auto;
}

._wrap_1facf_1 {
    background: url(../images/community-bg.87d60694.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    top: 48.5%;
    transform: translateY(-50%);
    transition: transform .2s;
    width: 150px;
    z-index: 9;
}
._content_1facf_36 {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding:10px
}

._content_1facf_36 ._btnImg_1facf_42 {
    cursor: pointer;
    height: 44px;
    margin-top: .1rem;
    width: 110px
}

._content_1facf_36 p {
    margin: 0;
    padding: 0
}

._content_1facf_36 ._scan_1facf_52 {
    position: relative
}

._content_1facf_36 ._scan_1facf_52 img {
    height: 110px;
    width: 110px
}

._content_1facf_36 ._scan_1facf_52:after {
    animation: _scan_1facf_52 3s infinite;
    background: #bdd9ff;
    content: "";
    height: .04rem;
    left: 0;
    position: absolute;
    width: 1.3rem
}
