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

body {
  min-width: 1340px;
  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: #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: 1340px;
  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: 28px;
  left: 40px;
  z-index: 100;
}

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

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

.tips {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 20px 0;
}

.login-box {
  position: absolute;
  top: 660px;
  right: 0;
  right: 0;
  width: 494px;
  text-align: center;
}

.login-box .btn a {
  display: inline-block;
  width: 216px;
  height: 89px;
  font: 0/0 a;
}

.login-box .btn a:hover {
  filter: brightness(1.2);
}

.login-box .btn .btn-get {
  background: url(../images/btn_05.png) center center no-repeat;
}

.login-box .btn .btn-login {
  margin-left: 40px;
  background: url(../images/btn_06.png) center center no-repeat;
}

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

.login-box .login-info {
  float: right;
  width: 660px;
  display: inline-block;
  padding: 5px 0;
  margin-top: 10px;
  color: #e4dfeb;
  font-size: 18px;
  background: rgba(72, 31, 117, 0.7);
  border-radius: 50px;
  margin-right: -78px;
  text-align: center;
}

.login-box .login-info a {
  color: #ffeb46;
}

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

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

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

.tit h2 {
  margin: 80px 0 30px;
  height: 79px;
  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) left center no-repeat;
}

.tit.tit-02 h2 {
  margin: 15px 0 20px;
}

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

.tit.tit-03 h2 {
  margin: 100px 0 30px;
}

.sect {
  overflow: hidden;
}

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

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

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

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

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

.sect.sect-01 .top-link a {
  float: left;
  width: 42px;
  height: 43px;
  background: url(../images/btn_01.png) center center no-repeat;
  transition: background 0.3s;
  font: 0/0 a;
}

.sect.sect-01 .top-link a:hover {
  transform: scale(1.05);
  filter: brightness(120%);
}

.sect.sect-01 .top-link a.btn-down {
  margin-left: 16px;
  background: url(../images/btn_02.png) center center no-repeat;
}

.sect.sect-01 .sg {
  position: absolute;
  top: 60px;
  right: 170px;
  left: 0;
}

.sect.sect-01 .sg .slog {
  float: right;
  width: 494px;
  height: 617px;
  background: url(../images/sg.png) center center no-repeat;
  -moz-animation: slog 2s linear;
  -webkit-animation: slog 2s linear;
  -o-animation: slog 2s linear;
  -ms-animation: slog 2s linear;
  animation: slog 2s linear;
}

.sect.sect-02 {
  position: relative;
  height: 1079px;
  background: url(../images/sect_02.jpg) #d7d7d7 top center no-repeat;
}

.sect.sect-02 .process {
  margin: 50px 48px 100px;
  overflow: hidden;
  background: url(../images/bg_03.png) top center no-repeat;
}

.sect.sect-02 .process li {
  position: relative;
  float: left;
  width: 25%;
  color: #ececfe;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  height: 270px;
}

.sect.sect-02 .process li span {
  display: none;
}

.sect.sect-02 .process li p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sect.sect-02 .bottom {
  height: 356px;
  background: url(../images/bg_04.png) center center no-repeat;
}

.sect.sect-03 {
  position: relative;
  height: 2275px;
  background: url(../images/sect_03.jpg) #d7d7d7 top center no-repeat;
}

.sect.sect-03 .desc {
  position: relative;
}

.sect.sect-03 .desc p {
  font-size: 16px;
  color: #cd6262;
  line-height: 27px;
}

.sect.sect-03 .desc .my-num {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
}

.sect.sect-03 .desc .my-num a {
  display: inline-block;
  width: 272px;
  height: 97px;
  background: url(../images/btn_08.png) center center no-repeat;
  font: 0/0 a;
}

.sect.sect-03 .desc .my-num a:hover {
  filter: brightness(1.1);
}

.sect.sect-03 .desc .my-num p {
  font-size: 22px;
}

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

.star {
  position: absolute;
  animation: star 2.5s ease-in infinite;
}

.star.star-01 {
  top: 510px;
  right: -261px;
  width: 44px;
  height: 44px;
  background: url(../images/star_01.png) center center no-repeat;
}

.star.star-02 {
  top: 600px;
  right: -5px;
  width: 42px;
  height: 42px;
  background: url(../images/star_02.png) center center no-repeat;
  animation-delay: 0.8s;
}

.star.star-03 {
  top: 140px;
  right: 190px;
  width: 32px;
  height: 32px;
  background: url(../images/star_03.png) center center no-repeat;
  animation-delay: 1.7s;
}

@keyframes star {
  10% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@keyframes slog {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s 0.2s ease-in-out;
    -moz-transition: all 0.4s 0.2s ease-in-out;
    -ms-transition: all 0.4s 0.2s ease-in-out;
    -o-transition: all 0.4s 0.2s ease-in-out;
    transition: all 0.4s 0.2s ease-in-out;
  }
}

@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 .m-tit {
  height: 32px;
  background: url(../images/m_tit_01.png) center center no-repeat;
  font: 0/0 a;
}

.modal .m-vote {
  margin-top: 40px;
  text-align: center;
}

.modal .m-vote .m-num {
  display: inline-block;
  width: 80px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #5553a2;
  background: #6562b9;
  font-size: 28px;
  color: #fff;
  border-radius: 4px;
}

.modal .m-vote .m-num + .m-num {
  margin-left: 14px;
}

.modal .m-vote .m-num:hover {
  background: #6e6ace;
  cursor: pointer;
}

.modal .m-vote .m-input {
  width: 150px;
  height: 60px;
  line-height: 54px;
  margin: 0 12px;
  border: 3px solid #6562b9;
  background: #ffffff;
  color: #6562b9;
  font-size: 28px;
  text-align: center;
  vertical-align: bottom;
}

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

