.signWrap {
  width: 100%;
}
.headerWrap {
  display: block;
}
#HAhead_nav {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #3e3e4a;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

#HAhead_nav .nav_wrapper {
  height: 100%;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  *zoom: 1;
}

#HAhead_nav .nav_wrapper .nav_left {
  float: left;
  height: 100%;
}

#HAhead_nav .nav_wrapper .nav_right {
  float: right;
}

#HAhead_nav .nav_wrapper li {
  float: left;
  list-style: none;
  position: relative;
  color: #e6e6e6;
}

#HAhead_nav .nav_wrapper li#HA_time {
  margin-right: 0;
  cursor: default;
}

#HAhead_nav .nav_wrapper li#HA_time a {
  cursor: default;
}

#HAhead_nav .nav_wrapper li a {
  font-size: 14px;
  color: #e6e6e6;
  text-decoration: none;
  display: block;
  width: 100%;
}

#HAhead_nav .nav_wrapper ul#login_box li a:hover,
#HAhead_nav .nav_wrapper .nav_right li > a:hover {
  color: #ffb346;
}

#HAhead_nav .nav_wrapper li a.no_login {
  color: #ffb346;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin {
  margin-left: 20px;
  margin-top: 8px;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ {
  margin: 8px 20px 0 0;
  width: 30px;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin,
#HAhead_nav .nav_wrapper .nav_left li.HA_weixin a {
  cursor: default;
  display: block;
}
.headIcon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  display: block;
}
.weixinIcon {
  background-image: url(../../../tzjh/images/header/icon_wx_nor.png);
  background-blend-mode: lighten;
  border-radius: 50%;
}
.weixinIcon:hover {
  background-image: url(../../../tzjh/images/header/icon_wx_sel.png);
}
.KFIcon {
  background-blend-mode: lighten;
  border-radius: 50%;
  background-image: url(../../../tzjh/images/header/icon_kf_nor.png);
}
.KFIcon:hover {
  background-image: url(../../../tzjh/images/header/icon_kf_sel.png);
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin:hover #weixin_hover_content {
  display: block;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin #weixin_hover_content {
  position: absolute;
  left: -76px;
  top: 33px;
  z-index: 1060;
  display: none;
  width: 170px;
  height: 180px;
  padding: 1px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin #weixin_hover_content .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -11px;
  left: 50%;
  border-width: 11px;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin #weixin_hover_content .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: '';
  border-width: 10px;
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin #weixin_hover_content .weixinContent img {
  width: 130px;
  display: block;
  margin: 0 auto;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ:hover .QQ {
  color: #22abdc;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ:hover #QQ_hover_content {
  display: block;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ #QQ_hover_content {
  position: absolute;
  left: -60px;
  z-index: 1060;
  display: none;
  width: 140px;
  height: 80px;
  padding: 1px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin #weixin_hover_content .weixinContent p,
#HAhead_nav .nav_wrapper .nav_left li.HA_QQ #QQ_hover_content .weixinContent p {
  text-align: center;
  color: #333;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ #QQ_hover_content .weixinContent p a {
  color: #22abdc;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ #QQ_hover_content .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -11px;
  left: 50%;
  border-width: 11px;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ #QQ_hover_content .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: '';
  border-width: 10px;
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}

#HAhead_nav .nav_wrapper .nav_left li a {
  margin-right: 10px;
}

#HAhead_nav .nav_wrapper .nav_right li {
  padding: 0 10px;
}

#HAhead_nav .nav_wrapper .nav_right li#system_menu {
  padding-right: 12px;
}

#HAhead_nav .nav_wrapper .nav_right li > a {
  margin-right: 5px;
}

#HAhead_nav .nav_wrapper .nav_right li#system_menu > a {
  margin-right: 7px;
}

#HAhead_nav .nav_wrapper li a em.QQ {
  font-size: 23px;
}
#HAhead_nav .nav_wrapper li a em.weixin {
  font-size: 22px;
}

#HAhead_nav .nav_wrapper li > i.icon_up {
  font-size: 14px;
  color: #6c6c6c;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
}

#HAhead_nav .nav_wrapper li ol {
  position: absolute;
  display: none;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-top: none;
  left: -1px;
  z-index: 99999999;
  background: #fff;
}

