@charset "utf-8";

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
#loading .logo {
  text-align: center;
}
#loading img {
  width: 50%;
}

html {
  font-size: 50px;
}

@media (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}

@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}

@media (min-width: 411px) {
  html {
    font-size: 54.8px;
  }
}

@media (min-width: 448px) {
  html {
    font-size: 59.7333px;
  }
}

@media (min-width: 480px) {
  html {
    font-size: 64px;
  }
}

@media (min-width: 512px) {
  html {
    font-size: 68.2667px;
  }
}

@media (min-width: 544px) {
  html {
    font-size: 72.5333px;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 76.8px;
  }
}

@media (min-width: 608px) {
  html {
    font-size: 81.0667px;
  }
}

@media (min-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}

@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: sans-serif;
  font-size: 0.16rem;
  color: #333;
  background-color: #fff;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

img {
  border: 0;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
i,
em {
  font-size: 100%;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select {
  font-family: 'Microsoft YaHei';
}

.none {
  display: none;
}

.pd {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}

.clear:after {
  content: '.';
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}

.allpage {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 750px;
  min-height: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) + 0.7rem);
}

.allpage.bg-gray {
  background-color: #f1f2f4;
}

/* header */
.header-box {
  width: 100%;
  height: 0.9rem;
}

.header,
.m-header {
  position: fixed;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  top: 0;
  background-color: #fff;
  line-height: 0.9rem;
  height: 0.9rem;
  z-index: 30;
  box-shadow: 0 0.03rem 0.07rem -0.04rem rgba(0, 0, 0, 0.2);
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header .logo,
.header .menu {
  font-size: 0;
}

.header .logo {
  line-height: 0.9rem;
  height: 0.9rem;
}

.header .logo img {
  height: 0.42rem;
}

.header .menu,
.m-header .menu {
  font-size: 0.2rem;
  color: #333;
  text-align: center;
  line-height: 1;
  padding-top: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}

/* .m-header .menu {
	padding-top: 0;
} */

.header .menu .icon,
.m-header .menu .icon {
  width: 0.39rem;
  height: 0.2rem;
  background: url(../images/top-icon.png) no-repeat -0.52rem -0.1rem;
  background-size: 2.21rem;
  display: block;
  margin-bottom: 0.1rem;
}

.header .r-icon {
  padding-top: 0.24rem;
  font-size: 0;
  line-height: 0;
}

.header .r-icon a,
.m-header .r-icon a {
  margin-left: 0.4rem;
}

.header .r-icon .mes,
.m-header .r-icon .mes {
  width: 0.46rem;
  height: 0.4rem;
  background: url(../images/top-icon.png) no-repeat -1.11rem -0.1rem / 2.21rem;
  display: inline-block;
  vertical-align: middle;
}

.header .r-icon .set,
.m-header .r-icon .set {
  width: 0.44rem;
  height: 0.42rem;
  background: url(../images/top-icon.png) no-repeat -1.67rem -0.1rem / 2.21rem;
  display: inline-block;
  vertical-align: middle;
}

.m-header .back {
  width: 0.22rem;
  height: 0.36rem;
  background: url(../images/top-icon.png) no-repeat -0.1rem -0.1rem / 2.21rem;
  position: absolute;
  left: 0.25rem;
  top: 50%;
  margin-top: -0.18rem;
}

.m-header .tit {
  font-weight: normal;
  padding: 0 0.9rem;
  text-align: center;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.4rem;
}

.m-header .r-icon {
  position: absolute;
  right: 0.25rem;
  top: 0;
  height: 0.9rem;
  font-size: 0;
  line-height: 0.9rem;
}

/* right-nav */
.right-nav {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 750px;
  z-index: 110;
  overflow: hidden;
  display: none;
}

.right-nav.on .mask {
  display: block;
}

.right-nav.on .con {
  right: 0;
}

.right-nav .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.right-nav .con {
  position: absolute;
  width: 4rem;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  right: -4rem;
  padding: 0.5rem 0.3rem 0.3rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.right-nav .con .s-logo {
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
}

.right-nav .con .s-logo img {
  width: 100%;
}

.right-nav .con .item {
  margin-bottom: 0.2rem;
  text-align: center;
}

.right-nav .con .item .link {
  background-color: #2d364c;
  font-size: 0.24rem;
  -webkit-border-radius: 0.12rem;
  border-radius: 0.12rem;
  color: #fff;
  line-height: 0.7rem;
  display: block;
}

.right-nav .con .item.on .link,
.right-nav .con .item:hover .link,
.right-nav .con .item .sub-nav .sub-item:hover {
  background-color: #eb9d2e;
}

.right-nav .con .item .sub-nav {
  padding: 0.1rem 0.2rem 0;
  display: none;
}

.right-nav .con .item .sub-nav .sub-item {
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.22rem;
  background-color: #2d364c;
  display: block;
  margin-top: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}

/* f-join */
.f-join {
  width: 100%;
  height: 6.12rem;
  background: url(../images/f-bg.jpg) no-repeat center center / cover;
  text-align: center;
  padding: 0.5rem 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
  line-height: 1;
}

.f-join .tit {
  font-weight: normal;
  font-size: 0.36rem;
  margin-bottom: 0.6rem;
}

.f-join .icon {
  width: 1.09rem;
  height: 1.09rem;
  margin: 0 auto 0.4rem;
}

.f-join .icon img {
  width: 100%;
  height: 100%;
}

.f-join .s-tit {
  font-size: 0.28rem;
  margin-bottom: 0.24rem;
}

.f-join .des {
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #666;
}

.f-join .join-focus {
  margin-bottom: 0.42rem;
}

.f-join .link {
  line-height: 0.6rem;
  width: 2.53rem;
  text-align: center;
  font-size: 0.26rem;
  color: #333;
  background-color: #ef9b23;
  display: block;
  margin: 0 auto;
}

.f-join .link:hover {
  color: #fff;
}

.f-join .swiper-button-next,
.f-join .swiper-button-prev {
  outline: none;
  width: 0.29rem;
  height: 0.56rem;
  background: url(../images/join-icon.png) no-repeat -0.1rem -0.1rem / 0.98rem;
  margin-top: -0.28rem;
}

.f-join .swiper-button-prev {
  left: 0.25rem;
}

.f-join .swiper-button-next {
  right: 0.25rem;
  background-position: -0.59rem -0.1rem;
}

/* footer-box */
.footer-box {
  border-top: 0.04rem solid #ef9b23;
  overflow: hidden;
}

.footer-box .f-nav {
  background-color: #323232;
  padding: 0.7rem 0.25rem;
  font-size: 0.28rem;
  margin-top: -0.5rem;
}

.footer-box .f-nav .item {
  color: #fff;
  float: left;
  width: 33.33%;
  margin-top: 0.5rem;
  position: relative;
  padding-left: 0.2rem;
  line-height: 1;
  font-family: 'Arial';
}

.footer-box .f-nav .item:before {
  content: '';
  position: absolute;
  width: 0.04rem;
  height: 0.16rem;
  background-color: #ef9b23;
  top: 50%;
  margin-top: -0.08rem;
  left: 0;
}

.footer-box #layer-QRcode {
  display: none;
}
.layui-m-layercont > img {
  max-width: 300px;
}

.footer-box .copy-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  background-color: #242424;
  padding: 40px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}

