@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: 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: 25px;
  left: 25px;
  z-index: 100;
}

.logo a {
  display: block;
  width: 192px;
  height: 85px;
  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: relative;
  margin: 50px auto 10px;
  height: 60px;
  text-align: center;
}

.login-box:before, .login-box:after {
  position: absolute;
  top: 65px;
  width: 380px;
  height: 31px;
  display: block;
  content: '';
}

.login-box:before {
  left: 0;
  background: url(../images/bg_left.png) right center no-repeat;
}

.login-box:after {
  right: 0;
  background: url(../images/bg_right.png) left center no-repeat;
}

.login-box .btn-login {
  display: block;
  width: 400px;
  height: 60px;
  background: url(../images/btn_login.png) no-repeat;
  background-position: center 0;
  margin: 0 auto;
  font: 0/0 a;
}

.login-box .btn-login:hover {
  background-position: center -60px;
}

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

.login-box .login-info {
  padding-top: 20px;
  color: #b58c19;
  font-size: 24px;
}

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

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

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

.tit {
  margin: 80px 0 50px;
  height: 125px;
  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: 900px;
  background: url(../images/sect_01.jpg) center center no-repeat;
}

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

.sect.sect-01 .bottom {
  height: 400px;
  background: url(../images/sect_01_b.jpg) 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: #fff;
  text-align: center;
  font-size: 16px;
  background: url(../images/btn_02.png) center center no-repeat;
  transition: background 0.3s;
}

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

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

.sect.sect-02:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url(../images/spot.png) repeat;
}

.sect.sect-03 {
  height: 382px;
  background: url(../images/sect_03.jpg) 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;
  font-family: serif, '宋体';
}

.modal .m-tit {
  margin: 20px 0;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

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

.modal .m-vote .m-num {
  display: inline-block;
  width: 80px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #d89823;
  background: #ffc761;
  font-size: 30px;
  color: #3a415d;
  border-radius: 4px;
}

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

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

.modal .m-vote .m-input {
  width: 150px;
  height: 60px;
  line-height: 60px;
  margin: 0 12px;
  border: 3px solid #f1d596;
  background: #1e2661;
  color: #fff;
  font-size: 30px;
  text-align: center;
  vertical-align: bottom;
}

.modal .m-skill {
  font-size: 40px;
  color: #4664ff;
  text-align: center;
}

.modal .vote-num {
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.modal .vote-num span {
  color: #ffeb67;
  display: inline-block;
  margin: 0 20px;
}

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

.modal .text-center .btn {
  display: inline-block;
  width: 254px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #232439;
  background: url(../images/btn_01.png) center center no-repeat;
}

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

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

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -340px;
  margin-top: -299px;
  width: 680px;
  height: 598px;
  background: url(../images/modal_bg.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
  padding: 90px 65px;
}

.modal-body .close {
  position: absolute;
  top: -27px;
  right: -27px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  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 .r-tit {
  font: 0/0 a;
  height: 37px;
  background: url(../images/r_tit.png) left center no-repeat;
  margin: 70px 0 20px;
}

.rule p {
  font-size: 20px;
  color: #d4d4d4;
  line-height: 2;
}

.rule p em {
  display: inline-block;
  width: 40px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  text-align: center;
}

.card-list {
  margin: -40px 0 100px;
  overflow: hidden;
  font-family: serif, '宋体';
}

.card-list li {
  float: left;
  position: relative;
  width: 228px;
  height: 365px;
  text-align: center;
  margin: 60px 6px;
  background: url(../images/nn.jpg) center 5px no-repeat;
}

.card-list li > img {
  margin-top: 5px;
  transition: all 0.3s;
}

.card-list li .num,
.card-list li .name-icon,
.card-list li .skill,
.card-list li .btn-vote,
.card-list li .over {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.card-list li .num {
  bottom: -50px;
  display: block;
  height: 42px;
  line-height: 45px;
  text-align: center;
  color: #666;
  z-index: 1;
  font-size: 30px;
  font-family: serif, '宋体';
  font-weight: 700;
}

.card-list li .name-icon {
  top: 225px;
  width: 110px;
  height: 50px;
  background: url(../images/icon.png) no-repeat;
}

.card-list li .name-icon.icon-01 {
  background-position: center -10px;
}

.card-list li .name-icon.icon-02 {
  background-position: center -60px;
}

.card-list li .name-icon.icon-03 {
  background-position: center -106px;
}

.card-list li .name-icon.icon-04 {
  background-position: center -150px;
}

.card-list li .skill {
  bottom: 60px;
  color: #fff;
  font-size: 16px;
  font-family: serif, '宋体';
  font-weight: 700;
}

.card-list li .btn-vote {
  bottom: 10px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #562825;
  letter-spacing: 2px;
  background: url(../images/btn.jpg) no-repeat;
  background-position: center 0;
}

.card-list li .btn-vote:hover {
  background-position: center -45px;
}

.card-list li .over {
  top: 0;
  bottom: 0;
  background: url(../images/card.png) center center no-repeat;
  z-index: 0;
}

.card-list li:hover > img {
  transform: scale(1.01);
  filter: brightness(1.08);
}

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