#HAhead_nav .nav_wrapper li#system_menu ol li {
  width: 86%;
}

#HAhead_nav .nav_wrapper li#system_menu ol li a {
  margin-right: 0;
}

#HAhead_nav .nav_wrapper li ol li:hover {
  background-color: #f5f5f5;
}

/* banner */
.banner {
  width: 100%;
  height: 470px;
  position: relative;
  /* box-shadow: 0px 5px 28px 1px rgba(35, 38, 42, 0.22); */
  background: url('../images/index/banner.png') no-repeat center center / cover;
}

.banner .button-next,
.banner .button-prev {
  /* display:none; */
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  top: 50%;
  width: 60px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  z-index: 1;
  margin-top: -45px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}
.banner .button-next {
  right: 30px;
  transform: translateX(1000%);
}
.banner .button-prev {
  left: 30px;
  transform: translateX(-1000%);
}
.banner .button-next i,
.banner .button-prev i {
  color: #ccc;
  font-size: 40px;
}
.banner:hover .button-next {
  display: block;
  transform: translateX(0);
}
.banner:hover .button-prev {
  display: block;
  transform: translateX(0);
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.header {
  width: 100%;
  height: 69px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
}
.header ul {
  height: 100%;
  line-height: 69px;
  text-align: center;
  font-size: 20px;
}
.header ul li {
  width: 200px;
  height: 100%;
  float: left;
  position: relative;
}
.header ul li a {
  color: #fff;
  display: block;
}
.header ul li a:hover,
.header ul li.active a {
  color: #d0675e;
}
.header ul li.active::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 46px;
  bottom: 0;
  margin-left: -23px;
  height: 3px;
  background-color: #ffd06f;
}
.header a.fr {
  width: 130px;
  height: 34px;
  border: 1px solid #ffd06f;
  border-radius: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  color: #ffd06f;
  display: none;
}
.header a.fr:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#fecf6f), to(#ffa675));
  background-image: linear-gradient(to right, #fecf6f, #ffa675);
  color: #fff;
}

/* 登录 */
.signMain {
  width: 100%;
  padding: 40px 0;
  background: url(../images/bg.png) no-repeat center center/100% 100%;
}

.loginBox {
  width: 700px;
  min-height: 500px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto -140px;
  padding: 30px 60px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-150px);
}
.toggleAccount {
  position: absolute;
  right: 45px;
  top: 30px;
  cursor: pointer;
  background: url(../images/icon_qhdl.png) no-repeat left center/20px 20px;
  padding-left: 23px;
  font-size: 14px;
  color: #666;
  transition: all 0.3s;
}
.toggleAccount:hover {
  transform: scale(1.1);
}

