@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-width: 1440px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

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

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f5dba0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f5dba0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f5dba0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f5dba0;
}

.container {
  width: 1370px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: '';
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
}

.logo a {
  display: block;
  width: 197px;
  height: 87px;
  background: url(../images/logo.png) center center no-repeat;
  font: 0/0 a;
}

.logo:hover {
  filter: brightness(1.1);
}

.tit {
  margin: 60px 0 0;
  height: 70px;
  font: 0/0 a;
}

.tit.tit-01 {
  background: url(../images/tit_01.png) center center no-repeat;
}

.tit.tit-02 {
  background: url(../images/tit_02.png) center center no-repeat;
}

.tit.tit-03 {
  background: url(../images/tit_03.png) center center no-repeat;
}

.tit.tit-04 {
  background: url(../images/tit_04.png) center center no-repeat;
}

.tit.tit-05 {
  background: url(../images/tit_05.png) center center no-repeat;
}

.tit.tit-06 {
  background: url(../images/tit_06.png) center center no-repeat;
}

.sect {
  overflow: hidden;
}

.sect.sect-01 {
  height: 999px;
  background: url(../images/sect_01.jpg) center center no-repeat;
}

.sect.sect-01 .top {
  height: 500px;
  background: url(../images/sect_01_t.jpg) center center no-repeat;
}

.sect.sect-01 .bottom {
  height: 499px;
  background: url(../images/sect_01_b.jpg) center center no-repeat;
}

.sect.sect-01 .top-link {
  position: absolute;
  top: 5px;
  right: 20px;
}

.sect.sect-01 .top-link a {
  float: left;
  width: 170px;
  height: 89px;
  font: 0/0 a;
  margin-left: -30px;
}

.sect.sect-01 .top-link a:hover {
  filter: brightness(1.1);
}

.sect.sect-01 .top-link a.item-01 {
  background: url(../images/btn_01.png) center center no-repeat;
}

.sect.sect-01 .top-link a.item-02 {
  background: url(../images/btn_02.png) center center no-repeat;
}

.sect.sect-01 .top-link a.item-03 {
  background: url(../images/btn_03.png) center center no-repeat;
}

.sect.sect-02 {
  height: 560px;
  background: url(../images/sect_02.jpg) center center no-repeat;
  overflow: inherit !important;
}

.sect.sect-02 .cont {
  text-align: center;
  color: #c9cdff;
}

.sect.sect-02 .cont .cont-txt {
  font-size: 16px;
}

.sect.sect-02 .cont .cont-txt .btn-select {
  position: absolute;
  top: -18px;
  display: inline-block;
  width: 159px;
  height: 57px;
  font: 0/0 a;
  background: url(../images/btn_09.png) center center no-repeat;
}

.sect.sect-02 .cont .cont-txt .btn-select:hover {
  filter: brightness(1.1);
}

.sect.sect-02 .cont .tab-content {
  position: relative;
  width: 1372px;
  height: 335px;
  padding-top: 50px;
  background: url(../images/bg_07.png) center center no-repeat;
  border: 1px solid #7377b8;
}

.sect.sect-02 .cont .tab-content .tab-pane:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -34px;
  left: 41px;
  padding: 0;
  border-bottom: 17px solid #32326c;
  border-top: 17px solid transparent;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  display: block;
  content: '';
  z-index: 12;
}

.sect.sect-02 .cont .tab-content .tab-pane:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -36px;
  left: 40px;
  padding: 0;
  border-bottom: 18px solid #7377b8;
  border-top: 18px solid transparent;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  display: block;
  content: '';
  z-index: 10;
}

.sect.sect-02 .cont .tab-content #tab1-1:before {
  left: 397px;
}

.sect.sect-02 .cont .tab-content #tab1-1:after {
  left: 396px;
}

.sect.sect-02 .cont .tab-content #tab1-2 .btn-login {
  margin-top: 0;
}

.sect.sect-02 .cont .tab-content #tab1-2 .tips {
  margin-top: 20px;
}

.sect.sect-02 .cont .tab-content #tab1-2 .box-03 .cont-txt {
  margin: 30px 0 50px;
}

.sect.sect-02 .cont .tab-content #tab1-2 .box-03 a {
  text-decoration: underline;
}

.sect.sect-02 .cont .tab-content #tab1-2 .box-03 a:hover {
  filter: brightness(1.1);
}

.sect.sect-02 .cont .tab-content #tab1-2:before {
  left: 937px;
}

.sect.sect-02 .cont .tab-content #tab1-2:after {
  left: 936px;
}

.sect.sect-02 .btn-out {
  margin-right: 60px;
  text-decoration: underline;
}

.sect.sect-02 .btn-out:hover {
  filter: brightness(1.1);
}

