@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;
}

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: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif !important;
  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: 1280px;
  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: 20px;
  left: 40px;
  z-index: 100;
}

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

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

.login-box {
  position: absolute;
  top: 1000px;
  left: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
}

.login-box .btn-login {
  display: block;
  color: #f0c735;
  letter-spacing: 2px;
  margin: 0 auto;
}

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

.login-box .name {
  margin-right: 20px;
}

.login-box .login-info {
  color: #fff;
}

.login-box .login-info a {
  color: #f0c735;
  margin-left: 10px;
}

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

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

.login-box .login-info > div {
  padding: 5px 0;
}

.login-box .login-info > div .blue {
  color: #3091ff;
}

.login-box .login-info > div .red {
  color: #e44343;
}

.tit {
  height: 103px;
  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;
}

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

.tit div {
  margin-top: 100px;
  font-size: 16px;
  color: #e5f1f5;
  text-align: center;
  line-height: 1.8;
}

.tit a {
  display: inline-block;
  color: #f0c735;
  width: 150px;
  height: 32px;
  line-height: 29px;
  margin-left: 30px;
  border: 2px solid #f0c735;
  border-radius: 50px;
  transition: all .3s;
}

.tit a:hover {
  background: #f0c735;
  color: #21284b;
}

.sect {
  overflow: hidden;
}

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

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

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

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

.sect.sect-01 .time {
  position: absolute;
  top: 720px;
  left: 570px;
  width: 233px;
  height: 24px;
  background: url(../images/time.png) center center no-repeat;
}

.sect.sect-01 .top-link {
  position: absolute;
  top: 30px;
  right: 40px;
}

.sect.sect-01 .top-link a {
  float: left;
  width: 116px;
  height: 38px;
  line-height: 38px;
  color: #00fcff;
  text-align: center;
  font-size: 16px;
  background: url(../images/btn_03.png) center center no-repeat;
  transition: background .3s;
}

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

.sect.sect-01 .btn-qsdt {
  position: absolute;
  top: 350px;
  left: 0;
  display: block;
  width: 206px;
  height: 301px;
  background: url(../images/qsdt.png) no-repeat;
  font: 0/0 a;
  animation: gotop 1s infinite alternate linear;
  -ms-animation: gotop 1s infinite alternate linear;
  -moz-animation: gotop 1s infinite alternate linear;
  -webkit-animation: gotop 1s infinite alternate linear;
  -o-animation: gotop 1s infinite alternate linear;
}

.sect.sect-01 .btn-qsdt:hover {
  filter: brightness(110%);
}

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

.sect.sect-02 .row {
  width: 100%;
  margin-top: 68px;
}

.sect.sect-02 .row .fl .text-center {
  position: relative;
}

.sect.sect-02 .row .fl .text-center .share {
  display: none;
  position: absolute;
  top: 0;
  left: 290px;
  width: 334px;
  height: 168px;
  padding: 20px 30px;
  background: url(../images/share.png) no-repeat;
}

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

.sect.sect-02 .row .fl .text-center .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 .row .fl .text-center .share .icon:hover {
  text-decoration: underline;
}

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

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

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

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

.sect.sect-02 .row .fl .text-center .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 .row .fl .text-center .share .icon.icon-wechat .ewm img {
  width: 150px;
  height: 150px;
}

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

.sect.sect-03 .row {
  overflow: hidden;
  margin-top: 70px;
}

.sect.sect-03 .panel {
  position: relative;
  height: 583px;
  box-shadow: 1px 2px 29px #080c27;
}

.sect.sect-03 .panel.fl {
  padding: 0 33.5px;
  background: #333a61;
}

.sect.sect-03 .panel.fl .title-01 {
  background: url(../images/game.png) left center no-repeat;
  height: 70px;
  line-height: 85px;
  padding-left: 115px;
  color: #dae5ec;
  font-size: 24px;
  margin: 10px 0 0;
}

.sect.sect-03 .panel.fl .img {
  margin-bottom: 30px;
}