.modal .text-center .btn {
  display: inline-block;
  width: 175px;
  height: 62px;
  line-height: 56px;
  font-size: 22.8px;
  font-weight: 500;
  text-align: center;
  color: #7a291b;
  background: url(../images/btn_07.png) center center no-repeat;
}

.modal .text-center .btn + a {
  margin-left: 25px;
}

.modal .text-center .btn:hover {
  filter: brightness(1.2);
}

.modal .text-center .btn.bg-purple {
  color: #f6f6fd;
  background: url(../images/btn_03.png) center center no-repeat;
}

.modal.modal-vote-01 p {
  color: #6562b9;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  font-family: serif, '宋体';
}

.modal.modal-vote-01 p .skill-name,
.modal.modal-vote-01 p .vote-num {
  color: #e4a134;
  margin: 0 5px;
}

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

.modal-body .close {
  position: absolute;
  top: 15px;
  right: -45px;
  width: 39px;
  height: 38px;
  line-height: 38px;
  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 img {
  margin: 15px 0 0 15px;
  transition: all 0.3s;
}

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

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

.rule {
  margin: 50px 0 0;
  height: 290px;
  background: url(../images/rule.png) center center no-repeat;
}

.card-list {
  margin: 0 -8px;
  overflow: hidden;
}

.card-list li {
  float: left;
  position: relative;
  width: 218px;
  height: 296px;
  margin: 48px 4px;
  text-align: center;
  background: url(../images/card.png) center center no-repeat;
}

.card-list li .img {
  position: relative;
  margin: 0 auto;
  margin-top: 23px;
  width: 178px;
  overflow: hidden;
}

.card-list li .img img {
  width: 100%;
}

.card-list li .img:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.card-list li .img:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.card-list li .name {
  display: none;
}

.card-list li .num,
.card-list li .btn-vote {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.card-list li .num {
  bottom: 20px;
  display: block;
  height: 42px;
  line-height: 45px;
  text-align: center;
  color: #6c4e9c;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
}

.card-list li .num span {
  font-size: 34px;
  margin-right: 5px;
}

.card-list li .btn-vote {
  width: 136px;
  height: 53px;
  bottom: -55px;
  margin: 0 auto;
  font: 0/0 a;
  background: url(../images/btn_09.png) no-repeat;
  background-position: center 0;
}

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

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

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

.list-box {
  position: relative;
  width: 1326px;
  height: 721px;
  margin: 0 auto;
  padding-top: 45px;
  background: url(../images/bg_01.png) center center no-repeat;
}

.list-box .role-01 {
  position: absolute;
  top: -110px;
  left: 0;
  width: 721px;
  height: 897px;
  background: url(../images/role.png) center center no-repeat;
}

.list-box .vote-num {
  position: absolute;
  top: -35px;
  right: 40px;
  color: #eaebf8;
  font-size: 20px;
  letter-spacing: 2px;
}

.table-over {
  position: relative;
  float: right;
  color: #edf0f8;
  width: 600px;
  margin-right: 120px;
}

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

.table-over table:before {
  position: absolute;
  top: 45px;
  left: 15px;
  right: 5px;
  height: 7px;
  background: #c7cade;
  content: '';
}

.table-over table th {
  height: 50px;
  line-height: 50px;
  color: #cd6262;
  font-size: 18px;
}

.table-over table th:nth-child(1) {
  width: 15%;
}

.table-over table th:nth-child(2) {
  width: 45%;
}

.table-over table th:nth-child(3) {
  width: 25%;
}

.table-over table th:nth-child(4) {
  width: 15%;
}

.table-over table td {
  height: 46.7px;
  line-height: 46.7px;
}

.table-over table tr td:first-child {
  font-weight: 700;
  font-size: 18px;
}

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

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

.table-over .text-center a + a {
  margin-left: 40px;
  background: url(../images/btn_down.png) center center no-repeat;
}

.table-over .text-center a + a:hover {
  background: url(../images/btn_down.png) #4d54a3 center center no-repeat;
}

.table-over .tab-btn {
  display: inline-block;
  border: 3px solid #4d54a3;
  width: 120px;
  height: 35px;
  line-height: 35px;
  transition: all .3s;
  border-radius: 50px;
  font: 0/0 a;
  background: url(../images/btn_up.png) center center no-repeat;
}

.table-over .tab-btn:hover {
  background: url(../images/btn_up.png) #4d54a3 center center no-repeat;
}

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

.float-nav .float-img {
  display: block;
  width: 122px;
  height: 124px;
  margin-bottom: 10px;
  background: url(../images/float_img.png) no-repeat;
  overflow: hidden;
}

.body-process {
  width: 115px;
  height: 341px;
  margin: 0 auto;
  text-align: center;
}

.body-process li {
  position: relative;
  margin-bottom: 9px;
}

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

.body-process a {
  display: block;
  font: 0/0 a;
  height: 40px;
  background: url(../images/bg_02.png) no-repeat;
}

.body-process a.go-sect02 {
  background-position-y: 0;
}

.body-process a.go-sect03 {
  background-position-y: -48px;
}

.body-process a.go-sect04 {
  background-position-y: -96px;
}

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

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

.body-process a.go-top {
  width: 53px;
  height: 121px;
  background: url(../images/top.png) no-repeat;
  font: 0/0 a;
  margin: 0 auto;
  transition: all .3s;
  -moz-animation: mousetips 1s infinite linear;
  -webkit-animation: mousetips 1s infinite linear;
  -o-animation: mousetips 1s infinite linear;
  -ms-animation: mousetips 1s infinite linear;
  animation: mousetips 1s infinite linear;
}

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

@-webkit-keyframes mousetips {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -5px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes mousetips {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -5px;
  }
  100% {
    margin-top: 0;
  }
}
