body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  font-weight: normal;
  font-family: "Microsoft Yahei";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
body:hover,
div:hover,
span:hover,
header:hover,
footer:hover,
nav:hover,
section:hover,
aside:hover,
article:hover,
ul:hover,
dl:hover,
dt:hover,
dd:hover,
li:hover,
a:hover,
p:hover,
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover,
i:hover,
b:hover,
textarea:hover,
button:hover,
input:hover,
select:hover,
figure:hover,
figcaption:hover {
  outline: none;
}
a {
  color: #f5f5f5;
  text-decoration: none;
}
.ovh {
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"] {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  -webkit-appearance: none;
  cursor: pointer;
  line-height: normal;
  font-size: 14px;
  position: relative;
  top: 2px;
}
textarea {
  -webkit-appearance: none;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: .12rem;
}
.scroll-y {
  overflow: hidden;
  overflow-y: auto;
}
.scroll-x {
  overflow: hidden;
  overflow-x: auto;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.clear {
  zoom: 1;
}
.back_img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.margin {
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.paddingTop {
  padding-top: 1.95rem;
}
@-webkit-keyframes backOpacity {
  0% {
    opacity: 1;
  }
  25% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes backOpacity {
  0% {
    opacity: 1;
  }
  25% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.animation_opactiy {
  -webkit-animation: backOpacity 2s ease-in-out infinite;
          animation: backOpacity 2s ease-in-out infinite;
}
.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}
.flex .flex-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  background: #ebeaea;
}
.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}
.column,
.flex-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.box-c-end,
.flex-cc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.box-c-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
}
.space-between {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.reverse-space-betwee,
.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.reverse-space-betwee {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}
.row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.row-l,
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.row-l {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font28 {
  font-size: 28px;
}
.font24 {
  font-size: 24px;
}
.font30 {
  font-size: 30px;
}
.font35 {
  font-size: 35px;
}
.font40 {
  font-size: 40px;
}
.font-bold {
  font-weight: bold;
}
.font-main {
  color: #27b0f0;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.dib {
  display: inline-block;
}
.db {
  display: block;
}
.fillet4 {
  border-radius: 4px;
}
.fillet5 {
  border-radius: 5px;
}
.fillet6 {
  border-radius: 6px;
}
.fillet8 {
  border-radius: 8px;
}
.fillet10 {
  border-radius: 10px;
}
.fillet12 {
  border-radius: 12px;
}
.fillet14 {
  border-radius: 14px;
}
.fillet16 {
  border-radius: 16px;
}
.fillet18 {
  border-radius: 18px;
}
.fillet20 {
  border-radius: 20px;
}
.fillet30 {
  border-radius: 30px;
}
.fillet-50 {
  border-radius: 50%;
}
.m-10 {
  margin: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-60 {
  margin-left: 60px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-40 {
  margin-right: 40px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.indent10 {
  text-indent: 10px;
}
.plr-10 {
  padding: 0 10px;
}
.p {
  padding: 0 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-10 {
  padding-right: 10px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0;
}
.fontP {
  padding: 4px 6px;
}
.bg-245 {
  background: #f5f5f5;
}
.bg-FFF {
  background: #FFF;
}
.bg-DDD {
  background: #DDD;
}
.bg-EDEDED {
  background: #EDEDED;
}
.font1 {
  color: #9fa0a0;
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-18 {
  font-size: 18px;
}
.font-24 {
  font-size: 24px;
}
.font-30 {
  font-size: 30px;
}
.font-DDD {
  color: #DDD;
}
.font-51 {
  color: #333333;
}
.font-9fa0a0 {
  color: #9fa0a0;
}
.font-FF9401 {
  color: #FF9401;
}
.red {
  color: #ff5a5f;
}
.font-main-1 {
  color: #3aa2eb;
}
.font-FFF {
  color: #FFF;
}
.font-huawen2 {
  font-size: 28px;
}
.font-333 {
  color: #333;
}
.font-555 {
  color: #555;
}
.font-rests {
  color: #999999;
  font-size: 20px;
}
.font-info {
  color: #37B494;
}
.font-world {
  color: #9fa0a0;
}
.font-red {
  color: #ff5959;
}
.bg-main {
  background: #27b0f0;
}
.bg-main-1 {
  background: #3aa2eb;
}
.bg-27b0f0 {
  background: #27b0f0;
}
.bg-4BC5F1 {
  background: #4BC5F1;
}
.bg-msg {
  background: #FF9401;
}
.bg-warn {
  background: #ff5959;
}
.bg-info {
  background: #37B494;
}
.bg-rests {
  background: rgba(255, 0, 0, 0.3);
}
.bg-red {
  background: #ff5a5f;
}
.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#27b0f0), to(#0787fc));
  background: linear-gradient(to right, #27b0f0, #0787fc);
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33.33%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.vw-100 {
  width: 100vw;
}
.vh-100 {
  height: 100vh;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.w20 {
  width: 20px;
}
.w40 {
  width: 40px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w100 {
  width: 100px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w220 {
  width: 220px;
}
.w210 {
  width: 210px;
}
.w250 {
  width: 250px;
}
.w260 {
  width: 260px;
}
.w280 {
  width: 280px;
}
.h200 {
  height: 200px;
}
.h140 {
  height: 140px;
}
.h120 {
  height: 120px;
}
.h160 {
  height: 160px;
}
.h100 {
  height: 100px;
}
.h200 {
  height: 200px;
}
.h400 {
  height: 400px;
}
.h90 {
  height: 90px;
}
.h60 {
  height: 60px;
}
.h24 {
  height: 24px;
}
.h25 {
  height: 25px;
}
.h28 {
  height: 28px;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h30 {
  height: 30px;
}
.h35 {
  height: 35px;
}
.h25 {
  height: 25px;
}
.h26 {
  height: 26px;
}
.h22 {
  height: 22px;
}
.h20 {
  height: 20px;
}
.h10 {
  height: 10px;
}
.lh20 {
  line-height: 20px;
}
.lh25 {
  line-height: 25px;
}
.lh30 {
  line-height: 30px;
}
.hover :hover {
  opacity: .8;
}
.fillet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box,
.box-info {
  position: relative;
  border: none;
}
.box:after,
.box-info:after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #EFEFEF;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.box-info:after {
  background: #37B494;
}
input[type="hidden"] {
  position: absolute;
  display: none;
}
.list-next {
  position: relative;
  padding: 15px 50px 15px 15px;
}
.list-next:after {
  position: absolute;
  right: 24px;
  top: 24px;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 4px solid #7f7f7f;
  border-right: 4px solid #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.load-box {
  display: inline-block;
  width: 200px;
  height: 100px;
  border-radius: 3px;
  font-size: 30px;
  color: rgba(200, 200, 200, 0.5);
  -webkit-transition: .3s color, .3s border;
  transition: .3s color, .3s border;
  position: relative;
}
[class*="loader-"] {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  color: inherit;
  pointer-events: none;
}
.loader-13:before,
.loader-13:after,
.loader-13 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader-13 1.8s infinite ease-in-out;
  animation: loader-13 1.8s infinite ease-in-out;
}
.loader-13 {
  color: currentcolor;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: -1em;
}
.loader-13:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader-13:after {
  left: 100%;
}
.loader-13:before,
.loader-13:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}
@-webkit-keyframes loader-13 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 1em 0 -1em;
            box-shadow: 0 1em 0 -1em;
  }
  40% {
    -webkit-box-shadow: 0 1em 0 -0.2em;
            box-shadow: 0 1em 0 -0.2em;
  }
}
@keyframes loader-13 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 1em 0 -1em;
            box-shadow: 0 1em 0 -1em;
  }
  40% {
    -webkit-box-shadow: 0 1em 0 -0.2em;
            box-shadow: 0 1em 0 -0.2em;
  }
}
.w306h254 {
  width: 306px;
  height: 254px;
}
.dn {
  display: none;
}
body {
  min-width: 100% !important;
}
html,
body {
  background: #FFF;
  font-size: .2rem;
}
.img_bg img {
  display: block;
  width: 100%;
  height: 100%;
  width: 7.5rem;
  height: 2.45rem;
}
section {
  width: 7.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.parent-box {
  position: relative;
  width: 100%;
}
.parent-box .customization {
  width: 7.5rem;
  height: 12.77rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//customization.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: relative;
  top: 0;
  margin-top: 10.8rem;
}
.parent-box .customization .header {
  width: 5.44rem;
  height: 1.21rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//header.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: absolute;
  left: 1.1rem;
  top: -0.4rem;
}
.parent-box .customization .flowDiagram {
  width: 6.25rem;
  height: 4.85rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//flowDiagram.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: relative;
  top: 1.2rem;
}
.parent-box .customization .signUpBox {
  width: 6.74rem;
  height: 4.45rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//signUpBox.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: relative;
  top: 1.6rem;
}
.parent-box .customization .signUpBox select {
  border: 0;
  background: #f0dfcc;
  width: 1rem;
  height: 0.35rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #666;
}
.parent-box .customization .signUpBox ul {
  padding: .4rem .3rem .35rem .3rem;
}
.parent-box .customization .signUpBox li {
  margin-bottom: 0.12rem;
}
.parent-box .customization .signUpBox .city > .floatl,
.parent-box .customization .signUpBox .city > .floatr {
  height: .7rem;
  width: 2rem;
  margin-right: .13rem;
  line-height: .4rem;
  font-size: .16rem;
  text-indent: .18rem;
  z-index: 999;
  /* background: url(https://file.snimay.com/resource/snimay/css/activity/img/chugui01/ms.png) no-repeat 90 center; */
  cursor: pointer;
  cursor: -ms-pointer;
  background-color: #f0dfcc;
  position: relative;
}
.parent-box .customization .signUpBox .city > .floatr:nth-child(3) {
  margin-right: 0px;
}
.parent-box .customization .signUpBox .city > .floatr:nth-child(3) {
  width: 2rem;
  height: 0.7rem;
  line-height: .7rem;
  font-size: .32rem;
  text-indent: .36rem;
  z-index: 999;
  /* background: url(https://file.snimay.com/resource/snimay/css/activity/img/chugui01/ms.png) no-repeat 90px center; */
  cursor: pointer;
  cursor: -ms-pointer;
  background-color: #f0dfcc;
  position: relative;
}
.parent-box .customization .signUpBox input {
  width: 100%;
  height: 0.7rem;
  border: 0;
  color: #666;
  background-color: #f0dfcc;
  font-size: .32rem;
  padding-left: .4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.parent-box .customization .signUpBox input::-webkit-input-placeholder {
  font-size: .32rem;
}
.parent-box .customization .signUpBox .city > .floatl select,
.parent-box .customization .signUpBox .city > .floatr select {
  background: url(https://file.snimay.com/resource/snimay/css/activity/img/chugui01/ms.png) no-repeat 1.4rem center;
  width: 100%;
  height: 0.7rem;
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: .4rem;
  font-size: .32rem;
  /* background: #d39638; */
}
.parent-box .customization .signUpBox .btn {
  width: 100%;
  height: .7rem;
  background-color: #f83e44;
  color: #fff;
  font-size: .4rem;
  /* color: #333333; */
  font-weight: bold;
  margin-top: .34rem;
  cursor: pointer;
}
.parent-box .customization .signUpBox .get {
  width: 6.12rem;
  height: 0.8rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//get.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .customization .carousel {
  width: 6.6rem;
  height: 0.71rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//carousel.png') no-repeat center;
  background-size: 100% ;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 1.7rem;
}
.parent-box .customization .carousel .bannerBox p {
  height: .4rem;
  font-size: .28rem;
}
.parent-box .customization .carousel .bannerBox p :last-child {
  color: red;
}
.parent-box .customization .carousel .message-ul {
  width: 100%;
  position: absolute;
}
.parent-box .customization .carousel .message-ul li {
  width: 100%;
  height: 2rem;
  text-align: center;
  line-height: .71rem;
  font-size: .3rem;
  position: relative;
  color: red;
  list-style: none;
}
.parent-box .tabs > .header {
  margin-top: .5rem;
  width: 6.19rem;
  height: 1.23rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//tabs-header.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .active {
  transform: scaleX(1.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  left: 1.4rem;
}
.parent-box .tabs .center-3-footer_1 {
  cursor: pointer;
  left: .6rem;
  bottom: -1.3rem;
  width: 3.13rem;
  height: 1.13rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-footer_1.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: absolute;
}
.parent-box .tabs .center-3-footer_2 {
  cursor: pointer;
  right: .5rem;
  width: 2.55rem;
  height: 1.13rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-footer_2.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: absolute;
  bottom: -1.3rem;
}
.parent-box .tabs .center-3 .header > div {
  margin: 0.2rem 0.2rem 0.1rem 0.3rem;
  float: left;
  width: 3.14rem;
  height: 1.46rem;
}
.parent-box .tabs .center-3 .center-h-A {
  cursor: pointer;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-h-A.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3 .center-h-B {
  cursor: pointer;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-h-B.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3 .center-h-C {
  cursor: pointer;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-h-C.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3 .center-h-D {
  cursor: pointer;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-h-D.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-2 {
  width: 6.76rem;
  height: 6.14rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-2.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: 1.7rem;
  position: relative;
  margin-bottom: 2.9rem;
}
.parent-box .tabs .center-3-2 .center-3-title {
  width: 7.16rem;
  height: 1.89rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-2-title.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  left: -0.3rem;
  top: -1rem;
  position: absolute;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  /* Safari */
}
.parent-box .tabs .center-3-2 .dian3,
.parent-box .tabs .center-3-2 .dian4,
.parent-box .tabs .center-3-2 .dian5 {
  cursor: pointer;
  position: absolute;
  width: 0.72rem;
  height: 0.72rem;
  -webkit-animation: dump 0.4s linear infinite;
          animation: dump 0.4s linear infinite;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//flicker.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  z-index: 33;
}
.parent-box .tabs .center-3-2 .center-3-a07 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a07.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-2 .center-3-a08 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a08.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-2 .center-3-a09 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a09.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-2 .dian3 {
  top: 2.1rem;
  left: 2.4rem;
}
.parent-box .tabs .center-3-2 .dian4 {
  left: 3.6rem;
  top: 3.6rem;
}
.parent-box .tabs .center-3-2 .dian5 {
  right: 1rem;
  top: 2.9rem;
}
.parent-box .tabs .center-3-3 {
  width: 6.76rem;
  height: 6.14rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-3.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: 1.7rem;
  position: relative;
  margin-bottom: 2.9rem;
}
.parent-box .tabs .center-3-3 .center-3-title {
  width: 7.16rem;
  height: 1.89rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-3-title.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  left: -0.3rem;
  top: -1rem;
  position: absolute;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  /* Safari */
}
.parent-box .tabs .center-3-3 .dian3,
.parent-box .tabs .center-3-3 .dian4,
.parent-box .tabs .center-3-3 .dian5 {
  cursor: pointer;
  position: absolute;
  width: 0.72rem;
  height: 0.72rem;
  -webkit-animation: dump 0.4s linear infinite;
          animation: dump 0.4s linear infinite;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//flicker.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  z-index: 33;
}
.parent-box .tabs .center-3-3 .center-3-a10 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a10.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-3 .center-3-a11 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a11.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-3 .center-3-a12 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a12.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-3 .dian3 {
  top: 2.2rem;
  left: 2.8rem;
}
.parent-box .tabs .center-3-3 .dian4 {
  left: 4rem;
  top: 4rem;
}
.parent-box .tabs .center-3-3 .dian5 {
  left: 1.2rem;
  top: 2.4rem;
}
.parent-box .tabs .center-3-4 {
  width: 6.76rem;
  height: 6.14rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-4.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: 1.7rem;
  position: relative;
  margin-bottom: 2.18rem;
}
.parent-box .tabs .center-3-4 .center-3-title {
  width: 7.16rem;
  height: 1.89rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-4-title.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  left: -0.3rem;
  top: -1rem;
  position: absolute;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  /* Safari */
}
.parent-box .tabs .center-3-4 .dian3,
.parent-box .tabs .center-3-4 .dian4,
.parent-box .tabs .center-3-4 .dian5 {
  cursor: pointer;
  position: absolute;
  width: 0.72rem;
  height: 0.72rem;
  -webkit-animation: dump 0.4s linear infinite;
          animation: dump 0.4s linear infinite;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//flicker.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  z-index: 33;
}
.parent-box .tabs .center-3-4 .center-3-a13 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a13.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-4 .center-3-a14 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a14.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-4 .center-3-a15 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a15.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-4 .dian3 {
  top: .7rem;
  left: .9rem;
}
.parent-box .tabs .center-3-4 .dian4 {
  left: .6rem;
  top: 3.6rem;
}
.parent-box .tabs .center-3-4 .dian5 {
  right: 1.6rem;
  top: 3.3rem;
}
.parent-box .tabs .center-3-1 {
  width: 6.76rem;
  height: 6.14rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-1.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: 1.7rem;
  position: relative;
  margin-bottom: 2.9rem;
}
.parent-box .tabs .center-3-1 .center-3-title {
  width: 7.16rem;
  height: 1.89rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-title.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  left: -0.3rem;
  top: -1rem;
  position: absolute;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  /* Safari */
}
.parent-box .tabs .center-3-1 .dian3,
.parent-box .tabs .center-3-1 .dian4,
.parent-box .tabs .center-3-1 .dian5 {
  cursor: pointer;
  position: absolute;
  width: 0.72rem;
  height: 0.72rem;
  -webkit-animation: dump 0.4s linear infinite;
          animation: dump 0.4s linear infinite;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//flicker.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  z-index: 33;
}
.parent-box .tabs .center-3-1 .center-3-a04 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a04.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-1 .center-3-a05 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a05.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-1 .center-3-a06 {
  width: 100%;
  height: 100%;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//center-3-a06.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.parent-box .tabs .center-3-1 .dian3 {
  top: 1.3rem;
  left: 2.7rem;
}
.parent-box .tabs .center-3-1 .dian4 {
  left: 3.6rem;
  top: 3.6rem;
}
.parent-box .tabs .center-3-1 .dian5 {
  right: 1.2rem;
  top: 1.9rem;
}
.h-input_1 {
  width: 6.84rem;
  height: 1.19rem;
  background: url('https://file.snimay.com/resource/snimay/img/a01.png') no-repeat center;
  background-size: 100% ;
  margin-top: -1.4rem;
}
.select {
  margin-top: .4rem;
}
.select .center-box {
  width: 3.41rem;
  height: 1.58rem;
}
.select .center-box .label {
  height: 0.79rem;
  margin-left: .5rem;
}
.select .center-box .label label {
  height: .4rem;
  position: relative;
  padding-left: .4rem;
  font-size: .28rem;
}
.select .center-box .label label span {
  position: absolute;
  left: 0;
  height: .39rem;
  width: .33rem;
  background: url(https://file.snimay.com/resource/snimay/imgradio.png) no-repeat center;
  background-size: 100%;
}
.select input[type="radio"]:checked + label span {
  top: -0.01rem;
  height: .39rem;
  width: .37rem;
  background: url(https://file.snimay.com/resource/snimay/imgradio_.png) no-repeat center;
  border: none;
  background-size: 100%;
}
.select input[type="radio"]:disabled + label span {
  background: url(https://file.snimay.com/resource/snimay/imgradio.png) no-repeat center;
  background-size: 100%;
}
.select .input-box {
  width: 6.82rem;
  height: 1.58rem;
  background: url('https://file.snimay.com/resource/snimay/img/a02.png') no-repeat center;
}
.carousel {
  width: 6.6rem;
  height: 0.71rem;
  background: url('https://file.snimay.com/resource/snimay/img/childMobile/img//carousel.png') no-repeat center;
  background-size: 100% ;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 1.7rem;
  color: #fbf5b7;
  font-size: .28rem;
}
.swiperItem {
  margin: 0 auto;
}
section .bg {
  width: 7.5rem;
  height: 2rem;
}
section .bg img {
  width: 100%;
  height: 100%;
}
section .wrap {
  width: 100%;

}
/*section .wrap .a01 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_1/a01.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.5rem;
  height: 1.15rem;
}*/
section .wrap .wrap_1 {
  background-size: 100% ;
  margin: 0 auto;
  width: 7.28rem;
}
section .wrap .wrap_1 form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.2rem;
  padding-left: .2rem;
  background: #e5e5e5;
  background-size: 100% ;
  margin: 0 auto;
  color: #666
}
section .wrap .wrap_1 form input::-webkit-input-placeholder {
  position: relative;
  vertical-align: middle;
  color: #666;
}
section .wrap .wrap_1 form div {
  width: 5.92rem;
  height: 0.56rem;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_1 form .user {
  position: relative;
  margin-top: 0.25rem
}
section .wrap .wrap_1 form .user i {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_1/a06.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -0.1rem;
  left: .2rem;
}
section .wrap .wrap_1 form .user input {
  background: #e5e5e5;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_1 form .user input::-webkit-input-placeholder {
  position: relative;
  vertical-align: middle;
  top: 0rem;
  color: #666;
}
section .wrap .wrap_1 form .phone {
  margin-top: 0.25rem
}
/*section .wrap .wrap_1 form .phone i {
  display: block;
  width: 0.22rem;
  height: 0.32rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_1/a07.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -0.16rem;
  left: .24rem;
}*/
section .wrap .wrap_1 form button {
  width: 5.92rem;
  height: 0.48rem;
  background: url('https://file.snimay.com/resource/snimay/img/zhibofree/zhibofree_img/arrow_xu.gif') no-repeat center center;
  background-size: 100% ;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: 0.25rem;
}
/*section .wrap .wrap_1 .a03 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_1/a03.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.62rem;
  height: 2.55rem;
  position: relative;
  top: 1rem;
}*/
section .wrap .wrap_1 .a04 {
  background-size: 100% ;
  margin: 0 auto;
  width: 6.57rem;
  height: 2.3rem;
  position: relative;
}
.xu_title { width: 5.92rem; height: 0.54rem; line-height: 0.54rem; border:solid 1px #a12233; border-radius: 2.25rem; margin: 0 auto; text-align: center; font-size: 0.3rem; }
.xu_title b { color: #a12233; font-weight: bold; }
section .wrap .wrap_1 .a09 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_1/a09.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.24rem;
  height: 0.55rem;
  position: relative;
  top: 1.6rem;
}
/*section .wrap .a01_ {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_2/a01.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.09rem;
  height: 1.75rem;
  margin-top: .4rem;
}*/
/*section .wrap .a02_ {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_2/a02.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.98rem;
  height: 2.23rem;
  margin-top: .2rem;
}
section .wrap .a03_ {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_2/a03.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.98rem;
  height: 2.23rem;
  margin-top: .2rem;
}
section .wrap .a04_ {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_2/a04.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.98rem;
  height: 2.23rem;
  margin-top: .2rem;
}
section .wrap .a05_ {
  display: block;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_2/02.gif') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 5.98rem;
  height: 0.85rem;
  margin-top: .2rem;
}*/
.xu_img { overflow: hidden; width: 100%}
.xu_img img { width: 100%; float: left; }
/*section .wrap .a01_1 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_3/a01.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.12rem;
  height: 1.57rem;
  margin-top: .7rem;
}
section .wrap .a01_2 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_3/a02.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.3rem;
  height: 6.86rem;
}*/
/*section .wrap .a01_3 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_3/a03.gif') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 5.87rem;
  height: 0.92rem;
  top: 5.2rem;
  position: relative;
}*/
/*section .wrap .wrap_2 {
  margin-top: .8rem;
}
section .wrap .wrap_2 .a01 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_4/a01.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.12rem;
  height: 1.57rem;
}
section .wrap .wrap_2 .a02 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_4/a02.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.28rem;
  height: 6.81rem;
}
section .wrap .wrap_2 .a03 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_4/a03.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.28rem;
  height: 4.1rem;
}*/
section .wrap .wrap_2 .a03 .a04 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_4/a04.gif') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 5.16rem;
  height: 0.73rem;
  position: relative;
  top: 2.4rem;
}

section .wrap .wrap_3 .swiperItem {
  background-size: 100% ;
  margin: 0 auto;
  width: 7.5rem;
  margin-bottom: 0.4rem
}
/*section .wrap .wrap_3 .a01 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_5/a01.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.1rem;
  height: 1.57rem;
}*/
section .wrap .wrap_3 .a02 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_5/a02.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.28rem;
  height: 6.29rem;
}
section .wrap .wrap_3 .a03 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_5/a03.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.28rem;
  height: 3.83rem;
}
section .wrap .wrap_3 .a03 .a10 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_4/a04.gif') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 5.16rem;
  height: 0.73rem;
  position: relative;
  top: 2.3rem;
}
section .wrap .wrap_3 .swiper-slide div {
  width: 7.5rem;
  height: 4.67rem;
}
section .wrap .wrap_3 .a04 {
  background: url('https://file.snimay.com/resource/snimay/img/zhibofree/zhibofree_img/wrap_5/zubuchuhu_17-1.jpg') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_3 .a05 {
  background: url('https://file.snimay.com/resource/snimay/img/zhibofree/zhibofree_img/wrap_5/zubuchuhu_17-2.jpg') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_3 .a06 {
  background: url('https://file.snimay.com/resource/snimay/img/zhibofree/zhibofree_img/wrap_5/zubuchuhu_17-3.jpg') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_3 .a07 {
  background: url('https://file.snimay.com/resource/snimay/img/zhibofree/zhibofree_img/wrap_5/zubuchuhu_17-4.jpg') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}

section .wrap .wrap_4 {
  margin-top: .9rem;
}
section .wrap .wrap_4 .a01 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_6/a01.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.35rem;
  height: 1.1rem;
}
section .wrap .wrap_4 .swiper-slide div {
  width: 7.16rem;
  height: 9.4rem;
  margin-top: .6rem;
}
section .wrap .wrap_4 .a03 {
  margin: 0 auto;
  width: 7.16rem;
  height: 9.1rem;
  background-size: contain;
  margin-top: 0.2rem;
}
section .wrap .wrap_4 .a03 .a02 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_6/a02.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_4 .a03 .a03 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_6/a03.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_4 .a03 .a04 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_6/a04.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_4 .a02 {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_6/a05.gif') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 4rem;
  height: 0.86rem;
  margin-top: .68rem;
}
section .wrap .wrap_5 {
  position: relative;
}
section .wrap .wrap_5 .a01 {
  width: 5.62rem;
  height: 4.06rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_7/a01.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: .9rem;
}
section .wrap .wrap_5 .a02 {
  width: 3.7rem;
  height: 3.32rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_7/a02.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: absolute;
  left: .23rem;
  top: 1.8rem;
}
section .wrap .wrap_5 .a03 {
  width: 6.27rem;
  height: 1.91rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_7/a03.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: 1.3rem;
}
section .wrap .wrap_5 .a04 {
  width: 6.42rem;
  height: 1.91rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_7/a04.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: .5rem;
}
section .wrap .wrap_5 .a05 {
  width: 6.27rem;
  height: 1.91rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_7/a05.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: .5rem;
}
section .wrap .wrap_5 .a06 {
  width: 6.42rem;
  height: 1.91rem;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//wrap_7/a06.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: .5rem;
}
section .input {
  margin: 0.3rem 0;
}
section .input input {
  width: 6.8rem;
  height: .7rem;
  background: #eeeeee;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: .38rem;
  font-size: .3rem;
}
section .input input::-webkit-input-placeholder {
  line-height: normal ;
  vertical-align: middle;
  font-size: .3rem;
}
section .click-btn {
  z-index: 99999;
  width: 6.82rem;
  height: .72rem;
  background: #db3333;
  border-radius: 1rem;
  color: #FFF;
  font-size: .3rem;
  position: relative;
  margin-bottom: -1rem;
}
.dialog,
.dialog1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.dialog .succeed,
.dialog1 .succeed {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//alert2.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.88rem;
  height: 6.21rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.dialog .succeed form,
.dialog1 .succeed form {
  margin: 0 auto;
}
.dialog .succeed form .wrap,
.dialog1 .succeed form .wrap {
  margin-top: 1.2rem;
}
.dialog .succeed form .wrap input,
.dialog1 .succeed form .wrap input {
  background: #F6C17B;
  width: 5rem;
  height: 0.6rem;
  margin-top: .2rem;
  margin-left: 1.06rem;
  display: block;
  padding-left: .3rem;
}
.dialog .succeed form .wrap input::-webkit-input-placeholder,
.dialog1 .succeed form .wrap input::-webkit-input-placeholder {
  vertical-align: middle;
  position: relative;
  top: 0;
  color: #534022;
}
.dialog .succeed form button,
.dialog1 .succeed form button {
  width: 4.6rem;
  height: 0.74rem;
  margin-top: 1.18rem;
  margin-left: 1.28rem;
  opacity: 0;
  border-radius: 17px;
}
.dialog .succeed .alert-info,
.dialog1 .succeed .alert-info {
  width: 2.63rem;
  height: 0.8rem;
  border-radius: 39px;
  position: absolute;
  bottom: .7rem;
  left: 1.36rem;
  border-radius: 50%;
  cursor: pointer;
}
.dialog .congratulations,
.dialog1 .congratulations {
  border-radius: 15px;
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//alert.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 5.92rem;
  height: 6.78rem;
}
.dialog .congratulations .form2,
.dialog1 .congratulations .form2 {
  margin-top: 1.34rem;
}
.dialog .congratulations select,
.dialog1 .congratulations select {
  border: 0;
  width: 0.74rem;
  height: 0.35rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #666;
}
.dialog .congratulations input,
.dialog1 .congratulations input {
  display: block;
  width: 5rem;
  height: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .2rem;
  margin: .12rem auto 0;
  border: none;
  color: #b3966b;
  font-size: .28rem;
  margin-bottom: .14rem;
}
.dialog .congratulations input::-webkit-input-placeholder,
.dialog1 .congratulations input::-webkit-input-placeholder {
  color: #b3966b;
  font-size: .28rem;
  vertical-align: middle;
  top: 0;
}
.dialog .congratulations .ganged,
.dialog1 .congratulations .ganged {
  margin: auto;
  margin-top: .17rem;
}
.dialog .congratulations .ganged .form-group,
.dialog1 .congratulations .ganged .form-group {
  position: relative;
  float: left;
}
.dialog .congratulations .ganged .form-group .triangle,
.dialog1 .congratulations .ganged .form-group .triangle {
  width: 0;
  height: 0;
  position: absolute;
  right: .1rem;
  top: 50%;
  margin-top: -0.05rem;
  border-top: .1rem solid #965050;
  border-right: .1rem solid transparent;
  border-bottom: .1rem solid transparent;
  border-left: .1rem solid transparent;
  border: .1rem solid transparent;
  border-top-color: #965050 ;
}
.dialog .congratulations .ganged .form-group select,
.dialog1 .congratulations .ganged .form-group select {
  background: #6a0402;
  text-align: center;
  text-align-last: center;
  color: #b3966b;
  width: 1.62rem;
  height: 0.61rem;
  margin-right: .0rem;
  border: none;
  font-size: 0.28rem;
}
.dialog .congratulations .ganged .form-group select option,
.dialog1 .congratulations .ganged .form-group select option {
  color: #b3966b;
  text-align: right;
}
.dialog .congratulations .ganged .form-group select:first-child,
.dialog1 .congratulations .ganged .form-group select:first-child {
  color: #b3966b;
}
.dialog .congratulations .ganged .submit,
.dialog1 .congratulations .ganged .submit {
  width: 4.6rem;
  height: 0.8rem;
  background: #D52F3B;
  text-align: center;
  line-height: .6px;
  border-radius: 40px;
  color: #FFF;
  margin-top: .78rem;
  font-size: .2rem;
  font-weight: 600;
  letter-spacing: .03rem;
  cursor: pointer;
}
.dialog .congratulations .ganged .bg_carousel,
.dialog1 .congratulations .ganged .bg_carousel {
  width: 472px;
  height: 44px;
  background: #C49B63;
  margin-top: 32px;
}
.dialog .congratulations .ganged .bg_carousel .message-tip,
.dialog1 .congratulations .ganged .bg_carousel .message-tip {
  width: 472px;
  height: 44px;
  position: relative;
  overflow: hidden;
}
.dialog .congratulations .ganged .bg_carousel .message-ul,
.dialog1 .congratulations .ganged .bg_carousel .message-ul {
  position: absolute;
  top: 0px;
  left: 0;
}
.dialog .congratulations .ganged .bg_carousel .message-ul li,
.dialog1 .congratulations .ganged .bg_carousel .message-ul li {
  width: 472px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  position: relative;
  list-style: none;
  font-weight: 400;
}
.dialog .congratulations .ganged .bg_carousel .message-ul .red,
.dialog1 .congratulations .ganged .bg_carousel .message-ul .red {
  color: red;
}
.dialog .btn-close,
.dialog1 .btn-close {
  position: absolute;
  width: 0.78rem;
  height: 0.78rem;
  bottom: .03rem;
  margin: 0 auto;
  cursor: pointer;
  left: 50%;
  margin-left: -0.39rem;
  opacity: 0;
}
.dialog1 .btn-close {
  margin-left: -0.26rem;
  border-radius: 50%;
}
.pt-20 {
  padding-top: 0.4rem;
}
.book-2 {
  width: 7.22rem;
  height: 11.54rem;
  background: url('https://file.snimay.com/resource/snimay/img/bg_diy1.png') no-repeat center;
  background-size: 100% ;
  margin-bottom: .6rem;
}
.diy2 {
  margin-top: 1rem;
  width: 6.43rem;
  height: 1.18rem;
  background: url('https://file.snimay.com/resource/snimay/img/diy_2.png') no-repeat center;
  background-size: 100% ;
}
.bglist {
  width: 6.4rem;
  margin-top: .3rem;
}
.bglist div {
  width: 3.08rem;
  height: 3.4rem;
}
.bglist .d1 {
  background: url('https://file.snimay.com/resource/snimay/img/d1.png') no-repeat center;
  background-size: 100% ;
}
.bglist .d2 {
  background: url('https://file.snimay.com/resource/snimay/img/d2.png') no-repeat center;
  background-size: 100% ;
}
.bglist .d3 {
  background: url('https://file.snimay.com/resource/snimay/img/d3.png') no-repeat center;
  background-size: 100% ;
}
.bglist .d4 {
  background: url('https://file.snimay.com/resource/snimay/img/d4.png') no-repeat center;
  background-size: 100% ;
}
.more {
  width: 4.7rem;
  height: 0.72rem;
  background: url('https://file.snimay.com/resource/snimay/img/more.png') no-repeat center;
  background-size: 100% ;
  cursor: pointer;
  margin: .45rem 0;
}
.pop-box {
  display: none;
}
.pop-center {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.9rem;
  height: 5.52rem;
  z-index: 10000000;
}
.pop-center .close {
  position: absolute;
  right: -0.3rem;
  top: -0.37rem;
  display: block;
}
.pop-center .close .close-btn {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url('https://file.snimay.com/resource/snimay/img/close.png') no-repeat center;
  background-size: 100% ;
}
.pop-center .alert-h {
  width: 6.9rem;
  height: 1.1rem;
  background: url('https://file.snimay.com/resource/snimay/img/alert.png') no-repeat center;
  background-size: 100% ;
  margin-top: .6rem;
  margin-bottom: .3rem;
}
.pop-center input {
  display: block;
  width: 5.2rem;
  height: 0.6rem;
  background: #6a0402;
  margin: .1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: .2rem;
}
.pop-center .submit {
  width: 4.6rem;
  height: 0.8rem;
  background: #db3333;
  color: #FFF;
  border-radius: 20px;
  margin-top: .8rem;
  font-size: .3rem;
}
.pop-center .text {
  line-height: 2;
}
@-webkit-keyframes dump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes dump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#pop {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.message-tip {
  width: 9rem;
  height: 2rem;
  margin: 0.4rem auto 0;
}
.kf {
  background: url('https://file.snimay.com/resource/snimay/img/2020Year/img_1//kf.png') no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 1.04rem;
  height: 1.36rem;
  position: fixed;
  right: .1rem;
  top: 70%;
  z-index: 999;
  margin-top: -0.68rem;
}
