.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-back-top-icon {
  width: 14px;
  height: 16px;
  margin: 12px auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat;
}

@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}

@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}

.help-content-module {
  margin-bottom: 0;
  background: url(../images/help_bg.c62f87cb24e9.jpg) top repeat;
  min-height: 100vh;
  padding-bottom: 40px;
}

.help-content-module .clear {
  clear: both;
}

.help-content-module .inner {
  width: 980px;
  margin: 0 auto;
}

.help-content-module .inner .header {
  width: 100%;
  height: 170px;
}

.help-content-module .inner .header .logo {
  width: 300px;
  height: 100%;
  background: url(../images/logo.02fb2cda74cc.png) 0 0 no-repeat;
  background-size: 100%;
  float: left;
}

.help-content-module .inner .header .help_logo {
  width: 200px;
  height: 100%;
  float: right;
  font-size: 20px;
  text-align: right;
  color: #fff;
  line-height: 30px;
  padding-top: 47px;
}

.help-content-module .inner .header .help_logo span:first-child {
  font-size: 30px;
}

.help-content-module .inner .main {
  width: 100%;
  background: rgba(33, 33, 34, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.help-content-module .inner .main .title {
  color: #fff;
  height: 30px;
}

.help-content-module .inner .main .main_title {
  width: 100%;
  background: #b40135;
  font-size: 18px;
  font-weight: 700;
  padding-left: 14px;
}

.help-content-module .inner .main .menu {
  width: 100%;
  height: 40px;
  background: #1d2736;
  text-align: center;
}

.help-content-module .inner .main .menu ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 115px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
}

.help-content-module .inner .main .menu ul li.first:hover:before {
  border-top: 4px solid #ecb934;
}

.help-content-module .inner .main .menu ul li.first:hover span {
  color: #ecb934;
}

.help-content-module .inner .main .menu ul .QA:before,
.help-content-module .inner .main .menu ul .rule:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 14px;
  border-top: 4px solid #ffea99;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 1px;
  height: 1px;
}

.help-content-module .inner .main .menu ul .rule:before {
  right: 30px;
}

.help-content-module .inner .main .show_secondNav {
  height: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  position: absolute;
  height: auto;
  background: #000;
}

.help-content-module .inner .main .hide_secondNav {
  height: 0;
  padding: 0;
}

