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

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

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: #eee;
}

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

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

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

.container {
  width: 1200px;
  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: 191px;
  height: 85px;
  background: url(../images/logo.png) center center no-repeat;
  font: 0/0 a;
}

.logo a:hover {
  filter: brightness(120%);
}

.login-box {
  position: absolute;
  top: 670px;
  left: 0;
  right: 0;
  text-align: center;
  min-width: 1200px;
}

.login-box .btn-public {
  display: inline-block;
  width: 363px;
  height: 139px;
  margin-bottom: 10px;
  background: url(../images/btn_01.png) center center no-repeat;
  font: 0/0 a;
  transition: all 0.3s;
}

.login-box .btn-public:hover {
  filter: brightness(120%);
}

.login-box .btn-login {
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 5px;
  margin: 0 auto;
}

.login-box .btn-login:hover {
  color: #f4eae8;
  text-decoration: underline;
}

.login-box .login-info {
  color: #17264f;
}

.login-box .login-info a {
  color: #fff;
  margin-left: 5px;
}

.login-box .login-info a:hover {
  color: #f4eae8;
  text-decoration: underline;
}

.login-box .login-info .area {
  display: inline-block;
  margin-right: 10px;
}

.tit {
  margin: 30px 0 25px;
  height: 126px;
  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: 995px;
  background: url(../images/sect_01.jpg) top center no-repeat;
}

.sect.sect-01 .container {
  position: relative;
}

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

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

.sect.sect-01 .top-link {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: right;
  min-width: 1200px;
}

.sect.sect-01 .top-link a {
  display: inline-block;
  width: 116px;
  height: 60px;
  line-height: 58px;
  color: #ffc69b;
  text-align: center;
  background: url(../images/btn_02.png) center center no-repeat;
  transition: all 0.3s;
}

.sect.sect-01 .top-link a:hover {
  background: url(../images/btn_02_h.png) center center no-repeat;
  color: #ffd3b1;
}

.sect.sect-01 .btn-vedio {
  position: absolute;
  top: 345px;
  left: 0;
  right: 0;
  width: 80px;
  height: 70px;
  margin: auto;
  background: url(../images/icon_05.png) center center no-repeat;
}

.sect.sect-01 .btn-vedio i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.sect.sect-01 .btn-vedio i.item-01 {
  width: 80px;
  height: 70px;
  background: url(../images/icon_06.png) center center no-repeat;
  z-index: 10;
  -webkit-animation: rt 8s linear infinite 300ms 0 ease;
  -moz-animation: rt 8s linear infinite 300ms 0 ease;
  -ms-animation: rt 8s linear infinite 300ms 0 ease;
  animation: rt 8s linear infinite 300ms 0 ease;
  -o-animation: rt 8s linear infinite;
  -webkit-animation: rt 8s linear infinite;
  -moz-animation: rt 8s linear infinite;
  -ms-animation: rt 8s linear infinite;
  animation: rt 8s linear infinite;
  animation-play-state: running;
}

.sect.sect-01 .btn-vedio i.item-02 {
  width: 56px;
  height: 56px;
  margin: auto;
  background: url(../images/icon_07.png) center center no-repeat;
  z-index: 11;
  -webkit-animation: rt1 8s linear infinite 300ms 0 ease;
  -moz-animation: rt1 8s linear infinite 300ms 0 ease;
  -ms-animation: rt1 8s linear infinite 300ms 0 ease;
  animation: rt1 8s linear infinite 300ms 0 ease;
  -o-animation: rt1 8s linear infinite;
  -webkit-animation: rt1 8s linear infinite;
  -moz-animation: rt1 8s linear infinite;
  -ms-animation: rt1 8s linear infinite;
  animation: rt1 8s linear infinite;
  animation-play-state: running;
}

.sect.sect-01 .btn-vedio i.item-03 {
  left: 3px;
  width: 54px;
  height: 55px;
  margin: auto;
  background: url(../images/icon_05.png) center center no-repeat;
  z-index: 12;
}

.sect.sect-01 .btn-vedio:hover i {
  animation-play-state: paused;
}

