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

body {
  min-width: 1360px;
  font-size: 14px;
  font-family: "Microsoft YaHei", "PingFang SC", arial, helvetica, "Microsoft Sans Serif", sans-serif;
  cursor: url(../images/cursor_01.png), auto;
}

body.noclick {
  height: 100%;
  overflow: hidden;
}

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

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 10px;
  /*对垂直流动条有效*/
  height: 10px;
  /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  background-color: #b8b8b8;
}

.container {
  width: 1360px;
  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: 15px;
  left: 8px;
  z-index: 100;
}

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

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

.login-box {
  display: inline-block;
  text-align: center;
}

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

.login-box .btn-login:hover {
  color: #20202c !important;
}

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

.login-box .login-info {
  font-size: 18px;
  color: #0d0d11;
}

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

.login-box .login-info a:hover {
  color: #20202c !important;
  text-decoration: underline;
}

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

.other-link {
  position: fixed;
  bottom: 50px;
  left: 25px;
  z-index: 3;
  display: none;
}

.other-link a {
  display: block;
  width: 274px;
  height: 66px;
  font: 0/0 a;
  margin-bottom: 12px;
}

.other-link a.item-01 {
  background: url(../images/link_01.png) left top no-repeat;
}

.other-link a.item-02 {
  background: url(../images/link_02.png) left top no-repeat;
}

.other-link a.item-03 {
  background: url(../images/link_03.png) left top no-repeat;
}

.other-link a.item-04 {
  background: url(../images/link_04.png) left top no-repeat;
}

.other-link a:hover {
  filter: brightness(1.1);
}

.other-link a + a {
  margin-top: -5px;
}

.tit h2 {
  height: 162px;
  font: 0/0 a;
}

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