.help-content-module .inner .main .second_nav {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #ddd;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}

.help-content-module .inner .main .second_nav ul {
  margin-bottom: 0;
}

.help-content-module .inner .main .second_nav li {
  cursor: pointer;
  font-size: 15px;
  color: #ddd;
  margin-left: 30px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-bottom: 5.5px;
  position: relative;
}

.help-content-module .inner .main .second_nav li:before {
  position: absolute;
  top: 25.5px;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background: #ffea99;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}

.help-content-module .inner .main .second_nav {
  background: #302b2e !important;
}

.help-content-module .inner .main .second_nav li.second:hover {
  color: #ffea99;
}

.help-content-module .inner .main .second_nav li.second:hover:before {
  width: 100%;
}

.help-content-module .inner .main .second_nav li:first-child {
  margin-left: 0;
}

.help-content-module .inner .main .nowNav {
  color: #ecb934 !important;
}

.help-content-module .inner .main .nowNav:before {
  width: 100% !important;
}

.help-content-module .inner .main .main_content {
  margin-top: 0;
  padding: 10px;
}

.help-content-module .inner .main .main_content .gametitle {
  text-align: center;
  font-size: 26px;
  color: #c8a979;
  margin-bottom: 30px;
}

.help-content-module .inner .main .main_content .gameRules {
  padding: 0 10px;
}

.help-content-module .inner .main .main_content .content,
.help-content-module .inner .main .main_content .gameRulesTxt {
  color: #c2c2c2;
  font-size: 14px;
  padding: 0 15px 15px;
  line-height: 1.8;
}

.help-content-module .inner .main .main_content .content p,
.help-content-module .inner .main .main_content .gameRulesTxt p {
  color: #c2c2c2;
  font-size: 14px;
  margin-bottom: 0;
}

.help-content-module .inner .main .main_content .content .title1,
.help-content-module .inner .main .main_content .content h3,
.help-content-module .inner .main .main_content .gameRulesTxt .title1,
.help-content-module .inner .main .main_content .gameRulesTxt h3 {
  color: #cab482;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 16px;
}

.help-content-module .inner .main .main_content .content ul li a,
.help-content-module .inner .main .main_content .gameRulesTxt ul li a {
  color: #fff;
}

.help-content-module .inner .main .main_content .content ul li a:hover,
.help-content-module .inner .main .main_content .gameRulesTxt ul li a:hover {
  color: #ddd;
}

.help-content-module .inner .main .main_content .gameRulesTitle,
.help-content-module .inner .main .main_content .title2 {
  font-size: 16px;
  font-weight: 700;
  color: #ffd33f;
  padding: 7px 10px;
}

.help-content-module .inner .main .main_content .ReturnTop {
  float: right;
  color: #afafaf;
  text-decoration: none;
}

.help-content-module .inner .main .main_content table,
.help-content-module .inner .main .main_content td {
  border: 1px solid;
}

.help-content-module .inner .main .main_content .tab-TFinfo {
  width: 650px;
  border-color: #d2d2d2;
  line-height: 26px;
  margin: 10px auto;
}

.help-content-module .inner .main .content-contact {
  height: auto;
  color: #fff;
  font-size: 12px;
  padding: 15px;
  line-height: 20px;
}

.help-content-module .inner .main .contact_tab tr td {
  width: 25%;
  line-height: 22px;
  padding: 10px 0;
  font-size: 14px;
}

.help-content-module .inner .main .huang {
  color: #ffc600;
}

.help-content-module .inner .main .line {
  width: 100%;
  border-bottom: 1px solid #66352e;
}

.help-content-module .inner .main .contact-font b {
  color: #fff;
  font-weight: bolder;
  font-size: 1.3em;
}

.help-content-module .inner .main .contact-text {
  padding: 15px;
  width: 165px;
  margin-top: 10px;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.help-content-module .inner .main .contact-btn {
  background: #ecb934;
  color: #333;
  border: 0;
  width: 165px;
  padding: 10px 0;
  font-size: 16px;
  transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  opacity: 1;
  border-radius: 3px;
}

.help-content-module .inner .main .contact-font {
  padding-top: 15px;
}

.help-content-module .inner .main .contact-font input:hover {
  opacity: 0.8;
}

.help-content-module .top {
  width: 50px;
  height: 50px;
  background: #ecb934;
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 20px;
  font-weight: 700;
  padding-top: 5px;
  position: fixed;
  z-index: 99;
  top: 65%;
  right: 50px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}

.help-content-module .top:hover {
  -webkit-animation: top 1s infinite;
  animation: top 1s infinite;
}

.help-content-module .footer-module {
  margin-top: 0;
}

.help-content-module .now {
  background: transparent;
}

.help-content-module .now span {
  color: #ecb934;
}

.help-content-module .pack-module,
.help-content-module .plan-module {
  padding: 0 10px;
  color: #ddd;
}

.help-content-module .pack-module .info,
.help-content-module .plan-module .info {
  color: #ffc600;
  margin-top: 10px;
}

.help-content-module .pack-module h4,
.help-content-module .plan-module h4 {
  color: #ffd33f;
  font-size: 16px;
}

.help-content-module .pack-module .tit,
.help-content-module .plan-module .tit {
  color: #ffd33f;
  margin-bottom: 10px;
  margin-top: 10px;
}

.help-content-module .pack-module span.yy,
.help-content-module .plan-module span.yy {
  color: #ffc600;
}

.help-content-module .pack-module span.gr,
.help-content-module .plan-module span.gr {
  cursor: pointer;
}

.help-content-module .pack-module span.gr:hover,
.help-content-module .plan-module span.gr:hover {
  opacity: 0.8;
}

.help-content-module .pack-module .txt,
.help-content-module .plan-module .txt {
  padding: 0 10px;
}

.help-content-module .pack-module .tableList,
.help-content-module .plan-module .tableList {
  background: #f6f6f6;
  margin: 10px auto;
  width: 80%;
  border: 0 !important;
}

.help-content-module .pack-module .tableList tr td,
.help-content-module .plan-module .tableList tr td {
  padding: 7px;
  text-align: center;
  color: #333;
  border: 0 !important;
}

.help-content-module .pack-module .tableList tr:nth-child(odd),
.help-content-module .plan-module .tableList tr:nth-child(odd) {
  background: #e9e9e9;
}

.help-content-module .pack-module .tableList tr:first-child,
.help-content-module .plan-module .tableList tr:first-child {
  background: #880808;
}

.help-content-module .pack-module .tableList tr:first-child td,
.help-content-module .plan-module .tableList tr:first-child td {
  color: #fff;
}

.help-content-module .pack-module {
  line-height: 25px;
}

.help-content-module .agent_register {
  min-height: 300px;
  color: #ddd;
  padding: 10px 10px 0;
}

.help-content-module .agent_register a {
  display: block;
  width: 150px;
  height: 50px;
  background: #ffad16;
  text-align: center;
  font-size: 21px;
  line-height: 50px;
  color: #2e0303;
  border-radius: 3px;
}

.help-content-module .agent_register a:hover {
  opacity: 0.9;
}

.help-content-module .agent_register a:focus {
  text-decoration: none;
}

.help-content-module .agentBtn {
  color: #ddd;
}

.help-content-module .agentBtn:hover {
  color: #ffea99;
}

.help-content-module .agentBtn:focus {
  text-decoration: none;
}

.help-content-module .rule-module h5 {
  color: #ddd;
  font-size: 17px;
  padding-left: 15px;
}

.help-content-module .rule-module p {
  color: #ddd;
  padding-left: 15px;
}

.help-content-module .rule-module .content p {
  font-size: 13px !important;
}

.help-content-module .rule-module .content table {
  width: 98%;
  margin-left: 15px;
}

.help-content-module .rule-module .content table tr td {
  text-align: center;
  height: 45px;
}

.help-content-module .rule-module .content table tr td.tit {
  background: #880808;
  color: #c2c2c2;
}

.help-content-module .plan2-module .top-title {
  text-align: center;
  border-bottom: 1px solid #007b5b;
}

.help-content-module .plan2-module .top-title h2 {
  font-size: 25px;
  color: #ffd33f;
}

.help-content-module .plan2-module .top-title p {
  font-size: 18px;
  color: #ddd;
}

.help-content-module .plan2-module .content-text {
  border-top: 1px solid #00e1a6;
  padding-top: 25px;
}

.help-content-module .plan2-module .content-text .step ul {
  text-align: center;
}

.help-content-module .plan2-module .content-text .step ul li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 110px;
  background: #00956e;
  color: #ddd;
  padding: 15px;
  margin-right: 60px;
  text-align: left;
  position: relative;
}

.help-content-module .plan2-module .content-text .step ul li:before {
  content: "";
  position: absolute;
  right: -44px;
  top: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 25px;
  border-color: transparent transparent transparent #15ffc2;
}

.help-content-module .plan2-module .content-text .step ul li:last-child {
  margin-right: 0;
}

.help-content-module .plan2-module .content-text .step ul li:last-child:before {
  display: none;
}

.help-content-module .plan2-module .content-text .step ul li p:first-child {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
}

.help-content-module .plan2-module .content-text .join-btn a {
  display: block;
  width: 250px;
  height: 60px;
  margin: 30px auto;
  background: #c48b05;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  font-size: 22px;
}

.help-content-module .plan2-module .content-text .p-text {
  width: 715px;
  margin: 30px auto 0;
  color: #ddd;
  text-align: center;
  font-size: 18px;
}

.help-content-module .plan2-module .content-text .p-text p {
  margin-bottom: 0;
  line-height: 30px;
}

.help-content-module .plan2-module .content-text .p-text h2 {
  font-size: 22px;
  color: #ffd33f;
}

.help-content-module .plan2-module .content-text .p-text.t2 {
  width: 715px;
  font-size: 15px;
  margin-bottom: 30px;
}

.help-content-module .plan2-module .content-text .line {
  width: 100%;
  border-bottom: 1px solid #007b5b;
}

.help-content-module .plan2-module .content-text .rule-table {
  padding-top: 20px;
  border-top: 1px solid #00e1a6;
  border-bottom: 1px solid #007b5b;
  text-align: center;
  padding-bottom: 20px;
}

.help-content-module .plan2-module .content-text .rule-table h2 {
  font-size: 18px;
  color: #ffd33f;
}

.help-content-module .plan2-module .content-text .rule-table h2 span {
  color: #ddd;
}

.help-content-module .plan2-module .content-text .rule-table p {
  font-size: 13px;
  color: #ddd;
  padding: 0 95px;
  line-height: 25px;
}

.help-content-module .plan2-module .content-text .rule-table .planTable {
  margin: 20px auto;
  font-size: 14px;
  width: 80%;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #00e1a6;
  border-right: 1px solid #00e1a6;
  text-align: center;
  background: #00956e;
  color: #ddd;
}

.help-content-module .plan2-module .content-text .rule-table .planTable tr td {
  padding: 7px 0;
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #00e1a6;
  border-left: 1px solid #00e1a6;
}

.help-content-module .plan2-module .content-text .rule-table .t3 {
  width: 765px;
  margin: auto;
  text-align: left;
  color: #ddd;
}

.help-content-module .plan2-module .content-text .bottom-text {
  border-top: 1px solid #00e1a6;
  text-align: left;
  padding-left: 100px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.help-content-module .plan2-module .content-text .bottom-text h2 {
  font-size: 16px;
  color: #ffd33f;
}

.help-content-module .plan2-module .content-text .bottom-text h2 span {
  color: #ddd;
  font-size: 14px;
}

.help-content-module .agent-lv3-module {
  width: 100%;
  background-size: 100%;
  position: relative;
  text-align: center;
}

.help-content-module .agent-lv3-module .DownLine-Promotion-Box,
.help-content-module .agent-lv3-module .DownLine-Promotion-Box img {
  width: 100%;
}

.help-content-module .inner .main .show_secondNav {
  height: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  position: absolute;
  height: auto;
  background: #000;
}

.help-content-module .inner .main .hide_secondNav {
  height: 0;
  padding: 0;
}

.help-content-module .inner .main div .second_nav li {
  cursor: pointer;
  font-size: 15px;
  color: #ddd;
  margin-left: 30px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-bottom: 5.5px;
  position: relative;
}

@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.help-content-module .inner .main .show_secondNav {
  height: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  position: absolute;
  height: auto;
  background: #000;
}

.help-content-module .inner .main .second_nav {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #ddd;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}

.help-content-module .inner .main .second_nav ul {
  margin-bottom: 0;
}

.help-content-module .inner .main .second_nav li {
  cursor: pointer;
  font-size: 15px;
  color: #ddd;
  margin-left: 30px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-bottom: 5.5px;
  position: relative;
}

.help-content-module .inner .main .second_nav li:first-child {
  margin-left: 0;
}

.help-content-module .inner .main .second_nav li:before {
  position: absolute;
  top: 25.5px;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background: #ecb934;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.help-content-module .inner .main .second_nav li.second:hover {
  color: #ecb934;
}

.help-content-module .inner .main .second_nav li.second:hover:before {
  width: 100%;
}

.help-content-module .inner .main .second_nav li:before {
  position: absolute;
  top: 25.5px;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background: #ecb934;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.help-content-module .inner .main .second_nav {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #ddd;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}

.help-content-module .top {
  width: 50px;
  height: 50px;
  background: #ecb934;
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 20px;
  font-weight: 700;
  padding-top: 5px;
  position: fixed;
  z-index: 99;
  top: 65%;
  right: 50px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.help-content-module .inner .header .logo {
  background-position: 50% !important;
}

.agent-register .sub-title {
  padding-left: 10px;
  color: #a1a1a1;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #a1a1a1;
}

.agent-register .online {
  padding-bottom: 20px;
  background: #333333;
}

.agent-register .online .join {
  margin: 40px;
  display: flex;
  align-items: center;
}

.agent-register .online .join .register-tips {
  color: #f9dc1c;
}

.agent-register .online .join .register-contact {
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 50px;
  font-size: 18px;
  color: #462f0b;
  border-radius: 50px;
  background: -webkit-linear-gradient(#edd074, #98703d);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#edd074, #98703d);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#edd074, #98703d);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#edd074, #98703d);
  /* 标准的语法 */
}

.agent-register .online .join .register-contact:hover {
  background: -webkit-linear-gradient(#d8bb6f, #765336);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#d8bb6f, #765336);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#d8bb6f, #765336);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#d8bb6f, #765336);
  /* 标准的语法 */
}

.agent-register .online .tips {
  color: #949494;
  margin: 0 40px;
}

.agent-register .online .tips .tips-icon {
  margin-right: 10px;
}

.agent-register .apply-messgae .apply-message-content {
  margin: 40px 200px;
}

.agent-register .apply-messgae .apply-message-content .form_input {
  height: 40px;
  line-height: 40px;
}

.agent-register .apply-messgae .apply-message-content .apply-row {
  margin-bottom: 30px;
}

.agent-register .apply-messgae .apply-message-content .apply-row .ant-input {
  border-radius: 0 !important;
}

.agent-register .apply-messgae .apply-message-content .apply-row input:focus {
  border: 1px solid #00ffea !important;
}

.agent-register .apply-messgae .apply-message-content .apply-row .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border: 1px solid #00ffea !important;
}

.agent-register .apply-messgae .apply-message-content .apply-row input:hover {
  border: 1px solid #00ffea !important;
}

.agent-register .apply-messgae .apply-message-content .error-tip {
  position: absolute;
  margin-top: 2px;
  margin-bottom: 0;
  color: red;
}

.agent-register .apply-messgae .apply-message-content .vertify-input {
  display: flex;
}

.agent-register .apply-messgae .apply-message-content .vertify-input .vertify-img {
  height: 40px;
}

.agent-register .apply-btn-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.agent-register .apply-btn-content .apply-btn {
  width: 300px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-color: #027b5c;
  background: #027b5c;
}