.sect.sect-02 .use-login .cont-txt {
  font-size: 24px;
}

.sect.sect-02 .use-login .btn-login {
  display: block;
  height: 142px;
  margin-top: 80px;
  background: url(../images/btn_13.png) center center no-repeat;
  color: #c8ccff;
  font-size: 18px;
  padding-top: 125px;
}

.sect.sect-02 .use-login .btn-login:hover {
  filter: brightness(1.1);
}

.sect.sect-02 .row {
  position: relative;
  width: 800px;
  margin: 40px auto 0;
  text-align: left;
}

.sect.sect-02 .row .group {
  position: relative;
  margin-bottom: 8px;
}

.sect.sect-02 .row .group label {
  display: inline-block;
  width: 150px;
  height: 47px;
  line-height: 47px;
  padding-right: 10px;
  text-align: right;
  color: #ffe3a3;
  font-size: 20px;
}

.sect.sect-02 .row .group input {
  width: 495px;
  height: 47px;
  line-height: 47px;
  padding-right: 95px;
  padding-left: 10px;
  border: 1px solid #7377b8;
  background: #292755;
  vertical-align: top;
  font-size: 20px;
  font-weight: 700;
  color: #f5dba0;
}

.sect.sect-02 .row .group input:focus {
  box-shadow: 0 0 3px 0px #d7dbff;
}

.sect.sect-02 .row .group .btn-copy {
  position: absolute;
  top: 1px;
  right: 152px;
  display: inline-block;
  width: 95px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #f1f1ff;
  font-size: 20px;
  background: #3a4190;
  border-left: 1px solid #7377b8;
}

.sect.sect-02 .row .group .btn-copy:hover {
  background: #444daa;
}

.sect.sect-02 .row .btn-share {
  position: absolute;
  right: -10px;
  top: -8px;
  display: inline-block;
  width: 159px;
  height: 117px;
  background: url(../images/btn_10.png) center center no-repeat;
  font: 0/0 a;
  z-index: 111;
}

.sect.sect-02 .row .btn-share:hover {
  filter: brightness(1.1);
}

.sect.sect-02 .row .btn-share:hover .share {
  display: block;
}

.sect.sect-02 .row .tips {
  text-align: center;
  margin-top: 20px;
}

.sect.sect-02 .share {
  display: none;
  position: absolute;
  top: 105px;
  left: 7px;
  width: 334px;
  height: 168px;
  padding: 20px 30px;
  background: url(../images/share.png) no-repeat;
  color: #333;
}