.sect.sect-03 .panel.fl .img img {
  width: 100%;
}

.sect.sect-03 .panel.fl .text p {
  position: relative;
  line-height: 24px;
  padding-left: 120px;
  color: #dae5ec;
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  padding-top: 2px;
}

.sect.sect-03 .panel.fl .text p em {
  position: absolute;
  left: 0;
  top: 6px;
  width: 110px;
  height: 29px;
  line-height: 29px;
  color: #1c2240;
  text-align: center;
  background: url(../images/bg_06.png) no-repeat;
  background-size: contain;
}

.sect.sect-03 .panel.fr {
  width: 638px;
}

.sect.sect-03 .panel.fr .title-num {
  position: absolute;
  top: 32px;
  left: 34px;
  width: 110px;
  height: 29px;
  line-height: 29px;
  color: #edeff8;
  font-size: 20px;
  text-align: center;
  background: url(../images/bg_07.png) no-repeat;
}

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

.sect.sect-04 .top {
  position: relative;
  width: 1310px;
  height: 336px;
  margin: 90px -15px 0;
  background: #1a1f42;
  overflow: hidden;
}

.sect.sect-04 .top i {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 117px;
  background: url(../images/icon_04.png) no-repeat;
  z-index: 1;
}

.sect.sect-04 .bottom {
  position: relative;
  width: 1040px;
  height: 630px;
  margin: 70px auto 0;
  background: #1a1f42;
  overflow: hidden;
}

.sect.sect-04 .bottom i {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 117px;
  background: url(../images/icon_05.png) no-repeat;
  z-index: 1;
}

.sect.sect-04 .bottom .text-center .btn-lock {
  display: inline-block;
  width: 340px;
  height: 87px;
  margin: 35px auto 15px;
  background: url(../images/btn_05.png) no-repeat;
}

.sect.sect-04 .bottom .text-center .btn-lock.open {
  background: url(../images/btn_05_n.png) no-repeat;
}

.sect.sect-04 .bottom .text-center p {
  color: #2ba3c0;
  font-size: 16px;
}

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

.sect.sect-05 .container .top {
  height: 1026px;
  margin-top: 50px;
}

.sect.sect-05 .container .top .gift-show {
  overflow: hidden;
  margin: -20px -30px 0;
}

.sect.sect-05 .container .top .gift-show .show-title {
  height: 32px;
  margin-bottom: 25px;
  font: 0/0 a;
}

.sect.sect-05 .container .top .gift-show .get-gift {
  padding: 0 35px;
}

.sect.sect-05 .container .top .gift-show .get-gift li {
  width: 33.3333%;
  height: 153px;
}

.sect.sect-05 .container .top .gift-show .get-gift li .img {
  width: 153px;
  height: 153px;
  background: url(../images/show_bg_03.png) center center no-repeat;
}

.sect.sect-05 .container .top .gift-show .get-gift li .img img {
  width: 48px;
  height: 48px;
  border: 1px solid #414d9b;
}

.sect.sect-05 .container .top .gift-show .get-gift li p {
  margin-top: -50px;
}

.sect.sect-05 .container .top .gift-show > li {
  float: left;
  width: 50%;
  height: 335px;
  padding: 48px 0 0 0;
  background: url(../images/show_bg_02.png) top center no-repeat;
}

.sect.sect-05 .container .top .gift-show .item-01 {
  width: 100%;
  height: 431px;
  background: url(../images/show_bg_01.png) top center no-repeat;
}

.sect.sect-05 .container .top .gift-show .item-01 .show-title {
  height: 42px;
  background: url(../images/title_03.png) center center no-repeat;
}

.sect.sect-05 .container .top .gift-show .item-01 .get-gift {
  padding: 0 245px;
}

.sect.sect-05 .container .top .gift-show .item-01 .get-gift li {
  height: 212px;
}

.sect.sect-05 .container .top .gift-show .item-01 .get-gift li .img {
  width: 212px;
  height: 212px;
  padding-top: 65px;
  background: url(../images/show_bg_04.png) center center no-repeat;
}