.signMain .lb_head,
.signMain .lb_head h2 {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.form_main {
  width: 388px;
  margin-left: 170px;
}
.form_main.step1 {
  padding-top: 8px;
}
.form_item {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.label_tips {
  position: absolute;
  left: -190px;
  width: 180px;
  text-align: right;
  color: #666;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  top: 0;
}
.label_tips span {
  position: relative;
}
.label_tips span::after {
  content: '*';
  position: absolute;
  left: -12px;
  color: #c12b22;
  font-size: 22px;
  line-height: 1.2;
  top: 0;
}
.noStar.label_tips span::after {
  display: none;
}

.item_input {
  width: 100%;
}
.item_input input {
  width: 100%;
  height: 40px;
  line-height: 50px;
  border: 1px solid #e9eaee;
  background-color: #fff;
  border-radius: 4px;
  text-indent: 1em;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.item_input input::placeholder {
  font-size: 14px;
}
.item_input input::-webkit-input-placeholder {
  color: #bbb;
  font-weight: normal;
}
.item_input input::-moz-placeholder {
  color: #bbb;
  font-weight: normal;
}
.item_input input:-ms-input-placeholder {
  color: #bbb;
  font-weight: normal;
}
.item_input input::-ms-input-placeholder {
  color: #bbb;
  font-weight: normal;
}
.item_input input::placeholder {
  color: #bbb;
  font-weight: normal;
}
.item_input input:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
#yzm {
  width: 248px;
}
.formBtn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  color: #fff;
  background-color: #d0675e;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.formBtn:hover {
  opacity: 0.8;
}
.yamBtn {
  width: 125px;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  color: #c12b22;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.yamBtn:hover {
  opacity: 0.8;
}
.ha_tips {
  width: 100%;
  line-height: 40px;
  margin-bottom: 30px;
}
.ha_tips .icon i.icon-xuanzeweixuanze {
  font-size: 20px;
  color: #ddd;
}
.ha_tips .icon i.icon-check {
  font-size: 20px;
  color: #febe6b;
}
.haxy {
  color: #666;
  font-size: 14px;
  margin-left: 5px;
}
.haxy a {
  color: #8ebde1;
  font-size: 14px;
}
.check_box {
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
.check_box p {
  width: 180px;
  margin-left: 20px;
}
.check_item {
  cursor: pointer;
}
.check_item.fr {
  margin-right: 20px;
}
.check_box .icon-check {
  font-size: 20px;
  color: #febe6b;
}
.check_box .icon-xuanzeweixuanze {
  font-size: 20px;
  color: #ddd;
}
.formTips {
  width: 100%;
  font-size: 14px;
  color: #59607a;
  line-height: 25px;
}
.formTips .tipsflex {
  display: flex;
  align-items: center;
}
.formTips .tipicon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/icon_sm.png) no-repeat center center;
}
.formTips a {
  color: #59607a;
}
.formTips a:hover {
  text-decoration: underline;
}
.btnTip {
  font-size: 14px;
  color: #59607a;
  line-height: 1.4;
  padding-top: 16px;
}
.tzjhRules {
  background: url(../images/icon_uncheck.png) no-repeat left 13px /16px 16px;
  padding-left: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #999;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: -10px;
  cursor: pointer;
}
.tzjhRules a {
  color: #d0675e;
}
.tzjhRules.active {
  background-image: url(../images/icon_check.png);
}
.checkItem {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.checkItem i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(../images/icon_uncheck.png) no-repeat center center / 100% 100%;
}
.checkItem.active i {
  background-image: url(../images/icon_check.png);
}
.checkItem:hover {
  opacity: 0.9;
}
.btnWrap {
  width: 395px;
  margin: 0 auto 40px;
}
.btnWrap .formBtn {
  width: 188px;
  margin: 0 auto;
}
.btnWrap .formBtn.openBtn {
  background-color: #59607a;
}

.qbAccountInput {
  width: 100%;
  overflow: hidden;
}
.qbAccountInput .qbCompanyCheck {
  width: 168px;
  height: 29px;
  padding: 7px 0;
  border: 1px solid #e9eaee;
  border-radius: 5px;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  line-height: 29px;
  cursor: pointer;
}
.qbAccountInput .qbCompanyCheck .qbCompanyName {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding: 0 10px;
}
.qbAccountInput .qbCompanyCheck .qbCompanyName::after {
  content: '';
  position: absolute;
  right: 56px;
  bottom: 5px;
  width: 9px;
  height: 9px;
  background: url(../images/web/icon_arrow.png) no-repeat center center/100% 100%;
}
.qbAccountInput .qbCompanyCheck .qbCompanyNumber {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
  width: 52px;
  position: relative;
  height: 100%;
}
.qbAccountInput .qbCompanyCheck .qbCompanyNumber::before {
  content: '';
  position: absolute;
  top: -7px;
  bottom: -7px;
  width: 1px;
  background-color: #e9eaee;
  left: 0;
}
.qbAccountInput .qbAccountBox {
  margin-left: 10px;
  width: 208px;
}
.qbAccountInput .qbAccountBox input {
  width: 100%;
  height: 45px;
  padding: 7px 0;
  border: 1px solid #e9eaee;
  border-radius: 5px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  padding-left: 0.2rem;
  background-repeat: no-repeat;
  background-position: 0.3rem center;
  background-size: 0.3rem 0.3rem;
  box-sizing: border-box;
}

