@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;
  cursor: url(../images/cursor_01.png), auto;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: url(../images/cursor_02.png), auto;
}

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

.text-red {
  color: #ff0000 !important;
}

.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: 60px;
  left: 0;
  right: 0;
  z-index: 100;
}

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

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

.login-box {
  position: absolute;
  top: 810px;
  left: 0;
  right: 0;
  text-align: center;
}

.login-box .btn-login {
  display: block;
  font-size: 24px;
  color: #000;
  letter-spacing: 3px;
  margin: 0 auto;
}

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

.login-box .login-info {
  color: #2b1249;
}

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

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

.tit h2 {
  margin: 0 0 50px;
  height: 198px;
  font: 0/0 a;
}

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

.tit.tit-02 h2 {
  background: url(../images/tit_02.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 .slogan {
  position: absolute;
  top: 467px;
  left: 206px;
  width: 743px;
  height: 239px;
  margin: 0 auto;
  font: 0/0 a;
  background: url(../images/sg.png) center center no-repeat;
}

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

.sect.sect-01 .top-link a {
  float: left;
  width: 154px;
  height: 40px;
  line-height: 36px;
  border-radius: 50px;
  margin-left: 8px;
  font-size: 24px;
  color: #fffefe;
  border: 2px solid #fff;
  text-align: center;
  transition: all .3s;
}

.sect.sect-01 .top-link a:hover {
  color: #fbb110;
  border: 2px solid #fbb110;
}

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

.sect.sect-02 .tips {
  margin-top: 20px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: url(../images/bg_infor.png) center center no-repeat;
}

.sect.sect-02 .tips span {
  font-size: 20px;
  font-weight: 700;
}

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

.sect.sect-04 {
  height: 368px;
  background: #fffc;
}

.float-btn {
  position: fixed;
  top: 400px;
  left: 100px;
  display: block;
  width: 99px;
  height: 180px;
  background: url(../images/icon_01.png) center center no-repeat;
  background-size: contain;
  animation: floatbtn 1s infinite alternate linear;
  -ms-animation: floatbtn 1s infinite alternate linear;
  -moz-animation: floatbtn 1s infinite alternate linear;
  -webkit-animation: floatbtn 1s infinite alternate linear;
  -o-animation: floatbtn 1s infinite alternate linear;
  z-index: 100;
}

.float-btn a {
  display: block;
  font: 0/0 a;
}

.float-btn a:hover {
  filter: brightness(1.1);
}

.float-btn .gotop {
  height: 0;
  transition: all .3s;
  background: url(../images/gotop.png) 15px center no-repeat;
}

.float-btn .btn-rule {
  position: absolute;
  bottom: 0;
  width: 85px;
  height: 86px;
  background: url(../images/btn_rule.png) center center no-repeat;
}

@keyframes floatbtn {
  0% {
    top: 395px;
  }
  100% {
    top: 405px;
  }
}

@-webkit-keyframes floatbtn {
  0% {
    top: 395px;
  }
  100% {
    top: 405px;
  }
}

.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-public {
  text-align: center;
}

.modal.modal-public .cont-none {
  color: #2b0751;
  font-size: 30px;
  font-weight: 700;
  margin: 50px 0;
}

.modal.modal-public .win-gift img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: #000;
}

.modal.modal-public .win-gift p {
  color: #230f3a;
  font-size: 16px;
  margin: 8px 0;
}

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

.modal-body .close {
  position: absolute;
  top: 12px;
  right: -56px;
  width: 46px;
  height: 46px;
  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%);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn-primary {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  height: 50px;
  line-height: 50px;
  background: url(../images/btn_primary.png) center center no-repeat;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

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

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

.video-list {
  overflow: hidden;
  margin: 0 24px;
}

.video-list li {
  position: relative;
  float: left;
  margin: 10px 7px;
}

.video-list li:hover p {
  color: #ae9379;
}

.video-list li > a:first-child {
  position: relative;
  display: block;
  width: 274px;
  height: 230px;
  border: 1px solid #e1e1e1;
  transition: all .3s;
  -webkit-transition: all .3s;
  overflow: hidden;
  border-radius: 3px;
}

.video-list li > a:first-child > img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.video-list li .status {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: auto;
  color: #807f82;
  font-size: 28px;
  font-weight: bold;
}

.video-list li:hover {
  border-color: #fff;
}

.video-list li:hover a > img {
  -webkit-filter: brightness(1.05);
  -moz-filter: brightness(1.05);
  filter: brightness(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.video-list li:hover .vd {
  opacity: 1;
}

.video-list .anchor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 10px 15px;
  background: #fff;
}

.video-list .anchor img {
  position: absolute;
  top: -25px;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  border: 3px solid #fff;
}

.video-list .anchor p {
  color: #a4a4a4;
  font-size: 14px;
  padding-left: 100px;
  line-height: 1.6;
}

.video-list .anchor span {
  display: block;
  padding-left: 70px;
  color: #a4a4a4;
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
}

.video-list .anchor div {
  padding-top: 10px;
}

.video-list p span {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 1.5;
}

.row {
  position: relative;
  padding: 20px;
  margin-top: 50px;
  overflow: hidden;
}

.award {
  float: left;
  position: relative;
  width: 620px;
  height: 446px;
}

.award li {
  position: absolute;
  width: 202px;
  height: 142px;
  padding: 23px 0 0;
  background: url(../images/bg_01.png) center center no-repeat;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.award li.active {
  background: url(../images/bg_01_on.png) center center no-repeat;
}

.award li.active img {
  border: 1px solid #fffcda;
}

.award li.item-01 {
  top: 0;
  left: 0;
}

.award li.item-02 {
  top: 0;
  left: 209px;
}

.award li.item-03 {
  top: 0;
  left: 418px;
}

.award li.item-04 {
  top: 146px;
  left: 418px;
}

.award li.item-05 {
  top: 292px;
  left: 418px;
}

.award li.item-06 {
  top: 292px;
  left: 209px;
}

.award li.item-07 {
  top: 292px;
  left: 0;
}

.award li.item-08 {
  top: 146px;
  left: 0;
}

.award li .img {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background: #fff;
}

.award li .img img {
  width: 100%;
}

.award li p {
  margin-top: 8px;
}

.btn-begin {
  position: absolute;
  top: 167px;
  left: 230px;
  background: url(../images/btn_begin.png) center center no-repeat;
  display: block;
  width: 200px;
  height: 140px;
  font: 0/0 a;
  transition: all .3s;
}

.btn-begin span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
}

.btn-begin span i {
  color: #ff1c1c;
  font-style: normal;
}

.btn-begin:hover {
  background: url(../images/btn_begin_on.png) center center no-repeat;
}

.right-box {
  float: right;
  width: 450px;
  height: 436px;
  margin-right: 30px;
  background: #180a4a;
}

.right-box .right-tit {
  margin: 30px 0 25px;
  height: 30px;
  background: url(../images/title_01.png) center center no-repeat;
  font: 0/0 a;
}

.right-box .table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.right-box .table.only-th {
  height: auto;
}

.right-box .table thead {
  background: #d07158;
}

.right-box .table thead tr th {
  width: 33.3333%;
}

.right-box .table th {
  color: #2e0611;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.right-box .table tr td {
  font-size: 14px;
  line-height: 36px;
  color: #cfcbe8 !important;
}

.right-box .table tr td:first-child {
  background: none;
}

#scrollDiv {
  height: 288px;
  overflow: hidden;
  border: 1px solid #2a166d;
  padding-left: 10px;
}

.scrollbox {
  padding: 20px 10px 0 30px;
}

.table table {
  width: 100%;
  display: table;
}

.list-ewm {
  display: inline-block;
  margin: 90px 0 0;
}

.list-ewm li {
  float: left;
  width: 160px;
  margin: 0 70px;
  text-align: center;
}

.list-ewm li img {
  width: 160px;
  height: 160px;
  background: #fff;
  transition: all .3s ease;
}

.list-ewm li p {
  display: inline-block;
  margin: 20px 0;
  padding-bottom: 5px;
  color: #2b2a2a;
  font-size: 16px;
}

.list-ewm li a {
  display: block;
}

.list-ewm li a:hover img {
  margin: -5px 0 5px;
}

.list-ewm li a:hover p {
  color: #ce762e;
  border-bottom: 1px solid #ce762e;
}

.rule-box {
  position: fixed;
  left: -50%;
  top: 50%;
  margin-top: -450px;
  margin-left: -960px;
  height: 900px;
  width: 1556px;
  background: url(../images/bg_03.png) center center no-repeat;
  z-index: 101;
  transition: all .6s ease-in;
}

.rule-box.open {
  left: 50%;
}

.rule-box .rule-cont {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 30px 25px 0 25px;
  width: 1174px;
  height: 883px;
  color: #393939;
  background: url(../images/bg_02.png) center center no-repeat;
}

.rule-box .rule-cont .rule-tit {
  height: 46px;
  margin: 10px 0;
  background: url(../images/title_02.png) left center no-repeat;
  font: 0/0 a;
}

.rule-box .rule-cont .r-tit {
  margin: 20px 0 5px;
  color: #2b0751;
  font-size: 16px;
  font-weight: 700;
}

.rule-box .rule-cont p {
  line-height: 24px;
}

.rule-box .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  background: url(../images/close.png) center center no-repeat;
}

.rule-box .btn-close:hover {
  filter: brightness(115%);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1440px) {
  .float-btn {
    left: 20px;
  }
  .rule-box {
    height: 830px;
  }
  .rule-box .rule-cont {
    height: 100%;
  }
  .rule-box .rule-cont .rule-tit {
    margin: 50px 0 20px;
  }
  .rule-box .rule-cont .r-tit {
    margin: 10px 0 0;
  }
  .rule-box .btn-close {
    top: 80px;
  }
}

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