.sect.sect-05 .container .top .gift-show .item-01 .get-gift li .img img {
  width: 68px;
  height: 68px;
  border: 1px solid #9c4872;
}

.sect.sect-05 .container .top .gift-show .item-01 .get-gift li p {
  margin-top: -60px;
}

.sect.sect-05 .container .top .gift-show .item-02 {
  margin-top: -65px;
}

.sect.sect-05 .container .top .gift-show .item-02 .show-title {
  background: url(../images/title_04.png) center center no-repeat;
}

.sect.sect-05 .container .top .gift-show .item-03 {
  margin-top: -65px;
}

.sect.sect-05 .container .top .gift-show .item-03 .show-title {
  background: url(../images/title_05.png) center center no-repeat;
}

.sect.sect-05 .container .top .gift-show .item-04 {
  margin-top: -35px;
}

.sect.sect-05 .container .top .gift-show .item-04 .show-title {
  background: url(../images/title_06.png) center center no-repeat;
}

.sect.sect-05 .container .top .gift-show .item-05 {
  margin-top: -35px;
}

.sect.sect-05 .container .top .gift-show .item-05 .show-title {
  background: url(../images/title_07.png) center center no-repeat;
}

.sect.sect-05 .container .top .gift-show .item-04 .get-gift,
.sect.sect-05 .container .top .gift-show .item-05 .get-gift {
  margin-right: -302px;
}

.sect.sect-05 .container .bottom {
  padding: 80px 10px 0 310px;
}

.sect.sect-05 .container .bottom .data {
  line-height: 40px;
  font-size: 16px;
  color: #d8e1ff;
  margin-top: 10px;
}

.sect.sect-05 .container .bottom .data .num {
  color: #f0c735;
  font-size: 24px;
  font-weight: 700;
  margin: 0 60px 0 8px;
}

.sect.sect-05 .container .bottom .data .color-yellow {
  float: right;
}

.sect.sect-05 .table-over {
  position: relative;
  float: right;
  width: 1012px;
  height: 623px;
  background: url(../images/block_01.png) no-repeat;
  color: #edf0f8;
  padding: 26px 27px;
  margin-right: -25px;
}

.sect.sect-05 .table-over table {
  width: 100%;
  display: table;
  text-align: center;
  color: #f2f3e7;
  font-size: 16px;
}

.sect.sect-05 .table-over table thead {
  margin-bottom: 20px;
}

.sect.sect-05 .table-over table tbody:before {
  content: '';
  display: block;
  height: 20px;
}

.sect.sect-05 .table-over table th {
  height: 43px;
  line-height: 43px;
}

.sect.sect-05 .table-over table td {
  height: 40px;
  line-height: 40px;
}

.sect.sect-05 .table-over table tr .item {
  font: 0/0 a;
}

.sect.sect-05 .table-over table tr.first {
  color: #eedc9b;
}

.sect.sect-05 .table-over table tr.first .item {
  background: url(../images/icon_01.png) center center no-repeat;
}

.sect.sect-05 .table-over table tr.second {
  color: #6597ff;
}

.sect.sect-05 .table-over table tr.second .item {
  background: url(../images/icon_02.png) center center no-repeat;
}

.sect.sect-05 .table-over table tr.three {
  color: #ffad77;
}

.sect.sect-05 .table-over table tr.three .item {
  background: url(../images/icon_03.png) center center no-repeat;
}