.shadow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.shadow.active {
  display: block;
}
.companyListWrap {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 640px;
  height: 600px;
  margin-left: -320px;
  margin-top: -300px;
  z-index: 8;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  display: none;
}
.companyListWrap.active {
  display: block;
}
.companyListWrap .title {
  text-align: center;
  line-height: 49px;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.companyListWrap .closeBtn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAANlBMVEUAAAC/v7+/v7/CwsK/v7+/v7/AwMC/v7/AwMC/v7/AwMC/v7/AwMDAwMC/v7+/v7+9vb2/v7+hkGK3AAAAEXRSTlMA1KopcWxiXll7dmd+VOq/OhKD1SgAAACISURBVDjL1dA5DsMwDAVRO9bmRUnm/pcN4YYAiZ86UUNRetUsv3K215Yf5+X3xprE4Pn27ZFEh2FDihb+ozih25CiQrMhRYHThhQFqg0pDii2SLHDYVctYL+vUnB9+x8QiqW+MzbNfYXwvkJ4XyWq903C+yrhfZUIfZPod98kfJm5r4l1+ZvzARXHBh64Gn92AAAAAElFTkSuQmCC)
    no-repeat center center/100% 100%;
}
.companyListWrap .closeBtn:hover {
  transform: scale(1.2);
}
.companyListWrap .companyMain {
  height: 550px;
}
.companyListWrap .companyMain .companyOrderList {
  width: 139px;
  text-align: left;
  border-right: 1px solid #eee;
  height: 100%;
}
.companyListWrap .companyMain .companyOrderList ul {
  font-style: normal;
  list-style: none;
  padding-left: 16px;
}
.companyListWrap .companyMain .companyOrderList ul li {
  font-style: normal;
  list-style: none;
  font-size: 14px;
  line-height: 50px;
  position: relative;
  padding-left: 6px;
  cursor: pointer;
}
.companyListWrap .companyMain .companyOrderList ul li.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #d0675e;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  pointer-events: none;
}
.companyListWrap .companyMain .companyOrder {
  width: 500px;
  overflow: hidden;
}
.companyListWrap .companyMain .companyOrder .currentTitle {
  vertical-align: middle;
  font-size: 14px;
  line-height: 40px;
  padding: 0 5px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  text-align: left;
  margin: 0 10px;
}
.companyListWrap .companyMain .companyOrder .companyGroupList {
  padding: 10px 0;
  height: 485px;
  overflow-y: auto;
}
.companyListWrap .companyMain .companyOrder .companyGroupList ul {
  padding-left: 15px;
  overflow: hidden;
}
.companyListWrap .companyMain .companyOrder .companyGroupList ul li {
  width: 104px;
  line-height: 40px;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  background: #f2f2f2;
  color: #666;
  text-align: center;
  float: left;
  margin-right: 15px;
  font-size: 14px;
}
.companyListWrap .companyMain .companyOrder .companyGroupList ul li:nth-of-type(4n) {
  margin-right: 0;
}