.sect.sect-02 .share .s-tit {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

.sect.sect-02 .share .icon {
  float: left;
  width: 50%;
  margin-left: 0;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding-left: 55px;
  height: 40px;
  line-height: 40px;
}

.sect.sect-02 .share .icon:hover {
  text-decoration: underline;
}

.sect.sect-02 .share .icon.icon-sina {
  background: url(../images/icon_sina.png) 30px center no-repeat;
}

.sect.sect-02 .share .icon.icon-qq {
  background: url(../images/icon_qq.png) 30px center no-repeat;
}

.sect.sect-02 .share .icon.icon-qqkj {
  background: url(../images/icon_qqkj.png) 30px center no-repeat;
}

.sect.sect-02 .share .icon.icon-wechat {
  position: relative;
  background: url(../images/icon_wechat.png) 30px center no-repeat;
}

.sect.sect-02 .share .icon.icon-wechat .ewm {
  position: absolute;
  left: 100px;
  top: 0;
  display: none;
  padding-top: 5px;
  width: 200px;
  height: 215px;
  color: #000;
  font-size: 16px;
  background: #fff;
  text-align: center;
}

.sect.sect-02 .share .icon.icon-wechat .ewm img {
  width: 150px;
  height: 150px;
}

.sect.sect-02 .share .icon.icon-wechat:hover .ewm {
  display: block;
}

.sect.sect-03 {
  height: 1766px;
  background: url(../images/sect_03.jpg) center center no-repeat;
}

.sect.sect-03 .tit {
  margin-top: 220px;
}

.sect.sect-04 {
  height: 690px;
  background: url(../images/sect_04.jpg) center center no-repeat;
}

.sect.sect-04 .list-01 .btn {
  background: url(../images/btn_05.png) center center no-repeat;
}

.sect.sect-05 {
  height: 806px;
  background: url(../images/sect_05.jpg) center center no-repeat;
}

.float {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 218px;
  height: 500px;
  margin: auto;
  z-index: 100;
  display: none;
}

.float-btn {
  display: block;
  width: 218px;
  height: 139px;
  background: url(../images/float_btn.png) no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.float-btn:hover {
  filter: brightness(110%);
}

.body-process {
  width: 177px;
  height: 350px;
  margin: auto;
  padding-top: 45px;
  background: url(../images/bg_06.png) center center no-repeat;
}

.body-process li {
  overflow: hidden;
  background: url(../images/bg_04.png) center center no-repeat;
}

.body-process li a {
  display: block;
  width: 177px;
  height: 53px;
  overflow: hidden;
  font: 0/0 a;
}

.body-process li a:hover {
  filter: brightness(1.2);
}

.body-process li.item-01 a {
  background: url(../images/f_btn_01.png) center center no-repeat;
}

.body-process li.item-02 a {
  background: url(../images/f_btn_02.png) center center no-repeat;
}

.body-process li.item-03 a {
  background: url(../images/f_btn_03.png) center center no-repeat;
}

.body-process li.item-04 a {
  background: url(../images/f_btn_04.png) center center no-repeat;
}

.body-process li.item-05 a {
  background: url(../images/f_btn_05.png) center center no-repeat;
}

.body-process li.act {
  background: url(../images/bg_05.png) center center no-repeat;
}

.body-process li.act.item-01 a {
  background: url(../images/f_btn_01_h.png) center center no-repeat;
}

.body-process li.act.item-02 a {
  background: url(../images/f_btn_02_h.png) center center no-repeat;
}

.body-process li.act.item-03 a {
  background: url(../images/f_btn_03_h.png) center center no-repeat;
}

.body-process li.act.item-04 a {
  background: url(../images/f_btn_04_h.png) center center no-repeat;
}

.body-process li.act.item-05 a {
  background: url(../images/f_btn_05_h.png) center center no-repeat;
}

.body-process p {
  position: relative;
  float: right;
  padding-left: 2px;
  margin-right: 10px;
  line-height: 1;
  width: 105px;
  font-size: 18px;
  font-weight: bold;
  color: #293247;
  margin-bottom: 1px;
  border-bottom: 1px solid #b4c4cf;
}

.body-process p:before {
  position: absolute;
  top: 20px;
  right: 0;
  width: 11px;
  height: 9px;
  background: url(../images/dot.png) center center no-repeat;
  content: '';
}

.body-process p span {
  float: right;
  font-size: 10px;
  letter-spacing: -1px;
  margin-top: 6px;
  font-weight: normal;
  color: rgba(131, 135, 145, 0.34);
}

.body-process em {
  float: right;
  margin-right: 20px;
  font-style: normal;
  color: rgba(41, 50, 71, 0.6);
  background: #b5c4d2;
  padding: 1px 5px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  text-align: center;
}

.modal.modal-03 h4 {
  margin: 40px 0 20px;
  font-size: 34px;
  font-weight: 700;
  color: #ffe3a3;
}

.modal.modal-03 .tips {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -338.5px;
  margin-top: -216.5px;
  width: 677px;
  height: 433px;
  background: url(../images/modal_bg.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
}

.modal-body .close {
  position: absolute;
  top: 0;
  right: -66px;
  width: 56px;
  height: 102px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.modal-body .close:hover {
  filter: brightness(115%);
}

.modal-body .btn {
  display: block;
  width: 189px;
  height: 66px;
}

.modal-body .btn:hover {
  filter: brightness(1.1);
}

.modal-body .btn.btn-01 {
  margin: 70px auto 0;
  background: url(../images/btn_06.png) center center no-repeat;
}

.modal-body .btn.btn-02 {
  display: inline-block;
  margin: 50px 5px 0;
  background: url(../images/btn_07.png) center center no-repeat;
}

.modal-body .btn.btn-03 {
  display: inline-block;
  margin: 50px 5px 0;
  background: url(../images/btn_08.png) center center no-repeat;
}

.modal-body .cont-none {
  color: #c9cdff;
  font-size: 24px;
  font-weight: 700;
  margin: 120px 0 20px;
}

.modal-body .cont-none a {
  color: #ffe3a3;
}

.modal-body .table-box {
  width: 590px;
  height: 250px;
  margin: 0 auto;
  min-height: 250px;
  overflow-y: auto;
}

.modal-body .table {
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: table;
  color: #9292b2;
}

.modal-body .table th,
.modal-body .table td {
  padding: 5px 0;
}

.modal-body .table th {
  background: #222248;
  color: #c9cdff;
  font-weight: normal;
}

@keyframes tc {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.faq-list {
  margin: 90px 120px 0 120px;
  font-size: 16px;
  color: #f1f1ff;
}

.faq-list > div {
  margin-bottom: 10px;
}

.faq-list > div p {
  position: relative;
  line-height: 1.3;
  padding-left: 35px;
}

.faq-list > div p em {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.faq-list h5,
.faq-list h6 {
  color: #c9cdff;
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 10px;
}

.faq-list h5 {
  font-size: 28px;
}

.tips {
  color: #ef3e4f;
  font-size: 16px;
}

.tit-l {
  height: 94px;
  margin-top: 50px;
  font: 0/0 a;
}

.tit-l.tit-l-01 {
  background: url(../images/tit_l_01.png) center center no-repeat;
}

.tit-l.tit-l-02 {
  background: url(../images/tit_l_02.png) center center no-repeat;
}

.tit-l.tit-l-03 {
  background: url(../images/tit_l_03.png) center center no-repeat;
}

.tit-l.tit-l-04 {
  background: url(../images/tit_l_04.png) center center no-repeat;
}

.list-01 {
  display: inline-block;
  margin: 0 auto;
}

.list-01.txt-two {
  margin-top: 30px;
}

.list-01.txt-two .txt {
  top: -30px;
  height: 73px;
}

.list-01 li {
  position: relative;
  float: left;
  width: 282px;
  height: 301px;
  margin: 0 35px;
  background: url(../images/bg_01.png) bottom center no-repeat;
}

.list-01 li .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.list-01 li .img {
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  width: 69px;
  height: 70px;
  margin: 0 auto;
  background: url(../images/bg_02.png) center center no-repeat;
}

.list-01 li .img img {
  width: 64px;
  height: 64px;
  margin: 3px 0 0 3px;
}

.list-01 li .cont-txt {
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  color: #c9cdff;
  text-align: center;
  background: url(../images/bg_03.png) center center no-repeat;
}

.list-01 li .btn {
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 57px;
  background: url(../images/btn_04.png) center center no-repeat;
  font: 0/0 a;
}

.list-01 li .btn:hover {
  filter: brightness(1.1);
}

.txt {
  height: 44px;
  font: 0/0 a;
}

.txt.txt-01 {
  background: url(../images/txt_01.png) center center no-repeat;
}

.txt.txt-02 {
  background: url(../images/txt_02.png) center center no-repeat;
}

.txt.txt-03 {
  background: url(../images/txt_03.png) center center no-repeat;
}

.txt.txt-04 {
  background: url(../images/txt_04.png) center center no-repeat;
}

.txt.txt-05 {
  background: url(../images/txt_05.png) center center no-repeat;
}

.txt.txt-06 {
  background: url(../images/txt_06.png) center center no-repeat;
}

.txt.txt-07 {
  background: url(../images/txt_07.png) center center no-repeat;
}

.txt.txt-08 {
  background: url(../images/txt_08.png) center center no-repeat;
}

.txt.txt-09 {
  background: url(../images/txt_09.png) center center no-repeat;
}

.txt.txt-10 {
  background: url(../images/txt_10.png) center center no-repeat;
}

.txt.txt-11 {
  background: url(../images/txt_11.png) center center no-repeat;
}

.txt.txt-12 {
  background: url(../images/txt_12.png) center center no-repeat;
}

.tit-label {
  color: #d9dcff;
  font-size: 16px;
  line-height: 2;
}

.tit-label a {
  color: #ffe3a3;
}

.nav-01 {
  display: inline-block;
  overflow: hidden;
  margin-top: 50px;
}

.nav-01 li {
  float: left;
  margin: 0 50px;
}

.nav-01 li a {
  display: block;
  width: 439px;
  height: 165px;
  font: 0/0 a;
}

.nav-01 li a:hover {
  filter: brightness(1.1);
}

.nav-01 li.item-01 a {
  background: url(../images/btn_11.png) center center no-repeat;
}

.nav-01 li.item-02 a {
  background: url(../images/btn_12.png) center center no-repeat;
}

.color-yellow {
  color: #ffe3a3;
}

.color-orange {
  color: #e69168;
}

.color-red {
  color: #ef3e4f;
}

@media (max-width: 980px) {
  .top-link {
    right: -450px !important;
  }
}

.other-link {
  position: fixed;
  bottom: 150px;
  left: 10px;
  z-index: 2;
  height: 150px;
}

.other-link li {
  width: 253px;
  height: 81px;
  background: url(../images/bg_08.png) center center no-repeat;
}

.other-link li + li {
  margin-top: -14px;
}

.other-link li.item-01 a {
  background: url(../images/link_01_1.png) left 4px no-repeat;
}

.other-link li.item-02 a {
  background: url(../images/link_02_1.png) left 7px no-repeat;
}

.other-link li:hover {
  filter: brightness(1.1);
}

.other-link a {
  display: block;
  color: #e6daff;
  line-height: 15px;
  height: 81px;
  padding-top: 25px;
  text-align: center;
  overflow: hidden;
}