.sect.sect-05 .table-over table tr .role {
  display: block;
  width: 239px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sect.sect-05 .table-over .text-center {
  margin-top: 30px;
}

.sect.sect-05 .table-over .text-center a + a {
  margin-left: 30px;
}

.sect.sect-05 .table-over .tab-btn {
  display: inline-block;
  border: 5px solid #25566b;
  width: 172px;
  height: 48px;
  line-height: 38px;
  color: #edf0f8;
  text-align: center;
  font-size: 16px;
}

.sect.sect-05 .table-over .tab-btn:hover {
  background: #25566b;
  color: #edf0f8;
}

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

.sect.sect-06 .row {
  width: 100%;
  margin-top: 45px;
  overflow: hidden;
}

.sect.sect-07 {
  background: url(../images/sect_07.jpg) #212856 center center no-repeat;
}

.title {
  font-size: 32px;
  color: #f0c735;
  font-weight: 700;
}

.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.modal-score .modal-body {
  width: 1195px;
  height: 645px;
  margin-left: -597px;
  margin-top: -322px;
  background: url(../images/modal_02.png) no-repeat;
}

.modal.modal-score .modal-body .close {
  right: 55px;
}

.modal .modal-title {
  font-size: 32px;
  color: #e4f1f5;
  font-weight: 700;
  margin: 25px 0 10px;
  text-align: center;
  background: url(../images/modal_title.png) center 15px no-repeat;
}

.modal .modal-title small {
  display: block;
  font-size: 16px;
  color: #f0c735;
  font-weight: normal;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -363px;
  margin-top: -184px;
  width: 726px;
  height: 369px;
  background: url(../images/modal_01.png) no-repeat;
  animation: tc 0.5s;
}

.modal-body .close {
  position: absolute;
  top: -2px;
  right: 5px;
  width: 43px;
  height: 38px;
  line-height: 38px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
}

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

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

.modal-body .cont-none {
  margin: 100px auto 0;
  font-size: 20px;
  color: #e4f1f5;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

.modal-body .text-center {
  margin-top: 80px;
}

.modal-body .text-center a {
  display: inline-block;
  width: 139px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  font-weight: 700;
  color: #21274c;
  background: url(../images/btn_06.png) no-repeat;
}

.modal-body .text-center a + a {
  margin-left: 20px;
}

.modal-body .text-center a:hover {
  filter: brightness(110%);
}

.modal-body .text-center a.btn-yellow {
  background: url(../images/btn_07.png) no-repeat !important;
}

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

.color-main {
  color: #2ca18d;
}

.main-color {
  color: #94d146;
}

.txt {
  position: absolute;
  top: 1020px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 950px;
  height: 418px;
  background: url(../images/txt.png) center center no-repeat;
}

.get-gift {
  margin: 5px 0 30px;
  overflow: hidden;
}

.get-gift li {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
}

.get-gift li .img {
  width: 143px;
  height: 154px;
  margin: 0 auto;
  padding-top: 45px;
  background: url(../images/bg_02.png) center center no-repeat;
}

.get-gift li .img img {
  width: 68px;
  height: 68px;
  border: 1px solid #7198a9;
}

.get-gift li p {
  color: #e5f2f5;
  margin: -20px 0 0;
  font-size: 16px;
}

.color-yellow {
  color: #f0c735;
}

.qa {
  color: #eaecf4;
  margin-top: 40px;
  margin-bottom: 200px;
  background: #1c2240;
}

.qa .type {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  height: 65px;
  line-height: 65px;
  padding-left: 75px;
  background: url(../images/icon_lx.png) #333a61 40px center no-repeat;
}

.qa .type .icon {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 22px;
  height: 21px;
  background: url(../images/icon_top.png) no-repeat;
  transition: all .3s;
}

.qa .type .icon:hover {
  top: 25px;
  filter: brightness(120%);
}

.qa .cont {
  height: 0;
  overflow: hidden;
  transition: all .8s;
}

.qa .item.active .cont {
  height: auto;
}

.qa .item.active .type .icon {
  background: url(../images/icon_bottom.png) no-repeat;
}

.qa-list {
  font-size: 16px;
  padding: 40px 80px;
}

.qa-list li {
  margin-bottom: 32px;
}

.qa-list li > p {
  position: relative;
  line-height: 26px;
  margin-bottom: 5px;
  padding-left: 40px;
}

.qa-list em {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.qa-list em.q {
  background: #25566b;
}

.qa-list em.a {
  background: #374081;
}

.panel {
  width: 622px;
  height: 408px;
}

.panel h3 {
  color: #e6f2f6;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 35px 0 0;
  padding-top: 4px;
  background: url(../images/title_02.png) top center no-repeat;
}

.panel h3 small {
  display: block;
  color: #e5f1f5;
  font-size: 16px;
  font-weight: normal;
  margin: 12px 0 0;
  line-height: 1.4;
  height: 42px;
}

.panel.blue h3 {
  background: url(../images/title_01.png) top center no-repeat;
}

.panel.blue .get-gift .img {
  background: url(../images/bg_03.png) center center no-repeat;
}

.panel .text-center a {
  display: inline-block;
  width: 180px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  background: url(../images/btn_02_h.png) no-repeat;
  color: #21274c;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.panel .text-center a.receive {
  background: url(../images/btn_02.png) no-repeat;
  color: #353535;
  cursor: default;
  pointer-events: none;
}

.panel .text-center a:hover {
  filter: brightness(110%);
}

.panel .text-center a + a {
  margin-left: 30px;
}

.list-01 {
  margin-top: 30px;
  padding: 0 50px;
}

.list-01 .owl-wrapper-outer {
  margin-left: 5px;
}

.list-01 .owl-buttons [class*=owl-] {
  position: absolute;
  top: 100px;
  width: 27px;
  height: 54px;
  margin: 0 !important;
  padding: 0 !important;
  font: 0/0 a !important;
  border-radius: 0 !important;
}

.list-01 .owl-buttons [class*=owl-].owl-prev {
  left: 12px;
  background: url(../images/icon_left.png) no-repeat;
}

.list-01 .owl-buttons [class*=owl-].owl-next {
  right: 12px;
  background: url(../images/icon_right.png) no-repeat;
}

.list-01 .item {
  float: left;
  width: 233px;
  height: 285px;
  background: url(../images/list_01_bg.png) no-repeat;
  text-align: center;
  overflow: hidden;
}

.list-01 .item span {
  display: block;
  margin: 45px 0 10px;
  color: #f0c735;
}

.list-01 .item p {
  width: 176px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  color: #dae5ec;
  background: #202648;
}

.list-01 .item .img {
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  overflow: hidden;
  border: 1px solid #2b57b2;
}

.list-01 .btn {
  display: block;
  margin: 15px auto 0;
  width: 129px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 700;
  color: #21274c;
  background: url(../images/btn_01_h.png) no-repeat;
}

.list-01 .btn.receive {
  color: #2b2b2b;
  background: url(../images/btn_01.png) no-repeat;
  cursor: default;
  pointer-events: none;
}

.list-01 .btn.receive:hover {
  filter: none;
  background: url(../images/btn_01.png) no-repeat;
}

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

.list-01.big {
  margin: 20px 0;
  padding: 0 105px;
}

.list-01.big .item {
  float: none;
  width: 336px;
  height: 403px;
  margin: 0 auto;
  background: url(../images/list_02_bg.png) no-repeat;
}

.list-01.big .item .img {
  width: 86px;
  height: 86px;
  margin-bottom: 28px;
}

.list-01.big .item .img img {
  width: 100%;
}

.list-01.big .item p {
  width: 233px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
}

.list-01.big .item span {
  margin: 70px 0 25px;
  font-size: 16px;
}

.list-01.big .item .btn {
  width: 188px;
  height: 54px;
  line-height: 54px;
  font-size: 28px;
  background: url(../images/btn_04.png) no-repeat;
}

.list-01.big .item .btn.receive {
  color: #2b2b2b;
  background: url(../images/btn_04_n.png) no-repeat;
  cursor: default;
  pointer-events: none;
}

.list-01.big .item .btn.receive:hover {
  filter: none;
  background: url(../images/btn_04_n.png) no-repeat;
}

.list-01.big .item .btn:hover {
  filter: brightness(110%);
}

.list-01.big .owl-buttons [class*=owl-] {
  top: 160px;
}

.list-01.big .owl-buttons [class*=owl-].owl-prev {
  left: 70px;
}

.list-01.big .owl-buttons [class*=owl-].owl-next {
  right: 70px;
}

.news {
  padding: 10px 30px;
}

.news h5 {
  height: 70px;
  line-height: 82px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #dae5ec;
  padding-left: 110px;
  border-bottom: 1px solid #404663;
  background: url(../images/news.png) left center no-repeat;
}

.list-02 li {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #dae5ec;
}

.list-02 li a {
  float: left;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #dae5ec;
}

.list-02 li span {
  float: right;
}

.list-02 li:hover {
  background: #1d4c61;
  box-shadow: 0px 5px 6px 0px #0b1c23;
  margin: 0 -15px;
  padding: 0 15px;
}

#owl-part-04 .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

#owl-part-04 .owl-controls .owl-page span {
  width: 35px;
  height: 35px;
  background: url(../images/dot_02.png) center center no-repeat;
}

#owl-part-04 .owl-controls .owl-page.active span {
  background: url(../images/dot_02_h.png) no-repeat;
}

.float-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  height: 590px;
}