.HAAccountList {
  width: 100%;
  border: 1px solid #e9eaee;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
.HAAccountList .HAAccountItem {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.HAAccountList .HAAccountItem .accountCheck {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
}
.HAAccountList .HAAccountItem.active .accountCheck {
  background-image: url(../images/web/icon_checks@2x.png);
}
.HAAccountList .HAAccountItem .accountCheck {
  background-image: url(../images/web/icon_unchceks@2x.png);
}
.gameOptionList {
  padding-left: 25px;
  margin-bottom: 18px;
  margin-top: -5px;
}
.gameOption {
  margin-bottom: 10px;
}
.gameOption .optionLable {
  font-size: 14px;
  color: #666;
  width: 120px;
}
.gameOption .optionValue {
  overflow: hidden;
}
.gameOption .optionValue .optionItem {
  float: left;
  padding-left: 20px;
  background-image: url(../images/web/icon_uncheck@2x.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-right: 40px;
  cursor: pointer;
}
.gameOption .optionValue .optionItem.active {
  background-image: url(../images/web/icon_check@2x.png);
}

.gameState {
  width: 500px;
  margin: 0 auto 20px;
}
.gameState .stateIcon {
  width: 89px;
  height: 89px;
  background: url(../images/web/icon_success@2x.png) no-repeat center center/100% 100%;
  margin: 0 auto 10px;
}
.gameState .stateWord,
.gameState .stateGameName {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.continueTips {
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-bottom: 60px;
}
.continueTips span {
  color: #d0675e;
}

.gameStateList {
  margin-bottom: 10px;
  width: 388px;
  margin: 0 auto;
}
.gameStateList .gameStateItem {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgb(204, 204, 204, 0.5);
}
.gameStateList .gameStateItem:last-child {
  border-bottom: none;
}
.gameStateList .gameStateItem .gameAccount {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #d0675e;
  padding-left: 10px;
  margin-bottom: 5px;
}
.gameStateList .gameStateItem .gameAccount::before {
  content: '';
  width: 4px;
  height: 12px;
  background: #d0675e;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.gameStateList .gameStateItem .gameAccount em {
  margin-left: 5px;
}
.gameStateList .gameStateItem .gsaDl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
  margin-bottom: 10px;
}
.gameStateList .gameStateItem .gsaDl .gsaName {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
}
.gameStateList .gameStateItem .gsaDl .gsaName .gsaIcon {
  padding: 2px 5px;
  background: rgb(208, 103, 94, 0.18);
  border-radius: 4px;
  font-size: 12px;
  color: #d0675e;
  line-height: 1.2;
  margin-left: 10px;
}
.gameStateList .gameStateItem .gsaDl .gsaBtn {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #d0675e;
  cursor: pointer;
  transition: all 0.3s;
}
.gameStateList .gameStateItem .gsaDl .gsaBtn:hover {
  transform: scale(1.1);
}
.gameStateList .gameStateItem .gsaDl .gsaBtn.complete {
  background-color: #59607a;
}

.tzjhCode {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
}
.tzjhCode img {
  width: 100%;
  display: block;
}
.resultTip {
  font-size: 14px;
  color: #59607a;
  text-align: center;
}

/* 底部 */
.footer {
  width: 100%;
  height: 299px;
  background-color: #0b0935;
}
.footerMain {
  padding-top: 50px;
}
.footer_left,
.footer_middle {
  padding: 0 45px;
  border-right: 1px solid #666;
}
.master {
  margin-bottom: 20px;
}
.master_left {
  width: 59px;
  height: 59px;
  background: url(../images/logo.png) no-repeat center center/100% 100%;
  margin-right: 25px;
}
.master_right {
  width: 171px;
  height: 45px;
  background: url(../images/halogo.png) no-repeat center center/100% 100%;
  margin-top: 7px;
}
.masterName,
.tel {
  color: #aec2e6;
  font-size: 14px;
  line-height: 20px;
}
.masterName {
  margin-bottom: 15px;
}
.halogo {
  width: 153px;
  height: 45px;
  background: url(../images/tzjh.png) no-repeat center center/100% 100%;
  margin-bottom: 30px;
  margin-top: 5px;
}
.footer_middle h3:not(:last-child) {
  margin-bottom: 8px;
}

.footer_middle a {
  color: #aec2e6;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.footer_right {
  width: 420px;
  color: #aec2e6;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  margin-right: 60px;
}
.qrleft > div {
  width: 103px;
  height: 103px;
  background: url(../images/qr2.png) no-repeat center center/100% 100%;
  margin: 20px auto 15px;
}
.qrRight > div {
  width: 103px;
  height: 103px;
  background: url(../images/qr3.png) no-repeat center center/100% 100%;
  margin: 20px auto 15px;
}

.accountState {
  width: 100%;
}
.accountStateTips {
  font-size: 15px;
  font-weight: 500;
  color: #d0675e;
  text-align: center;
  margin-top: -30px;
}
.accountStateList {
  width: 400px;
  margin: 0 auto;
  padding: 40px 0;
}
.accountStateList .accountStateItem {
  padding: 20px 0;
  border-bottom: 1px solid rgb(204, 204, 204, 0.3);
  display: flex;
  align-items: center;
}
.accountStateList .accountStateItem:last-child {
  border-bottom: none;
}
.accountStateList .accountStateItem .accountStateBtn {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #d0675e;
  cursor: pointer;
  transition: all 0.3s;
}
.accountStateList .accountStateItem .accountStateBtn:hover {
  transform: scale(1.1);
}
.accountStateList .accountStateItem .accountStateBtn.tokf {
  background-color: #59607a;
}
.accountStateList .accountStateItem .accountStateWord {
  flex: 1;
  overflow: hidden;
  font-size: 14px;
  word-break: break-all;
}
