
@charset "UTF-8";
/*
* 面包屑
*/
.crumbs-box {
  width: 100%;
  height: 58px;
  line-height: 58px;
}

.crumbs-box i {
  font-style: normal;
  margin: 0px 7px;
}

.crumbs-box span, .crumbs-box i {
  font-size: 14px !important;
  color: #999999;
}

.crumbs-box a {
  position: relative;
  margin-right: 24px;
  font-size: 14px !important;
  color: #666 !important;
}

.crumbs-box a:hover {
  color: #28a3ef !important;
}

.crumbs-box a:after {
  position: absolute;
  right: -18px;
  top: -19px;
  height: 0;
  content: '>';
  color: #999999;
  font-style: normal;
  cursor: default;
}

.left-nav {
  float: left;
  width: 210px;
  border-right: 1px solid #f2f3f5;
}

.left-nav > ul {
  width: 100%;
  margin: 12px 0px;
}

.left-nav > ul > li {
  position: relative;
}

.left-nav > ul > li:last-child > a:before {
  content: none !important;
}

.left-nav > ul > li:last-child ul li a:before {
  content: none !important;
}

.left-nav > ul > li > a, .left-nav > ul > li p {
  display: block;
  padding-left: 68px;
  font-size: 14px;
}

.left-nav > ul > li > a {
  height: 60px;
  line-height: 60px;
  color: #35373f;
}

.left-nav > ul > li > a:hover {
  font-weight: bold;
  background: #f7f8fa;
  text-decoration: none;
}

.left-nav > ul > li > a:before {
  content: ' ';
  position: absolute;
  left: 68px;
  bottom: 0;
  width: 112px;
  height: 1px;
  background: #f2f3f5;
}

.left-nav > ul > li > p {
  position: relative;
  height: 44px;
  margin-top: 12px;
  line-height: 44px;
  font-weight: bold;
  color: #35373f;
}

.left-nav > ul > li .icon {
  background: center center transparent no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}

.left-nav .sub-left-nav > li > a {
  display: block;
  height: 42px;
  padding-left: 63px;
  margin: 0 5px;
  line-height: 42px;
  color: #666;
  font-size: 14px;
}

.left-nav .sub-left-nav > li > a:hover {
  font-weight: bold;
  background-color: #f7f8fa;
  text-decoration: none;
}

.left-nav .sub-left-nav > li:last-child > a:before {
  content: ' ';
  position: absolute;
  left: 68px;
  bottom: 0;
  width: 112px;
  height: 1px;
  background: #f2f3f5;
}

.left-nav li.active > a {
  color: #fff;
  font-weight: bold;
  background-color: #7abff3;
}

.left-nav li.active > a:hover {
  color: #fff;
  background-color: #7abff3;
}

.left-nav li.active > a:before {
  content: none !important;
}

body > .main-center .content-box .right-content {
  float: left;
  height: 100%;
  width: 789px;
  border-left: 1px solid #f2f3f5;
  margin-left: -1px;
}

body > .main-center .content-box .right-content .right-content-box {
  padding: 24px 26px 50px 26px;
}

.left-nav .third-level > li .sub-left-nav {
  display: none;
}

.left-nav .third-level > li > a {
  position: relative;
}

.left-nav .third-level > li > a:hover {
  font-weight: normal;
}

.left-nav .third-level > li > a:hover:after {content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -8px;background-repeat: no-repeat;}

.left-nav .third-level > li.current .sub-left-nav {
  display: block;
}

.left-nav .third-level > li.current > a {
  font-weight: bold;
}

.left-nav .third-level > li.current > a:after {content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -8px;background-repeat: no-repeat;}

.left-nav .third-level > li.current > a:before {
  content: none;
}

.left-nav .third-level > li.current > a:hover:after {background-repeat: no-repeat;}

.left-nav .sub-left-nav > li {
  position: relative;
}

.left-nav .sub-left-nav > li.active:hover > a {
  background-color: #7abff3;
}

.left-nav .sub-left-nav > li:hover > a {
  font-weight: bold;
  background-color: #f7f8fa;
}