.sect.sect-02 {
  height: 400px;
  background: url(../images/sect_02.jpg) top center no-repeat;
}

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

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

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

.sect.sect-06 {
  height: 665px;
  background: url(../images/sect_06.jpg) top center no-repeat;
}

.common_topnav {
  background: #393838;
  height: 38px;
}

.common_topnav a {
  float: right;
  width: 80px;
  height: 38px;
  line-height: 38px;
  color: #dcdcdc;
  font-size: 12px;
  text-align: center;
  transition: 0.2s;
}

.common_topnav a:hover {
  color: #fff;
  font-size: 14px;
}

.body-process {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 142px;
  height: 431px;
  margin: auto;
  padding-top: 10px;
  display: none;
  background: url(../images/float_bg.png) center center no-repeat;
  z-index: 100;
  padding: 50px 0 0;
}

.body-process li {
  overflow: hidden;
}

.body-process li a {
  display: block;
  padding: 16px 0;
  overflow: hidden;
  color: #606d8d;
  text-align: center;
  font-size: 16px;
}

.body-process li a:hover {
  color: #e8a76e;
}

.body-process li.act a {
  color: #e8a76e;
  background: url(../images/float_act.png) center center no-repeat;
}

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

.modal .cont-none {
  font-size: 20px;
  color: #327bc5;
  text-align: center;
  margin-top: 160px;
  letter-spacing: 5px;
}

.modal.modal-vd .modal-body {
  width: 901px;
  height: 542px;
  margin-left: -450px;
  margin-top: -271px;
  background: url(../images/modal_bg_l.png) center center no-repeat;
}

.modal.modal-vd .pop_video_box, .modal.modal-vd .popMov {
  width: 832px;
  height: 475px;
  margin: 16px auto 0;
}

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

.modal-body .close {
  position: absolute;
  top: 30px;
  right: -20px;
  width: 27px;
  height: 26px;
  line-height: 26px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
}

.modal-body .close img {
  margin: 15px 0 0 15px;
  transition: all 0.3s;
}

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

.modal-body .close:hover img {
  transform: rotate(90deg);
}

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

.rule {
  margin: 65px 0 0 200px;
}

.rule .r-tit {
  display: inline-block;
  padding: 0 13px;
  font-size: 16px;
  margin-bottom: 15px;
  color: #0a163a;
  border-radius: 50px;
  background: #7993b4;
}

.rule p {
  padding-left: 20px;
  font-size: 16px;
  color: #6980a6;
  line-height: 28px;
  background: url(../images/icon_04.png) left center no-repeat;
}

.rule p em {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  background: url(../images/bg_01.png) center center no-repeat;
  color: #f9f8f4;
  font-size: 22px;
  font-style: normal;
  text-align: center;
}

.rule-list {
  font-size: 16px;
  color: #92a5c5;
  margin: 0 10px 0 90px;
}

.rule-list .colored {
  color: #e8a76e;
}

.rule-list .label {
  float: left;
  display: block;
  width: 212px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  color: #e8a76e;
  text-align: center;
  background: url(../images/title_bg_l.png) center center no-repeat;
}

.rule-list .title {
  color: #e8a76e;
  line-height: 42px;
}

.rule-list li {
  margin-bottom: 30px;
  overflow: hidden;
}

.rule-list li > p {
  padding-left: 270px;
  line-height: 1.7;
}

.faq-list {
  margin-left: 90px;
  font-size: 16px;
  color: #92a5c5;
}

.faq-list li {
  margin-bottom: 36px;
}

.faq-list li p {
  position: relative;
  line-height: 18px;
  margin-bottom: 8px;
  padding-left: 40px;
}

.faq-list li p em {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  color: #131d39;
  background: #92a5c5;
}

.faq-list li p.yellow {
  color: #e8a76e;
}

.faq-list li p.yellow em {
  background: #e8a76e;
}

.list {
  height: 632px;
  overflow: hidden;
}

.list .left {
  float: left;
  width: 45%;
}

.list .right {
  position: relative;
  float: left;
  width: 55%;
}

.list .right > .text-center {
  margin-top: 20px;
}

