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;
}
.w100 {
  width: 100%;
}
.p-30 {
  padding: 30px;
}
.indent10 {
  text-indent: 10px;
}
.bg-245 {
  background: #f5f5f5;
}
.bg-fff {
  background: #fff;
}
.bg-ddd {
  background: #ddd;
}
.bg-ededed {
  background: #ededed;
}
.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);
}
.h98 {
  height: 0.98rem 'rem';
}
.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_replace {
  background: red;
  width: 100%;
  height: 0.5rem;
  position: absolute;
  z-index: 999;
}
.updata_img {
  position: absolute;
  opacity: 0;
}
.test {
  position: fixed;
  bottom: 2rem;
  width: 2rem;
  height: 0.5rem;
  background: green;
  border-radius: 5px;
  left: 1rem;
  text-align: center;
  line-height: .5rem;
  color: #fff;
}
.img_bg img {
  display: block;
  width: 100%;
  height: 100%;
  width: 7.5rem;
  height: 2.20rem;
  font-size: 0px;
}
.banner {
  width: 7.5rem;
  height: 5.64rem;
}
.banner img {
  width: 100%;
  height: 100%;
}
section {
  width: 7.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap_1 {
  position: relative;
  margin-top: .5rem;
}
.wrap_1 .header {
  width: 3.95rem;
  height: 0.35rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_1 .flowdiagram {
  width: 6.32rem;
  height: 4.41rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: relative;
  top: .35rem;
  margin-left: .65rem;
}
.wrap_1 .signupbox {
  margin: 0 auto;
  position: relative;
}
.wrap_1 .signupbox li {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: .2rem;
}
.wrap_1 .signupbox li.name,
.wrap_1 .signupbox li.phone {
  width: 6.88rem;
  height: 0.82rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-bottom: .2rem;
}
.wrap_1 .signupbox li .icon_user {
  width: 0.25rem;
  height: 0.28rem;
  display: block;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-left: .2rem;
}
.wrap_1 .signupbox li .icon_phone {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-left: .2rem;
}
.wrap_1 .signupbox .floatl {
  background: #fff;
  position: relative;
  width: 2.16rem;
  height: 0.82rem;
  background:  no-repeat center;
  background-size: 100% ;
}
.wrap_1 .signupbox .floatl select {
  background: #fff;
  text-align: center;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  /* firefox */
  -webkit-appearance: none;
  /* safari 和 chrome */
}
.wrap_1 .signupbox .floatl:after {
  content: "";
  width: 0.16rem;
  height: 0.09rem;
  background:  no-repeat center;
  background-size: 100% ;
  display: block;
  position: absolute;
  right: .2rem;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  z-index: 1;
}
.wrap_1 .signupbox form {
  margin-top: .55rem;
}
.wrap_1 .signupbox input {
  width: 6rem;
  height: 0.78rem;
  margin-right: .2rem;
  border: 0;
  color: #666;
  background-color: #fff;
  font-size: .24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.7rem;
  overflow: hidden;
  border-radius: 5px;
}
.wrap_1 .signupbox input::-webkit-input-placeholder {
  font-size: .32rem;
}
.wrap_1 .signupbox .btn {
  width: 6.88rem;
  height: .82rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  /* color: #333333; */
  margin-top: .24rem;
  cursor: pointer;
}
.wrap_1 .signupbox .get {
  width: 5.7rem;
  height: 0.66rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_1 .carousel {
  width: 6.02rem;
  height: 0.55rem;
  background:  no-repeat center;
  background-size: 100% ;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: .28rem;
  margin-left: .65rem;
}
.wrap_1 .carousel .bannerbox p {
  height: .4rem;
  font-size: .28rem;
}
.wrap_1 .carousel .bannerbox p :last-child {
  color: red;
}
.wrap_1 .carousel .message-ul {
  width: 100%;
  position: absolute;
}
.wrap_1 .carousel .message-ul li {
  width: 100%;
  height: 2rem;
  text-align: center;
  line-height: .71rem;
  font-size: .3rem;
  position: relative;
  color: red;
  list-style: none;
}
.h-input_1 {
  width: 6.84rem;
  height: 1.19rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin-top: -1.4rem;
}
.wrap_2 {
  width: 7.5rem;
  height: 9.47rem;
  position: relative;
  margin-top: .5rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_2 .header {
  width: 3.26rem;
  height: 0.59rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_2 .conten {
  width: 6.47rem;
  height: 7.45rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  bottom: .8rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.wrap_3 {
  margin-top: .5rem;
  position: relative;
}
.wrap_3 .header {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 3.25rem;
  height: 0.59rem;
  margin: .3rem 0;
}
.wrap_3 .a02 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_3 .a03 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_3 .a04 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_3 .img {
  width: 6.64rem;
  height: 2.25rem;
  margin-top: 0.3rem;
}
@-webkit-keyframes a02-sale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes a02-sale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.wrap_4 {
  position: relative;
  width: 7.50rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: .8rem;
}
.wrap_4 .header {
  width: 3.25rem;
  height: 0.59rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-bottom: .2rem;
}
.wrap_4 .a02,
.wrap_4 .a03 {
  width: 6.91rem;
  height: 2.48rem;
}
.wrap_4 .a02 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin: .2rem 0;
}
.wrap_4 .a03 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin: .2rem 0;
}
.wrap_4 .a04 {
  width: 6.9rem;
  height: 3.45rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin: .2rem 0;
}
.wrap_4 .a05 {
  width: 6.9rem;
  height: 3.45rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin: .2rem 0;
}
.wrap_5 {
  position: relative;
  margin-top: .6rem;
}
.wrap_5 .header {
  width: 3.26rem;
  height: 0.89rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: relative;
  margin-bottom: .3rem;
}
.wrap_5 .a02 {
  width: 7.5rem;
  height: 5.29rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: relative;
}
.wrap_6 {
  position: relative;
  width: 7.5rem;
  margin-top: .7rem;
}
.wrap_6 .header {
  width: 3rem;
  height: 0.89rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin: .3rem auto;
}
.wrap_6 .a02 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.86rem;
  height: 3.08rem;
  position: relative;
  margin-top: .1rem;
}
.wrap_6 .a02 img {
  width: 100%;
  height: 100%;
}
.wrap_7 {
  position: relative;
  width: 7.5rem;
  margin-top: .8rem;
}
.wrap_7 .a01 {
  width: 3.26rem;
  height: 0.6rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: relative;
}
.wrap_7 .a02 {
  width: 7.07rem;
  height: 5.21rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: relative;
  margin-top: .4rem;
}
.wrap_8 {
  position: relative;
  margin-top: .5rem;
}
.wrap_8 .header {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 3.26rem;
  height: 0.58rem;
}
.wrap_8 .a02 {
  margin: .4rem 0;
}
.wrap_8 .a02 div {
  width: 1.38rem;
  height: 1.59rem;
}
.wrap_8 .a02 div:nth-of-type(1) {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_8 .a02 div:nth-of-type(2) {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_8 .a02 div:nth-of-type(3) {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_8 .a03 {
  margin: .4rem 0;
  width: 7.5rem;
}
.wrap_8 .a03 div {
  width: 1.38rem;
  height: 1.59rem;
}
.wrap_8 .a03 div:nth-of-type(1) {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_8 .a03 div:nth-of-type(2) {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.wrap_8 .a03 div:nth-of-type(3) {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.footer {
  margin-bottom: .5rem;
}
.swiper-container {
  width: 6.53rem;
  height: 8.58rem;
}
.swiperitem {
  margin: 0 auto;
}
section .bg {
  width: 7.5rem;
  height: 2.2rem;
}
section .bg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 0px;
}
section .bg:nth-of-type(2) {
  height: 2.26rem;
}
section .bg:nth-of-type(6) {
  height: 2.26rem;
}
section .bg:nth-of-type(10) {
  height: 2.26rem;
}
section .bg:nth-of-type(14) {
  height: 2.26rem;
}
section .bg:nth-of-type(18) {
  height: 2.26rem;
}
section .bg:nth-of-type(21) {
  height: 2.26rem;
}
section .bg:nth-of-type(25) {
  height: 2.26rem;
}
section .bg:nth-of-type(29) {
  height: 2.26rem;
}
section .bg:nth-of-type(30) {
  height: 1.44rem;
}
section .bg:nth-of-type(33) {
  height: 2.26rem;
}
section .bg:nth-of-type(37) {
  height: 2.26rem;
}
section .wrap {
  width: 100%;
  top: 7.2rem;
}
section .wrap .a01 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.5rem;
  height: 1.15rem;
  position: relative;
}
section .wrap .a01_11 {
  position: relative;
  top: 1rem;
}
section .wrap .wrap_1 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.28rem;
  height: 9.32rem;
  margin-top: 1.4rem;
}
section .wrap .wrap_1 form input {
  font-size: .28rem;
  width: 100%;
  height: 100%;
  position: relative;
  height: .56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .1rem;
  padding-left: .2rem;
}
section .wrap .wrap_1 form input::-webkit-input-placeholder {
  color: #a53531;
  line-height: normal;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section .wrap .wrap_1 form div {
  width: 5.5rem;
  height: 0.56rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_1 form .user {
  position: relative;
  top: .9rem;
}
section .wrap .wrap_1 form .user i {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -0.15rem;
  left: .2rem;
}
section .wrap .wrap_1 form .user input {
  padding-left: .6rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_1 form .phone {
  top: 1.13rem;
}
section .wrap .wrap_1 form .phone i {
  display: block;
  width: 0.22rem;
  height: 0.32rem;
  background:  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 .phone input {
  padding-left: .6rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_1 form button {
  width: 5.5rem;
  height: 0.6rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  display: block;
  top: 1.5rem;
  position: relative;
}
section .wrap .wrap_1 .a03 {
  background:  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:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.57rem;
  height: 3.99rem;
  position: relative;
  top: 1.4rem;
}
section .wrap .wrap_1 .a09 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.24rem;
  height: 0.55rem;
  position: relative;
  top: 1.6rem;
}
section .wrap .a01_ {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.09rem;
  height: 1.75rem;
}
section .wrap .a02_ {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.98rem;
  height: 2.23rem;
}
section .wrap .a03_ {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.98rem;
  height: 2.23rem;
}
section .wrap .a04_ {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 6.98rem;
  height: 2.23rem;
}
section .wrap .a05_ {
  display: block;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 5.98rem;
  height: 0.85rem;
  margin-top: .2rem;
}
section .wrap .a01_1 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.12rem;
  height: 1.57rem;
  margin-top: .2rem;
}
section .wrap .a01_2 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.5rem;
  height: 5.58rem;
}
section .wrap .a01_3 {
  background:  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: .4rem;
}
section .wrap .wrap_2 .a01 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.12rem;
  height: 1.57rem;
}
section .wrap .wrap_2 .a02 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.5rem;
  height: 6.36rem;
}
section .wrap .wrap_2 .a03 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.5rem;
  height: 3.36rem;
}
section .wrap .wrap_2 .a03 .a04 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 5.16rem;
  height: 0.73rem;
  position: relative;
  top: 2.4rem;
}
section .wrap .wrap_3 {
  margin-top: .6rem;
}
section .wrap .wrap_3 .swiperitem {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.5rem;
  height: 6.29rem;
}
section .wrap .wrap_3 .a01 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.1rem;
  height: 1.57rem;
}
section .wrap .wrap_3 .a02 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.28rem;
  height: 6.29rem;
}
section .wrap .wrap_3 .a03 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  width: 7.5rem;
  height: 2.53rem;
}
section .wrap .wrap_3 .a03 .a10 {
  background:  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: 6.18rem;
  height: 5.56rem;
  margin-top: .6rem;
}
section .wrap .wrap_3 .a04 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_3 .a05 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_3 .a06 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_3 .a07 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_3 .a08 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_3 .a09 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_4 {
  margin-top: .9rem;
}
section .wrap .wrap_4 .a01 {
  background:  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:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_4 .a03 .a03 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_4 .a03 .a04 {
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
section .wrap .wrap_4 .a02 {
  background:  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:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: .9rem;
}
section .wrap .wrap_5 .a02 {
  width: 3.7rem;
  height: 3.32rem;
  background:  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:  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:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: .5rem;
}
section .wrap .wrap_5 .a05 {
  width: 6.27rem;
  height: 1.91rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
  margin-top: .5rem;
}
section .wrap .wrap_5 .a06 {
  width: 6.42rem;
  height: 1.91rem;
  background:  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;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.dialog .succeed,
.dialog1 .succeed {
  background:  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 {
  width: 5.92rem;
  height: 7.05rem;
  border-radius: 15px;
  background:  no-repeat center;
  background-size: 100% ;
  margin: 0 auto;
}
.dialog .congratulations .btn-close,
.dialog1 .congratulations .btn-close {
  left: 6px;
}
.dialog .congratulations .form2,
.dialog1 .congratulations .form2 {
  margin-top: 2.2rem;
}
.dialog .congratulations input,
.dialog1 .congratulations input {
  display: block;
  width: 4.5rem;
  height: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .2rem;
  margin: .12rem auto 0;
  border: none;
  color: #333;
  font-size: .28rem;
  margin-bottom: .14rem;
}
.dialog .congratulations input::-webkit-input-placeholder,
.dialog1 .congratulations input::-webkit-input-placeholder {
  color: #333;
  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 .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: .46rem;
  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%;
}
.dialog1 .edit_text {
  font-size: .3rem;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .2rem;
  width: 5rem;
  height: 3rem;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dialog1 .edit_text .cleartext {
  color: #e4393c;
  line-height: .4rem;
}
.dialog1 .edit_text textarea {
  margin-top: .2rem;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.dialog1 .edit_text span {
  display: inline-block;
  width: 2.5rem;
  height: 0.6rem;
  float: left;
  background: #f9f8f8;
  position: absolute;
  text-align: center;
  line-height: .6rem;
  border-top: 1px solid #ddd;
}
.dialog1 .edit_text span:nth-of-type(1) {
  left: 0;
  bottom: 0;
}
.dialog1 .edit_text span:nth-of-type(2) {
  right: 0;
  bottom: 0;
  color: #e4393c;
  border-left: 1px solid #ddd;
  cursor: pointer;
}
.pt-20 {
  padding-top: 0.4rem;
}
.book-2 {
  width: 7.22rem;
  height: 11.54rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin-bottom: .6rem;
}
.diy2 {
  margin-top: 1rem;
  width: 6.43rem;
  height: 1.18rem;
  background:  no-repeat center;
  background-size: 100% ;
}
.bglist {
  width: 6.4rem;
  margin-top: .3rem;
}
.bglist div {
  width: 3.08rem;
  height: 3.4rem;
}
.bglist .d1 {
  background:  no-repeat center;
  background-size: 100% ;
}
.bglist .d2 {
  background:  no-repeat center;
  background-size: 100% ;
}
.bglist .d3 {
  background:  no-repeat center;
  background-size: 100% ;
}
.bglist .d4 {
  background:  no-repeat center;
  background-size: 100% ;
}
.more {
  width: 4.7rem;
  height: 0.72rem;
  background:  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:  no-repeat center;
  background-size: 100% ;
}
.pop-center .alert-h {
  width: 6.9rem;
  height: 1.1rem;
  background:  no-repeat center;
  background-size: 100% ;
  margin-top: .6rem;
  margin-bottom: .3rem;
}
.pop-center input {
  display: block;
  width: 5.2rem;
  height: 0.6rem;
  background: #fff;
  margin: .1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: .2rem;
}
.pop-center .submit {
  width: 4.5rem;
  height: 0.7rem;
  border-radius: 20px;
  font-size: .3rem;
  margin-top: .46rem;
  background: transparent;
  opacity: 0;
}
.pop-center .close {
  width: .9rem;
  height: .9rem;
  line-height: .68rem;
  border-radius: 50%;
  background: #fff;
  color: #8c8787;
  display: inline-block;
  font-style: normal;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  bottom: -1.9rem;
  text-align: center;
  font-size: .7rem;
  font-weight: 600;
  background: transparent;
  opacity: 0;
  margin-top: 6.47rem;
  position: absolute;
}
.pop-center .text {
  line-height: 2;
}
.add {
  height: 100%;
  overflow: hidden;
}
@-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:  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;
}
.canvas {
  overflow: hidden;
}
.save-canvas {
  width: 2.3rem;
  height: 0.6rem;
  border-radius: 30px;
  font-size: .24rem;
  line-height: .6rem;
  margin: 0 auto;
  position: fixed;
  z-index: 999;
  left: 50%;
  text-align: center;
  background: #e4393c;
  margin-left: -1.15rem;
  bottom: 30px;
  color: #fff;
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
}
.props {
  width: 100%;
  height: 100%;
}
.move {
  width: 2.32rem;
  height: 3.76rem;
}
.move .img .close {
  display: block;
  position: absolute;
  left: 50%;
  top: -0.4rem;
  z-index: 2;
  border-radius: 100%;
  width: .4rem;
  height: .4rem;
  color: #fff;
  text-align: center;
  background: #0e0e0e;
  font-size: .24rem;
  line-height: .4rem;
  margin-left: -0.2rem;
}
.move .img .rotate {
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
  z-index: 2;
  border-radius: 100%;
  width: .3rem;
  height: .3rem;
}
