@charset "UTF-8";
/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

[hidefocus], summary {
  outline: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

sup, sub {
  font-size: 83%;
}

pre, code, kbd, samp {
  font-family: inherit;
}

q:before, q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label, summary {
  cursor: default;
}

a, button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold;
}

del, ins, u, s, a, a:hover {
  text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
  font: 14px arial, 宋体;
  color: #333;
  outline: 0;
}

body {
  background: #fff;
  font-family: "Microsoft YaHei";
}

a, a:hover {
  color: inherit;
}

/* global */
.gDoc {
  min-width: 1440px;
}

.gHd {
  display: flex;
  background-color: #222E3D;
  color: #fff;
  font-size: 20px;
  padding: 20px 40px;
  align-items: center;
  position: relative;
}
.gHd ._item {
  margin-left: 40px;
  padding-top: 3px;
}
.gHd ._item._act {
  color: #f39700;
}
.gHd ._backend {
  height: 35px;
  line-height: 35px;
  padding: 0 35px;
  background-color: #F39800;
  border-radius: 3px;
  position: absolute;
  right: 40px;
  top: 20px;
}

.gWidth {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.gSwiper {
  height: 490px;
  background-image: url("/static/front/index/swiper-bg.png");
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
}
.gSwiper .gWidth {
  display: flex;
}
.gSwiper ._img {
  margin-right: 30px;
}
.gSwiper ._main ._title {
  font-size: 60px;
}
.gSwiper ._main ._desc {
  margin-top: 10px;
  line-height: 2;
  font-size: 30px;
  width: 938px;
}
.gSwiper ._main ._btn {
  display: block;
  background-image: url("/static/front/btn-bg-blue.png");
  width: 357px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

.gFt {
  background-color: #efefef;
  padding: 45px 0 75px;
  text-align: right;
}
.gFt ._item {
  display: inline-block;
  margin-left: 0.5em;
}

.gFloat {
  background-color: #202f3d;
  width: 125px;
  position: fixed;
  right: 0;
  top: calc(50% - 50px);
  color: #fff;
  font-size: 20px;
}
.gFloat ._item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #3d98bf;
}
.gFloat ._item:last-child {
  border-bottom: 0;
}

.indexIntro {
  background-color: #efefef;
  padding-bottom: 120px;
}
.indexIntro ._title {
  font-size: 50px;
  text-align: center;
  padding-top: 120px;
}
.indexIntro ._desc {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 5px;
}
.indexIntro ._row1 {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.indexIntro ._row1 ._item {
  flex: 1;
  height: 330px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
}
.indexIntro ._row1 ._item:last-child {
  margin-right: 0;
}
.indexIntro ._row1 ._icon {
  width: 110px;
  height: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  margin: 0 auto;
}
.indexIntro ._row1 ._text {
  font-size: 30px;
  margin-top: 15px;
  text-align: center;
}
.indexIntro ._row1 ._zoom {
  background-color: #3d98bf;
  position: absolute;
  width: 104%;
  height: 110%;
  left: -2%;
  top: -5%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.indexIntro ._row1 ._zTitle {
  font-size: 35px;
  padding-bottom: 10px;
  border-bottom: 3px solid #F39800;
  display: inline-block;
}
.indexIntro ._row1 ._zDesc {
  margin: 25px 90px 0 90px;
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
}
.indexIntro ._row2 {
  margin-top: 50px;
  display: flex;
}
.indexIntro ._row2 ._item {
  flex: 1;
  background-color: #3d4659;
  padding: 80px 40px;
  margin-right: 10px;
}
.indexIntro ._row2 ._item:last-child {
  margin-right: 0;
}
.indexIntro ._row2 ._icon {
  width: 106px;
  height: 106px;
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin: 0 auto 40px;
}
.indexIntro ._row2 ._text {
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
}

.indexMore {
  padding-top: 70px;
}
.indexMore ._title {
  text-align: center;
  font-size: 50px;
}
.indexMore ._row {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.indexMore ._row ._item {
  width: 20%;
  margin-bottom: 90px;
  text-align: center;
}
.indexMore ._row ._icon {
  width: 111px;
  height: 97px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  display: inline-block;
}
.indexMore ._row ._text {
  margin-top: 25px;
  font-size: 22px;
}

.caseList {
  padding-top: 50px;
}
.caseList ._item {
  height: 380px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  margin-bottom: 50px;
}
.caseList ._mask {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  background-color: #000;
  opacity: 0.5;
}
.caseList ._cont {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.caseList ._title {
  font-size: 50px;
}
.caseList ._desc {
  margin-top: 5px;
  font-size: 18px;
  line-height: 34px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bugWrap {
  background-color: #e6e6e6;
  padding-top: 120px;
}
.bugWrap ._version {
  border-top: 5px solid #222e3d;
  background-color: #f3f3f3;
  padding: 40px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 75px;
}
.bugWrap ._version ._title {
  font-size: 48px;
  color: #3e3a39;
  text-align: center;
}
.bugWrap ._version ._function {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.bugWrap ._version ._item {
  width: 19.2%;
  margin-right: 1%;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 190px;
  margin-bottom: 20px;
}
.bugWrap ._version ._item:nth-child(5n) {
  margin-right: 0;
}
.bugWrap ._version ._icon {
  width: 103px;
  height: 103px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.bugWrap ._version ._text {
  font-size: 24px;
  margin-top: 12px;
}
.bugWrap ._version ._dates {
  padding-top: 60px;
  display: flex;
}
.bugWrap ._version ._date {
  display: flex;
  padding-right: 100px;
  font-size: 38px;
}
.bugWrap ._version ._date img {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.bugWrap ._version ._date span {
  display: inline-block;
  line-height: 45px;
}
.bugWrap ._actions {
  display: flex;
  align-items: center;
  padding-left: 25px;
  background-color: #fff;
}
.bugWrap ._actions ._zhu img {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.bugWrap ._actions ._zhuText {
  font-size: 18px;
  flex: 1;
}
.bugWrap ._actions ._price {
  font-size: 42px;
  padding: 0 25px;
  color: #F39800;
}
.bugWrap ._actions ._btn {
  font-size: 36px;
  background-color: #F39800;
  color: #fff;
  border: 0;
  width: 265px;
  line-height: 100px;
}

.agentPage {
  padding-top: 80px;
  padding-bottom: 40px;
}
.agentPage ._title {
  font-size: 50px;
}
.agentPage ._form {
  margin-top: 30px;
  border: 1px solid #d7d7d7;
}
.agentPage ._head {
  background-color: #f3f3f3;
  font-size: 28px;
  line-height: 60px;
  padding-left: 1em;
}
.agentPage ._body {
  padding: 50px 100px 30px;
  position: relative;
}
.agentPage ._label {
  font-size: 20px;
}
.agentPage ._ipt {
  width: 590px;
  height: 40px;
  border: 1px solid #918c8a;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 0.5em;
  font-size: 20px;
  box-sizing: border-box;
}
.agentPage ._upIpt {
  width: 590px;
  margin-top: 5px;
  margin-bottom: 20px;
  display: flex;
}
.agentPage ._upIpt ._upTxt {
  flex: 1;
  font-size: 20px;
}
.agentPage ._upIpt ._upBtn {
  width: 295px;
  height: 40px;
  background-image: url("/static/front/btn-bg-yellow.png");
  background-size: 100% 100%;
  box-sizing: border-box;
  border: 0;
  font-size: 20px;
  border-radius: 3px;
}
.agentPage ._bodyTip {
  position: absolute;
  top: 50px;
  right: 130px;
  text-align: center;
  font-size: 20px;
}
.agentPage ._tipTxt {
  margin-top: 10px;
}
.agentPage ._btn {
  width: 295px;
  height: 40px;
  background-image: url("/static/front/btn-bg-yellow.png");
  background-size: 100% 100%;
  box-sizing: border-box;
  border: 0;
  font-size: 20px;
  border-radius: 3px;
  margin-top: 30px;
}

.aboutTop {
  height: 480px;
  background-image: url("/static/front/about/swiper-bg.png");
  background-size: cover;
  background-position: 50% 50%;
}
.aboutTop ._wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aboutTop ._slogan {
  margin-top: 115px;
}
.aboutTop .gWidth {
  position: relative;
  height: 100%;
}
.aboutTop ._4alogo {
  position: absolute;
  top: 142px;
  right: 0;
}

.aboutArticle {
  padding: 130px 0 90px;
  background-color: #324152;
}
.aboutArticle ._title {
  color: #F39800;
  font-size: 36px;
  text-align: center;
}
.aboutArticle ._content {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
.aboutArticle ._certs {
  text-align: center;
}

.loginPage .gWidth {
  display: flex;
  margin: 150px auto;
}
.loginPage ._login {
  flex: 1;
  margin-right: 150px;
}
.loginPage ._reg {
  flex: 1;
}
.loginPage ._form {
  border: 1px solid #e2e2e2;
}
.loginPage ._head {
  background-color: #f3f3f3;
  font-size: 36px;
  padding-left: 40px;
  line-height: 1.5;
}
.loginPage ._body {
  padding: 40px;
}
.loginPage ._item {
  margin-bottom: 20px;
}
.loginPage ._label {
  font-size: 20px;
}
.loginPage ._ipt {
  margin-top: 5px;
  height: 40px;
  border: 1px solid #918c8a;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.5em;
  font-size: 20px;
}
.loginPage ._forget {
  color: #A4A4A4;
  font-size: 36px;
  margin-top: 10px;
  text-align: right;
}
.loginPage ._code {
  margin-top: 5px;
  border: 1px solid #918c8a;
  border-radius: 3px;
  display: flex;
}
.loginPage ._codeIpt {
  border: 0;
  flex: 1;
  height: 38px;
  padding-left: 0.5em;
  font-size: 20px;
}
.loginPage ._codeBtn {
  height: 38px;
  background-color: #f3f3f3;
  border: 0;
  padding: 0 16px;
  font-size: 16px;
}
.loginPage ._btn {
  background-image: url(/static/front/btn-bg-yellow.png);
  width: 357px;
  height: 48px;
  border: 0;
  font-size: 28px;
  margin-top: 40px;
}

.applyPage .gWidth {
  display: block;
}
.applyPage ._body {
  display: flex;
  padding: 80px;
}
.applyPage ._colLeft {
  flex: 1;
  margin-right: 170px;
}
.applyPage ._colRight {
  flex: 1;
}

.userPage {
  background-color: #324152;
  color: #fff;
}
.userPage .gWidth {
  display: flex;
}
.userPage ._menu {
  width: 300px;
  border-right: 1px solid #12151a;
  padding-top: 30px;
  font-size: 20px;
}
.userPage ._menu ._item {
  margin-bottom: 30px;
}
.userPage ._menu ._act {
  color: #F39800;
}
.userPage ._mainTitle {
  font-size: 40px;
  line-height: 1;
}
.userPage ._mainInfo {
  flex: 1;
  padding: 30px 0 250px 70px;
}
.userPage ._mainInfo ._form {
  margin-top: 70px;
}
.userPage ._mainInfo ._item {
  margin-bottom: 20px;
}
.userPage ._mainInfo ._label {
  font-size: 20px;
  color: #36BEF0;
}
.userPage ._mainInfo ._ipt {
  margin-top: 5px;
  border: 1px solid #98a0a8;
  border-radius: 3px;
  height: 40px;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  padding-left: 0.5em;
  width: 500px;
}
.userPage ._mainInfo ._btn {
  margin-top: 100px;
  background-image: url("/static/front/btn-bg-blue.png");
  width: 356px;
  height: 48px;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 22px;
}
.userPage ._mainOrder {
  flex: 1;
  padding: 30px 0 250px 70px;
}
.userPage ._mainOrder ._orderTable {
  width: 100%;
  margin-top: 70px;
  border-top: 3px solid #3d98bf;
  border-left: 1px solid #7e8892;
  border-right: 1px solid #7e8892;
}
.userPage ._mainOrder ._orderTable tr {
  border-bottom: 1px solid #7e8892;
}
.userPage ._mainOrder ._orderTable td, .userPage ._mainOrder ._orderTable th {
  padding: 5px 10px;
  font-size: 18px;
}
.userPage ._mainBill {
  flex: 1;
  padding: 30px 0 250px 70px;
}
.userPage ._mainBill ._box {
  border: 1px solid #7e8892;
  border-top: 3px solid #3d98bf;
  padding: 25px 0;
  margin-top: 50px;
}
.userPage ._mainBill ._title {
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 30px;
  color: #36BEF0;
  margin-bottom: 20px;
}
.userPage ._mainBill ._form {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.userPage ._mainBill ._item {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.userPage ._mainBill ._label {
  font-size: 20px;
  color: #36BEF0;
}
.userPage ._mainBill ._ipt {
  margin-top: 5px;
  border: 1px solid #98a0a8;
  border-radius: 3px;
  height: 40px;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  padding-left: 0.5em;
  width: 100%;
}
.userPage ._mainBill ._btn {
  margin-top: 50px;
  background-image: url("/static/front/btn-bg-blue.png");
  width: 356px;
  height: 48px;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 22px;
}

/*# sourceMappingURL=front.css.map */
