/*清除元素默认的内外边距  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*让所有斜体 不倾斜*/
em,
i {
  font-style: normal;
}
/*去掉列表前面的小点*/
li {
  list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
  border: 0;
  /*ie6*/
  vertical-align: middle;
  max-width: 100%;
}
/*让button 按钮 变成小手*/
button {
  cursor: pointer;
}
/*取消链接的下划线*/
a {
  text-decoration: none;
  color: #000;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
input {
  font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}
body {
  background-color: #fff;
  font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}
.hide,
.none {
  display: none;
}
/*清除浮动*/
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}
.clearfix {
  *zoom: 1;
}
input {
  background-color: #fff;
  outline: none;
  border: 1px solid #ccc;
}
/* 去掉input type=number 上下按钮 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select:focus {
  outline: none;
}
.bold {
  font-weight: bold;
}
body {
  background-color: #f2f2f2;
  display: none;
}
.body1,
.body2 {
  background: url(../imgs/bg1.png) no-repeat fixed;
  background-size: cover;
}
#login_area {
  width: 280px;
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
#login_area .login_title {
  text-align: center;
  font-size: 30px;
  color: #6ea6f8;
  margin-bottom: 40px;
}
#login_area input {
  background-color: transparent;
}
#login_area .phone,
#login_area .code {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  font-size: 16px;
}
#login_area .phone .phonenum_before {
  width: 50px;
  border-right: 1px solid #f1f1f1;
}
#login_area .phone #phone_num {
  flex: 1;
  border: none;
  padding: 0 16px;
  font-size: 16px;
}
#login_area .code #code {
  border: none;
  font-size: 16px;
  flex: 1;
}
#login_area .code .getCodeBtn {
  font-size: 16px;
  border: none;
  width: 100px;
  color: #3881f4;
  margin-left: 12px;
}
#login_area .code .getCodeBtn:disabled {
  color: #bbb;
}
#login_area .picture_code {
  padding: 14px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  font-size: 16px;
}
#login_area .picture_code .picture_code_ipt {
  font-size: 16px;
  border: none;
  margin-right: 6px;
  height: 36px;
  flex: 1;
}
#login_area .picture_code .code_pic {
  width: 100px;
  height: 36px;
}
#login_area .login_btn {
  background-image: linear-gradient(to bottom right, #8ec4fd, #6294fa);
  width: 100%;
  height: 46px;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 100px;
  margin-top: 48px;
}
#login_area .login_btn:active {
  opacity: 0.9;
}
#login_area .tips {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #afccfd;
  font-size: 12px;
  transform: scale(0.8);
  transform-origin: center 0;
}
#bindrole_area {
  position: fixed;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
}
#bindrole_area .skip {
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 14px;
  color: #b8b9ba;
}
#bindrole_area .bindrole_title {
  font-size: 30px;
  color: #6ea6f8;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
}
#bindrole_area .label {
  padding: 12px 0;
  border-bottom: 1px solid #f1f1f1;
}
#bindrole_area .label #role_name {
  height: 36px;
  width: 100%;
  border: none;
  font-size: 16px;
  background-color: transparent;
}
#bindrole_area .label #role_name::placeholder {
  color: #c4c4c4;
}
#bindrole_area .bindrole_btn {
  background-image: linear-gradient(to bottom right, #8ec4fd, #6294fa);
  width: 100%;
  height: 46px;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 100px;
  margin-top: 40px;
}
#bindrole_area .bindrole_btn:active {
  opacity: 0.9;
}
#bindrole_area .btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bindrole_area .btns input[type="button"] {
  width: 130px;
  height: 40px;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
}
#bindrole_area .btns .bindrole_btn {
  margin-top: 0;
}
#bindrole_area .btns .cancle {
  background-color: #b9b9b9;
}
#bindrole_area .tips {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 12px;
  color: #afccfd;
  font-size: 12px;
  transform: scale(0.8);
  transform-origin: center 0;
}
#index {
  position: fixed;
  top: 0;
  left: 50%;
  width: 375px;
  height: 100%;
  overflow-y: auto;
  transform: translateX(-50%);
  transform-origin: center 0;
  z-index: 1;
}
#index::-webkit-scrollbar {
  width: 6px;
}
#index::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
#index::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
#index .header {
  width: 100%;
  background-color: #fff;
  height: 45px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  position: relative;
}
#index .header .user_icon {
  width: 22px;
  height: 22px;
}
#index .header span {
  color: #666;
  font-size: 14px;
  margin-left: 8px;
}
#index .header span.user_name {
  color: #5d8ff9;
}
#index .header .back_forum {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  border: none;
  background-color: #cca874;
  color: #fff;
  padding: 3px 12px;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
}
#index .header .back_forum:active {
  opacity: 0.9;
}
#index .header .icon-xinfeng {
  font-size: 26px;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#index .header .icon-xinfeng::before {
  color: #2d70ff;
}
#index .header .icon-xinfeng.dot::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: red;
}
#index .banner {
  width: 100%;
  margin-bottom: 13px;
}
#index .banner img {
  width: 100%;
}
#index .box {
  width: 352px;
  margin: 0 auto;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 13px;
  border-radius: 6px;
}
#index .box .box_title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  padding-left: 8px;
  position: relative;
}
#index .box .box_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 8px);
  width: 2px;
  background-color: #5287f9;
}
#index .box .notice_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #8c8c8c;
  margin-bottom: 8px;
}
#index .box .notice_list a .stick {
  display: none;
  color: #ff0000;
  font-weight: 700;
}
#index .box .notice_list a.top .stick {
  display: inline-block;
}
#index .box .notice_list a .words {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
#index .box .notice_list a:hover .words,
#index .box .notice_list a:hover .right {
  color: #5d8ff9;
}
#index .box .notice_list a .right {
  width: 16px;
  font-size: 18px;
}
#index .box .questions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#index .box .questions .question {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#index .box .questions .question .question_icon {
  width: 60%;
}
#index .box .questions .question .question_words {
  color: #333;
  font-size: 12px;
}
#index .box .questions .question:hover .question_words {
  color: #5d8ff9;
}
#index .question_box {
  margin-bottom: 13px;
}
#index .faq_box {
  margin-bottom: 100px;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 375px;
  transform: translateX(-50%);
  transform-origin: center bottom;
  background-color: #fff;
  height: 52px;
  z-index: 100;
  border-top: 2px solid rgba(230, 230, 230, 0.8);
}
.footer .to-question_recode,
.footer .to-user_center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .to-question_recode img,
.footer .to-user_center img {
  width: 26px;
}
.footer .to-link {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .to-link img {
  width: 100%;
  height: 100%;
}
.footer .to-question_recode {
  left: 15%;
}
.footer .to-user_center {
  right: 15%;
}
.header2 {
  color: #fff;
  background-color: #5287f9;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 50%;
  width: 375px;
  transform: translateX(-50%);
  transform-origin: center 0;
  font-size: 17px;
  z-index: 100;
}
.header2 .icon-fanhui {
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
}
.contain {
  width: 375px;
  max-width: 525px;
  padding-top: 40px;
  padding-bottom: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center 0;
}
.contain .box2,
.contain .box3,
.contain .box4,
.contain .box5 {
  width: 96%;
  margin: 0 auto;
  margin-top: 20px;
  word-break: break-all;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: -2px 4px 0 rgba(228, 235, 246, 0.8), 2px 4px 0 rgba(228, 235, 246, 0.8);
}
.contain .box3 {
  line-height: 30px;
  padding-bottom: 40px;
}
.contain .box3 .title {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
.contain .box3 .time {
  text-align: center;
  font-size: 12px;
  color: #aaa;
}
.contain .box3 .content {
  word-break: break-all;
}
.contain .box3 .content img {
  max-width: 100%;
}
.contain .box5 {
  padding: 12px 20px;
  line-height: unset;
}
.contain .box5 .read {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px;
}
.contain .box5 .read .read_btn {
  border: none;
  background-color: #fcac34;
  color: #fff;
  width: 64px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  -webkit-tap-highlight-color: transparent;
}
.contain .box5 .read .read_btn:active {
  transform: scale(0.98);
}
.contain .box5 .news_list .news_item {
  display: block;
  position: relative;
  padding: 12px 0;
}
.contain .box5 .news_list .news_item.dot::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: red;
}
.contain .box5 .news_list .news_item .title {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  padding-right: 22px;
}
.contain .box5 .news_list .news_item .time {
  font-size: 12px;
  color: #888;
}
.contain .box5 .news_list .news_item .icon-qianwang {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.contain .box5 .news_list .news_item:hover .title,
.contain .box5 .news_list .news_item:hover .icon-qianwang {
  color: #5287f9;
}
.contain .pagenation {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contain .nonews {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
}
.contain .nonews img {
  width: 120px;
  height: 100px;
  display: block;
  margin-bottom: 8px;
}
.contain .nonews span {
  font-size: 12px;
}
.contain .account_now {
  width: 100%;
  background-color: #fff;
  height: 45px;
  padding: 0 14px;
  display: flex;
  align-items: center;
}
.contain .account_now .user_icon {
  width: 22px;
  height: 22px;
}
.contain .account_now span {
  color: #666;
  font-size: 14px;
  margin-left: 8px;
}
.contain .tit {
  margin: 12px;
  font-size: 18px;
  color: #5287f9;
}
.contain .tit::before {
  content: "|";
  color: #5287f9;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-1px);
}
.contain .bind_roles .role_item {
  border: 2px solid transparent;
  position: relative;
}
.contain .bind_roles .role_item .info {
  color: #666;
  margin-bottom: 12px;
  display: block;
}
.contain .bind_roles .role_item .info span {
  color: #000;
}
.contain .bind_roles .role_item .icon-shanchu {
  position: absolute;
  right: 14px;
  bottom: 8px;
  cursor: pointer;
  color: #aaa;
  -webkit-tap-highlight-color: transparent;
}
.contain .bind_roles .role_item .icon-shanchu:hover {
  color: #000;
}
.contain .bind_roles .role_item.active {
  border: 2px solid #3881f4;
}
.contain .bind_newrole-btn {
  display: block;
  text-align: center;
  color: #aaa;
}
.contain .bind_newrole-btn .icon-tianjia {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
  transform: translateY(1px);
}
.contain .bind_newrole-btn:hover {
  color: #5287f9;
}
.contain .bind_newrole-btn:hover .icon-tianjia {
  color: #5287f9;
}
.contain .logout_btn {
  display: block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  margin: 40px auto 50px;
  text-align: center;
  background-image: linear-gradient(to bottom right, #c5c5c5, #aeaeae);
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
}
.contain .logout_btn:active {
  opacity: 0.9;
}
.contain.contain2 .box2 {
  padding-bottom: 6px;
}
.contain .btns {
  margin: 40px auto 50px;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contain .btns a {
  margin: 0;
  width: 48%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
}
.contain .btns .cancle_btn {
  background-image: linear-gradient(to bottom right, #c5c5c5, #b8b8b8);
}
.contain .btns .confirm_btn {
  background-image: linear-gradient(to bottom right, #8ec4fd, #78acfa);
}
.contain .unbind_bg {
  display: block;
  width: 140px;
  margin: 0 auto;
}
.contain .tips {
  color: #aaa;
  font-size: 13px;
  text-align: center;
}
.contain .label {
  width: 80%;
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.contain .label .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 12px;
  font-size: 15px;
}
.contain .label .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 8px;
}
.contain .screen {
  background-color: #fff;
  padding: 20px 12px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.contain .screen .select-status {
  display: flex;
  align-items: center;
  color: #aaa;
}
.contain .screen .select-status .status-select {
  width: 56px;
}
.contain .screen .select-status .status-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
}
.contain .screen .select-status .status-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
  transform: scale(0.7);
}
.contain .screen .select-status .status-select .choose_game {
  display: none;
}
.contain .search {
  display: flex;
  align-items: center;
}
.contain .search .question_num_ipt {
  width: 130px;
  height: 32px;
  padding: 0 6px;
  border-right: none;
}
.contain .search .icon-sousuo {
  width: 40px;
  height: 32px;
  background-color: #5287f9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.contain .box4 {
  padding: 0;
}
.contain .qs_list .qs_item .qs_num_status {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  background-color: #e5edfe;
  font-size: 15px;
}
.contain .qs_list .qs_item .qs_num_status .qs_num {
  color: #666;
}
.contain .qs_list .qs_item .qs_num_status .qs_num span {
  color: #000;
}
.contain .qs_list .qs_item .qs_num_status .qs_status {
  color: #000;
}
.contain .qs_list .qs_item.complete .qs_status span {
  color: red;
}
.contain .qs_list .qs_item.uncomplete .qs_status span {
  color: #015d1d;
}
.contain .times {
  width: 330px;
  margin: 0 auto;
  border-bottom: 1px solid #aeaeae;
  padding: 6px 0;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}
.contain .times .bcxx {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #5287f9;
  color: #fff;
  font-size: 12px;
  border: none;
  outline: none;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.contain .times .evaluate_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.contain .times .evaluated {
  color: #8a78fe;
}
.contain .times .evaluate {
  color: #fff;
  background-color: #8a78fe;
  padding: 2px 12px;
  border-radius: 6px;
  cursor: pointer;
}
.contain .qs_info {
  width: 330px;
  margin: 0 auto;
  padding: 6px 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.contain .qs_info .info_title {
  color: #000;
  margin-bottom: 8px;
}
.contain .qs_info .info_title span {
  color: #666;
}
.contain .qs_info .qs_content {
  color: #bbb;
  font-size: 14px;
}
.contain .hfxq {
  color: #5d8ff9;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  transform: scale(0.8);
  transform-origin: 0 center;
  margin-left: 6px;
  cursor: pointer;
}
.contain .recharge_questions {
  background-color: #fff;
  margin-top: 12px;
}
.contain .recharge_questions .rq_item .rq_item_qustion {
  margin: 0 20px;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contain .recharge_questions .rq_item .rq_item_qustion .right {
  display: block;
}
.contain .recharge_questions .rq_item .rq_item_qustion .down {
  display: none;
  transform: rotate(90deg);
}
.contain .recharge_questions .rq_item .rq_item_answer {
  padding: 6px 20px;
  background-color: #f2f2f2;
  font-size: 14px;
  line-height: 28px;
  color: #a6a7a6;
  display: none;
  border-bottom: 5px solid #fff;
}
.body3 .select2-results__option {
  padding: 3px 4px !important;
}
.pop_content.choose_game_pop {
  position: fixed;
  top: 100vh;
  left: 50%;
  width: 100%;
  max-width: 525px;
  transform: translateX(-50%);
  height: 100%;
  background-color: #f7f7f7;
  z-index: 51;
  padding: 37.5px 0 25.0001px;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.pop_content.choose_game_pop .down_pop_content {
  width: 11.25px;
  height: 11.25px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: absolute;
  right: 14px;
  top: 7.5px;
  cursor: pointer;
  transform: rotate(45deg);
}
.pop_content.choose_game_pop .poc_search {
  padding: 0 15px;
  margin-bottom: 12px;
}
.pop_content.choose_game_pop .search_area {
  height: 27px;
  border: 1px solid #dcdee2;
  border-radius: 375px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-right: 3.75px;
}
.pop_content.choose_game_pop .search_area .left_icon {
  height: 16.0001px;
  line-height: 16.0001px;
  color: #aaa;
  width: 30px;
  font-size: 13.9999px;
  padding-left: 11.25px;
  border-right: 1px solid #afafaf;
}
.pop_content.choose_game_pop .search_area input {
  flex: 1;
  height: 16px;
  border: none;
  padding: 0 6px;
  font-size: 14px;
  outline: none;
}
.pop_content.choose_game_pop .search_area input::placeholder {
  color: #aaa;
}
.pop_content.choose_game_pop .search_area .right_icon {
  width: 30px;
  height: 18px;
  color: #fff;
  background-color: #5f85f2;
  border-radius: 375px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.pop_content.choose_game_pop .search_area .right_icon:active {
  opacity: 0.9;
}
.pop_content.choose_game_pop .qf_no_result {
  display: none;
}
.game_area {
  flex: 1;
  overflow-y: auto;
  padding: 0 15px;
  padding-top: 13.5px;
}
.game_box {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 16px 8px 12px 8px;
  text-align: center;
}
.game_box .line_title {
  text-align: start;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding-left: 7.5px;
  margin-bottom: 15px;
  position: relative;
}
.game_box .line_title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 2.25px;
  height: 15px;
  background-color: #5f85f2;
}
.game_box .gamelist {
  position: relative;
}
.game_box .gamelist .game_item {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  cursor: pointer;
}
.game_box .gamelist .game_item:nth-last-child(1) {
  margin-bottom: 15px;
}
.game_box .gamelist .game_item .game_icon {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  margin-right: 20px;
}
.game_box .gamelist .game_item .game_name {
  font-size: 14px;
}
.game_box .gamelist .game_item:hover {
  color: #5f85f2;
}
.game_box .gamelist h2 {
  position: absolute;
  right: 0;
  width: 18px;
  text-align: center;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}
.game_box.game_box3 {
  display: none;
  font-size: 15px;
}
.au_form .au_item {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  padding: 0 16px;
}
.au_form .au_item:nth-child(1) {
  margin-top: 30px;
}
.au_form .au_item .select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
}
.au_form .au_item .select2-selection__rendered {
  background-color: #fff;
  font-size: 14px;
}
.au_form .au_item .select2-selection__rendered .select2-selection__placeholder {
  font-size: 14px;
}
.au_form .au_item .label {
  flex: 1;
  border: none;
  margin: 0;
}
.au_form .au_item .name {
  font-size: 15px;
  width: 76px;
  text-align: end;
  padding-right: 12px;
  white-space: nowrap;
}
.au_form .au_item #phone_num,
.au_form .au_item #code {
  flex: 1;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #ddd;
}
.au_form .au_item #phone_num::placeholder,
.au_form .au_item #code::placeholder {
  color: #c4c4c4;
}
.au_form .au_item .left {
  display: flex;
  align-items: center;
}
.au_form .au_item .getCodeBtn {
  font-size: 13px;
  border: none;
  width: 90px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #5287f9;
  margin-left: 12px;
}
.au_form .au_item .getCodeBtn:disabled {
  color: #999;
  background-color: #ddd;
}
.au_form .submit {
  padding: 0 16px;
  margin-top: 80px;
}
.au_form .submit input {
  border: none;
  background-color: #5287f9;
  color: #fff;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
}
.faq_tab {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  position: absolute;
  top: 0;
}
.faq_tab::-webkit-scrollbar {
  display: none;
}
.faq_tab .swiper-slide {
  width: auto;
  height: 40px;
  color: #333;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  padding: 0 12px;
  border: 3px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.faq_tab .swiper-slide.active {
  border-bottom: 3px solid #5287f9;
}
.faq_cont .more {
  display: table;
  margin: 0 auto;
  padding: 12px 0;
  color: #5287f9;
  font-size: 13px;
}
.faq .faq_item {
  padding: 12px;
  padding-right: 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  border-bottom: 1px solid #dcdee2;
}
.faq .faq_item .q,
.faq .faq_item .a {
  font-size: 12px;
  vertical-align: bottom;
}
.faq .faq_item .q .suffix,
.faq .faq_item .a .suffix {
  margin-right: 6px;
  font-size: 12px;
  float: left;
  transform: scale(1.2);
  font-weight: 700;
}
.faq .faq_item .q img,
.faq .faq_item .a img {
  max-width: 100%;
}
.faq .faq_item .q {
  margin-bottom: 6px;
}
.faq .faq_item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 3px;
  height: 70%;
  background-color: #ccc;
}
.faq .faq_item .left {
  flex: 1;
  padding-right: 12px;
}
.faq .faq_item .left p {
  word-break: break-all;
}
.faq .faq_item .left p i {
  font-size: 16px;
  margin-right: 3px;
}
.faq .faq_item .left p:nth-child(1) {
  margin-bottom: 6px;
}
.faq .faq_item .right {
  width: 70px;
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
}
.faq .faq_item .right .zan,
.faq .faq_item .right .cai {
  width: 24px;
  height: 24px;
  background: url(../imgs/zan.svg) no-repeat 0 0 / 100% 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.faq .faq_item .right .zan.unzan,
.faq .faq_item .right .cai.unzan,
.faq .faq_item .right .zan.uncai,
.faq .faq_item .right .cai.uncai {
  background: url(../imgs/unzan.svg) no-repeat 0 0 / 100% 100%;
}
.faq .faq_item .right .cai {
  transform: translateY(5px) rotate(180deg);
}
.faq_index h2 {
  font-weight: normal;
  padding: 12px 16px;
  height: 50px;
}
.faq_index .fb_cont {
  background-color: #fff;
  min-height: calc(100vh - 140px);
  padding: 20px 12px;
}
.faq_index .fb_cont .search {
  display: flex;
  margin-bottom: 6px;
}
.faq_index .fb_cont .search .question_num_ipt {
  flex: 1;
}
.faq_index .fb_cont .search .icon-sousuo {
  width: 100px;
}
.faq_index .fb_cont .no_result {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.faq_index .fb_cont .p {
  text-align: center;
  font-size: 16px;
  color: #333;
}
.faq_index .fb_cont a {
  display: table;
  margin: 0 auto;
  font-size: 15px;
  color: #3881f4;
  cursor: pointer;
}
.new_problem {
  background-color: #fff;
  padding: 12px;
}
.new_problem h2 {
  font-weight: normal;
  padding: 12px 0;
  font-size: 16px;
}
.new_problem textarea {
  outline: none;
  resize: none;
  width: 100%;
  border: none;
  background-color: #e9e9e9;
  border-radius: 12px;
  height: 160px;
  padding: 12px;
  font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
  font-size: 15px;
}
.new_problem .buttons {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.new_problem .buttons a {
  width: 45%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 100px;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.new_problem .buttons a:active {
  opacity: 0.9;
}
.new_problem .buttons a.cancel {
  background-color: #b9b9b9;
}
.new_problem .buttons a.submit {
  background-color: #7bacfb;
}
.popup .popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.popup .popup_content {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  max-width: 400px;
  background-color: #fff;
  padding: 12px 16px;
  z-index: 1001;
  border-radius: 6px;
  font-size: 15px;
}
.popup .popup_content .btn {
  display: block;
  width: 100%;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background-color: #6294fa;
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
}
.popup .popup_content .btn:active {
  opacity: 0.9;
  cursor: pointer;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.q_pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 525px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding: 6px 12px 20px;
}
.q_pop .q_head {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.q_pop .q_area {
  max-height: 55vh;
  overflow-y: auto;
}
.q_pop .q_cont {
  display: flex;
  margin-bottom: 12px;
}
.q_pop .q_cont .q_left {
  width: 80px;
  font-size: 14px;
}
.q_pop .q_cont .q_right {
  flex: 1;
}
.q_pop .q_cont .q_right textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #666;
  outline: none;
  border-radius: 3px;
  padding: 5px 12px;
  font: 14px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}
.q_pop .q_btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.q_pop .q_btns button {
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 3px;
  border: none;
  outline: none;
}
.q_pop .q_btns .q_confirm {
  margin-left: 20px;
  background-color: #5287f9;
  color: #fff;
}
.screen2 {
  background-color: #fff;
  padding: 12px;
  font-size: 13px;
}
.screen2 .qs_num_status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.screen2 .qs_status.complete span {
  color: red;
}
.screen2 .qs_status.uncomplete span {
  color: #015d1d;
}
.qd_box {
  padding: 6px 12px !important;
  font-size: 14px !important;
}
.qd_box .time {
  text-align: center;
  color: #999;
  font-size: 12px;
}
.qd_box .qd {
  word-break: break-all;
  display: flex;
  margin-bottom: 6px;
}
.qd_box .qd .lb {
  width: 90px;
  text-align: end;
  color: #000;
  white-space: nowrap;
}
.qd_box .qd .rb {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.qd_box .qd .rb img {
  width: 75px;
  height: auto;
  margin-right: 8px;
  margin-bottom: 8px;
}
.qd_box .qd .rb video {
  width: 100%;
  margin-bottom: 12px;
}
.stars {
  padding: 12px !important;
}
.stars p {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 16px;
}
.stars ul {
  display: flex;
  justify-content: center;
}
.stars ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.stars ul li i {
  width: 24px;
  height: 24px;
  background-image: url(../imgs/star.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.stars ul li span {
  font-size: 12px;
}
.stars ul li.active i {
  background-image: url(../imgs/star-active.png);
}
.fwpj {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 525px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding: 30px 15px 20px !important;
}
.fwpj .close_btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.fwpj .close_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
}
.fwpj .close_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
}
.fwpj .fwpj_ul {
  margin-bottom: 20px;
}
.fwpj textarea {
  outline: none;
  resize: none;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 6px;
  height: 100px;
  padding: 6px 12px;
  font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
  font-size: 15px;
}
.fwpj .fwpj_submit {
  display: block;
  border: none;
  outline: none;
  background-color: #5287f9;
  color: #fff;
  padding: 4px 30px 6px;
  font-size: 16px;
  border-radius: 4px;
  margin: 20px auto 0;
}
.fwpj .pj_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.fwpj .pj_ul.noaround {
  justify-content: center;
}
.fwpj .pj_ul li {
  font-size: 12px;
  width: auto;
  padding: 3px 12px 6px;
  border: 1px solid #ccc;
  margin: 0 2px 12px;
  border-radius: 3px;
}
.fwpj .pj_ul li:nth-child(1) {
  margin-left: 0;
}
.fwpj .pj_ul li:nth-last-child(1) {
  margin-right: 0;
}
.fwpj .pj_ul li.active {
  background-color: #5287f9;
  border-color: #5287f9;
  color: #fff;
}
/* 轻提示样式 */
#toast {
  visibility: hidden;
  padding: 12px 20px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  z-index: 10000;
  left: 50%;
  top: 50%;
  /* 将提示框定位到页面中间 */
  transform: translate(-50%, -50%);
  /* 通过 transform 微调居中 */
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}
#toast.show {
  visibility: visible;
  opacity: 1;
}
.footer .footer_logo {
  display: none;
}
@media screen and (min-width: 1380px) {
  .footer {
    position: fixed;
    top: 0;
    left: 18%;
    bottom: unset;
    transform: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    width: 180px;
    background-color: transparent;
    padding-top: 120px;
  }
  .footer a {
    width: 100% !important;
    height: unset !important;
    position: unset !important;
    flex-direction: row !important;
    background-color: transparent;
    transform: unset !important;
    margin-bottom: 40px;
    font-size: 22px;
  }
  .footer a img {
    width: 60px !important;
  }
  .footer a:hover {
    color: #5d8ff9;
  }
  .footer a.footer_logo {
    position: absolute !important;
    top: 24px;
    left: -40px;
    width: 268px !important;
    height: 80px !important;
    display: block;
    background: url(../imgs/kf_icon.png) 0 0 / 100% 100% no-repeat;
  }
  .footer .to-link {
    padding-left: 8px;
  }
  .footer .to-link::after {
    content: '联系客服';
    position: absolute;
    margin-top: 11px;
    margin-left: 8px;
  }
}
