a {
  color: inherit;
}
.wrapper {
  width: 1200px;
  overflow: hidden;
  color: #333;
}
.wrapper .left-wrapper {
  position:relative;
  float: left;
  width: 795px;
  margin-right: 15px;
}
.wrapper .right-wrapper {
  float: left;
  width: 390px;
}
.wrapper .right-wrapper .right-title {
  padding: 10px 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.wrapper .right-wrapper .module {
  margin-bottom: 20px;
}
.module {
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.game-info {
  margin-bottom: 20px;
}
.game-info .game-info-wrapper {
  padding: 30px 30px 10px;
  overflow: hidden;
}
.game-info .game-info-wrapper .game-icon {
  float: left;
  width: 180px;
  height: 180px;
}
.game-info .game-info-wrapper .game-icon .game-icon-img {
  width: 100%;
  height: 100%;
}
.game-info .game-info-wrapper .game-content {
  width: 535px;
  height: 179px;
  margin-left: 200px;
}
.game-info .game-info-wrapper .game-content .game-title {
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #F6505C;
}
.game-info .game-info-wrapper .game-content .game-title .game-name {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
}
.game-info .game-info-wrapper .game-content .game-title .boon {
  margin-left: 10px;
  background: #fdf2f2;
}
.game-info .game-info-wrapper .game-content .game-text .container {
  margin-top: 13px;
  font-size: 0;
}
.game-info .game-info-wrapper .game-content .game-text .container .text-content {
  display: inline-block;
  width: 50%;
  font-size: 12px;
}
.game-info .game-info-wrapper .game-content .game-text .container .text-content .gray {
  color: #999;
}
.game-info .game-info-wrapper .game-content .game-text .container .text-content .red {
  font-size: 12px;
  color: red;
}
.game-info .game-info-wrapper .game-content .game-text .container .text-content.appointment {
  font-size: 14px;
}
.game-info .game-info-wrapper .game-content .game-download {
  margin-top: 10px;
  font-size: 0;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 0;
  color: #fff;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.android {
  background-color: #6bb138;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.android:hover {
  background-color: #7acc3f;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.android .icon {
  background-image: url(../images/android.png);
  background-size: 100%;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.ios {
  background-color: #4395c3;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.ios:hover {
  background-color: #4dade2;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.ios .icon {
  background-position: 0 -90px;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.box {
  background-color: #f60;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.box:hover {
  background-color: #ff802c;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.pc {
  background-color: #14B9C8;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.pc:hover {
  background-color: #16ccdc;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.pc img{
  width:22px;height:22px;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.box .icon {
  background-image: url(../images/box-icon.png);
  background-size: 100%;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.empty {
  background-color: #a8a8a8;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.yuyue {
  background-color: #14B9C8;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download.yuyue:hover {
  background-color: #1dd4e4;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download:first-of-type {
  margin-left: 0;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url(../images/aaa70e89fd6eca83e657e8c3755c086b.png) no-repeat;
  background-size: 100px;
}
.game-info .game-info-wrapper .game-content .game-download .btn-download .text {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.game-info .game-info-wrapper .game-content .explain {
  margin-top: 13px;
  color: red;
}
.game-info .game-same {
  margin: 10px 0;
  padding: 0 30px;
}
.game-info .game-same .content {
  width: 100%;
  overflow: hidden;
}
.game-info .game-same .content .list {
  float: left;
  width: 80px;
  margin-right: 29px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-info .game-same .content .list a .game-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.game-info .game-same .content .list:last-of-type {
  margin-right: 0;
}
.game-info .game-tab {
  width: 100%;
  height: 50px;
  line-height: 46px;
  font-size: 0;
}
.game-info .game-tab .container {
  display: inline-block;
  box-sizing: border-box;
  width: 33.3333%;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.game-info .game-tab .container:hover {
  color: #14B9C8;
}
.game-info .game-tab .container.on {
  border-bottom: 4px solid #14B9C8;
  color: #14B9C8;
}
.game-info .game-tab .container::first-of-type {
  border-left: none;
}
.title {
  margin-bottom: 10px;
  padding: 0 0 0 8px;
  line-height: 20px;
  font-size: 18px;
  border-left: 4px solid #14B9C8;
}
.title .right {
  float: right;
  color: red;
  font-size: 12px;
}
.title .more {
  float: right;
  font-size: 12px;
  color: #14B9C8;
}
.game-detail .detail-section {
  position: relative;
  padding: 15px 30px;
  border-bottom: 1px solid #eeeeee;
}
.game-detail .detail-section .content .qq .red {
  color: red;
}
.game-detail .detail-section .content .qq .red img {
  margin-left: 10px;
  vertical-align: bottom;
}
.game-detail .detail-section.edition {
  overflow: hidden;
}
.game-detail .detail-section.edition .edition-list {
  overflow: hidden;
}
.game-detail .detail-section.edition .edition-list .edition-item {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px dashed #e4e4e4;
  font-size: 0;
  overflow: hidden;
}
.game-detail .detail-section.edition .edition-list .edition-item:hover {
  background: #f5f5f5;
}
.game-detail .detail-section.edition .edition-list .edition-item .text {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.game-detail .detail-section.edition .edition-list .edition-item .game-name {
  width: 35%;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-detail .detail-section.edition .edition-list .edition-item .game-type {
  width: 25%;
  color: #8e9096;
}
.game-detail .detail-section.edition .edition-list .edition-item .game-size {
  width: 25%;
  color: #666;
}
.game-detail .detail-section.edition .edition-list .edition-item .download-wrapper {
  width: 15%;
  text-align: right;
}
.game-detail .detail-section.edition .edition-list .edition-item .download-wrapper .download {
  display: inline-block;
  width: 82px;
  height: 26px;
  margin: 10px auto 0;
  line-height: 26px;
  text-align: center;
  background: #14B9C8;
  border-radius: 5px;
  color: #fff;
}
.game-detail .detail-section.edition .spread {
  float: right;
  margin-top: 5px;
  font-size: 16px;
}
.game-detail .detail-section.edition .spread .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
  background-image: url(../images/down.png);
  background-size: 100%;
}
.game-detail .detail-section.edition .spread .icon.up {
  transform: rotate(180deg);
}
.game-detail .detail-section p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.game-detail .detail-section .vip {
  font-size: 0;
}
.game-detail .detail-section .vip span {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  margin-top: -1px;
  padding-top: 2px;
  line-height: 24px;
  font-size: 14px;
}
.game-detail .detail-section .vip span:nth-of-type(1) {
  background-color: #F2F4F7;
}
.game-detail .detail-section .vip span:nth-of-type(2) {
  background-color: #F2F4F7;
}
.game-detail .detail-section .vip span:nth-of-type(2n) {
  margin-left: -1px;
}
.game-detail .detail-section .vip span:nth-child(4n+1),.game-detail .detail-section .vip span:nth-child(4n+2){
   background-color: #F5F7F9;
}
.game-detail .detail-section .checkbox {
  display: block;
  position: absolute;
  right: 30px;
  margin: 0;
  color: #999;
}
.game-detail .detail-section .checkbox label {
  display: inline-block;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.game-detail .detail-section .checkbox input {
  box-sizing: border-box;
  padding: 0;
  margin: 2px 0 0;
  line-height: normal;
  position: absolute;
  margin-top: 4px;
  margin-left: -20px;
}
.game-detail .detail-section #slide2 {
  margin-top: 30px;
}
.game-detail .detail-section #slide2 .swiper-slide .btn_play_v {
  background: url(../images/btn_play.png) no-repeat;
  background-size: 60px 60px;
  _background: 0 0;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  cursor: pointer;
}
.game-detail .detail-section #slide2 .swiper-button-next {
  display: none;
  top: 22px;
  right: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  background-size: 32px 32px;
  background-image: url(../images/swiper-right.png);
}
.game-detail .detail-section #slide2 .swiper-button-prev {
  display: none;
  top: 22px;
  left: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  background-size: 32px 32px;
  background-image: url(../images/swiper-left.png);
}
.game-detail .detail-section #slide2:hover .swiper-button-prev {
  display: block;
}
.game-detail .detail-section #slide2:hover .swiper-button-next {
  display: block;
}
.game-detail .detail-section .swiper-scrollbar {
  position: absolute;
  left: 30px;
  bottom: 15px;
  width: 735px;
  height: 10px;
}
.game-detail .detail-section#GMquanxian .table-container {
  margin: 10px 0;
  border: 1px solid #cfdaec;
}
.game-detail .detail-section#GMquanxian .table-container .th-list {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #cfdaec;
  overflow: hidden;
}
.game-detail .detail-section#GMquanxian .table-container .th-list .th-item {
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #4196d9;
}
.game-detail .detail-section#GMquanxian .table-container .content-list {
  display: flex;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.game-detail .detail-section#GMquanxian .table-container .content-list .content-item {
  flex: 1;
  height: 400px;
  line-height: 30px;
  border-right: 1px solid #cfdaec;
  text-align: center;
  overflow: hidden;
}
.game-detail .detail-section#GMquanxian .table-container .content-list .content-item:last-of-type {
  border-right: none;
}
.game-detail .detail-section#GMquanxian .table-container .content-list .content-item span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-detail .detail-section#GMquanxian .table-container .content-list .content-item .more {
  display: block;
  color: #4196d9;
}
.game-detail .detail-section#GMquanxian .table-container .content-list .content-item .modal {
  display: none;
  position: fixed;
  margin: auto;
  top: -10%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 5px;
  z-index: 100;
  box-shadow: 0 1px 6px #ccc;
}
.game-detail .detail-section#GMquanxian .table-container .content-list .content-item .modal .t-title {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  line-height: 40px;
  color: #777;
  text-indent: 10px;
}
.game-detail .detail-section#GMquanxian .table-container .content-list .content-item .modal .t-title span {
  float: right;
  margin-right: 10px;
  font-size: 18px;
  cursor: pointer;
}
.game-detail .detail-section#GMquanxian .table-container .content-list .content-item .modal .t-wrap {
  width: 300px;
  height: 260px;
  overflow: auto;
}
.game-detail .detail-section#GMquanxian .table-container .content-list .content-item .modal.aniHide {
  animation: aniHide 0.3s ease-out both;
}
.game-detail .detail-section#GMquanxian .table-container .content-list .content-item .modal.aniBlow {
  animation: aniBlow 0.3s ease-out both;
}
.game-detail .detail-section#GMquanxian .table-container .boon {
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  text-align: right;
  border-top: 1px solid #cfdaec;
  background: #f7f7f7;
}
.game-commentary {
  margin-top: 20px;
}
.game-commentary .commentary-title {
  padding: 15px 30px 5px;
}
.game-commentary .commentary-content .commentary-container {
  position: relative;
  padding: 15px 30px;
  border-top: 1px solid #eeeeee;
}
.game-commentary .commentary-content .commentary-container .head-icon {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.game-commentary .commentary-content .commentary-container .head-icon img {
  width: 100%;
  height: 100%;
}
.game-commentary .commentary-content .commentary-container .commentary-detail {
  padding-left: 58px;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-header .username {
  font-size: 14px;
  font-weight: 600;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-header .date {
  float: right;
  font-size: 12px;
  color: #999;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-score {
  font-size: 0;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-score .star {
  display: inline-block;
  width: 70px;
  height: 14px;
  margin-right: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAABD0lEQVR4Ae3TMWoCURCA4YcXSIrwQBFUbAX7zQH0HknvEWwCNkml2Fl5gzQSkgOkE5sEJAFBvMIiiJn8xVQLG3YyrATiwAev+4t5E/7EnOfq6TXBNYKVPswe1UmCHXypzimCc4ialx1s4gBRBzTLDE4gGZOyghEpJCNF9AYraKGHAaZYQnIsMcUAPbRQKRIcYoU9xGmPFYY/BSPeIV7qDTE3qGpYQ5zWqBXdYR2fjtgH6tZf2sAGYrRB47dn0cbWENui7b3DsSE4RvAGXwzBZ3cQO0Nw5w1eQowuPMEEkpHiTqWQjMQTvIWoI2aoIqgqZjhC1I0n+ADBAl2EHF0sILj3BEfoIxTUx8gRdPi3wW/dLgzWif1T1AAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-size: 14px;
  vertical-align: middle;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-score .number {
  font-size: 12px;
  color: #999;
  vertical-align: middle;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-bodyer {
  margin: 10px 0;
  line-height: 24px;
  vertical-align: bottom;
  word-wrap: break-word;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-bodyer img {
  vertical-align: bottom;
  max-width: 100%;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-footer {
  margin-bottom: 10px;
  overflow: hidden;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-footer .reply {
  float: right;
  color: #999;
  font-size: 0;
  cursor: pointer;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-footer .reply i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(../images/opinion.png?20170508) 0 -116px no-repeat;
  background-size: 42px;
  vertical-align: middle;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .commentary-footer .reply .number {
  vertical-align: middle;
  font-size: 12px;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .children-commentary {
  border-top: 1px solid #eeeeee;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .children-commentary .children-container {
  position: relative;
  min-height: 48px;
  margin: 20px 0;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .children-commentary .children-container .children-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .children-commentary .children-container .children-icon img {
  width: 100%;
  height: 100%;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .children-commentary .children-container .children-detail {
  margin-left: 58px;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .children-commentary .children-container .children-detail .children-name {
  font-size: 14px;
  font-weight: 600;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .children-commentary .children-container .children-detail .children-bodyer {
  line-height: 24px;
  vertical-align: bottom;
  word-wrap: break-word;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .children-commentary .children-container .children-detail .children-bodyer img {
  vertical-align: bottom;
}
.game-commentary .commentary-content .commentary-container .commentary-detail .children-commentary .more {
  color: #14B9C8;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.game-commentary .game-box {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fafafa;
  color: #999;
  font-size: 16px;
}
.game-commentary .game-box a:hover {
  color: #14B9C8;
}
.information {
  display: none;
  padding: 10px 10px 20px;
}
.information .information-list .information-item {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eeeeee;
}
.information .information-list .information-img {
  float: left;
  width: 170px;
  height: 98px;
  margin-right: 20px;
}
.information .information-list .information-img img {
  width: 100%;
  height: 100%;
}
.information .information-list .information-content {
  overflow: hidden;
}
.information .information-list .information-content .information-title {
  font-size: 16px;
  font-weight: bold;
}
.information .information-list .information-content .information-title:hover {
  color: #14B9C8;
}
.information .information-list .information-content .information-detail {
  line-height: 21px;
  margin-top: 10px;
  color: #808080;
  height: 45px;
  overflow: hidden;
  text-align: justify;
}
.information .information-list .information-footer {
  display: block;
  color: #b2b2b2;
  margin-top: 5px;
  line-height: 20px;
  font-weight: normal;
}
.information .information-list .information-footer a {
  float: right;
  color: #14B9C8;
}
.information .information-list .information-footer a:hover {
  text-decoration: underline;
}
.box3733 {
  width: 390px;
  height: 270px;
  background: transparent;
}
.box3733 .box-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.box3733 .box-container .box-img {
  width: 390px;
  height: 270px;
}
.box3733 .box-container .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  font-size: 16px;
}
.box3733 .box-container .box-title .title-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.box3733 .box-container .box-title .title-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  color: #ffe825;
}
.box3733 .box-container .box-title:hover .title-detail {
  color: #14B9C8;
  text-decoration: underline;
}
.servers .servers-list-content .warm-prompt {
  padding: 5px 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  color: red;
}
.servers .servers-list-content .servers-list {
  display: inline-block;
  margin: 10px;
  border-left: 1px dashed #eeeeee;
}
.servers .servers-list-content .servers-list .servers-item {
  position: relative;
  left: -8px;
  margin: 10px 0;
  font-size: 0px;
}
.servers .servers-list-content .servers-list .servers-item .circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/wlk-round.png);
  background-size: 100%;
  vertical-align: middle;
}
.servers .servers-list-content .servers-list .servers-item span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.servers .servers-list-content .servers-list .servers-item .date {
  width: 85px;
  margin-left: 20px;
  text-align: center;
}
.servers .servers-list-content .servers-list .servers-item .time {
  width: 35px;
  margin-left: 20px;
}
.servers .servers-list-content .servers-list .servers-item .game-name {
  position: relative;
  width: 173px;
  height: 24px;
  margin-left: 20px;
  text-align: center;
  line-height: 24px;
  background-color: #eeeeee;
}
.servers .servers-list-content .servers-list .servers-item .game-name .left {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/wlk-bg2.png);
  background-repeat: no-repeat;
  background-size: 18px;
}
.servers .servers-list-content .servers-list .servers-item.today {
  color: #14B9C8;
}
.servers .servers-list-content .servers-list .servers-item.today .circle {
  background-image: url(../images/wlk-round2.png);
}
.servers .servers-list-content .servers-list .servers-item.today .game-name {
  color: #fff;
  background-color: #14B9C8;
}
.servers .servers-list-content .servers-list .servers-item.today .game-name .left {
  background-image: url(../images/wlk-bg1.png);
}
.present .present-content .present-item {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
.present .present-content .present-item .game-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.present .present-content .present-item .game-icon img {
  width: 100%;
  height: 100%;
}
.present .present-content .present-item .present-detail {
  padding: 0 74px 0 74px;
}
.present .present-content .present-item .present-detail .game-name {
  font-size: 16px;
}
.present .present-content .present-item .present-detail .progress {
  margin: 5px 0;
  color: #14B9C8;
  font-size: 0;
}
.present .present-content .present-item .present-detail .progress .percentage-all {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 6px;
  margin-right: 10px;
  background: #e5e5e5;
  border-radius: 100px;
  vertical-align: middle;
}
.present .present-content .present-item .present-detail .progress .percentage-all .percentage-now {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 6px;
  border-radius: 100px;
  background: #fdd000;
}
.present .present-content .present-item .present-detail .progress .number {
  vertical-align: middle;
  font-size: 12px;
}
.present .present-content .present-item .btn-container {
  position: absolute;
  right: 10px;
  top: 27px;
  width: 60px;
  height: 30px;
  border: 1px solid #14B9C8;
  border-radius: 5px;
  color: #14B9C8;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.present .present-content .present-item .btn-container:hover {
  background: #14B9C8;
  color: #fff;
}
.tag .tag-content {
  padding: 10px;
  overflow: hidden;
}
.tag .tag-content .tag-item {
  float: left;
  display: block;
  margin: 5px 8px 6px 0;
  padding: 4px 10px;
  border: 1px solid #14B9C8;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  color: #14B9C8;
}
.tag .tag-content .tag-item:hover {
  background: #14B9C8;
  color: #fff;
}
.about-news .news-list {
  padding: 10px;
}
.about-news .news-list .news-item {
  margin: 10px 0;
}
.about-news .news-list .news-item .no {
  float: left;
  width: 20px;
  height: 20px;
  background: #f6f6f6;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}
.about-news .news-list .news-item .no.hot {
  background: #14B9C8;
  color: #fff;
}
.about-news .news-list .news-item .content {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  vertical-align: top;
}
.about-news .news-list .news-item .content:hover {
  color: #14B9C8;
}
.rank .rank-content {
  margin: 10px;
}
.rank .rank-content .rank-item {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.rank .rank-content .rank-item .rank-icon {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 20px;
  height: 50px;
  background-image: url(../images/rank.png);
  background-repeat: no-repeat;
}
.rank .rank-content .rank-item .rank-icon.rank-1 {
  background-position: 0 0;
}
.rank .rank-content .rank-item .rank-icon.rank-2 {
  background-position: 0 -51px;
}
.rank .rank-content .rank-item .rank-icon.rank-3 {
  background-position: 0 -104px;
}
.rank .rank-content .rank-item .rank-icon.rank-4 {
  background-position: 0 -155px;
}
.rank .rank-content .rank-item .rank-icon.rank-5 {
  background-position: 0 -205px;
}
.rank .rank-content .rank-item .rank-icon.rank-6 {
  background-position: 0 -256px;
}
.rank .rank-content .rank-item .rank-icon.rank-7 {
  background-position: 0 -308px;
}
.rank .rank-content .rank-item .rank-icon.rank-8 {
  background-position: 0 -360px;
}
.rank .rank-content .rank-item .rank-icon.rank-9 {
  background-position: 0 -412px;
}
.rank .rank-content .rank-item .rank-icon.rank-10 {
  background-position: 0 -468px;
}
.rank .rank-content .rank-item .rank-detail {
  padding: 0 0 10px 30px;
}
.rank .rank-content .rank-item .rank-detail.no-img {
  display: block;
  height: 40px;
  line-height: 50px;
  color: #666666;
  font-size: 14px;
}
.rank .rank-content .rank-item .rank-detail.img {
  display: none;
  position: relative;
  min-height: 70px;
}
.rank .rank-content .rank-item .rank-detail.img .game-icon {
  position: absolute;
  left: 30px;
  top: 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.rank .rank-content .rank-item .rank-detail.img .game-icon img {
  width: 100%;
  height: 100%;
}
.rank .rank-content .rank-item .rank-detail.img .rank-game-detail {
  padding-left: 80px;
}
.rank .rank-content .rank-item .rank-detail.img .rank-game-detail .game-name {
  font-size: 16px;
}
.rank .rank-content .rank-item .rank-detail.img .rank-game-detail .game-information {
  margin-top: 7px;
  color: #999999;
}
.rank .rank-content .rank-item .rank-detail.img .rank-game-detail .game-information .game-number {
  margin-right: 3px;
}
.rank .rank-content .rank-item .rank-detail.img .rank-game-detail .game-information .game-size {
  margin-left: 3px;
}
.rank .rank-content .rank-item .rank-detail.img .rank-game-detail .game-boon {
  margin-top: 7px;
  color: #999999;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rank .rank-content .rank-item .download {
  position: absolute;
  right: 0;
  top: 22px;
  width: 70px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #14B9C8;
  border-radius: 20px;
  color: #14B9C8;
}
.rank .rank-content .rank-item .download:hover {
  background: #14B9C8;
  color: #fff;
}
.rank .rank-content .rank-item.on .rank-detail.no-img {
  display: none;
}
.rank .rank-content .rank-item.on .rank-detail.img {
  display: block;
}
.layui-layer-content .gm-helper-container {
  padding: 15px;
  overflow: hidden;
}
.layui-layer-content .gm-helper-container .left-container {
  float: left;
  width: 235px;
  text-align: center;
}
.layui-layer-content .gm-helper-container .left-container img {
  width: 197px;
  height: 197px;
}
.layui-layer-content .gm-helper-container .left-container .text {
  font-size: 14px;
}
.layui-layer-content .gm-helper-container .right-container {
  float: right;
  width: 235px;
}
.layui-layer-content .gm-helper-container .right-container a {
  display: block;
  margin-top: 30px;
}
.layui-layer-content .gm-helper-container .right-container .btn-download {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 0px;
}
.layui-layer-content .gm-helper-container .right-container .btn-download .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url(../images/aaa70e89fd6eca83e657e8c3755c086b.png) no-repeat;
  background-size: 100px;
}
.layui-layer-content .gm-helper-container .right-container .btn-download .text {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.layui-layer-content .gm-helper-container .right-container .btn-download.android {
  background-color: #6bb138;
}
.layui-layer-content .gm-helper-container .right-container .btn-download.android:hover {
  background-color: #7acc3f;
}
.layui-layer-content .gm-helper-container .right-container .btn-download.android .icon {
  background-image: url(../images/android.png);
  background-size: 100%;
}
.layui-layer-content .gm-helper-container .right-container .btn-download.ios {
  background-color: #4395c3;
}
.layui-layer-content .gm-helper-container .right-container .btn-download.ios:hover {
  background-color: #4dade2;
}
.layui-layer-content .gm-helper-container .right-container .btn-download.ios .icon {
  background-position: 0 -90px;
}
.layui-layer-content .gm-helper-container .right-container .skip {
  color: red;
}
.layui-layer-content .gm-helper-container .right-container .skip:hover {
  text-decoration: underline;
}
.layui-layer-content .yuyue-container {
  padding: 20px;
}
.layui-layer-content .yuyue-container .title1 {
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  color: #000000;
}
.layui-layer-content .yuyue-container .title2 {
  font-size: 14px;
  color: #999999;
  margin: 15px 2px 5px;
}
.layui-layer-content .yuyue-container .content .yuyue-img {
  width: 520px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -20px;
  margin-top: 10px;
}
.layui-layer-content .yuyue-container .content .tips-list {
  float: right;
  vertical-align: middle;
  width: 50%;
  font-size: 20px;
  padding-left: 10px;
  margin-top: -180px;
  margin-left: 123px;
}
.layui-layer-content .yuyue-container .content .tips-list .tips-item {
  position: relative;
  color: #666666;
  vertical-align: middle;
  margin-bottom: 16px;
  font-size: 14px;
}
.layui-layer-content .yuyue-container .content .tips-list .tips-item:before {
  display: block;
  position: absolute;
  left: -15px;
  top: 10px;
  content: '';
  background: #666666;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.layui-layer-content .yuyue-container .content .tips-list .qr-code {
  margin-top: -13px;
  position: relative;
  width: 170px;
  margin-left: 45px;
  height: auto;
}
.layui-layer-content .yuyue-container .yuyue-footer {
  width: 250px;
  height: 36px;
  margin: 22px auto;
}
.layui-layer-content .yuyue-container .yuyue-footer .qr-code-download {
  color: #0ED31A;
  border: solid 1px #0ED31A;
  margin-right: 20px;
  display: inline-block;
  width: 112px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}
.layui-layer-content .yuyue-container .yuyue-footer .green-download {
  color: #e8f0de;
  border: solid 1px #0ED31A;
  background: -webkit-gradient(linear, left top, left bottom, from(#0ED31A), to(#0ED31A));
  position: absolute;
  width: 112px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}
.aniBlow {
    animation: aniBlow 0.3s ease-out both;
}
.aniHide{
    animation: aniHide 0.3s ease-out both;
}
@keyframes aniBlow {
	0% {
		transform: scale(.1, .1);
	}
	75% {
		transform: scale(1.1, 1.1);
    }
    100% {
		transform: scale(1, 1);
	}
}
@keyframes aniHide {
	0% {
		transform: scale(1, 1);
    }
    25% {
        transform: scale(1.1, 1.1);
    }
	100% {
		transform: scale(.1, .1);
	}
}

.eight-ewm.box1{left:195px;}
.eight-ewm{width: 202px;background:#fff;border: 1px solid #14B9C8;box-shadow:0 0 2px rgba(0,0,0,0.5);text-align:center;padding:15px 0px;text-align:center;border-radius:4px;position:absolute;left: 346px;top: 200px;z-index:9999;display:none;}
.eight-ewm.box3{left:263px;top:86px;padding:5px 0;}
.eight-ewm.box3 img{margin:0 auto;}
.eight-ewm p{font-size:14px;color:#333;line-height:22px;}
.eight-ewm img{width:130px;height:130px;margin:10px auto;float:none;}
.eight-ewm a{ color:#ff0000; font-size:14px; cursor:pointer;} 
.eight-ewm button{display:inline-block;width:100%;background:#ff4b4b;color:#fff;text-align:center;line-height:45px;border-radius:6px;font-size:14px;border:none;cursor:pointer;}
