@charset "utf-8";
/* CSS Document */
.iconfont {
  font-size: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
html,
body,
div,
p,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
img,
textarea,
iframe,
table,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
img {
  border: none;
  vertical-align: middle;
}
ol,
ul,
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 100%;
}
body,
input,
select,
button,
textarea {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
  outline: none;
}
.normal,
em,
i {
  font-style: normal;
  font-weight: normal;
}
body {
  min-width: 1000px;
  line-height: 1.6;
  cursor: default;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button {
  appearance: none;
}
input,
.lTips,
.iconfont,
button,
a,
.regBox p,
.verifyimg {
  transition: all 0.25s ease;
}
a {
  text-decoration: none;
  color: inherit;
}
.shop_container {
  background: #fff;
}
.shop_container .page_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.shop_container .page_bg .circle_1 {
  background: #63BF2E;
}
.shop_container .page_bg .circle_2,
.shop_container .page_bg .circle_3 {
  border-color: #63BF2E;
}
.container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: table;
}
.container h1 {
  margin: 0;
  padding: 0;
}
.container .logo {
  position: absolute;
  left: 20px;
  top: 10px;
}
.container .table_box {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
.container .content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 49px 0px rgba(0, 0, 0, 0.1);
  max-width: 1400px;
  margin: 0 auto;
  display: table;
  width: 100%;
}
.container .content .info,
.container .content .forms_con {
  display: table-cell;
}
.container .forms_con .con {
  position: relative;
}
.container .forms_con .errow_tips {
  position: absolute;
  top: 38px;
  right: 0;
  padding: 3px 12px;
  font-size: 14px;
  background: rgba(255, 0, 0, 0.6);
  color: #fff;
  border-radius: 1000px;
}
.container .forms_con.re_password ul input.in {
  padding-left: 32px ;
}
.container .forms_con.re_password .tips_icon {
  text-align: center;
  padding: 60px 0;
}
.container .forms_con.re_password .tips_icon i {
  width: 108px;
  height: 108px;
  display: block;
  margin: 0 auto;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M512 149.333333c200.298667 0 362.666667 162.368 362.666667 362.666667s-162.368 362.666667-362.666667 362.666667S149.333333 712.298667 149.333333 512 311.701333 149.333333 512 149.333333z m0 64c-164.949333 0-298.666667 133.717333-298.666667 298.666667s133.717333 298.666667 298.666667 298.666667 298.666667-133.717333 298.666667-298.666667-133.717333-298.666667-298.666667-298.666667z m169.045333 127.04l45.909334 44.586667-271.829334 279.722667-136.832-141.952 46.08-44.416 90.944 94.336 225.728-232.277334z' style='fill:%2363BF2E' %3E%3C/path%3E%3C/svg%3E");
}
.container .forms_con h2 {
  font-size: 28px;
  padding-left: 20px;
}
.container .forms_con .c_box {
  padding-left: 24px;
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.container .forms_con .c_box input {
  margin-right: 6px;
  -webkit-appearance: none;
  border: 1px solid;
  border-radius: 3px;
  width: 18px;
  height: 18px;
}
.container .forms_con .c_box input:checked {
  border-color: #fc7f2b;
  background: #fc7f2b url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M235.946667 472.938667l-45.226667 45.312 210.090667 209.514666 432.362666-427.690666-45.013333-45.482667-387.157333 382.976z' style='fill:%23ffffff' %3E%3C/path%3E%3C/svg%3E");
}
.container .forms_con .forms_foot {
  margin-top: 24px;
}
.container .forms_con .forms_foot a {
  color: #fc7f2b;
  padding-left: 24px;
}
.container .forms_con ul li {
  position: relative;
  margin-top: 24px;
}
.container .forms_con ul label.tit {
  position: absolute;
  left: 24px;
  line-height: 56px;
  top: 0;
  color: #666;
}
.container .forms_con ul input.in {
  height: 56px;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  width: 100%;
  padding: 0 32px 0 80px;
}
.container .forms_con ul input.in:hover {
  border-color: #aaa;
}
.container .forms_con ul input.in:focus {
  border-color: #63BF2E;
}
.container .forms_con ul .code {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 50px;
  width: 168px;
  padding: 0 16px;
  border-radius: 24px 100px 100px 24px;
  background: #f3fbfe;
  cursor: pointer;
}
.container .forms_con ul button {
  background-image: linear-gradient(90deg, #fc7f2b, #fda844);
  box-shadow: 0px 4px 13px 0px rgba(252, 127, 43, 0.36);
  width: 100%;
  height: 56px;
  z-index: 24;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  transition: all ease 0.3s;
}
.container .forms_con ul button:active {
  background-image: linear-gradient(90deg, #f1731f, #f89a2e);
}
.container .forms_con ul button.get_code {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  font-size: 16px;
  color: #fc7f2b;
  box-shadow: none;
  background: none;
  padding: 0 24px;
}
.container .forms_con ul button.get_code[disabled] {
  color: #999;
}
.container .forms_con .con {
  width: 360px;
  margin: 0 auto;
}
.container .info {
  text-align: center;
  padding: 100px 0;
}
.container .info h2 {
  font-size: 28px;
  line-height: 2;
}
.container .info .desc {
  color: #fc7f2b;
  font-size: 16px;
  border-radius: 100px;
  line-height: 1.8;
  padding: 0 16px;
  display: inline-block;
  border: 1px solid;
  margin-bottom: 68px;
}
.page_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page_bg .circle_1 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: linear-gradient(90deg, #63BF2E, #63BF2E);
  border-radius: 1000px;
  top: 70%;
  right: 80%;
  opacity: 0.3;
  animation: circle_1 10s linear infinite;
}
.page_bg .circle_2,
.page_bg .circle_3 {
  position: absolute;
  left: 82%;
  bottom: 75%;
  width: 186px;
  height: 186px;
  border-radius: 1000px;
  border: 36px solid #63BF2E;
  opacity: 0.3;
  animation: circle_2 linear 5s infinite;
}
.page_bg .circle_3 {
  left: auto;
  bottom: 5%;
  right: 3%;
  width: 120px;
  height: 120px;
  border-width: 24px;
  animation-delay: 2s;
}
@keyframes circle_1 {
  0% {
    transform: scaleX(1) scaleY(1) translate(0%, 0%);
    opacity: 0.3;
  }
  33% {
    transform: scaleX(1.05) scaleY(1.1) translate(10%, -5%);
    opacity: 0.2;
  }
  66% {
    transform: scaleX(1.05) scaleY(1.1) translate(6%, -10%);
    opacity: 0.1;
  }
  100% {
    transform: scaleX(1) scaleY(1) translate(0%, 0%);
    opacity: 0.3;
  }
}
@keyframes circle_2 {
  0% {
    transform: translate(0%, 0%);
  }
  33% {
    transform: translate(12%, 14%);
  }
  66% {
    transform: translate(4%, 8%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 1660px) {
  .container .forms_con .con {
    max-width: 80%;
  }
  .container .content {
    max-width: 68%;
  }
  .container .info {
    padding: 50px 0;
  }
  .container .info .img_box img {
    max-width: 80%;
  }
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
  font-size: 18px;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
  font-size: 18px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
  font-size: 18px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
  font-size: 18px;
}
