* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  box-sizing: border-box;
}
html,
body {
  max-width: 750px;
  margin: 0 auto;
  font-family: '微软雅黑';
  background: url("../images/head_bg.jpg") no-repeat top center / 100%;
}
html {
  background-color: #C21F0BFF;
}
#app {
  font-size: 0.24rem;
}
h4,
img,
a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
}
[v-cloak] {
  display: none !important;
}
.hidden {
  display: none !important;
}
.clearfixed {
  clear: both;
  display: block;
  content: '';
}
.clearfixed:after {
  clear: both;
  display: block;
  content: '';
}
img {
  display: block;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.jc-c {
  justify-content: center;
}
.jc-b {
  justify-content: space-between;
}
.jc-a {
  justify-content: space-around;
}
.ai-c {
  align-items: center;
}
.header {
  position: relative;
}
.header .top_logo_block {
  position: relative;
}
.header .top_logo_block a.zhuzhan {
  display: block;
  position: absolute;
  width: 2.42rem;
  height: 0.35rem;
  top: 0.3rem;
  left: 0.3rem;
}
.header .top_logo_block a.zhuzhan img {
  display: block;
  width: 100%;
}
.header .top_logo_block a.mobile {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 2.88rem;
  height: 0.47rem;
}
.header .top_logo_block a.mobile img {
  display: block;
  width: 100%;
}
.header .page1 {
  padding-top: 6.07rem;
  background-position-y: 5.05rem;
}
.header .page1 .p1g-swiper {
  width: 5.27rem;
  height: 0.65rem;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0.04rem;
}
.header .page1 .p1g-swiper .p1-swiper {
  height: 100%;
}
.header .page1 .p1g-swiper .p1-swiper .swiper-slide p {
  line-height: 0.65rem;
  color: #fff;
  text-align: center;
}
.header .page1 .p1g-swiper .p1-swiper .swiper-slide p span {
  font-weight: bold;
  color: #fff221;
}
.header .page1 .p1-game {
  margin: 0 auto;
  height: 9.94rem;
  width: 7.1rem;
  background: url("../images/game/page1_bg.png") no-repeat top center / 100% 100%;
  position: relative;
}
.header .page1 .p1-game .egg {
  width: 5.1rem;
  margin: 0.5rem auto 0;
  display: flex;
  flex-wrap: wrap;
}
.header .page1 .p1-game .egg li {
  width: 1.68rem;
  padding-top: 0.6rem;
  position: relative;
}
.header .page1 .p1-game .egg li img {
  margin: 0 auto;
}
.header .page1 .p1-game .egg li .goldegg {
  width: 0.89rem;
  z-index: 1;
  position: relative;
  margin-bottom: -0.15rem;
  transform-origin: center bottom;
  transition: all 0.5s;
  bottom: 0;
}
.header .page1 .p1-game .egg li .goldegg.jump {
  -o-animation: jump 0.5s infinite alternate;
  -ms-animation: jump 0.5s infinite alternate;
  -moz-animation: jump 0.5s infinite alternate;
  -webkit-animation: jump 0.5s infinite alternate;
  animation: jump 0.5s infinite alternate;
}
.header .page1 .p1-game .egg li .base {
  width: 1.02rem;
}
.header .page1 .p1-game .egg li .info {
  display: none;
  width: 0.97333333rem;
  height: 0.58666667rem;
  position: absolute;
  left: -0.16rem;
  top: 0.33333333rem;
  background: url("../images/game/tips.png") no-repeat top center / 100% 100%;
  z-index: 1;
}
.header .page1 .p1-game #hammer {
  position: absolute;
  left: 5.5rem;
  top: 1.3rem;
  width: 1.07rem;
  height: 1.18rem;
  background: url("../images/game/hammer.png") no-repeat top center / 100% 100%;
  z-index: 1;
  transform-origin: right bottom;
  transition: 1s ease-in-out;
}
.header .page1 .p1-game #hammer.shak {
  -o-animation: hammer-move 0.5s linear infinite alternate;
  -ms-animation: hammer-move 0.5s linear infinite alternate;
  -moz-animation: hammer-move 0.5s linear infinite alternate;
  -webkit-animation: hammer-move 0.5s linear infinite alternate;
  animation: hammer-move 0.5s linear infinite alternate;
}
.header .page1 .p1-game #hammer.hit {
  -o-animation: hammer-hit 0.2s 3 alternate;
  -ms-animation: hammer-hit 0.2s 3 alternate;
  -moz-animation: hammer-hit 0.2s 3 alternate;
  -webkit-animation: hammer-hit 0.2s 3 alternate;
  animation: hammer-hit 0.2s 3 alternate;
}
.header .page1 .p1-game .p1-prize {
  margin-top: 0.68rem;
  height: 2.1rem;
  position: relative;
}
.header .page1 .p1-game .p1-prize .prize-text {
  display: inline-block;
  width: 0.89rem;
  height: 0.89rem;
  background: url('../images/game/prize_title.png') no-repeat top center / 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.header .page1 .p1-game .p1-prize .p1-prize-box {
  position: relative;
  width: 6.4rem;
  margin: 0 auto;
  padding-top: 0.2rem;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .pimg-box {
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .pimg-box img {
  margin: 0 auto;
  display: block;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .pimg-box .prize-01 {
  width: 0.65rem;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .pimg-box .prize-02 {
  width: 0.74rem;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .pimg-box .prize-03 {
  width: 0.76rem;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .pimg-box .prize-04 {
  width: 0.8rem;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .pimg-box .prize-05 {
  width: 1rem;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .pimg-box .prize-06 {
  width: 0.82rem;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .pimg-box .prize-07 {
  width: 0.75rem;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .p1p-desc {
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .p1p-desc .fs {
  font-size: 0.2rem;
  height: 0.24rem;
  line-height: 0.24rem;
}
.header .page1 .p1-game .p1-prize .p1-prize-box .prize-swiper .p1p-desc p {
  white-space: nowrap;
}
.header .page1 .p1-btn {
  margin-top: 0.38rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.37rem;
}
.header .page1 .p1-btn .pq-btn-left {
  width: 1.4rem;
  height: 0.52rem;
  background-color: #ff8651;
  border-radius: 0rem 0.26rem 0.26rem 0rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .page1 .p1-btn .pq-btn-right {
  width: 1.68rem;
  height: 0.52rem;
  background-color: #ff8651;
  border-radius: 0.26rem 0rem 0rem 0.26rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .page1 .p1-btn .pq-btn-right span {
  font-weight: bold;
  font-size: 0.46rem;
  color: #fff711;
  margin-left: 0.05rem;
}
.pq-btn-right {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.05rem;
}
.pq-btn-right span {
  font-weight: bold;
  font-size: 0.55rem;
  color: #fff711;
  margin-left: 0.05rem;
}
@keyframes hammer-hit {
  100% {
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}
@keyframes hammer-move {
  100% {
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes jump {
  100% {
    bottom: 0.1rem;
  }
}
.page2 {
  padding-bottom: 0.43rem;
}
.page2 .p2-title {
  padding: 0.7rem 0 0.3rem;
  text-align: center;
}
.page2 .p2-title img {
  height: 1.72rem;
  margin: 0 auto;
}
.page2 ul {
  display: flex;
  justify-content: space-between;
  padding: 0 0.27rem;
}
.page2 ul li {
  text-align: center;
  font-size: 0.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  padding-bottom: 0.28rem;
}
.page2 ul li .list-img {
  padding-top: 0.46rem;
  height: 1.5rem;
}
.page2 ul li .list-img img {
  margin: 0 auto;
}
.page2 ul li h2 {
  font-size: 0.26rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.18rem;
  line-height: 1;
}
.page2 ul li .list-desc {
  margin-bottom: 0.1rem;
}
.page2 ul li .list-desc p {
  color: #333333;
}
.page2 ul li .list-num {
  color: #4d4d4d;
}
.page2 ul li .list-num span {
  color: #ff0000;
}
.page2 .p2-list2 {
  margin-bottom: 0.19rem;
}
.page2 .p2-list2 li {
  width: 3.38rem;
}
.page2 .p2-list2 li:nth-child(1) img {
  width: 0.89rem;
}
.page2 .p2-list2 li:nth-child(2) img {
  width: 0.8rem;
}
.page2 .p2-list3 li {
  width: 2.19rem;
}
.page2 .p2-list3 li:nth-child(1) img {
  width: 0.89rem;
}
.page2 .p2-list3 li:nth-child(2) img {
  width: 0.72rem;
}
.page2 .p2-list3 li:nth-child(3) img {
  width: 0.8rem;
}
.page2 .p2-btn {
  margin: 0.31rem auto 0;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.32rem;
  color: #EA260C;
  line-height: 0.89rem;
  width: 4.55rem;
  height: 0.89rem;
  background: #FFE400;
  border-radius: 0.44rem;
  box-shadow: none;
  border-color: transparent;
}
.p2-btn {
  margin: 0.53rem auto 0;
  text-align: center;
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: 0.35rem;
  color: #FFFFFF;
  line-height: 0.73rem;
  width: 5rem;
  height: 0.73rem;
  background: linear-gradient(270deg, #FB6C48, #FB134F, #FD32AA);
  box-shadow: 0rem 0rem 0rem 0rem rgba(199, 23, 23, 0.35);
  border-radius: 0.47rem;
  border: 0.04px solid;
}
.page3 {
  padding: 0 0.3rem;
}
.page3 .p3-title {
  padding: 0.1rem 0 0.37rem;
  text-align: center;
}
.page3 .p3-title img {
  height: 1.72rem;
  margin: 0 auto;
}
.page3 .p3-list {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.3rem;
  padding: 0.08rem 0.4rem;
}
.page3 .p3-list .p3-li {
  display: flex;
  padding: 0.32rem 0;
  border-bottom: 1px solid #ededed;
}
.page3 .p3-list .p3-li:last-child {
  border-bottom: none;
}
.page3 .p3-list .p3-li .p3-li-img {
  border: solid 0.01rem #ededed;
  margin-left: 0.15rem;
  margin-right: 0.24rem;
  border-radius: 0.1rem;
  overflow: hidden;
  width: 1.25rem;
  height: 1.25rem;
}
.page3 .p3-list .p3-li .p3-li-img img {
  width: 100%;
  display: block;
}
.page3 .p3-list .p3-li .p3-li-cont {
  flex: 1;
  overflow: hidden;
}
.page3 .p3-list .p3-li .p3-li-cont h2 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page3 .p3-list .p3-li .p3-li-cont .p3lc-num {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 0.11rem;
}
.page3 .p3-list .p3-li .p3-li-cont .p3lc-num p {
  width: 54%;
  font-size: 0.22rem;
  color: #666666;
}
.page3 .p3-list .p3-li .p3-li-cont .p3lc-num p:nth-child(2) {
  width: 46%;
}
.page3 .p3-list .p3-li .p3-li-cont .p3lc-num p span {
  color: #fa222b;
  font-weight: bold;
}
.page3 .p3-list .p3-li .p3-li-cont .p3lc-skill {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
}
.page3 .p3-list .p3-li .p3-li-cont .p3lc-skill p {
  width: 0.58rem;
  height: 0.33rem;
  background-color: #d5aa80;
  text-align: center;
  line-height: 0.33rem;
  color: #ffffff;
  border: solid 0.01rem #d5aa80;
  box-sizing: border-box;
}
.page3 .p3-list .p3-li .p3-li-cont .p3lc-skill ul {
  display: flex;
  align-items: center;
}
.page3 .p3-list .p3-li .p3-li-cont .p3lc-skill ul li {
  box-sizing: border-box;
  background-color: #fbf3ee;
  border: solid 0.01rem #e8dede;
  color: #c59363;
  height: 0.33rem;
  line-height: 0.33rem;
  padding: 0 0.1rem;
  margin-right: 0.06rem;
}
.page4 {
  padding: 0 0.25rem 0.61rem;
}
.page4 .p2-btn {
  display: block;
}
.page4 .p4-title {
  padding: 0.78rem 0 0.42rem;
  text-align: center;
}
.page4 .p4-title img {
  height: 1.68rem;
  margin: 0 auto;
}
.page4 .p4-cont .p4-top-img {
  width: 6.65rem;
  margin: 0 auto;
}
.page4 .p4-cont .p4c {
  margin-top: 0.35rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.page4 .p4-cont .p4c .p4c-l {
  width: 1.22rem;
  background-color: #FFEDDEFF;
}
.page4 .p4-cont .p4c .p4c-l h3 {
  width: 1em;
  font-size: 0.47rem;
  color: #ff2a12FF;
  font-weight: bold;
}
.page4 .p4-cont .p4c .p4c-r {
  flex: 1;
  height: 3.75rem;
  padding: 0.4rem 0 0.4rem 0.41rem;
  background-color: #fff;
}
.page4 .p4-cont .p4c .p4c-r .p4r-list {
  height: 100%;
  width: 97%;
  overflow-y: auto;
}
.page4 .p4-cont .p4c .p4c-r .p4r-list h3 {
  font-size: 0.35rem;
  font-weight: bold;
  color: #FF5049;
  line-height: 2;
}
.page4 .p4-cont .p4c .p4c-r .p4r-list h3 i {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.26rem;
  height: 0.27rem;
  background: url("../images/icon_round.png") no-repeat center / 100%;
}
.page4 .p4-cont .p4c .p4c-r .p4r-list .p4r-li {
  font-size: 0.24rem;
  color: #333333;
  line-height: 2;
}
.page5 {
  padding-bottom: 0.97rem;
}
.page5 .p5-title {
  padding: 0.1rem 0 0.42rem;
  text-align: center;
}
.page5 .p5-title img {
  height: 1.71rem;
  margin: 0 auto;
}
.page5 ul {
  width: 7rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 0.3rem;
}
.page5 ul li {
  width: 50%;
  height: 2.49rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.page5 ul li:nth-child(1),
.page5 ul li:nth-child(2) {
  border-bottom: 1px solid #ebebeb;
}
.page5 ul li:nth-child(odd) {
  border-right: 1px solid #ebebeb;
}
.page5 ul li img {
  width: 1.03rem;
  margin: 0 auto;
}
.page5 ul li p {
  font-size: 0.29rem;
  color: #323232;
  font-weight: bold;
  margin-top: 0.19rem;
}
.page6 {
  padding: 0.6rem 0 0.45rem;
  background-color: #333333;
  text-align: center;
  font-size: 0.18rem;
  color: #ffffff;
}
.page6 p {
  margin-bottom: 0.15rem;
}
.vkyxqx .vk-content > h3 {
  background: #f91e1aFF;
  color: #ffffff;
  font-size: 0.4rem;
  font-weight: bold;
  height: 1rem;
  line-height: 1rem;
}
.vkyxqx .vk-content .form {
  margin: 0 auto;
}
.vkyxqx .vk-content .form .form-item {
  height: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
  background: #ffffff;
  border-radius: 0.05rem;
}
.vkyxqx .vk-content .form .form-item input {
  padding-left: 0.6rem;
  outline: none;
  border: none;
  height: 100%;
  box-sizing: border-box;
  color: #666666;
  display: block;
  width: 100%;
  font-size: 0.22rem;
  background: url("../images/phone.png") no-repeat 0.2rem center / 0.2rem;
}
.vkyxqx .vk-content .form .item-yzm {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
}
.vkyxqx .vk-content .form .item-yzm.pic {
  display: flex;
  align-items: center;
}
.vkyxqx .vk-content .form .item-yzm.pic img {
  width: 1.5rem;
  display: block;
  margin-bottom: 0.1rem;
}
.vkyxqx .vk-content .form .item-yzm .form-item {
  flex: 1;
}
.vkyxqx .vk-content .form .item-yzm .form-item input {
  width: 100%;
  background: url("../images/number.png") no-repeat 0.2rem center / 0.2rem;
}
.vkyxqx .vk-content .form .item-yzm .form-item input.num {
  background: url("../images/icon_psw.png") no-repeat 0.2rem center / 0.2rem;
}
.vkyxqx .vk-content .form .item-yzm .fromYzm {
  width: 1.5rem;
  height: calc(0.6rem + 2px);
  line-height: 0.6rem;
  font-size: 0.22rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ffeae7;
  right: 0;
  color: #fc4129;
  border: none;
}
.vkyxqx .vk-content .form .btn {
  padding-top: 0.3rem;
  text-align: center;
}
.vkyxqx .vk-content .form .btn button {
  margin: 0 auto;
  width: 100%;
  height: 0.56rem;
  background: linear-gradient(0deg, #D20D0A, #F91E1A);
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 0.26rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 0.05rem;
}
.vkyxqx .vk-content .form .btn button:disabled {
  background: #e8e8e8;
}
.drap1 {
  box-sizing: border-box;
  width: 5.3rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0;
  position: relative;
  padding-bottom: 0.44rem;
}
.drap1 .vk-content .pop_title {
  background-color: #f91e1aFF;
  background-blend-mode: normal, normal;
  color: #ffffff;
  text-align: center;
  border-radius: 0.2rem 0.2rem 0 0;
}
.drap1 .vk-content .pop_title img {
  width: 100%;
  display: block;
}
.drap1 .vk-content input[type='checkbox'] {
  width: 0.17rem;
  height: 0.17rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  background: url("../images/check_gray.png") no-repeat center center / 98% 98%;
}
.drap1 .vk-content input[type='checkbox']:checked {
  background: url("../images/check_ac.png") no-repeat center center / 98% 98%;
}
.drap1 .vk-content .drap1-tip {
  font-size: 0.18rem;
  color: #999999;
}
.drap1 .vk-content .drap1-tip a {
  color: #093fde;
}
.drap1 .vk-content .form .form-item {
  background: #ffffff;
  margin-bottom: 0.1rem;
  border: 1px solid #ededed;
  height: 0.6rem;
}
.drap1 .form {
  padding-top: 0.2rem;
}
.drap2 {
  box-sizing: border-box;
  width: 4.03rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0;
  position: relative;
}
.drap2 .tip_content {
  color: #323232;
  position: relative;
  margin-top: 0;
}
.drap2 .tip_content h3 {
  font-size: 0.26rem;
  margin-bottom: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #f91e1aFF;
  color: #ffffff;
  margin-bottom: 0.2rem;
  font-weight: bold;
  border-radius: 0.2rem 0.2rem 0 0;
}
.drap2 .tip_content .close_btn {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background: url("../images/icon_close2.png") no-repeat center center / 100%;
  position: absolute;
  right: 0.2rem;
  transform: none;
  top: 0.2rem;
}
.drap2 .tip_content .tip_content_info {
  padding: 0.2rem 0 0.5rem;
  text-align: center;
}
.drap2 .tip_content .tip_content_info .address_form {
  width: 80%;
  margin: 0 auto;
}
.drap2 .tip_content .tip_content_info img {
  max-width: 36%;
  display: block;
  margin: 0 auto;
}
.drap2 .tip_content .tip_content_info h4 {
  width: 80%;
  display: block;
  margin: 0.2rem auto 0;
  color: #000000;
  font-size: 0.22rem;
  line-height: 1.3;
}
.drap2 .tip_content .tip_content_info p {
  width: 86%;
  display: block;
  margin: 0 auto;
  color: #000000;
  font-size: 2.8vw;
}
.drap3 {
  padding: 0;
  box-sizing: border-box;
  background: transparent url("../images/success_bg.png") no-repeat center top / 100%;
  width: 4.03rem;
  height: 5.83rem;
  position: relative;
}
.drap3 .close_btn.btn2 {
  top: 0.1rem;
  right: -0.3rem;
}
.drap3.no_prices {
  background: transparent url("../images/false_bg.png") no-repeat center top / 100%;
  height: 4.14rem;
}
.drap3.no_prices .vk-content {
  padding-top: 2rem;
}
.drap3 .vk-content {
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding-top: 3rem;
  color: #fff;
  width: 97%;
  margin: 0 auto;
}
.drap3 .vk-content h4 {
  font-size: 0.26rem;
  line-height: 1.5;
}
.drap3 .vk-content h5 {
  font-weight: normal;
  font-size: 0.24rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.drap3 .vk-content h5 strong {
  font-weight: bold;
  color: #ffea00;
  font-size: 0.26rem;
  padding: 0 0.1rem;
}
.drap3 .vk-content p {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 0.16rem;
  opacity: 0.7;
  margin-top: 0.2rem;
}
.drap3 .vk-content button {
  width: 3.24rem;
  background: url('../images/btn_bg.png') no-repeat center center / 100%;
  color: #773c02;
  border: none;
  display: block;
  margin: 0 auto ;
  font-size: 0.25rem;
  font-weight: bold;
  padding: 0.19rem 0rem;
}
.address-box {
  background-image: linear-gradient(0deg, #ff472f 0%, #ff7e1f 100%), linear-gradient(#ffffff, #ffffff);
  position: relative;
  padding: 0.67rem 0.57rem 0.49rem;
  border-radius: 0.2rem;
}
.address-box .address_form .form-item {
  margin-bottom: 0.1rem;
}
.address-box .address_form .form-item input {
  width: 4.19rem;
  height: 0.6rem;
  padding-left: 0.57rem;
  font-size: 0.22rem;
  color: #000;
  border: none;
  border-radius: 0.05rem;
}
.address-box .address_form .form-item .f-user {
  background: #fff url("../images/icon_user.png") no-repeat 0.14rem center / 0.3rem;
}
.address-box .address_form .form-item .f-tel {
  background: #fff url("../images/icon_phone.png") no-repeat 0.14rem center / 0.3rem;
}
.address-box .address_form .form-item .f-address {
  background: #fff url("../images/icon_address.png") no-repeat 0.14rem center / 0.3rem;
}
.address-box .address_form .btn button {
  width: 3.24rem;
  height: 0.56rem;
  background: url('../images/btn_bg.png') no-repeat center center / 100%;
  color: #773c02;
  border: none;
  display: block;
  margin: 0.3rem auto 0;
  font-size: 0.25rem;
  font-weight: bold;
  padding-bottom: 0.1rem;
}
.close_btn {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  background: url("../images/icon_close2.png") no-repeat center center / 100%;
  top: 0.16rem;
  right: 0.16rem;
  cursor: pointer;
}
.close_btn::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  bottom: -0.2rem;
  top: -0.2rem;
  right: -0.2rem;
  cursor: pointer;
}
.close_btn.btn2 {
  width: 0.3rem;
  height: 0.31rem;
  background: url("../images/icon_close.png") no-repeat center center / 100%;
}
.layui-m-layercont .vkyxqx .form {
  width: 85.8%;
}
.layui-m-layercont .vkyxqx .form .form-yzm {
  width: 3rem;
}
.layui-m-layerchild {
  border-radius: 0.2rem !important;
}
.layui-m-layerchild h3 {
  border-radius: 0.2rem 0.2rem 0 0 !important;
}
.rules_layer {
  box-sizing: border-box;
  width: 5rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0;
  position: relative;
}
.rules_layer .rules_block {
  color: #323232;
  padding-bottom: 0.3rem;
  position: relative;
  margin-top: 0;
}
.rules_layer .rules_block .close_btn {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background: url("../images/close_1.png") no-repeat center center / 100%;
  position: absolute;
  right: 0.2rem;
  transform: none;
  top: 0.2rem;
}
.rules_layer .rules_block .content_info {
  padding-top: 0.5rem;
}
.rules_layer .rules_block h3 {
  font-size: 0.34rem;
  margin-bottom: 0;
  line-height: 1rem;
  height: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: #FF721D;
  background-blend-mode: normal, normal;
}
.rules_layer .rules_block p {
  width: 87.1%;
  display: block;
  margin: 0 auto 0.2rem;
  color: #323232;
  font-size: 0.24rem;
  line-height: 1.2;
}
