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

body {
  min-width: 1240px;
  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;
}

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

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: 1240px;
  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: 245px;
  z-index: 100;
}

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

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

.login-box {
  position: absolute;
  top: 840px;
  left: -60px;
  width: 737px;
  height: 29px;
  line-height: 29px;
  background: url(../images/bg_09.png) center center no-repeat;
  text-align: center;
  font-size: 16px;
}

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

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

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

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

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

.login-box .login-info span {
  margin: 0 10px;
}

.tit {
  margin: 50px 0 2px;
  height: 124px;
  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;
}

.top-link {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 100;
  width: 264px;
  height: 39px;
  line-height: 37px;
  color: #e5ff9f;
  padding-left: 30px;
  background: url(../images/bg_10.png) center center no-repeat;
}

.top-link a {
  display: inline-block;
  padding: 0 20px;
  color: #e5ff9f;
  font-size: 16px;
  font-style: italic;
}

.top-link a:hover {
  color: #f2ffcd;
}

.sect {
  overflow: hidden;
}

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

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

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

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

.sect.sect-01 .sg {
  position: absolute;
  top: 315px;
  left: 0;
  display: block;
  width: 695px;
  height: 257px;
  font: 0/0 a;
  background: url(../images/slog.png) center center no-repeat;
}

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

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

.sect.sect-03 .list-cont {
  padding-top: 28px;
}

.sect.sect-03 .list-cont .list {
  height: 463px;
  background: #7f69a7;
}

.sect.sect-03 .tips {
  color: #f9f6fa !important;
}

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

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

.modal.modal-public .cont-none {
  font-size: 34px;
  font-weight: bold;
  color: #cdc4e9;
  text-align: center;
  margin-top: 140px;
  letter-spacing: 3px;
}

.modal.modal-look .title {
  margin: 30px 0 5px;
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
  color: #4a4668;
  text-align: center;
}

.modal.modal-look .tips {
  color: #dd4090;
  font-size: 16px;
  text-align: center;
}

.modal.modal-look .tips a {
  display: inline-block;
  margin-left: 30px;
  color: #dd4090;
  text-decoration: underline;
}

.modal.modal-look .tips a:hover {
  color: #ff64b4;
}

.modal.modal-look .my-list {
  width: 420px;
  margin: 20px auto 0;
}

.modal.modal-look .my-list li {
  color: #211243;
  font-size: 16px;
}

.modal.modal-look .my-list li + li {
  margin-top: 30px;
}

.modal.modal-look .my-list li > label {
  float: left;
  width: 150px;
  height: 33px;
  line-height: 33px;
  margin-top: 12px;
  color: #e5ff9f;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: url(../images/bg_13.png) center center no-repeat;
  letter-spacing: 1px;
}

.modal.modal-look .my-list li .right-cont {
  padding-left: 170px;
}

.modal.modal-look .my-list li .right-cont p {
  line-height: 1.3;
}

.modal.modal-look .my-list li .right-cont p span {
  color: #dd4090;
  font-weight: bold;
  font-size: 24px;
}

.modal.modal-look .my-list li .right-cont p em {
  display: inline-block;
  margin-top: 10px;
  font-style: normal;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -355.5px;
  margin-top: -192.5px;
  width: 711px;
  height: 385px;
  background: url(../images/modal_01.png) center center no-repeat;
  animation: tc .5s;
}

.modal-body .close {
  position: absolute;
  top: 10px;
  right: -15px;
  width: 42px;
  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);
}

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

.rule {
  padding: 0 15px 100px 15px;
}

.rule p {
  margin-left: 8px;
  font-size: 16px;
  color: #645a72;
  line-height: 30px;
  padding-left: 15px;
  background: url(../images/dot.png) left 11px no-repeat;
}

.rule p label {
  float: left;
  width: 80px;
}

.rule p span {
  color: #cb0f63;
  font-weight: bold;
}

.rule .hold {
  display: inline-block;
  width: 76px;
  content: '';
}

.list-cont {
  padding: 18px 22px 0;
  overflow: hidden;
}

.list-cont .left {
  float: left;
  width: 262px;
}

.list-cont .left .btn {
  display: block;
  font: 0/0 a;
  margin-bottom: 5px;
}