.float-nav .float-img {
  display: block;
  width: 147px;
  height: 148px;
  background: url(../images/float_img.png) no-repeat;
  overflow: hidden;
}

.float-nav .float-img .bg {
  display: block;
  width: 120px;
  height: 120px;
  margin: 15px auto 0;
  background: url(../images/float_k.png) center center no-repeat;
  -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;
}

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

.body-process {
  padding-top: 25px;
  width: 148px;
  height: 416px;
  text-align: center;
  background: url(../images/float_bg.png) center center no-repeat;
}

.body-process li {
  position: relative;
  padding: 16px 0;
}

.body-process li.act a {
  color: #f0c735;
}

.body-process li:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background: #5166ab;
  transition: all .3s;
  content: '';
}

.body-process li:last-child:before {
  height: 0;
}

.body-process a {
  display: block;
  color: #d2e3ea;
  font-size: 16px;
}

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

.body-process a:hover:before {
  background: #5166ab;
}

.body-process a.go-top {
  width: 51px;
  height: 51px;
  background: url(../images/gotop.png) no-repeat;
  font: 0/0 a;
  margin: 20px auto 0;
  transition: all .3s;
}

.body-process a.go-top:hover {
  margin-top: 15px;
}

.list-03 {
  margin-left: 176px;
}