.left-nav .sub-left-nav > li:hover .last-left-nav {
  display: block;
}

.left-nav .last-left-nav {
  display: none;
  position: absolute;
  z-index: 5;
  left: 210px;
  top: -12px;
  width: 326px;
  padding: 13px 20px;
  border-left: 2px solid #a6d6f4;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(93, 131, 155, 0.41);
}

.left-nav .last-left-nav > li {
  position: relative;
  padding: 10px 0 10px 12px;
  line-height: 20px;
}

.left-nav .last-left-nav > li:after {
  position: absolute;
  top: 18px;
  left: 0;
  content: '';
  width: 3px;
  height: 3px;
  background: #7dc4f0;
}

.left-nav .last-left-nav > li > a {
  color: #666;
}

.left-nav .last-left-nav > li.active > a {
  color: #28a3ef;
  font-weight: normal;
  background: none;
}

.left-nav .last-left-nav > li > a:hover {
  color: #28a3ef;
}

.search-box {
  padding-bottom: 34px;
}

.search-box .hot-words {
  margin: 20px 0 0 15px;
  color: #969ca9;
}

.search-box .hot-words .hotkey {
  display: inline-block;
  margin: 0 8px;
  color: #969ca9;
  cursor: pointer;
}

.search-box .hot-words .hotkey:hover {
  color: #f60;
}

input::-webkit-input-placeholder {
  color: #969ca9;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f3f5 inset;
  -webkit-text-fill-color: #333;
}

.input-wrap {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #f2f3f5;
}

.input-wrap .input-search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #4c4c4c;
  background: none;
  border: none;
  outline: none;
}

.search-btn {position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  
  cursor: pointer;background-repeat: no-repeat;}

.search-btn:hover {background-repeat: no-repeat;}

.block-center-explain .center-prompt {
  padding: 10px 0;
  color: #666;
}

.center-prompt {
  text-align: center;
  font-size: 14px;
  padding: 35px 0;
}

.center-prompt .key {
  color: #f60;
}

.sec-block-title {
  color: #333;
  font-weight: 700;
  line-height: 32px;
  font-size: 14px;
  overflow: hidden;
}

.dot-lists {
  font-size: 12px;
  margin-bottom: 5px;
}

