html {
  font-size: 100px;
  font-size: 13.33333vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.6666666667px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.9333333333px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.3333333333px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 721px) and (max-width: 750px) {
  html {
    font-size: 100px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
input,
button,
textarea,
footer {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

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

img {
  vertical-align: middle;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

em,
i {
  font-style: normal;
}

img {
  max-width: 100%;
  border: 0;
}

input:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: #333;
}

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

.cf {
  min-height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.break {
  word-break: break-all;
  word-wrap: break-word;
}

.mt10 {
  margin-top: 0.1rem !important;
}

.mt15 {
  margin-top: 0.15rem !important;
}

.mt20 {
  margin-top: 0.2rem !important;
}

.mt25 {
  margin-top: 0.25rem !important;
}

.mt30 {
  margin-top: 0.3rem !important;
}

.mt35 {
  margin-top: 0.35rem !important;
}

.mt40 {
  margin-top: 0.4rem !important;
}

.mt45 {
  margin-top: 0.45rem !important;
}

.mt50 {
  margin-top: 0.5rem !important;
}

.mt55 {
  margin-top: 0.55rem !important;
}

.mt60 {
  margin-top: 0.6rem !important;
}

.mt65 {
  margin-top: 0.65rem !important;
}

.mt70 {
  margin-top: 0.7rem !important;
}

.mt80 {
  margin-top: 0.8rem !important;
}

.mt85 {
  margin-top: 0.85rem !important;
}

.mt90 {
  margin-top: 0.9rem !important;
}

.mt95 {
  margin-top: 0.95rem !important;
}

.mt100 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 0.1rem !important;
}

.mb15 {
  margin-bottom: 0.15rem !important;
}

.mb20 {
  margin-bottom: 0.2rem !important;
}

.mb25 {
  margin-bottom: 0.25rem !important;
}

.mb30 {
  margin-bottom: 0.3rem !important;
}

.mb35 {
  margin-bottom: 0.35rem !important;
}

.mb40 {
  margin-bottom: 0.4rem !important;
}

.mb45 {
  margin-bottom: 0.45rem !important;
}

.mb50 {
  margin-bottom: 0.5rem !important;
}

.mb55 {
  margin-bottom: 0.55rem !important;
}

.mb60 {
  margin-bottom: 0.6rem !important;
}

.mb65 {
  margin-bottom: 0.65rem !important;
}

.mb70 {
  margin-bottom: 0.7rem !important;
}

.mt120 {
  margin-top: 1.2rem !important;
}

.mt140 {
  margin-top: 1.4rem !important;
}

body {
  background-color: #307E95;
  margin: 0 auto;
  font-size: 0.24rem;
}

.box {
  width: 7.5rem;
  overflow: hidden;
  margin: 0 auto !important;
}

.head {
  position: relative;
}
.head img {
  width: 7.5rem;
  margin: -0.01rem 0;
}

.content {
  position: relative;
  width: 7.5rem;
  margin-top: -5rem;
}

.con-box {
  position: relative;
  width: 7.5rem;
  height: auto;
  z-index: 0;
  box-sizing: border-box;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.con-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  z-index: -1;
  height: 18.46rem;
  background: url("../images/box.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}

.h-link a {
  display: block;
  width: 6.7rem;
  margin: 0 auto 0.32rem;
  position: relative;
}
.h-link a img {
  width: 6.57rem;
}
.h-link a span {
  top: -0.25rem;
  left: 3.6rem;
  white-space: nowrap;
  position: absolute;
  color: #774B05;
  font-size: 0.2rem;
  padding: 0 0.1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.18rem 0.18rem 0.18rem 0rem;
  border: 0.02rem solid #fff;
  background: #fff;
  box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.4);
}
.h-link a span::after {
  content: "";
  position: absolute;
  width: 0.13rem;
  height: 0.12rem;
  left: -0.13rem;
  bottom: -0.02rem;
  background: url("../images/tips.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}

.ps-nav {
  display: flex;
  align-items: center;
  margin-left: 0.34rem;
}
.ps-nav a {
  margin-right: 0.16rem;
  width: 1.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 0.4rem;
  font-size: 0.26rem;
  color: #fff;
  background: url("../images/nav2.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}
.ps-nav a.on {
  font-weight: bold;
  color: #6F311B;
  background: url("../images/nav1.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}

.tcon {
  width: 6.94rem;
  margin: 0.32rem auto 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding-top: 0.4rem;
  padding-bottom: 0.7rem;
  display: flex;
  flex-direction: column;
}
.tcon::before {
  content: "";
  position: absolute;
  width: 6.94rem;
  height: 1.1rem;
  top: 0;
  bottom: 1.11rem;
  left: 0;
  z-index: -1;
  background: url("../images/b-top.png?0525") repeat-y 0 0;
  background-size: 100% 100%;
}
.tcon .txt-box {
  background: url("../images/b-middle.png?0525") repeat-y;
  background-size: 6.94rem 1rem;
  width: 100%;
  margin: 0;
  padding: 0.16rem 0.32rem;
  box-sizing: border-box;
}
.tcon::after {
  content: "";
  position: absolute;
  width: 6.94rem;
  height: 1.11rem;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url("../images/b-bom.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}

.tit {
  position: relative;
  text-align: center;
  width: 6.8rem;
  margin: 0 auto;
  height: 0.7rem;
  z-index: 0;
}
.tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.42rem;
  width: 0.85rem;
  height: 0.8rem;
  z-index: 0;
  background: url("../images/ttips1.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}
.tit span {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  position: relative;
  background: linear-gradient(180deg, #461909 0%, #B17726 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  font-weight: 500;
  -webkit-text-stroke-width: 0.2pt;
}
.tit span::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: -1.32rem;
  width: 1.14rem;
  height: 0.23rem;
  background: url("../images/t-left.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}
.tit span::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  right: -1.32rem;
  width: 1.14rem;
  height: 0.23rem;
  transform: rotate(180deg);
  background: url("../images/t-left.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}

.txt-box {
  width: 6.24rem;
  margin: 0.16rem auto 0;
  font-size: 0.24rem;
  color: #302714;
  line-height: 0.45rem;
}
.txt-box a {
  color: #B17726;
}
.txt-box em {
  color: #B17726;
}
.txt-box .tb-tit {
  display: flex;
  margin-top: 0.2rem;
  margin-bottom: 0.08rem;
}
.txt-box .tb-tit:nth-child(1) {
  margin-top: 0;
}
.txt-box .tb-tit i {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
  background: url("../images/icon-qs.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}
.txt-box .tb-tit span {
  font-size: 0.26rem;
  color: #302714;
  font-weight: bold;
}

.card-list {
  margin-top: 0.32rem;
}
.card-list li {
  width: 6.86rem;
  height: 1.83rem;
  border-radius: 0.24rem 0rem;
  border: 0.02rem solid #DCBB81;
  background: #FDFBF3;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.24rem;
  margin: 0 auto 0.24rem;
}
.card-list li img {
  width: 2.4rem;
  height: 1.35rem;
}
.card-list li div {
  margin-left: 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1.2rem;
}
.card-list li div p {
  width: 3.82rem;
  display: block;
  color: #302714;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-list li div em {
  color: rgba(48, 39, 20, 0.4);
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.28rem;
}

.tab {
  width: 7.5rem;
  height: 1.06rem;
  background-color: #3B99B2;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -3.75rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.32rem;
  border-top: 1px solid #83D1D3;
}
.tab .tab-num {
  margin-top: -0.36rem;
}
.tab .tab-num img {
  display: block;
  margin: 0 auto;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
.tab .tab-num em {
  font-size: 0.18rem;
  color: #302714;
  width: auto;
  height: 0.26rem;
  line-height: 0.26rem;
  padding: 0 0.12rem;
  border-radius: 0.4rem;
  background-color: #fff;
  display: block;
  margin-top: -0.12rem;
  position: relative;
}
.tab .tab-num span {
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
}
.tab .tbtn1 {
  width: 2rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.32rem;
  margin-right: 0.16rem;
  box-sizing: border-box;
  padding-top: 0.06rem;
  background: url("../images/tbtn1.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}
.tab .tbtn1 span {
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 0.28rem;
}
.tab .tbtn1 em {
  font-size: 0.18rem;
  display: block;
  text-align: center;
  line-height: 0.28rem;
  margin-top: 0.04rem;
  color: white;
}
.tab .tbtn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 0.8rem;
  border-radius: 0.4rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: border-box;
  background: url("../images/tbtn2.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}
.tab .tbtn2 i {
  width: 0.33rem;
  height: 0.32rem;
  margin-right: 0.07rem;
  background: url("../images/icon-clock.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-animation: shake 2.4s linear infinite;
  animation: shake 2.4s linear infinite;
}
.tab .tbtn2 span {
  font-size: 0.26rem;
  font-weight: bold;
  color: #6F311B;
  text-align: center;
  display: block;
  line-height: 0.3rem;
}
.tab .tbtn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 0.8rem;
  border-radius: 0.4rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-sizing: border-box;
  background: url("../images/tbtn3.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}
.tab .tbtn3 i {
  width: 0.33rem;
  height: 0.32rem;
  margin-right: 0.07rem;
  background: url("../images/icon-clock.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-animation: shake 2.4s linear infinite;
  animation: shake 2.4s linear infinite;
}
.tab .tbtn3 span {
  font-size: 0.26rem;
  font-weight: bold;
  color: #6F311B;
  text-align: center;
  display: block;
  line-height: 0.3rem;
}
.tab .tbtn2.grey {
  filter: grayscale(0);
  opacity: 0.5;
}
.tab .tbtn2.grey i {
  animation: none;
  -webkit-animation: none;
}
.tab .tbtn3.grey {
  filter: grayscale(0);
  opacity: 0.5;
}
.tab .tbtn3.grey i {
  animation: none;
  -webkit-animation: none;
}

.page-load {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11111111;
  line-height: 0.3rem;
}
.page-load p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.75rem;
  width: 7.5rem;
  margin-top: -0.28rem;
  text-align: center;
  font-size: 0.24rem;
  color: #A7A8A7;
}
.page-load .b-sl {
  display: block;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.page-load .b-sl img {
  width: auto;
  height: 0.48rem;
}

.grey {
  filter: grayscale(0.5);
}

.side {
  position: fixed;
  bottom: 1.6rem;
  right: 0;
  transition: 0.5s all;
}
.side a {
  display: block;
}
.side a img {
  width: 1.28rem;
  height: 1.28rem;
}

.p-pop {
  width: 6rem;
  height: auto;
  box-sizing: border-box;
  padding: 0.48rem 0.36rem;
  border-radius: 0.34rem;
  margin: 0 auto;
  background-color: #FDFBF3;
  z-index: 0;
  position: relative;
  border: 0.03rem solid #DCBB81;
}
.p-pop .p-tit {
  text-align: center;
}
.p-pop .p-tit span {
  font-size: 0.32rem;
  position: relative;
  background: linear-gradient(180deg, #461909 0%, #B17726 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  font-weight: 500;
  -webkit-text-stroke-width: 0.2pt;
}
.p-pop .p-tit span::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: -1.32rem;
  width: 1.14rem;
  height: 0.23rem;
  background: url(../images/t-left.png?0525) no-repeat 0 0;
  background-size: 100% 100%;
}
.p-pop .p-tit span::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  right: -1.32rem;
  width: 1.14rem;
  height: 0.23rem;
  transform: rotate(180deg);
  background: url(../images/t-left.png?0525) no-repeat 0 0;
  background-size: 100% 100%;
}
.p-pop::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 1.15rem;
  height: 0.35rem;
  z-index: -1;
  background: url("../images/p-t1.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}
.p-pop::before {
  content: "";
  position: absolute;
  bottom: -0.04rem;
  right: 0.2rem;
  width: 1.58rem;
  height: 0.34rem;
  z-index: -1;
  background: url("../images/p-t2.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}
.p-pop .p-con {
  font-size: 0.28rem;
  color: #302714;
  line-height: 0.38rem;
  margin-top: 0.32rem;
}

.p-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.48rem;
}
.p-btn a {
  width: 2.24rem;
  height: 0.72rem;
  text-align: center;
  line-height: 0.72rem;
  border-radius: 0.48rem;
  font-size: 0.3rem;
  box-sizing: border-box;
  margin: 0 0.2rem;
  font-weight: 500;
  -webkit-text-stroke-width: 0.2pt;
}
.p-btn a.pbtn1 {
  color: #302714;
  border: 0.02rem solid #EFDEB9;
}
.p-btn a.pbtn2 {
  color: #302714;
  background: url("../images/nav1.png?0525") no-repeat 0 0;
  background-size: 100% 100%;
}

.tac {
  text-align: center;
}

@-moz-keyframes shake {
  0%, 100% {
    transform: rotate(0) scale(0.9);
  }
  10% {
    transform: rotate(2deg) scale(1);
  }
  15%, 25%, 35% {
    transform: rotate(-4deg);
  }
  20%, 30%, 40% {
    transform: rotate(4deg);
  }
  45% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(2deg);
  }
  55%, 90% {
    transform: rotate(0);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0) scale(0.9);
    transform: rotate(0) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(2deg) scale(1);
    transform: rotate(2deg) scale(1);
  }
  15%, 25%, 35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  20%, 30%, 40% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  45% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  55%, 90% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-o-keyframes shake {
  0%, 100% {
    transform: rotate(0) scale(0.9);
  }
  10% {
    transform: rotate(2deg) scale(1);
  }
  15%, 25%, 35% {
    transform: rotate(-4deg);
  }
  20%, 30%, 40% {
    transform: rotate(4deg);
  }
  45% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(2deg);
  }
  55%, 90% {
    transform: rotate(0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0) scale(0.9);
    transform: rotate(0) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(2deg) scale(1);
    transform: rotate(2deg) scale(1);
  }
  15%, 25%, 35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  20%, 30%, 40% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  45% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  55%, 90% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*# sourceMappingURL=style.css.map */