.list-cont .left .btn:hover {
  filter: brightness(120%);
}

.list-cont .left .btn-want {
  height: 109px;
  background: url(../images/btn_03.png) center center no-repeat;
}

.list-cont .left .btn-look {
  height: 63px;
  background: url(../images/btn_04.png) center center no-repeat;
}

.list-cont .left .list {
  height: 512px;
  background: url(../images/bg_11.png) #7f69a7 center center no-repeat;
}

.list-cont .left .list .title {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #dbd4ea;
  text-align: center;
  background: #3b275c;
}

.list-cont .left .item {
  border: 1px solid #7f69a7;
  overflow: hidden;
  background: rgba(80, 48, 130, 0.6);
}

.list-cont .left .item .img {
  float: left;
  width: 77px;
  margin: 14px 0 14px 15px;
}

.list-cont .left .item .img img {
  display: block;
}

.list-cont .left .item .text {
  color: #f5f5f7;
  text-align: center;
  padding: 35px 0 0;
}

.list-cont .left .item .text span {
  border-left: 1px solid #482a4b;
  border-right: 1px solid #482a4b;
  display: inline-block;
  background: url(../images/bg_07.png) #e6dce9 center center no-repeat;
  width: 100px;
  color: #482a4b;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.list-cont .right {
  float: left;
  width: 925px;
  margin-left: 6px;
}

.list-cont .right .tips {
  margin: 34px 0 10px;
  color: #db4e69;
  font-size: 16px;
  text-align: right;
}

.list-cont .right .table {
  background: #f9f6fa;
  overflow: hidden;
  min-height: 580px;
}

.list-cont .right .table table {
  width: 100%;
  display: table;
  text-align: center;
  color: #5f546e;
  font-size: 16px;
}

.list-cont .right .table table tr {
  border-bottom: 1px solid #e1dce4;
}

.list-cont .right .table table th {
  color: #f2f3ff;
  font-weight: normal;
  background: #9aa5e6;
  height: 45px;
  line-height: 45px;
  width: 30%;
}

.list-cont .right .table table th.short {
  width: 20%;
}

.list-cont .right .table table td {
  height: 44px;
  line-height: 44px;
}

.list-cont .right .table table td.item-01, .list-cont .right .table table td.item-02, .list-cont .right .table table td.item-03 {
  font: 0/0 a;
}

.list-cont .right .table table td.item-01 {
  background: url(../images/icon_01.png) center center no-repeat;
}

.list-cont .right .table table td.item-02 {
  background: url(../images/icon_02.png) center center no-repeat;
}

.list-cont .right .table table td.item-03 {
  background: url(../images/icon_03.png) center center no-repeat;
}

.list-cont .right .table .text-center {
  margin: 19px 0 28px;
}

.list-cont .right .table .text-center a + a {
  margin-left: 30px;
}

.list-cont .right .table .btn {
  display: inline-block;
  width: 111px;
  height: 37px;
  line-height: 35px;
  background: url(../images/bg_12.png) center center no-repeat;
  color: #f9f6fa;
}

.list-cont .right .table .btn:hover {
  filter: brightness(1.1);
}

.nav-01 {
  overflow: hidden;
  margin-bottom: 5px;
}

.nav-01 li {
  float: left;
  width: 10%;
}

.nav-01 li a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  color: #fefefe;
  text-align: center;
  letter-spacing: -3px;
  background: url(../images/bg_03.png) left center no-repeat;
}

.nav-01 li a span {
  font-size: 40px;
  font-weight: bold;
}

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

.win-list {
  position: absolute;
  top: 590px;
  left: 0;
  width: 678px;
  height: 186px;
  padding: 30px 35px 0 40px;
  background: url(../images/bg_05.png) center center no-repeat;
}

.win-list li {
  float: left;
  width: 16.6666%;
  text-align: center;
}

.win-list li .img {
  width: 84px;
  height: 84px;
  padding: 9px;
  margin: 0 auto;
  background: url(../images/bg_06.png) center center no-repeat;
}

.win-list li .img img {
  width: 64px;
  border: 1px solid #7d30e6;
  background: #211e3a;
}

.win-list li p {
  padding-top: 8px;
  line-height: 1.2;
  font-size: 14px;
  color: #241446;
}