.dot-lists li {
  line-height: 14px;
  list-style: none;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dot-lists li .dot-pre, .dot-lists li .text {
  line-height: 14px;
  vertical-align: middle;
  color: #666;
}

.dot-pre {
  display: inline-block;
  width: 13px;
  height: 14px;
  position: relative;
}

.dot-pre .dot-inner {
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  margin-top: -1.5px;
  background: #F60;
  overflow: hidden;
}

.detail-news-list li {
  list-style: none;
  border-bottom: 1px dotted #e0e0e0;
  padding: 10px 0;
}

.detail-news-list li em {
  font-style: normal;
}

.detail-news-list li .title {
  color: #28a3ef;
  font-size: 14px;
  text-decoration: underline;
  line-height: 24px;
}

.detail-news-list li .title:hover {
  color: #ff541e;
}

.detail-news-list li .title em {
  color: #ff541e;
  text-decoration: underline;
}

.detail-news-list li .content {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.flip-page {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

.flip-page .page-item, .flip-page .sep-dot {
  display: inline-block;
  margin-right: 10px;
}

.flip-page .page-item {
  width: 20px;
  height: 24px;
  line-height: 24px;
  background: #fafafa;
  border: 1px solid #eee;
  color: #666;
}

.flip-page .widget {
  width: 60px;
}

.flip-page a.page-item:hover {
  background: #5ba5ff;
  border-color: #308dff;
  background: #5ba5ff;
  color: #FFF;
  text-decoration: none;
}

.flip-page .current {
  background: #5ba5ff;
  border-color: #308dff;
  background: #5ba5ff;
  color: #FFF !important;
}

.feedback-wrap .title {
  padding-bottom: 25px;
  color: #666;
  font-weight: bold;
}

.feedback-box {
  display: none;
  padding-top: 50px;
}

.feedback-choice .choice-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 315px;
  height: 90px;
  margin-right: 26px;
  border: 1px solid #f2f3f5;
  color: #adadad;
  cursor: pointer;
  background-color: #f7f7f7;
}

.feedback-choice .choice-wrap:hover .choice-box, .feedback-choice .choice-wrap.active .choice-box {
  position: absolute;
  top: -1px;
  left: -1px;
}

.feedback-choice .choice-wrap:hover {
  background-color: #f3f9fe;
  color: #7abff3;
  border: 2px solid #b3def8;
}

.feedback-choice .choice-wrap.active {
  background-color: #f3f9fe;
  color: #28a3ef;
  border: 2px solid #80caf7;
}

.feedback-choice .choice-wrap .choice-box {
  position: absolute;
  top: 0;
  left: 0;
}

.feedback-choice .choice-wrap .choice-box:before {
  content: '';
  position: absolute;
  left: 90px;
  top: 20px;
  width: 40px;
  height: 50px;
}

.feedback-choice .choice-wrap .strong {
  padding: 24px 0 4px 150px;
  font-weight: bold;
  font-size: 16px;
}

.feedback-choice .choice-wrap p {
  padding-left: 150px;
}

.feedback-yes .choice-box:before {background-repeat: no-repeat;}

.feedback-yes:hover .choice-box:before {background-repeat: no-repeat;}

.feedback-yes.active .choice-box:before {background-repeat: no-repeat;}

.feedback-no .choice-box:before {background-repeat: no-repeat;}

.feedback-no:hover .choice-box:before {background-repeat: no-repeat;}

.feedback-no.active .choice-box:before {background-repeat: no-repeat;}

.feedback-detail {
  display: none;
}

.feedback-detail .txt {
  color: #999;
  padding: 17px 5px;
}

.feedback-detail .label {
  height: 20px;
  line-height: 20px;
  padding: 20px 0;
  width: 662px;
  border-bottom: 1px solid #f2f3f5;
  color: #666666;
}

.feedback-detail .label:last-child {
  border-bottom: none;
}

.feedback-detail .label label {
  cursor: pointer;
}

.feedback-detail .label label:before {content: '';
  position: relative;
  left: -6px;
  margin-right: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;background-repeat: no-repeat;}

.feedback-detail .label label.checked:before {background-repeat: no-repeat;}

.feedback-detail .label input {
  width: 0;
  height: 0;
  opacity: 0;
}

.feedback-detail .textarea {
  width: 630px;
  height: 110px;
  padding: 15px 20px;
  margin-top: 5px;
  border: 1px solid #e8e9eb;
  font-size: 14px;
}

.feedback-btn {
  display: none;
  width: 92px;
  height: 34px;
  line-height: 34px;
  margin-top: 26px;
  text-align: center;
  color: #999;
  border: 1px solid #e8e9eb;
  border-radius: 3px;
  cursor: pointer;
}

.feedback-btn:hover {
  color: #28a3ef;
  border: 1px solid #28a3ef;
}

.feedback-respond {
  color: #28a3ef;
}

.feedback-respond .respond-detail {
  display: none;
  border: 1px dashed #79bef3;
  padding: 36px 115px 40px;
  background-position: 25px 30px;
  background-repeat: no-repeat;
}

.feedback-respond .headline {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.feedback-respond .tips {
  color: rgba(40, 163, 239, 0.7);
}

.feedback-respond .respond-yes {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/aliplay/web/doc/main/images/yes.png);
}

.feedback-respond .respond-no {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/aliplay/web/doc/main/images/no.png);
}

.feedback-help {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 17px 20px;
  margin-top: 43px;
  margin-bottom: 20px;
  color: #666;
  background-color: #f7f7f7;
}

.feedback-help a {
  color: #28a3ef;
}

.feedback-help a:hover {
  color: #f60;
}

.feedback-help a:hover .help-user {background-repeat: no-repeat;}

.feedback-help .help-user {display: inline-block;
  margin-left: 10px;
  width: 30px;
  height: 20px;
  vertical-align: bottom;background-repeat: no-repeat;}

.friend-wrap {
  width: 1000px;
  margin: 10px auto 100px auto;
  border: 1px solid #d7d7d7;
  background: #FFF;
  *zoom: 1;
}

.friend-wrap:before, .friend-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.friend-wrap:after {
  clear: both;
}

.friend-wrap .friend-item {
  float: left;
  width: 195px;
  border-right: 1px solid #e4e4e4;
}

.friend-wrap .friend-item .title, .friend-wrap .friend-item .friend-inner {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #e4e4e4;
  text-indent: 10px;
}

.friend-wrap .friend-item .title {
  background: #f8f8f8;
  font-size: 14px;
  text-align: center;
  color: #333;
}

.friend-wrap .friend-item .friend-inner {
  border-bottom-style: dotted;
  height: 31px;
  line-height: 23px;
  padding-top: 8px;
  overflow: hidden;
}

.friend-wrap .friend-item .friend-inner .qq-icon, .friend-wrap .friend-item .friend-inner .qq-icon-out, .friend-wrap .friend-item .friend-inner .text {
  vertical-align: middle;
}

.friend-wrap .friend-item .friend-inner .qq-icon, .friend-wrap .friend-item .friend-inner .qq-icon-out {
  margin-right: 5px;
}

.friend-wrap .last-item {
  border-right: 0;
  width: 194px;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.right-content-content {
  padding: 34px;
}

.issue-wrap {
  margin-bottom: 20px;
}

.issue-list {
  width: 50%;
}

.issue-list .title {
  height: 20px;
  margin-left: 6px;
  padding-left: 16px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
  border-left: 6px solid #28a3ef;
}

.issue-list dl {
  padding-left: 12px;
  color: #666;
}

.issue-list dt {
  font-weight: bold;
  padding: 20px 0 10px;
}

.issue-list dd {
  position: relative;
  padding: 10px 0 10px 22px;
  line-height: 20px;
}

.issue-list dd:before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: '';
  width: 3px;
  height: 3px;
  margin-top: -1px;
  background: #7dc4f0;
}

.issue-list dd a {
  color: #28a3ef;
}

.issue-list dd a:hover {
  color: #f60;
}

.detail-news-list .content .key {
  color: #ff541e;
}

.block-article a, .block-article .blue {
  color: #28a3ef;
}

.block-article a:hover, .block-article .blue:hover {
  color: #f60;
}
.left-nav .third-level > li > a:hover:after{background-position:0px 0px }.left-nav .third-level > li.current > a:after{background-position:0px -30px }.left-nav .third-level > li.current > a:hover:after{background-position:0px -30px }.left-nav .third-level > li > a:hover:after,.left-nav .third-level > li.current > a:after,.left-nav .third-level > li.current > a:hover:after{background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/aliplay/web/doc/main/images/doc_nav_z.png)}.search-btn{background-position:-10px 0px }.search-btn:hover{background-position:-10px -40px }.feedback-yes .choice-box:before{background-position:0px -80px }.feedback-yes:hover .choice-box:before{background-position:0px -140px }.feedback-yes.active .choice-box:before{background-position:0px -200px }.feedback-no .choice-box:before{background-position:0px -260px }.feedback-no:hover .choice-box:before{background-position:0px -320px }.feedback-no.active .choice-box:before{background-position:0px -380px }.feedback-detail .label label:before{background-position:-20px -440px }.feedback-detail .label label.checked:before{background-position:-20px -470px }.feedback-help a:hover .help-user{background-position:-10px -500px }.feedback-help .help-user{background-position:-10px -530px }.search-btn,.search-btn:hover,.feedback-yes .choice-box:before,.feedback-yes:hover .choice-box:before,.feedback-yes.active .choice-box:before,.feedback-no .choice-box:before,.feedback-no:hover .choice-box:before,.feedback-no.active .choice-box:before,.feedback-detail .label label:before,.feedback-detail .label label.checked:before,.feedback-help a:hover .help-user,.feedback-help .help-user{background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/aliplay/web/doc/main/images/doc_sprite_z.png)}