.tit.tit-02 h2 {
  margin: 35px 0 30px;
  background: url(../images/tit_02.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 .container {
  position: relative;
}

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

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

.sect.sect-01 .go-down {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  height: 37px;
  background: url(../images/down.png) center center no-repeat;
  animation: floatbtn 0.8s infinite alternate linear;
}

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

.sect.sect-01 .top-link a {
  float: left;
  width: 133px;
  height: 35px;
  line-height: 35px;
  margin-left: 8px;
  background: url(../images/btn_top.png) center center no-repeat;
  color: #fff4ea;
  font-size: 20px;
  padding-left: 15px;
}

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

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

.sect.sect-02 .share {
  color: #f4f4f4;
  font-size: 20px;
  text-align: center;
  margin: -60px 0 70px;
}

.sect.sect-02 .share a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  background: #eae7e7;
  border-radius: 50px;
  font: 0/0 a;
  vertical-align: middle;
  transition: all 0.3s;
}

.sect.sect-02 .share a:hover {
  background: #ffffff;
}

.sect.sect-02 .share a i {
  display: block;
  width: 100%;
  height: 100%;
}

.sect.sect-02 .share a.icon-friend i {
  background: url(../images/icon_friend.png) center center no-repeat;
}

.sect.sect-02 .share a.icon-sina i {
  background: url(../images/icon_sina.png) center center no-repeat;
}

.sect.sect-02 .share a.icon-wechat i {
  background: url(../images/icon_wechat.png) center center no-repeat;
}

.sect.sect-02 .share a.icon-wechat .view {
  display: none;
  position: absolute;
  left: -55px;
  top: 40px;
  background: #eae7e7;
  width: 200px;
  height: 210px;
  text-align: center;
  padding-top: 15px;
  z-index: 1;
}

.sect.sect-02 .share a.icon-wechat .view p {
  font-size: 18px;
  color: #2e2e36;
  line-height: 1;
  margin-bottom: 8px;
}

.sect.sect-02 .share a.icon-wechat .view img {
  width: 150px;
  height: 150px;
}

.sect.sect-02 .share a.icon-wechat:hover .view {
  display: block;
}

.sect.sect-02 .share a.icon-qq i {
  background: url(../images/icon_qq.png) center center no-repeat;
}

.sect.sect-02 .award li {
  position: absolute;
}

.sect.sect-02 .award li:nth-child(1), .sect.sect-02 .award li:nth-child(2), .sect.sect-02 .award li:nth-child(3), .sect.sect-02 .award li:nth-child(4), .sect.sect-02 .award li:nth-child(5), .sect.sect-02 .award li:nth-child(6), .sect.sect-02 .award li:nth-child(7) {
  top: 0;
}

.sect.sect-02 .award li:nth-child(8), .sect.sect-02 .award li:nth-child(9), .sect.sect-02 .award li:nth-child(10), .sect.sect-02 .award li:nth-child(11) {
  top: 124px;
}

.sect.sect-02 .award li:nth-child(12), .sect.sect-02 .award li:nth-child(13), .sect.sect-02 .award li:nth-child(14), .sect.sect-02 .award li:nth-child(15) {
  top: 248px;
}

.sect.sect-02 .award li:nth-child(16), .sect.sect-02 .award li:nth-child(17), .sect.sect-02 .award li:nth-child(18), .sect.sect-02 .award li:nth-child(19) {
  top: 372px;
}

.sect.sect-02 .award li:nth-child(20), .sect.sect-02 .award li:nth-child(21), .sect.sect-02 .award li:nth-child(22), .sect.sect-02 .award li:nth-child(23), .sect.sect-02 .award li:nth-child(24), .sect.sect-02 .award li:nth-child(25), .sect.sect-02 .award li:nth-child(26) {
  top: 496px;
}

.sect.sect-02 .award li:nth-child(2) p, .sect.sect-02 .award li:nth-child(6) p, .sect.sect-02 .award li:nth-child(8) p, .sect.sect-02 .award li:nth-child(16) p, .sect.sect-02 .award li:nth-child(23) p, .sect.sect-02 .award li:nth-child(26) p {
  line-height: 1;
  padding-top: 4px;
}

.sect.sect-02 .award li:nth-child(1), .sect.sect-02 .award li:nth-child(11), .sect.sect-02 .award li:nth-child(12), .sect.sect-02 .award li:nth-child(19), .sect.sect-02 .award li:nth-child(20) {
  left: 0;
}

.sect.sect-02 .award li:nth-child(2), .sect.sect-02 .award li:nth-child(10), .sect.sect-02 .award li:nth-child(13), .sect.sect-02 .award li:nth-child(18), .sect.sect-02 .award li:nth-child(21) {
  left: 185px;
}

.sect.sect-02 .award li:nth-child(3), .sect.sect-02 .award li:nth-child(22) {
  left: 370px;
}

.sect.sect-02 .award li:nth-child(4), .sect.sect-02 .award li:nth-child(23) {
  left: 555px;
}

.sect.sect-02 .award li:nth-child(5), .sect.sect-02 .award li:nth-child(24) {
  left: 740px;
}

.sect.sect-02 .award li:nth-child(6), .sect.sect-02 .award li:nth-child(9), .sect.sect-02 .award li:nth-child(14), .sect.sect-02 .award li:nth-child(17), .sect.sect-02 .award li:nth-child(25) {
  left: 925px;
}

.sect.sect-02 .award li:nth-child(7), .sect.sect-02 .award li:nth-child(8), .sect.sect-02 .award li:nth-child(15), .sect.sect-02 .award li:nth-child(16), .sect.sect-02 .award li:nth-child(26) {
  left: 1110px;
}

.sect.sect-02 .login-box {
  width: 430px;
}

.sect.sect-02 .my {
  display: inline-block;
  margin: 0 30px 0 10px;
}

.sect.sect-02 .row {
  overflow: hidden;
  color: #fab8a2;
  font-size: 16px;
  padding: 0 40px;
}

.sect.sect-02 .row .login-box {
  float: left;
  text-align: left;
}

.sect.sect-02 .row .modal-btn {
  float: right;
}

.sect.sect-02 .row .modal-btn a {
  display: inline-block;
  width: 132px;
  height: 38px;
  line-height: 35px;
  background: url(../images/bg_07.png) center center no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #f1eeee;
  text-align: center;
}

.sect.sect-02 .row .modal-btn a:hover {
  color: #fff;
  filter: brightness(1.1);
}

.sect.sect-02 .row .modal-btn a + a {
  margin-left: -5px;
}

.sect.sect-02 .btn-luck {
  display: block;
  width: 326px;
  height: 103px;
  margin: 0 0 10px;
  font: 0/0 a;
}

.sect.sect-02 .btn-luck.btn-luck-one {
  background: url(../images/btn_luck_one.png) center center no-repeat;
}

.sect.sect-02 .btn-luck.btn-luck-ten {
  background: url(../images/btn_luck_ten.png) center center no-repeat;
}

.sect.sect-02 .btn-luck:hover {
  filter: brightness(1.1);
}

.sect.sect-02 .title {
  font: 0/0 a;
  height: 113px;
  margin-top: -10px;
  background: url(../images/title.png) center center no-repeat;
}

.sect.sect-02 .change {
  background: rgba(30, 33, 48, 0.65);
  padding-bottom: 35px;
}

.sect.sect-02 .get-method {
  padding: 0 50px;
}

.sect.sect-02 .get-method li {
  float: left;
  width: 33.333%;
  padding: 0 30px;
}

.sect.sect-02 .get-method li .method-tit {
  height: 68px;
  line-height: 58px;
  padding-left: 100px;
  font-size: 26px;
  font-weight: bold;
  color: #ffff2e;
}

.sect.sect-02 .get-method li:nth-child(1) .method-tit {
  background: url(../images/method_01.png) left center no-repeat;
}

.sect.sect-02 .get-method li:nth-child(2) .method-tit {
  background: url(../images/method_02.png) left center no-repeat;
}

.sect.sect-02 .get-method li:nth-child(3) .method-tit {
  background: url(../images/method_03.png) left center no-repeat;
}

.sect.sect-02 .get-method li p {
  color: #e6e5e9;
  font-size: 18px;
  line-height: 30px;
}

.sect.sect-02 .get-method li p em {
  display: block;
  font-size: 16px;
}

.sect.sect-02 .get-method li p span {
  color: #ea03f2;
}

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

.sect.sect-03 .aa {
  margin-left: 1px;
  width: 1365px;
  height: 87px;
  background: url(../images/bg_05.png) center center no-repeat;
  overflow: hidden;
}

.sect.sect-03 .scoll-block {
  height: 48px;
  margin: 15px 80px 0 80px;
  overflow: hidden;
  position: relative;
}

.sect.sect-03 .scroll {
  /*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
  width: 100000px;
  position: absolute;
  left: 0px;
  top: 5px;
  color: #0c163b;
  font-size: 18px;
}

.sect.sect-03 .scroll li {
  float: left;
  margin-left: 60px;
  line-height: 40px;
  text-align: center;
}

.sect.sect-03 .scroll .text-yellow {
  margin: 0 10px;
  color: #0c163b;
}

.sect.sect-03 .row {
  overflow: hidden;
  margin: 0 50px;
}

.sect.sect-03 .row .table {
  float: left;
}

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

@keyframes floatbtn {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: 50px;
  }
}

.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 .modal-cont {
  padding-top: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 17px;
}

.modal.modal-address .modal-body, .modal.modal-record .modal-body {
  width: 678px;
  height: 639px;
  margin-top: -319.5px;
  margin-left: -339px;
  background: url(../images/modal_02.png) center center no-repeat;
}

.modal.modal-address .form {
  margin-top: 30px;
}

.modal.modal-address .form .group {
  overflow: hidden;
  margin-top: 15px;
}

.modal.modal-address .form .group .label {
  float: left;
  font-size: 16px;
  color: #2f3136;
  width: 80px;
  text-align: right;
  line-height: 34px;
  margin-right: 15px;
}

.modal.modal-address .form .group input,
.modal.modal-address .form .group textarea {
  font-size: 16px;
  height: 34px;
  line-height: 32px;
  width: 345px;
  border: 1px solid #878787;
  background: #fcfcfc;
  padding: 0 10px;
  color: #2f3136;
  outline: none;
  transition: all .3s;
}

.modal.modal-address .form .group input:focus,
.modal.modal-address .form .group textarea:focus {
  border-color: #ea358b;
  box-shadow: 0 0 8px 0px rgba(230, 31, 117, 0.1);
}

.modal.modal-address .form .group textarea {
  padding: 10px;
  height: 100px;
  line-height: 20px;
}

.modal.modal-address .form .group > p {
  font-size: 17px;
  line-height: 34px;
  padding-left: 110px;
  color: #2f3136;
}

.modal.modal-record .nav-list-01 {
  border-bottom: 1px solid #9e9d9d;
  overflow: hidden;
  padding: 0 30px;
  margin: 10px 20px 15px;
}

.modal.modal-record .nav-list-01 li {
  float: left;
  width: 50%;
  text-align: center;
}

.modal.modal-record .nav-list-01 li a {
  border-bottom: none;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  color: #2f3136;
  transition: all 0.3s;
  background: #b8b8b8;
}

.modal.modal-record .nav-list-01 li.active a {
  line-height: 40px;
  color: #d4d2d2;
  background: #2f3136;
}

.modal.modal-record .table-box {
  width: 530px;
  margin: 0 auto 30px;
  padding: 0 50px;
  height: 440px;
  overflow: auto;
}

.modal.modal-record .table-box table {
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: table;
  color: #2f3136;
}

.modal.modal-record .table-box table tr {
  border-bottom: 1px solid #c6c5c5;
}

.modal.modal-record .table-box table th {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
}

.modal.modal-record .table-box table td {
  height: 49px;
  padding-top: 13px;
}

.modal.modal-ten .modal-body, .modal.modal-one .modal-body {
  background: none;
  animation: none;
}

.modal.modal-ten .modal-body {
  padding: 0;
  width: 1076px;
  height: 623px;
  margin-left: -538px;
  margin-top: -311.5px;
  background: url(../images/modal_04.png) center center no-repeat;
}

.modal.modal-ten .modal-body .award {
  width: 925px;
  height: 300px;
  margin: 90px auto 30px;
}

.modal.modal-ten .modal-body .award li {
  margin: 12px 3px;
  animation: zoomIn .1s ease both;
}

.modal.modal-ten .modal-body .award li:nth-child(1) {
  animation-delay: .05s;
}

.modal.modal-ten .modal-body .award li:nth-child(2) {
  animation-delay: .1s;
}

.modal.modal-ten .modal-body .award li:nth-child(3) {
  animation-delay: .2s;
}

.modal.modal-ten .modal-body .award li:nth-child(4) {
  animation-delay: .3s;
}

.modal.modal-ten .modal-body .award li:nth-child(5) {
  animation-delay: .4s;
}

.modal.modal-ten .modal-body .award li:nth-child(6) {
  animation-delay: .5s;
}

.modal.modal-ten .modal-body .award li:nth-child(7) {
  animation-delay: .6s;
}

.modal.modal-ten .modal-body .award li:nth-child(8) {
  animation-delay: .7s;
}

.modal.modal-ten .modal-body .award li:nth-child(9) {
  animation-delay: .8s;
}

.modal.modal-ten .modal-body .award li:nth-child(10) {
  animation-delay: .9s;
}

.modal.modal-one {
  display: none;
}

.modal.modal-one .modal-body {
  width: 678px;
  height: 465px;
  margin-left: -339px;
  margin-top: -237.5px;
  background: url(../images/modal_03.png) center center no-repeat;
}

.modal.modal-one .modal-body .award {
  width: 185px;
  height: 142px;
  margin: 50px auto 30px;
}

.modal.modal-one .modal-body .award li {
  margin: 12px 3px;
  animation: zoomIn .1s ease both;
  animation-delay: .1s;
}

.modal.modal-one .modal-body .btn-luck-confirm {
  margin-top: 0;
}

.btn-luck-confirm {
  background: url(../images/btn_red.png) center center no-repeat;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -339px;
  margin-top: -214.5px;
  width: 678px;
  height: 429px;
  background: url(../images/modal_01.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
  padding: 50px;
  color: #2f3136;
  font-size: 17px;
  line-height: 29px;
}

.modal-body .modal-title {
  font-size: 28px;
  font-weight: bold;
  color: #2f3136;
}

.modal-body .modal-cont {
  padding: 25px;
}

.modal-body .address-confirm .form {
  background: #b4b3b3;
  padding: 20px 30px;
}

.modal-body .address-confirm .form .group {
  margin-top: 0;
}

.modal-body .btn-modal {
  display: inline-block;
  width: 226px;
  height: 77px;
  font-size: 18px;
  color: #fbc9a6;
  font: 0/0 a;
  margin: 50px 15px 0;
}

.modal-body .btn-modal.red {
  background: url(../images/btn_red.png) center center no-repeat;
}

.modal-body .btn-modal.blue {
  color: #e2dbca;
  background: url(../images/btn_blue.png) center center no-repeat;
}

.modal-body .btn-modal:hover {
  filter: brightness(1.05);
}

.modal-body .close {
  position: absolute;
  top: 25px;
  right: -15px;
  width: 70px;
  height: 72px;
  display: block;
  background: url(../images/btn_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%);
}

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

.text-orange {
  color: #ffff2e;
}

.text-yellow {
  color: #ffe04f;
}

.rule {
  color: #e6e6e6;
  font-size: 18px;
  margin-left: 240px;
  letter-spacing: 0.5px;
}

.rule .r-tit {
  font-size: 24px;
  margin: 50px 0 20px 5px;
}

.rule .r-tit-m {
  margin: 20px 0 0 5px;
}

.rule p {
  line-height: 28px;
  margin-left: 5px;
}

.rule p em {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 12px;
  border: 1px solid #f9d8d1;
  font-style: normal;
  text-align: center;
}

.rule .text-orange em {
  border-color: #ffbb4f;
}

.table {
  width: 580px;
  height: 450px;
  margin: 0 auto;
  margin: 35px 25px;
  background: #d7d5d6;
}

.table .scroll-box {
  position: relative;
  height: 380px;
  margin: 15px 0;
  overflow: hidden;
}

.table table {
  width: 100%;
  display: table;
  text-align: center;
  color: #11141c;
  font-size: 15px;
}

.table th {
  font-size: 18px;
  line-height: 35px;
  background: #abaaaf;
}

.table td {
  line-height: 38px;
}

.table .name {
  display: block;
  height: 38px;
  overflow: hidden;
}

.table .num {
  color: #e2e2c7;
  font-size: 14px;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #e2e2c7;
  border-radius: 50%;
}

.award-box {
  position: relative;
  width: 1295px;
  height: 620px;
  margin: 10px auto 92px;
}

.award-box .award-btn {
  position: relative;
  width: 320px;
  margin: 158px auto 0;
  z-index: 10;
}

.award-box .award-num {
  color: #2e2f36;
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
}

.award-box .award-num span {
  font-size: 24px;
  font-weight: bold;
  color: #d71b6a;
  margin: 0 15px 0 5px;
}

.award-box .award-num .btn-refresh {
  display: inline-block;
  width: 97px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #e9e7e7;
  text-align: center;
  background: url(../images/btn_01.png) center center no-repeat;
}

.award-box .award-num .btn-refresh:hover {
  filter: brightness(1.1);
}

.award li {
  position: relative;
  float: left;
  width: 179px;
  height: 118px;
  text-align: center;
  color: #22212a;
  font-size: 15px;
  font-weight: bold;
  background: url(../images/bg_01.png) center center no-repeat;
  margin: 3px;
}

.award li .img {
  position: relative;
  width: 59px;
  height: 59px;
  margin: 15px auto 10px;
  background: #f1f1f1;
}

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

.award li .img i {
  position: absolute;
  left: 65px;
  bottom: 0;
  color: #27272a;
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}

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

.award li.real .img {
  width: 146px;
  height: 67px;
  margin: 10px auto 7px;
  background: #f1f1f1;
}

.award li.real:before {
  position: absolute;
  top: -15px;
  left: -5px;
  width: 74px;
  height: 63px;
  background: url(../images/icon_real.png) center center no-repeat;
  font: 0/0 a;
  display: block;
  content: "";
  z-index: 1;
}