.footer-box .copy-right img {
  display: block;
}

.footer-box .copy-right .f-logo {
  height: 48px;
  margin-bottom: 12px;
}

.footer-box .copy-right .f-logo img {
  height: 100%;
}

.footer-box .copy-right a {
  display: flex;
  column-gap: 4px;
  color: inherit;
}

.footer-box .copy-right .bottom-pic {
  display: flex;
  column-gap: 12px;
}

/* fix-footer */
.fix-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  max-width: 750px;
  border-bottom: 0;
  background-color: #2d364c;
}

.fix-footer .item {
  display: block;
  position: relative;
  flex: 1 0 25%;
  padding: 8px 8px max(calc(env(safe-area-inset-bottom) - 8px), 8px);
  font-size: 0;
  text-align: center;
  color: #fff;
}

.fix-footer .item:before,
.fix-footer .item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  z-index: 2;
}

.fix-footer .item:before {
  background-color: #161b27;
  right: -1px;
}

.fix-footer .item:after {
  background-color: #3e4965;
  right: 0;
}

.fix-footer .item:last-child:before,
.fix-footer .item:last-child:after {
  width: 0;
}

.fix-footer .item .icon {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/f-nav.png) no-repeat -0.1rem -0.1rem;
  background-size: 2.4rem;
  display: block;
  margin: 0 auto;
}

.fix-footer .item.on,
.fix-footer .item:hover {
  background-color: #ef9b23;
  border-color: #ef9b23;
}

.fix-footer .item.on:before,
.fix-footer .item.on:after,
.fix-footer .item:hover:before,
.fix-footer .item:hover:after {
  background-color: #ef9b23;
}

.fix-footer .item .txt {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.1rem;
  line-height: 1;
}

.fix-footer .item.tel .icon {
  background-position: -0.7rem -0.1rem;
}

.fix-footer .item.online .icon {
  background-position: -1.3rem -0.1rem;
}

.fix-footer .item.order .icon {
  background-position: -1.9rem -0.1rem;
}

/* 弹框 */
.modify-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
}
.modify-box .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.29);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
}
.modify-box .modify-con {
  width: 340px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -170px;
  z-index: 99;
}
.modify-box .modify-con .title {
  border-bottom: 1px solid #e0e0e0;
  line-height: 56px;
  height: 56px;
  padding: 0 30px;
  font-size: 18px;
  color: #000;
  position: relative;
}
.modify-box .modify-con .title::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #e99011;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 15px;
}
.modify-box .modify-con .input {
  padding: 20px 30px;
}
.modify-box .modify-con .input input {
  border: 1px solid #eaeaea;
  line-height: 38px;
  font-size: 14px;
  color: #999;
  background-color: #f6f6f6;
  display: block;
  width: calc(100% - 20px);
  padding: 0 10px;
}
.modify-box .modify-con .buttom {
  width: 150px;
  height: 40px;
  background-color: #ee9415;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin: 0 auto 15px;
  border-radius: 4px;
  cursor: pointer;
}

/* 2021-01-28 */

.more {
  display: block;
  margin: 0.6rem auto 0;
  width: 2.76rem;
  height: 0.65rem;
  border: 1px solid #ccc;
  border-radius: 0.05rem;
  text-align: center;
  line-height: 0.65rem;
  font-size: 0.26rem;
  color: #999;
  background: #fff;
}

/* 底部切换 */
.fix-footer .item .none {
  display: none;
}
.fix-footer .item .subMenu {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  background-color: #2d364c;
  padding: 0.1rem 0;
}

.fix-footer .item .subMenu a {
  display: block;
  width: 100%;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.42rem;
  height: 0.42rem;
  margin: 0.1rem 0;
}

.header .r-icon .mes,
.footer-box .copy-right,
.fix-footer .item.on-foot3 {
  display: none;
}
