@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  border: 1px solid #ccc !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #838485;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #838485;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #838485;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #838485;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: '';
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.reg-tit {
  margin: 10px 0;
  height: 60px;
  background: url(../images/title_04.png) center center no-repeat;
  background-size: contain;
  font: 0/0 a;
}

.box-register .group {
  position: relative;
  width: 235px;
  margin: 0 auto 10px;
  text-align: left;
  color: #7f8085;
}

.box-register .group input {
  padding: 0 10px 0 10px;
  border: 1px solid #a0a1a6;
  border-left-width: 10px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  transition: border .3s;
}

.box-register .group input:focus {
  border: 1px solid #22ddca;
}

.box-register .group input.mini {
  padding-right: 100px;
}

.box-register .group .btn-yzm {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  height: 36px;
  line-height: 36px;
  width: 90px;
  background: #22ddca;
  color: #1d786f;
  text-align: center;
}

.box-register .group .btn-yzm:hover {
  filter: brightness(1.1);
}

.box-register .group.error-tips {
  margin-bottom: 5px;
}

.box-register .group.error-tips p {
  line-height: 1;
}

.box-register .btn-reg {
  display: block;
  height: 74px;
  margin-top: -10px;
  background: url(../images/btn_05.png) center center no-repeat;
  background-size: contain;
  font: 0/0 a;
}

.box-register .btn-reg:hover {
  filter: brightness(1.1);
}

.box-register .btn-next {
  display: block;
  height: 74px;
  margin-top: -10px;
  background: url(../images/btn_08.png) center center no-repeat;
  background-size: contain;
  font: 0/0 a;
}

.box-register .btn-next:hover {
  filter: brightness(1.1);
}

.box-register .btn-reg-special {
  display: block;
  margin: -5px 0 15px;
  color: #7f8085;
  text-decoration: underline;
  text-align: center;
}

.box-register .btn-reg-special:hover {
  color: #22ddca;
}

.box-register .error {
  color: #d10d0d;
}

.box-register .special-reg-02,
.box-register .fast-reg-02 {
  display: none;
}

.select {
  position: relative;
  margin: 10px 0;
}

.select .radio_state {
  width: 20px;
  height: 20px;
}

.select .radio_state + label {
  position: relative;
  cursor: pointer;
  font-size: 1em;
}

.select .radio_state + label {
  background-color: #1a1b22;
  border: 1px solid #7f8085;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}

.select .radio_state:checked + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #3bddca;
  content: '';
}

.select .status {
  display: inline-block;
  width: 210px;
  vertical-align: middle;
  padding-left: 5px;
}

.select .status a {
  color: #23ddca;
}

.select .status a:hover {
  text-decoration: underline;
}

.reg-width-01 {
  width: 307px;
}

.reg-width-02 {
  width: 360px;
}

.reg-tab {
  margin: 25px 10px 20px;
  padding: 0 20px;
  border-bottom: 1px solid #22ddca;
  overflow: hidden;
}

.reg-tab li {
  float: left;
  width: 50%;
}

.reg-tab li a {
  display: block;
  height: 27px;
  line-height: 27px;
  margin: 0 2px;
  background: #a0a1a6;
  color: #fff;
  text-align: center;
}

.reg-tab li a:hover {
  filter: brightness(1.1);
}

.reg-tab li.active a {
  background: #22ddca;
  color: #191b23;
}

.regtxt-tips {
  font-size: 20px;
  color: #2fc5c1;
  text-align: center;
  padding-top: 60px;
}
