.header_warn {
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  background: #FF6329;
  color: #fff;
}
.header_warn a {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-decoration: underline !important;
}

.hrg_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}
.hrg_header .header_box.header_shadow {
  box-shadow: 0 28px 50px rgba(25, 24, 40, 0.35);
}
.hrg_header .header_logo {
  padding: 16px 0;
}
.hrg_header .header_logo img {
  height: 40px;
}
.hrg_header .header_menu .header_menu__ul {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  margin: 0;
  font-size: 0;
}
.hrg_header .header_menu .header_menu__ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.hrg_header .header_menu .header_menu__ul li a {
  display: inline-block;
  padding: 8px 12px;
  color: #333333;
  margin: 0 7px;
  text-decoration: none;
}
.hrg_header .header_menu .header_menu__ul li a:hover {
  background: -webkit-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -moz-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -o-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: linear-gradient(90deg, #fcb46c 0%, #f77d3a 100%);
  border-radius: 20px;
  color: #ffffff;
}
.hrg_header .header_menu .header_menu__ul li a.active {
  background: -webkit-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -moz-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -o-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: linear-gradient(90deg, #fcb46c 0%, #f77d3a 100%);
  border-radius: 20px;
  color: #ffffff;
}
.hrg_header .header_menu .header_menu__user__info {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -20px 0 30px;
}
.hrg_header .header_menu .header_menu__user__info .header_menu__user__name {
  font-size: 14px;
  margin: 0 0 1px;
}
.hrg_header .header_menu .header_menu__user__info .header_menu__user__wallet {
  font-size: 12px;
  margin: 0;
}
.hrg_header .header_menu .header_menu__user {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 20px 0 20px 30px;
}
.hrg_header .header_menu .header_menu__user .header_menu__user__link {
  display: inline-block;
}
.hrg_header .header_menu .header_menu__user .header_menu__user__link .header_menu__user__avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #dfdfdf;
}
.hrg_header .header_menu .header_menu__action {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 13px;
  margin: 20px 0 20px 30px;
  background: #EFEFEF;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1;
}
.hrg_header .header_menu .header_menu__action a {
  color: #333;
}
.hrg_header .header_menu .header_menu__action a:hover {
  color: #318FFF;
}

.jbox-nopadding .jBox-content {
  padding: 0;
}

.header_user_menu__item {
  width: 132px;
  height: 40px;
  line-height: 40px;
}
.header_user_menu__item a {
  cursor: pointer;
  display: block;
  color: #333;
  text-align: center;
  padding: 0 10px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header_user_menu__item a:hover {
  background: -webkit-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -moz-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -o-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: linear-gradient(90deg, #fcb46c 0%, #f77d3a 100%);
  color: #fff;
}

.hrg_index_slider {
  position: relative;
  height: 570px;
  text-align: center;
}
.hrg_index_slider .hrg_container {
  z-index: 1;
}
.hrg_index_slider .index_slider {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hrg_index_slider .index_slider .index_slider_item {
  height: 100%;
  display: inline-block;
}
.hrg_index_slider .index_slider .index_slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hrg_index_slider .index_slider .swiper-pagination {
  width: unset;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.39);
  border-radius: 100px;
  padding: 6px 16px;
}
.hrg_index_slider .index_slider .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  width: 16px;
  height: 10px;
  border-radius: 100px;
}
.hrg_index_slider .index_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 24px;
}
.hrg_index_slider .hrg_index_login {
  position: absolute;
  left: 0;
  top: 285px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
}

.hrg_index_title {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #F88743;
  padding: 0 0 0 15px;
}
.hrg_index_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 100px;
  background: -webkit-linear-gradient(top, #fcb46c 0%, #f77d3a 100%);
  background: -moz-linear-gradient(top, #fcb46c 0%, #f77d3a 100%);
  background: -o-linear-gradient(top, #fcb46c 0%, #f77d3a 100%);
  background: linear-gradient(180deg, #fcb46c 0%, #f77d3a 100%);
}
.hrg_index_title span {
  color: #333;
}
.hrg_index_title .hrg_index_title__more {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.hrg_index_title .hrg_index_title__more:hover {
  color: #F88743;
}

.hrg_index_news {
  margin-top: 20px;
  margin-bottom: 40px;
}

.hrg_index_newscenter {
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
  width: 329px;
}
.hrg_index_newscenter .newscenter_ul {
  margin: 0;
}
.hrg_index_newscenter .newscenter_ul li {
  position: relative;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #F6F6F6;
}
.hrg_index_newscenter .newscenter_ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-top: -3px;
  background: #CED7DE;
}
.hrg_index_newscenter .newscenter_ul li .newscenter_item {
  display: inline-block;
  width: 100%;
  font-size: 0;
  margin: 10px 0;
  color: #333;
}
.hrg_index_newscenter .newscenter_ul li .newscenter_item:hover {
  color: #F88743;
}
.hrg_index_newscenter .newscenter_ul li .newscenter_item .newscenter_item__title {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hrg_index_newscenter .newscenter_ul li .newscenter_item .newscenter_item__time {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-size: 12px;
  margin: 0;
  text-align: right;
  color: #999;
}

.hrg_index_gamecenter {
  display: inline-block;
  vertical-align: top;
}
.hrg_index_gamecenter .gamecenter {
  width: 840px;
  margin-top: 20px;
  font-size: 0;
}
.hrg_index_gamecenter .gamecenter .gamecenter_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px 15px;
  width: 270px;
}
.hrg_index_gamecenter .gamecenter .gamecenter_item:nth-child(3n+1) {
  margin-left: 0;
}
.hrg_index_gamecenter .gamecenter .gamecenter_item__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
}
.hrg_index_gamecenter .gamecenter .gamecenter_item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hrg_index_gamecenter .gamecenter .gamecenter_item .gamecenter_item__title {
  margin: 15px 0;
}
.hrg_index_gamecenter .gamecenter .gamecenter_item .gamecenter_item__title p {
  display: inline-block;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  vertical-align: middle;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hrg_index_gamecenter .gamecenter .gamecenter_item .gamecenter_item__title .gamecenter_item__button {
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 16px;
  border: 1px solid #FFCFB2;
  background: #FEF4EE;
  color: #F88743;
  border-radius: 100px;
  outline: none;
}
.hrg_index_gamecenter .gamecenter .gamecenter_item .gamecenter_item__title .gamecenter_item__button:hover {
  color: #fff;
  background: #F88743;
}

.footer {
  text-align: center;
  background: #FCFCFC;
  border-top: 1px solid #F2F2F2;
  padding: 30px 0;
}
.footer .footer_content {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .footer_content a {
  display: inline-block;
  margin: 0 10px;
  color: #333;
}
.footer .footer_content a:hover {
  color: #F88743;
}
.footer .footer_tip {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.footer .footer_ICP, .footer .footer_ICP a {
  font-size: 12px;
  color: #999;
  margin: 10px 0 0;
}

.aboutus .aboutus__content {
  padding: 24px;
  background: #fffdfc;
  border: 1px solid #ffe0cf;
}

.service .service__content {
  text-align: center;
  background: #fffdfc;
  border: 1px solid #ffe0cf;
}
.service .service__content .service__content__wechat {
  background: -webkit-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -moz-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -o-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: linear-gradient(90deg, #fcb46c 0%, #f77d3a 100%);
  height: 246px;
  margin-bottom: 159px;
  padding-top: 45px;
}
.service .service__content .service__content__wechat .service__content__tip {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.service .service__content .service__content__wechat .service__content__qrcode {
  width: 268px;
  height: 268px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
}
.service .service__content .service__content__wechat .service__content__qrcode img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service .service__content .service__content__mail {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border: 1px solid #FFE0CF;
  color: #E99B74;
  border-radius: 100px;
  padding: 0 25px;
  margin-bottom: 64px;
}

.cooperation .cooperation__content {
  text-align: center;
}
.cooperation .cooperation__content .cooperation__box {
  margin: 0 -14px;
  font-size: 0;
}
.cooperation .cooperation__content .cooperation__box .cooperation__item__box {
  display: inline-block;
  width: 25%;
  padding: 0 14px;
}
.cooperation .cooperation__content .cooperation__box .cooperation__item__box .cooperation__item {
  padding: 30px;
  background: #fffdfc;
  border: 1px solid #ffe0cf;
}
.cooperation .cooperation__content .cooperation__box .cooperation__item__box .cooperation__item img {
  width: 80px;
  height: 80px;
}
.cooperation .cooperation__content .cooperation__box .cooperation__item__box .cooperation__item h4 {
  font-size: 16px;
  margin: 19px 0 7px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cooperation .cooperation__content .cooperation__box .cooperation__item__box .cooperation__item p {
  font-size: 12px;
  line-height: 17px;
  height: 51px;
  color: #999;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  position: relative;
}
.cooperation .cooperation__content .cooperation__contact {
  display: inline-block;
  margin: 75px 0;
  padding: 14px;
  background: #fffdfc;
  border: 1px solid #ffe0cf;
}
.cooperation .cooperation__content .cooperation__contact .cooperation__contact__qrcode {
  display: inline-block;
  vertical-align: middle;
  width: 154px;
  height: 154px;
}
.cooperation .cooperation__content .cooperation__contact .cooperation__contact__information {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 20px 0 55px;
}

.bussinessCooperation .title {
  margin: 0;
  font-size: 42px;
  text-align: center;
  font-family: "FZCuJinLJW";
}
.bussinessCooperation .cooperation1 {
  height: 600px;
  background-image: url(../images/cooperation/bussinessCoperation.png);
  background-position: center center;
  background-size: 1920px 598px;
}
.bussinessCooperation .cooperation1 .hrg_container {
  height: 100%;
}
.bussinessCooperation .cooperation1 .cooperation1_content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.bussinessCooperation .cooperation1 .cooperation1_content .cooperation1_button {
  display: inline-block;
  margin-top: 70px;
  width: 330px;
  height: 47px;
  line-height: 47px;
  background: #f88743;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
}
.bussinessCooperation .cooperation1 .cooperation1_content .cooperation1_backend_button {
  color: #333;
}
.bussinessCooperation .cooperation1 .cooperation1_content .cooperation1_backend_button:hover {
  color: #f88743;
}
.bussinessCooperation .cooperation2 {
  height: 460px;
  background: linear-gradient(90deg, #ffb36b 0%, #ff9d62 100%);
}
.bussinessCooperation .cooperation2 .hrg_container {
  height: 100%;
}
.bussinessCooperation .cooperation2 .cooperation2_content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 120px;
  color: #fff;
}
.bussinessCooperation .cooperation2 .title {
  margin-bottom: 30px;
}
.bussinessCooperation .cooperation2 p {
  font-size: 20px;
  font-weight: 300;
}
.bussinessCooperation .cooperation3 .cooperation3_content .title {
  margin-top: 120px;
}
.bussinessCooperation .cooperation3 .cooperation3_content .reason {
  font-size: 0;
  font-weight: 300;
}
.bussinessCooperation .cooperation3 .cooperation3_content .reason .reason_item {
  display: inline-block;
  width: 25%;
  margin-top: 75px;
  text-align: center;
}
.bussinessCooperation .cooperation3 .cooperation3_content .reason .reason_item .reason_item__img {
  width: 60%;
}
.bussinessCooperation .cooperation3 .cooperation3_content .reason .reason_item .reason_item__text {
  font-size: 18px;
  margin: 12px 0 0;
}
.bussinessCooperation .cooperation3 .cooperation3_content .reward {
  font-size: 0;
  text-align: center;
}
.bussinessCooperation .cooperation3 .cooperation3_content .reward .reward_item {
  display: inline-block;
  vertical-align: top;
  width: 16.65%;
  margin-top: 75px;
}
.bussinessCooperation .cooperation3 .cooperation3_content .reward .reward_item .reward_item__box {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 1px solid #FCB46C;
}
.bussinessCooperation .cooperation3 .cooperation3_content .reward .reward_item .reward_item__box .text1 {
  font-size: 26px;
  margin: 40px 0 0;
  font-family: "alternategothic2bt";
}
.bussinessCooperation .cooperation3 .cooperation3_content .reward .reward_item .reward_item__box .text2 {
  margin: 0;
  font-size: 20px;
}
.bussinessCooperation .cooperation3 .cooperation3_content .FQtitle {
  font-size: 22px;
  margin: 40px 0 20px;
}
.bussinessCooperation .cooperation3 .cooperation3_content .FQanswer {
  font-size: 18px;
  color: #666;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
}

.applicationForm {
  width: 500px;
  margin: 0 auto;
}
.applicationForm .title {
  text-align: center;
  font-family: "FZCuJinLJW";
  padding: 32px 0 0;
  margin: 0;
}
.applicationForm .applicationForm_form {
  padding: 30px 46px 46px;
}
.applicationForm .applicationForm_form input, .applicationForm .applicationForm_form select, .applicationForm .applicationForm_form .account-form__code {
  height: 40px;
  background: white;
  border-radius: 4px;
  border: 1px solid #efefef;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.applicationForm .applicationForm_form input:active:focus, .applicationForm .applicationForm_form select:active:focus, .applicationForm .applicationForm_form .account-form__code:active:focus {
  border-color: #f88743;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 135, 67, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 135, 67, 0.6);
}
.applicationForm .applicationForm_form .iti {
  width: 100%;
}
.applicationForm .applicationForm_form .get_verifycode {
  height: 40px;
  border: none;
  background: #f88743;
  outline: none !important;
  color: #fff;
}
.applicationForm .applicationForm_form .get_verifycode:active:focus {
  color: #fff;
  background: #f88743;
}
.applicationForm .applicationForm_form .input-group-addon {
  height: 40px;
  background: white;
  border-radius: 4px;
  border-color: #efefef;
}
.applicationForm .applicationForm_button {
  margin: 30px 0 0;
  width: 100%;
  height: 40px;
  background: #d9dadb;
  border-radius: 4px;
  border: 1px solid #efefef;
  box-shadow: none;
}
.applicationForm .applicationForm_button.active {
  background: #f88743;
  color: #fff;
}

.applicationForm_qrcode {
  text-align: center;
}
.applicationForm_qrcode .applicationForm_qrcode__img {
  display: inline-block;
  width: 100px;
  margin: 0 20px 0 0;
}
.applicationForm_qrcode .applicationForm_qrcode__img img {
  width: 100%;
}
.applicationForm_qrcode .applicationForm_qrcode__tip {
  display: inline;
}

.applicationForm_modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 502;
}
.applicationForm_modal .applicationForm_toast {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.applicationForm_modal .applicationForm_success {
  width: 400px;
  padding: 30px 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FBFBFB;
  box-shadow: 0 2px 4px 1px rgba(40, 120, 255, 0.08), 0 0 6px 1px rgba(0, 0, 0, 0.08);
}
.applicationForm_modal .applicationForm_success img {
  width: 70px;
}
.applicationForm_modal .applicationForm_success .applicationForm_success_title {
  font-size: 20px;
  margin: 10px 0 0;
}
.applicationForm_modal .applicationForm_success .applicationForm_success_tip {
  font-size: 15px;
  margin: 8px 0 0;
}
.applicationForm_modal .applicationForm_success .applicationForm_success_backend {
  font-size: 15px;
  margin: 34px 0 0;
}
.applicationForm_modal .applicationForm_success .applicationForm_success_backend a {
  color: #1F93EA;
}
.applicationForm_modal .applicationForm_success .applicationForm_success_button {
  display: inline-block;
  margin: 55px 0 0;
  width: 60%;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  box-shadow: none;
  background: #f88743;
  color: #fff;
}

.contact .contact__content .from__star {
  color: #E99B74;
}
.contact .contact__content .contact__content__action {
  text-align: center;
  margin: 70px 0;
}
.contact .contact__content .contact__content__action .contact__content__tip {
  color: #E99B74;
  font-size: 14PX;
}
.contact .contact__content .contact__content__action .contact__content__button {
  border: none;
  outline: none;
  padding: 10px 46px;
  border-radius: 2px;
  margin: 0 20px;
}

.news .news_box {
  background: #fff;
}
.news .news_box .news_lists {
  width: 785px;
  padding: 0 32px;
  border-right: 1px solid #f5f6f7;
}
.news .news_box .news_lists ul {
  margin: 20px 0 20px 0;
}
.news .news_box .news_lists ul .news_item {
  padding: 32px 0;
  border-bottom: 1px solid #EEEEEE;
}
.news .news_box .news_lists ul .news_item:hover {
  background-color: #fafafa;
  margin: 0 -32px;
  padding: 32px;
}
.news .news_box .news_lists ul .news_item .news_item_title {
  font-size: 22px;
  margin: 0;
}
.news .news_box .news_lists ul .news_item .news_item_title a {
  color: #333;
}
.news .news_box .news_lists ul .news_item .news_item_title a:hover {
  color: #F88743;
}
.news .news_box .news_lists ul .news_item .news_item_desc {
  font-size: 16px;
  color: #666;
  margin: 16px 0 0;
}
.news .news_box .news_lists ul .news_item .news_item_time {
  font-size: 12px;
  color: #999;
  margin: 20px 0 0;
}
.news .news_box .news_lists .loadmore {
  margin: 10px 0 20px 0;
}
.news .news_box .news_right_lists {
  width: 414px;
  padding: 12px 32px;
}
.news .news_box .news_right_lists .hrg_index_newscenter {
  width: 100%;
  float: unset;
}

.news_details {
  width: 785px;
  padding: 60px;
}

.article_title {
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  color: #222;
  margin: 0;
}
.article_sub {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 13px;
}
.article_sub span {
  color: #777;
  margin-right: 2px;
}
.article_sub span img {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  position: relative;
  top: -2px;
}
.article_sub .original {
  display: inline-block;
  padding: 2px;
  border: 1px solid #999;
  line-height: 12px;
}
.article_auther {
  margin: 20px 0;
}
.article_auther .date {
  font-size: 12px;
  margin: 0;
  color: #999;
  padding: 8px 0;
  text-align: right;
  border-bottom: 1px solid #EEEEEE;
}
.article_body {
  font-size: 16px;
  line-height: 28px;
  color: #222;
  word-wrap: break-word;
  margin-bottom: 24px;
}
.article_body p {
  font-size: 16px;
  line-height: 28px;
  color: #222;
  word-wrap: break-word;
  margin: 16px 0;
  overflow: auto;
}
.article_body p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.login_box {
  height: -webkit-calc(100vh - 217px);
  height: -moz-calc(100vh - 217px);
  height: calc(100vh - 217px);
  min-height: 470px;
  background-repeat: no-repeat;
  background-image: url(../images/dlbg.png);
  background-position: top center;
  -o-background-size: 1920px auto;
  background-size: 1920px auto;
}
.login_box .hrg_container {
  height: 100%;
}
.login_box .hrg_index_login {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.login_box .hrg_index_login .form-control {
  background-color: #F7F7F7;
}
.login_box .hrg_index_login .account-form__code {
  background-color: #F7F7F7;
}

.hrg_index_login {
  display: inline-block;
  border-radius: 4px;
  padding: 20px 25px;
  text-align: center;
}
.hrg_index_login .index_login__title {
  position: relative;
  font-size: 24px;
}
.hrg_index_login .index_login__title a {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #666;
}
.hrg_index_login .index_login__warm {
  font-size: 14px;
  color: #FF3333;
  margin-top: 20px;
  line-height: 14px;
  height: 14px;
  width: 310px;
}
.hrg_index_login .index_login__form {
  width: 310px;
}
.hrg_index_login .index_login__form .account-form__code {
  width: 85px;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  height: 40px;
  padding: 0 16px;
}
.hrg_index_login .index_login__form .account-form__code:focus, .hrg_index_login .index_login__form .account-form__code:hover {
  outline: none;
  background-color: none;
  border-color: none;
}
.hrg_index_login .index_login__form .account-form__option span {
  display: inline-block;
  width: 38px;
}
.hrg_index_login .index_login__form .get_mobile_verifycode {
  background-color: #F7F7F7;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  height: 40px;
  padding: 0 16px;
  color: #318FFF;
}
.hrg_index_login .index_login__form .get_mobile_verifycode:focus, .hrg_index_login .index_login__form .get_mobile_verifycode:hover {
  outline: none;
  background-color: none;
  border-color: none;
}
.hrg_index_login .index_login__form input {
  border-radius: 100px;
  height: 40px;
  border: none;
}
.hrg_index_login .index_login__form .index_login__form_button {
  margin-top: 30px;
  height: 40px;
  border-radius: 100px;
  border: none;
  outline: none;
}
.hrg_index_login .index_login__action {
  margin-top: 12px;
}
.hrg_index_login .index_login__action.index_login__action__center {
  text-align: center;
}
.hrg_index_login .index_login__action a {
  color: #999;
  cursor: pointer;
}
.hrg_index_login .index_login__action a:hover {
  color: #318FFF;
}
.hrg_index_login .index_login__action .action_left {
  color: #318FFF;
}
.hrg_index_login .index_login__authorize {
  text-align: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  color: #999;
}
.hrg_index_login .index_login__authorize a {
  cursor: pointer;
  margin-left: 10px;
  vertical-align: top;
}
.hrg_index_login .index_login__authorize .index_login__authorize__wechat {
  color: #2CC26B;
}
.hrg_index_login .index_login__authorize .index_login__authorize__google img {
  width: 16px;
}
.hrg_index_login .index_login__authorize .index_login__authorize__facebook {
  color: #0069ec;
}
.hrg_index_login .index_login__actioncenter {
  margin-top: 12px;
}
.hrg_index_login .index_login__actioncenter .action_send {
  cursor: pointer;
  color: #318FFF;
}

.form-group_text {
  color: #666;
  font-size: 14px;
}
.form-group_text span {
  color: #31A9E2;
}

.verifyEmail {
  text-align: center;
  margin: 120px 0;
}
.verifyEmail .verifyEmail_icon img {
  width: 70px;
  height: 70px;
}
.verifyEmail .verifyEmail_tip {
  font-size: 16px;
}
.verifyEmail .verifyEmail_desc .verifyEmail_desc_countdown, .verifyEmail .verifyEmail_desc a {
  color: #318FFF;
}

.userimg, .slim {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 34px auto 0;
}

.uploaderAvatar {
  border: none !important;
  outline: none !important;
  padding: 2px 11px !important;
  margin: 10px 0 0;
}

.userInfo_view {
  margin-top: 30px;
}
.userInfo_view table {
  width: 100%;
  border: 1px solid #DFDFDF;
}
.userInfo_view table tr {
  height: 66px;
  line-height: 66px;
}
.userInfo_view table tr:nth-child(2n) {
  background: #FAFAFA;
}
.userInfo_view table tr:nth-child(2n+1) {
  background: #fff;
}
.userInfo_view table tr td:first-child {
  width: 20%;
  text-align: center;
  border-right: 1px solid #DFDFDF;
}
.userInfo_view table tr td:last-child {
  padding: 0 0 0 50px;
}
.userInfo_view .userInfo_action {
  text-align: center;
  margin: 70px 0;
}
.userInfo_view .userInfo_action .userInfo_view_edit {
  padding: 10px 46px;
  border-radius: 2px;
  border: none;
  margin: 0 20px;
  outline: none;
}

.userInfo_edit .control-label {
  padding-right: 0;
}
.userInfo_edit .userInfo_action {
  text-align: center;
  margin: 70px 0;
}
.userInfo_edit .userInfo_action .userInfo_edit_save, .userInfo_edit .userInfo_action .userInfo_edit_cancel {
  padding: 10px 46px;
  border-radius: 2px;
  border: none;
  margin: 0 20px;
}
.userInfo_edit .userInfo_action .userInfo_edit_cancel {
  background: #F8F8F8;
  color: #999;
}

.leftmenu {
  margin: 0;
  width: 100%;
}
.leftmenu li {
  padding: 20px 0;
  border-bottom: 1px solid #EEF2FA;
  cursor: pointer;
}
.leftmenu li:hover a {
  color: #f77d3a;
}
.leftmenu li.active {
  position: relative;
  background: #ffffff;
}
.leftmenu li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #F77D3A;
}
.leftmenu li a {
  color: #333333;
  text-decoration: none;
  display: block;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.leftmenu li a span {
  color: #DAE0EC;
}
.leftmenu li img {
  width: 22px;
  margin-right: 8px;
  margin-left: 32px;
}

html.game {
  width: 100%;
  height: 100%;
}
html.game body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gamePlay {
  width: 100%;
  height: 100%;
}
.gamePlay .gamePlay_header {
  position: relative;
  z-index: 10000;
  display: flex;
  height: 30px;
  background: #303135;
}
.gamePlay .gamePlay_header .gamePlay_header_left {
  flex-shrink: 1;
  line-height: 30px;
  margin-left: 30px;
  white-space: nowrap;
}
.gamePlay .gamePlay_header .gamePlay_header_left .gamePlay_header_left__logo {
  height: 20px;
}
.gamePlay .gamePlay_header .gamePlay_header_left .gamePlay_header_left__gameinfo {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin: 0 0 0 40px;
  color: #fff;
}
.gamePlay .gamePlay_header .gamePlay_header_left .gamePlay_header_left__gameinfo .server_id {
  color: #F88743;
}
.gamePlay .gamePlay_header .gamePlay_header_center {
  flex-shrink: 1;
  width: 100%;
  margin: 0 30px;
  overflow: hidden;
}
.gamePlay .gamePlay_header .gamePlay_header_center .gamePlay_header_center_scrollTxt p {
  color: #fff;
  margin: 0;
  line-height: 30px;
}
.gamePlay .gamePlay_header .gamePlay_header_right {
  flex-shrink: 1;
  font-size: 12px;
  line-height: 30px;
  margin-right: 30px;
  color: #fff;
  white-space: nowrap;
}
.gamePlay .gamePlay_header .gamePlay_header_right .gamePlay_header_right__item {
  display: inline-block;
  vertical-align: top;
}
.gamePlay .gamePlay_header .gamePlay_header_right .gamePlay_header_right__item a {
  color: #fff;
}
.gamePlay .gamePlay_header .gamePlay_header_right .gamePlay_header_right__item a:hover {
  color: #F88743;
}
.gamePlay .gamePlay_gameiframe {
  width: 100%;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
}
.gamePlay .gamePlay_gameiframe iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}

.jbox_allgame_menu__item {
  display: inline-block;
  background: #fff;
}
.jbox_allgame_menu__item a {
  color: #232323;
  display: block;
  padding: 15px 30px;
}
.jbox_allgame_menu__item a:hover {
  color: #F88743;
}

.gamePlay_notice {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}
.gamePlay_notice .gamePlay_notice_box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 650px;
  height: 480px;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 18px;
}
.gamePlay_notice .gamePlay_notice_box .gamePlay_notice_close {
  position: absolute;
  z-index: 1;
  right: -17px;
  top: -17px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #000;
  border-radius: 100%;
  padding: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}
.gamePlay_notice .gamePlay_notice_box .gamePlay_notice_close div {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px -1px #000;
}
.gamePlay_notice .gamePlay_notice_box .gamePlay_notice_content {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  padding: 15px;
  overflow-y: scroll;
  color: #333;
}
.gamePlay_notice .gamePlay_notice_box .gamePlay_notice_content::-webkit-scrollbar {
  width: 2px;
  background: transparent;
}
.gamePlay_notice .gamePlay_notice_box .gamePlay_notice_content::-webkit-scrollbar-track-piece {
  background: transparent;
}
.gamePlay_notice .gamePlay_notice_box .gamePlay_notice_content::-webkit-scrollbar-button {
  display: none;
}
.gamePlay_notice .gamePlay_notice_box .gamePlay_notice_content::-webkit-scrollbar-thumb {
  background: #CCC;
  border-radius: 2px;
}
.gamePlay_notice .gamePlay_notice_box .gamePlay_notice_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.gamePlay_download_app {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -60px;
}
.gamePlay_download_app .gamePlay_download_app__close {
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}
.gamePlay_download_app .gamePlay_download_app__close img {
  width: 30px;
  height: 30px;
}
.gamePlay_download_app .gamePlay_download_app__img {
  width: 90px;
}

.recharge_button {
  padding: 10px 46px !important;
  border-radius: 2px !important;
  border: none !important;
  margin: 60px auto !important;
}

.recharge_qrcode {
  padding-top: 50px;
  height: -webkit-calc(100vh - 217px);
  height: -moz-calc(100vh - 217px);
  height: calc(100vh - 217px);
  min-height: 460px;
}
.recharge_qrcode .recharge_qrcode_bg {
  background: rgba(0, 0, 0, 0.2);
}
.recharge_qrcode .recharge_qrcode_box {
  padding: 30px;
  text-align: center;
  background: #fff;
}
.recharge_qrcode .recharge_qrcode_box .recharge_qrcode__title {
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
.recharge_qrcode .recharge_qrcode_box .recharge_qrcode__count {
  font-size: 16px;
  color: #333;
  margin: 23px 0 30px;
}
.recharge_qrcode .recharge_qrcode_box .recharge_qrcode__count span {
  font-size: 22px;
  color: #FA954D;
}
.recharge_qrcode .recharge_qrcode_box .recharge_qrcode__qrcode {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 220px;
}
.recharge_qrcode .recharge_qrcode_box .recharge_qrcode__qrcode .recharge_qrcode__qrcode_img {
  width: 100%;
  height: 100%;
}
.recharge_qrcode .recharge_qrcode_box .recharge_qrcode__tip {
  font-size: 12px;
  color: #999;
  margin-top: 30px;
}

.btn_money {
  margin: 0 20px 20px 0;
  display: inline-block;
  font-size: 14px;
  padding: 14px 0;
  width: 133px;
  text-align: center;
  font-weight: 500;
  color: #333333;
  background: #F8F8F8;
  border-radius: 2px;
  border: 0px;
  line-height: 25px;
  height: 25px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}
.btn_money.on {
  color: #fff;
  background: -webkit-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -moz-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -o-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: linear-gradient(90deg, #fcb46c 0%, #f77d3a 100%);
}

.btn_money_input {
  width: unset;
  padding-left: 10px;
  padding-right: 10px;
}
.btn_money_input .inputmoney {
  border: none;
  outline: none;
  text-align: center;
  width: 80px;
  line-height: 25px;
  background: transparent;
  vertical-align: top;
  -moz-appearance: textfield;
}
.btn_money_input .inputmoney::-webkit-outer-spin-button, .btn_money_input .inputmoney::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input_money_tip {
  color: red;
  margin: 0;
  font-size: 14px;
  height: 17px;
  line-height: 17px;
  text-align: center;
}

.recharge_game_coin {
  background: #FFF9F3;
  padding: 10px 16px;
  margin-top: 30px;
}
.recharge_game_coin .recharge_game_coin_currency {
  display: inline-block;
  margin: 0;
}
.recharge_game_coin .recharge_game_coin_currency label {
  margin: 0;
  font-weight: normal;
}
.recharge_game_coin .recharge_game_coin_currency select {
  display: inline-block;
  width: 120px;
  margin: 0;
}
.recharge_game_coin .recharge_game_coin_amount {
  display: inline-block;
  padding: 10px 16px;
}
.recharge_game_coin .recharge_game_coin_amount span {
  color: #FC7821;
}

.recharge_bottom_tip {
  font-size: 12px;
  font-weight: 400;
  color: #bbbbbb;
  line-height: 28px;
  padding: 28px 26px 62px 26px;
  background: #F8F8F8;
}

.recharge_to {
  width: 306px;
  height: 112px;
  border-radius: 2px;
  cursor: pointer;
}
.recharge_to.recharge_to_game {
  background-image: url("../images/czyx1.png");
  margin-right: 20px;
}
.recharge_to.recharge_to_game.on {
  background-image: url("../images/czyx.png");
}
.recharge_to.recharge_to_huarencoin {
  background-image: url("../images/czhrb1.png");
}
.recharge_to.recharge_to_huarencoin.on {
  background-image: url("../images/czhrb.png");
}

.rechangestitle {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  padding-top: 40px;
  padding-bottom: 16px;
}

.recharge_success {
  padding: 83px 60px 52px;
  text-align: center;
  background: #f9fafc;
}
.recharge_success .recharge_success_top {
  display: flex;
  justify-content: center;
}
.recharge_success .recharge_success_top .recharge_order {
  width: 100%;
  text-align: left;
}
.recharge_success .recharge_success_top .recharge_order .recharge_order_title {
  color: #2CC26B;
  font-size: 26px;
}
.recharge_success .recharge_success_top .recharge_order .recharge_order_title.recharge_order_title__fail {
  color: #FC7821;
}
.recharge_success .recharge_success_top .recharge_order .recharge_order_title img {
  width: 58px;
  height: 58px;
  margin-right: 18px;
}
.recharge_success .recharge_success_top .recharge_order .recharge_order_tip {
  padding-left: 76px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #A5A1AD;
}
.recharge_success .recharge_success_top .recharge_service {
  width: 200px;
  flex-shrink: 0;
}
.recharge_success .recharge_success_top .recharge_service .recharge_service_qrcode {
  width: 50%;
}
.recharge_success .recharge_success_top .recharge_service .recharge_service_tip {
  color: #A5A1AD;
  margin-top: 16px;
}
.recharge_success .recharge_success_top .recharge_service .recharge_service_tip span {
  color: #43A5FF;
}
.recharge_success .recharge_success_bottom {
  text-align: left;
  padding: 30px 26px;
  font-size: 14px;
  line-height: 26px;
  color: #A5A1AD;
}

.recharge_success_action {
  margin: 100px 0 60px;
  text-align: center;
}
.recharge_success_action .recharge_success_action_button {
  font-size: 14px;
  outline: none;
  padding: 10px 46px;
  margin: 0 15px;
  border-radius: 2px;
  border: none;
}

.huaren_alert {
  position: relative;
  padding: 20px;
  text-align: center;
}
.huaren_alert .huaren_alert_close {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #999;
  cursor: pointer;
}
.huaren_alert .huaren_alert_close:hover {
  color: #fff;
  background: #FC7821;
}
.huaren_alert .huaren_alert_img {
  width: 58px;
  height: 58px;
}
.huaren_alert .huaren_alert_title {
  font-size: 20px;
  color: #333;
  margin: 26px 0 58px;
}
.huaren_alert .huaren_alert_button {
  display: inline-block;
  color: #F88F55;
  font-size: 14px;
  padding: 10px 40px;
  background: #FFF9F3;
  border-radius: 2px;
  border: 1px solid #F88F55;
  cursor: pointer;
}
.huaren_alert .huaren_alert_button:hover {
  color: #fff;
  background: #F88F55;
}

.error {
  text-align: center;
}
.error img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.error p {
  font-size: 16px;
  color: #AFAFAF;
}

.rightpart-main-money-block {
  margin-top: 30px;
  padding: 30px 0px;
  background: -webkit-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -moz-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: -o-linear-gradient(left, #fcb46c 0%, #f77d3a 100%);
  background: linear-gradient(90deg, #fcb46c 0%, #f77d3a 100%);
}
.rightpart-main-money-block .moneyleft {
  width: 282px;
  border-right: 1px solid #FFB878;
  padding: 10px 0px;
}
.rightpart-main-money-block .moneyleft .moneynum {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
}
.rightpart-main-money-block .moneyleft .moneytext {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 20px;
}
.rightpart-main-money-block .moneyleft .moneytext img {
  margin-right: 4px;
}
.rightpart-main-money-block .moneyright {
  padding: 10px 0px;
  margin-top: 22px;
  margin-right: 48px;
}
.rightpart-main-money-block .moneyright .btncz {
  font-size: 14px;
  font-weight: 400;
  color: #F88E56 !important;
  line-height: 20px;
  padding: 10px 26px;
  margin-right: 40px;
  background: #FFFFFF;
}
.rightpart-main-money-block .moneyright .btncyx {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF !important;
  line-height: 20px;
  padding: 9px 25px;
  margin-right: 40px;
  border: 1px solid #FFFFFF;
}

.user_order_list {
  margin-top: 30px;
}
.user_order_list .user_order_list__item {
  border: 1px solid #EEF2FA;
  margin-bottom: 20px;
}
.user_order_list .user_order_list__item .order_title {
  padding: 18px 20px;
  background: #F9FAFC;
  border-bottom: 1px solid #EEF2FA;
}
.user_order_list .user_order_list__item .order_title p {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}
.user_order_list .user_order_list__item .order_title .order_id, .user_order_list .user_order_list__item .order_title .order_userId {
  width: 260px;
}
.user_order_list .user_order_list__item .order_body {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.user_order_list .user_order_list__item .order_body .order_body__gameName, .user_order_list .user_order_list__item .order_body .order_body__orderType, .user_order_list .user_order_list__item .order_body .order_body__gameServer, .user_order_list .user_order_list__item .order_body .order_body__orderAmount, .user_order_list .user_order_list__item .order_body .order_body__orderHrb, .user_order_list .user_order_list__item .order_body .order_body__orderGamecoin, .user_order_list .user_order_list__item .order_body .order_body__rechargeType {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #EEF2FA;
}
.user_order_list .user_order_list__item .order_body .order_body__gameName:first-child, .user_order_list .user_order_list__item .order_body .order_body__orderType:first-child, .user_order_list .user_order_list__item .order_body .order_body__gameServer:first-child, .user_order_list .user_order_list__item .order_body .order_body__orderAmount:first-child, .user_order_list .user_order_list__item .order_body .order_body__orderHrb:first-child, .user_order_list .user_order_list__item .order_body .order_body__orderGamecoin:first-child, .user_order_list .user_order_list__item .order_body .order_body__rechargeType:first-child {
  border-left: none;
}
.user_order_list .user_order_list__item .order_body .order_body__gameName h4, .user_order_list .user_order_list__item .order_body .order_body__orderType h4, .user_order_list .user_order_list__item .order_body .order_body__gameServer h4, .user_order_list .user_order_list__item .order_body .order_body__orderAmount h4, .user_order_list .user_order_list__item .order_body .order_body__orderHrb h4, .user_order_list .user_order_list__item .order_body .order_body__orderGamecoin h4, .user_order_list .user_order_list__item .order_body .order_body__rechargeType h4 {
  margin: 0;
  padding-top: 24px;
  font-size: 12px;
  color: #999;
}
.user_order_list .user_order_list__item .order_body .order_body__gameName p, .user_order_list .user_order_list__item .order_body .order_body__orderType p, .user_order_list .user_order_list__item .order_body .order_body__gameServer p, .user_order_list .user_order_list__item .order_body .order_body__orderAmount p, .user_order_list .user_order_list__item .order_body .order_body__orderHrb p, .user_order_list .user_order_list__item .order_body .order_body__orderGamecoin p, .user_order_list .user_order_list__item .order_body .order_body__rechargeType p {
  margin: 0;
  padding: 15px 0 26px;
  font-size: 16px;
  color: #333;
}

.gamePlay_flash_step1 {
  display: none;
  position: fixed;
  bottom: 0;
  right: 40px;
  border: 4px solid #F88542;
  border-radius: 36px;
  padding: 40px 60px;
  text-align: center;
  background: #fff;
}
.gamePlay_flash_step1 .gamePlay_flash_img {
  position: absolute;
  left: -60px;
  bottom: 60%;
  width: 120px;
}
.gamePlay_flash_step1 .gamePlay_flash_close {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  color: #F88542;
}
.gamePlay_flash_step1 .gamePlay_flash_title {
  font-size: 24px;
  margin-bottom: 30px;
}
.gamePlay_flash_step1 .gamePlay_flash_button {
  display: inline-block;
  font-size: 24px;
  padding: 10px 40px;
  background: linear-gradient(90deg, #fcb46c 0%, #f77d3a 100%);
  margin-bottom: 30px;
  border-radius: 100px;
  color: #fff;
}
.gamePlay_flash_step1 .gamePlay_flash_button:hover {
  background: linear-gradient(90deg, #ffa74e 0%, #ff7326 100%);
}
.gamePlay_flash_step1 .gamePlay_flash_tip {
  color: #4C90FF;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}

.gamePlay_flash_step2 {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 760px;
}
.gamePlay_flash_step2 .gamePlay_flashSet_close {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  color: #F88542;
}
.gamePlay_flash_step2 .gamePlay_flashSet_img {
  width: 100%;
}

.account_bind .account_bind_item {
  border-bottom: 1px dashed #EEF2FA;
  padding: 30px;
}
.account_bind .account_bind_item:last-child {
  border: none;
}
.account_bind .account_bind_item .account_bind_item__content {
  position: relative;
  margin: 0;
}
.account_bind .account_bind_item .account_bind_item__content .bind_img {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 16px;
}
.account_bind .account_bind_item .account_bind_item__content .bind_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  width: 80px;
  margin-right: 16px;
}
.account_bind .account_bind_item .account_bind_item__content .bind_content {
  vertical-align: middle;
  color: #999;
  margin-left: 5px;
}
.account_bind .account_bind_item .account_bind_item__content .bind_content span {
  color: #F77D3A;
}
.account_bind .account_bind_item .account_bind_item__content .bind_action {
  position: absolute;
  right: 0;
  top: -3px;
  cursor: pointer;
  line-height: 22px;
  color: #999;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 2px 12px;
}
.account_bind .account_bind_item .account_bind_item__content .bind_action.bind_action__bind {
  color: #F77D3A;
  border-color: #F77D3A;
}
.account_bind .account_bind_item .account_bind_item__content .bind_action.bind_action__bind:hover {
  color: #fff;
  background: #F77D3A;
}

section {
  width: 100%;
}

.mainplace {
  padding-bottom: 24px;
}

.mainplace .leftpart {
  width: 281px;
  background: #F9FAFC;
}

.rightpart {
  width: 919px;
  background: #FFFFFF;
  border-radius: 2px;
}

.rightpartin {
  padding: 44px 40px;
}

.textcenter {
  text-align: center;
}

.btn-cancel {
  font-size: 18px;
  padding: 8px 44px;
  font-weight: 500;
  color: #999999;
  line-height: 25px;
  background: #F8F8F8;
  border-radius: 2px;
  border: 0px;
}

.hide {
  display: none;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 16px;
}

input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

.radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 0px;
}

.w3 {
  width: 160px !important;
  margin-right: 20px !important;
}

.w3:last-child {
  margin-right: 0px;
}

.w2 {
  width: 306px !important;
  margin-right: 20px !important;
}

.w2:last-child {
  margin-right: 0px;
}

.mt32 {
  margin-top: 32px;
}

.leftpart_username {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-top: 10px;
}

.leftpart_userid {
  font-size: 11px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 25px;
}

.aqjb {
  background: #F8F8F8;
  padding: 18px 16px;
  color: #333333;
  margin-top: 40px;
}

.aqjb span {
  font-size: 12px;
  color: #999999;
}

.low {
  color: #E73E21 !important;
  margin-right: 28px !important;
}

.redblock {
  width: 30px;
  height: 10px;
  background: #E73E21;
  display: inline-block;
  margin-right: 4px;
}

.darkblock {
  width: 30px;
  height: 10px;
  background: #E9E9E9;
  display: inline-block;
  margin-right: 4px;
}

.icon-left {
  margin-left: 22px;
  line-height: 22px;
  margin-top: 5px;
}

.rightpart-main-line span {
  display: inline-block;
}

.rightpart-main-line-title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-right: 44px;
  margin-left: 22px;
}

.rightpart-main-line-dis {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}

.rightpart-main-line-btn {
  font-size: 16px;
  font-weight: 400;
  color: #5781e1;
  line-height: 22px;
}

.rightpart-main-line-btn a {
  color: #5781e1;
}

.parttitle {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  padding-bottom: 27px;
  border-bottom: 1px solid #EEF2FA;
}

.btn-onclick::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
}

.btn-onclick::-moz-placeholder {
  /* WebKit browsers */
  color: #ffffff;
}

.btn-onclick:-ms-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
}

.download {
  background: #FF9257;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
.download .dwonload_content {
  position: relative;
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 130px 0;
}
.download .downloadbg1 {
  position: absolute;
  top: 310px;
  left: -195px;
  width: 466px;
}
.download .downloadbg2 {
  position: absolute;
  top: -190px;
  right: -400px;
  width: 650px;
}
.download .download_left {
  width: 50%;
  z-index: 1;
}
.download .download_left img {
  width: 100%;
}
.download .download_right {
  width: 50%;
  z-index: 1;
}
.download .download_right .download_right_logo {
  width: 373px;
  margin-left: 36px;
  margin-bottom: 74px;
}
.download .download_right .dwonload_right_action {
  display: flex;
  align-items: center;
}
.download .download_right .dwonload_right_action .download_right_qrcode {
  width: 190px;
  margin-left: 36px;
}
.download .download_right .dwonload_right_action .dwonload_right_button .action_button {
  display: block;
  width: 186px;
  margin-left: 28px;
}
.download .download_right .dwonload_right_action .dwonload_right_button .action_button:first-child {
  margin-bottom: 43px;
}
.download .download_right .dwonload_right_action .dwonload_right_button .action_button img {
  width: 100%;
}
