﻿
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SourceHanSansCN", "Microsoft YaHei", arial, SimSun, Tahoma, Helvetica, Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
/** 设置默认字体 **/
html {
  font-size: 62.5%;
  font-family: "Microsoft YaHei", arial, SimSun, sans-serif;
  color: #717171;
}
body {
  font: 1.4rem/1.5;
}
body,
button,
input,
select,
textarea {
  font-size: 1.4rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 14px;
}
ul,
ol {
  list-style: none;
}
*:focus {
  outline: none;
}
a {
  color: #717171;
}
a:hover {
  color: #717171;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  cursor: pointer;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 清除浮动 */
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  *zoom: 1;
}
.pb20 {
  padding-bottom: 20px;
}
.mt-80 {
  margin-top: 80px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb160 {
  margin-bottom: 160px;
}
/* 省咯号 */
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.showpc {
  display: inline-block;
}
.showphone {
  display: none;
}
body {
  background: #ededed;
}
.main {
  margin-top: -10px;
}
.main .box1 img,
.main .box3 img,
.main .box4 img,
.main .box5 img,
.main .box6 img {
  width: 100%;
}
.main .box2 {
  background: #fff;
  padding: 6rem 0 2rem 0;
  text-align: center;
}
.main .box2 .title {
  font-size: 3.8rem;
  color: #009bbf;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 6rem;
}
.main .box2 .form {
  padding: 4rem 0 3rem 0;
}
.main .box2 .form input[type='text'] {
  padding: 0.8rem 1rem;
  margin: 0 1rem;
  border: #b0b0b0 solid 1px;
  min-width: 280px;
}
.main .box2 .form .submit {
  display: block;
  background: linear-gradient(to right, #fba024, #fb6924);
  padding: 1rem 5rem;
  margin: 3rem auto;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;
}
.main .box2 .form .reg {
  font-size: 1.8rem;
}
.main .box2 .form .reg a {
  color: #fb6924;
}
.main .box6 .btn {
  border-radius: 20px;
  background: #0fa78c;
  color: #fff;
  margin: 2rem auto 5rem auto;
  display: table;
  font-size: 1.8rem;
  padding: 0.8rem 2rem;
  letter-spacing: 2px;
}
.main .box6 .terms {
  display: none;
  padding: 1rem 5rem 5rem;
  width: 80%;
  margin: 0 auto;
  line-height: 2.5rem;
}
.btn_hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.btn_hover:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.btn_hover:hover,
.btn_hover:focus,
.btn_hover:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.btn_hover:hover:before,
.btn_hover:focus:before,
.btn_hover:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.footer {
  background: #212d5f;
  height: 60px;
  line-height: 60px;
  color: #fff8dc;
}
.footer .link {
  float: right;
}
.footer .link a {
  float: left;
  border-right: 1px solid #fff8dc;
  padding: 0 8px;
  line-height: 16px;
  margin: 22px 0;
  cursor: pointer;
}
.footer .link a:last-child {
  border-right: none;
}
.footer a {
  color: #fff8dc;
}
.onlinem {
  position: fixed;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 0;
}
.onlinem img {
  width: 48%;
  margin: 0 1%;
  float: left;
}
#successModal {
  text-align: center;
}
#successModal .close {
  margin-top: -20px;
}
#successModal .modal-content .con {
  padding-top: 50px;
}
#successModal .modal-content .con .text b {
  font-size: 24px;
  margin: 20px auto 10px auto;
  width: 100%;
  display: block;
}
#successModal .modal-content .con .text .email_tip {
  font-size: 10px;
  transform: scale(0.83);
  line-height: 20px;
  margin-top: 10px;
}
#successModal .modal-content .con .text .close_btn {
  background-image: linear-gradient(#7ebaee, #3e7dbd);
  padding: 5px 50px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin: 30px auto 0 auto;
}
.loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 300px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.loading img {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
/*# sourceMappingURL=reset.css.map */