.list-03 li {
  position: relative;
  float: left;
  width: 146px;
  height: 149px;
  margin: 10px 12px;
  text-align: center;
  background: url(../images/bg_08.png) no-repeat;
  overflow: hidden;
}

.list-03 li .num {
  font-size: 16px;
  color: #f0c735;
  line-height: 1;
  margin: 30px 0 0;
}

.list-03 li .num em {
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
}

.list-03 li .text {
  height: 40px;
  color: #e4f1f5;
  line-height: 1.4;
}

.list-03 li .result {
  width: 106px;
  height: 20px;
  line-height: 20px;
  background: #212749;
  border-radius: 50px;
  color: #f0c735;
  margin: 0 auto;
}

.list-03 li .day {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 51px;
  height: 57px;
  background: url(../images/icon_06.png) no-repeat;
  font: 0/0 a;
}

.list-03 li .finish {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 140px;
  height: 112px;
  background: url(../images/icon_07.png) no-repeat;
}

.list-03 li.num-02 {
  margin-left: 270px;
}

.list-03 li.num-03 {
  margin-left: 182px;
}

.list-03 li.num-04 {
  margin-left: 98px;
}

.replace {
  height: 186px;
}

.tips {
  color: #f0c735;
}

#page {
  position: absolute;
  top: 490px;
  left: 0;
  right: 0;
}

@keyframes gotop {
  0% {
    top: 345px;
  }
  100% {
    top: 355px;
  }
}

@-webkit-keyframes gotop {
  0% {
    top: 345px;
  }
  100% {
    top: 355px;
  }
}

@-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);
  }
}

@media (max-width: 1440px) {
  .float-nav {
    right: 0;
  }
}