.list .right > .text-center a {
  display: inline-block;
  padding: 4px 25px;
  color: #8395b3;
  text-align: center;
  border: 3px solid #9eadc6;
  letter-spacing: 5px;
  transition: all 0.3s;
}

.list .right > .text-center a + a {
  margin-left: 50px;
}

.list .right > .text-center a:hover {
  background: #9eadc6;
  color: #263455;
}

.list .title {
  width: 179px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto 50px;
  font-size: 24px;
  color: #e8a76e;
  text-align: center;
  background: url(../images/title_bg_s.png) center center no-repeat;
}

.table {
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: table;
  color: #92a5c5;
  background: #2e3e65;
}

.table th,
.table td {
  padding: 10px 0;
}

.table th {
  background: #9eadc6;
  color: #0c162e;
  font-weight: normal;
}

.table tr:nth-child(odd) {
  background: #263455;
}

.table tr.item-01, .table tr.item-02, .table tr.item-03 {
  color: #e8a76e;
}

.table tr.item-01 .num, .table tr.item-02 .num, .table tr.item-03 .num {
  width: 31px;
  height: 31px;
  font: 0/0 a;
}

.table tr.item-01 .num {
  background: url(../images/icon_01.png) center center no-repeat;
}

.table tr.item-02 .num {
  background: url(../images/icon_02.png) center center no-repeat;
}

.table tr.item-03 .num {
  background: url(../images/icon_03.png) center center no-repeat;
}

.my-list {
  position: absolute;
  top: 55px;
  right: 0;
  left: 0;
  color: #9eadc6;
  font-size: 16px;
  line-height: 34px;
}

.my-list .num {
  margin-right: 40px;
  font-size: 24px;
  color: #e8a76e;
  font-weight: 700;
}

.my-list .tips {
  float: right;
  color: #e8a76e;
}

.gift-list {
  color: #c78d5f;
  overflow: hidden;
  padding: 10px 20px 0;
}

.gift-list .num {
  font-weight: 700;
  font-size: 15px;
}

.gift-list .num em {
  letter-spacing: 2px;
  margin-right: 5px;
  color: #6980a6;
}

.gift-list li {
  float: left;
  width: 33.333%;
  text-align: center;
  margin-top: 55px;
}

.gift-list li .gift {
  width: 100%;
  margin: 0 auto;
  background: url(../images/bg_01.png) top center no-repeat;
  overflow: hidden;
}

.gift-list li .gift img {
  margin: 28px auto 0;
}

.gift-list li .gift p {
  margin-top: 40px;
  height: 38px;
  font-size: 13.5px;
}

.gift-list.list-02 {
  padding: 10px 0;
}

.gift-list.list-02 li {
  width: 50%;
  padding: 0 25px;
}

.gift-list.list-02 .row {
  overflow: hidden;
}

.gift-list.list-02 .gift {
  float: left;
  width: 50%;
}

.process {
  margin-top: 68px;
  overflow: hidden;
}

.process li {
  float: left;
  width: 190px;
  height: 292px;
  color: #c2c8cb;
  text-align: center;
}

.process li + li {
  margin-left: 145px;
}

.process li > div {
  height: 61px;
  margin-top: 50px;
  margin-bottom: 10px;
  font: 0/0 a;
}

.process li > div.title-01 {
  background: url(../images/step01.png) top center no-repeat;
}

.process li > div.title-02 {
  background: url(../images/step02.png) top center no-repeat;
}

.process li > div.title-03 {
  background: url(../images/step03.png) top center no-repeat;
}

.process li > div.title-04 {
  background: url(../images/step04.png) top center no-repeat;
}

.process li p {
  height: 57px;
  color: #36a9e0;
}

.process li span {
  display: block;
  margin-top: 20px;
}

.table-box {
  min-height: 451px;
}

@-webkit-keyframes rt {
  100% {
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rt {
  100% {
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes rt {
  100% {
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rt {
  100% {
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rt {
  100% {
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rt1 {
  100% {
    -o-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes rt1 {
  100% {
    -o-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-ms-keyframes rt1 {
  100% {
    -o-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-o-keyframes rt1 {
  100% {
    -o-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rt1 {
  100% {
    -o-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
