html {
  overflow-y: auto;
}
body {
  display: none;
}
.main {
  width: 100%;
  /*background-color: #f3f4f6;*/
  padding-top: 44px;
  text-align: center;
  *margin-bottom: 64px;
}

.register-main {
  width: 800px;
  background-color: #fff;
  padding-top: 71px;
  padding-bottom: 54px;
  text-align: center;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.1);
}

.title {
  font-size: 28px;
  width: 350px;
  color: #333;
  padding: 0 25px;
  margin-bottom: 40px;
  border-bottom: 2px solid transparent;
  border-image: radial-gradient(#d9d9d9 0%, #d9d9d9 100%);
}

.title2 {
  text-align: left;
  position: relative;
  font-size: 14px;
  color: #333;
  padding: 0 20px;
  margin-bottom: 32px;
  display: none;
  padding-top: 20px;
}

.title2 .logo {
  display: inline-block;
  background: url(//i.thsi.cn/images/upass/20200601/ths_logo.png);
  background-repeat: no-repeat;
  /* background-size: 370%; */
  width: 30px;
  height: 23px;
  *margin-top: -10px;
  *margin-right: 8px;
}

.title2 .options {
  float: right;
  margin-top: 0px;
}

.title2 .options button {
  border: none;
}

.title2 .l_title {
  position: relative;
  top: -5px;
  *top: -3px;
}

.form {
  width: 380px;
}

.form-item {
  color: #666;
  padding-bottom: 15px;
}

.label {
  text-align: left;
  margin-bottom: 4px;
}

.input {
  text-align: left;
  position: relative;
}

.input-code {
  width: 66%;
  *float: left;
  *margin-bottom: 15px;
}

.button-code {
  width: 30%;
  *width: 28%;
  *margin-bottom: 15px;
  line-height: 40px;
  float: right;
  white-space: nowrap;
}

/* .input .warn {
    color: #faad14;
    background-image: url("../assets/Icon/Fill/Warning.png");
    background-repeat: no-repeat;
    padding-left: 16px;
    font-size: 12px;
    position: absolute;
    top: 100%;
    display: none;
    left: 5%;
} */

.warn {
  position: absolute;
  border-radius: 2px;
  padding: 2px 7px;
  display: none;
  top: 105%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ff9e00;
}

.warn:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 15%;
  border: 8px solid transparent;
  border-bottom-color: #ff9e00;
}

.warn:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 16%;
  z-index: 100;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}

.dropdown {
  position: absolute;
  top: 30%;
  left: 2%;
  /* border-right: 1px solid #ccc; */
  padding-right: 8px;
  cursor: pointer;
  width: 40px;
  *z-index: 5;
}

.arrow-icon {
  position: absolute;
  right: -4px;
  top: 7px;
  width: 10px;
  height: 10px;
  /* jira：PLATWEB-3399 禁止境外手机号注册，隐藏可选框 */
  display: none;
}

.arrow_down {
  background-image: url('/asset/register/images/arrow_down.png');
  background-repeat: no-repeat;
}

.arrow_up {
  background-image: url('/asset/register/images/arrow_up.png');
  background-repeat: no-repeat;
}

.dropdown-text {
  width: 40px;
  display: inline-block;
  position: relative;
  z-index: 5;
}

.dropdown-menu {
  width: 190px;
  position: relative;
  z-index: 5;
  top: 15px;
  left: -8px;
  *overflow: hidden;
  height: 102px;
  border-color: #d9d9d9;
  /* jira：PLATWEB-3399 禁止境外手机号注册，隐藏可选框 */
  display: none !important;
  padding: 2px 0px;
  background: #fff;
}

.scroll-dropdown {
  overflow: auto;
  height: 100%;
  padding-right: 2px;
  *height: 102px;
  *position: relative;
  *z-index: 5;
}

.dropdown-menu:after {
  border-bottom-color: #d9d9d9;
}

.drop-menu-item {
  padding-left: 30px;
  position: relative;
  line-height: 24px;
  z-index: 5;
}

.selected {
  position: absolute;
  top: 0;
  left: 5px;
  display: none;
  color: #009dff;
}

.selected img {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

.d-icon {
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -3px;
}

.d-code {
  /* display: inline-block; */
  float: right;
  *position: absolute;
  *right: 0;
  *top: 2px;
  margin-right: 3px;
}

.disabled {
  cursor: not-allowed;
  background-color: #f0f0f0;
}

.captcha-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: none;
  background-color: #000 \9;
  filter: alpha(opacity=70) \9;
}

:root .captcha-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
}

#captcha {
  /* width: 310px; */
  position: absolute !important;
  background-color: #fff;
  margin-top: -150px !important;
  margin-left: -155px !important;
  top: 50%;
  left: 50%;
  z-index: 300;
}

input {
  padding: 0 9px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 2px;
  height: 44px;
  line-height: 44px;
  font-size: inherit;
  color: #666;
  display: inline-block;
  *width: 362px;
  *color: #999;
}

input[name='tel'] {
  padding-left: 65px;
  box-sizing: border-box;
  *width: 304px;
}

.error {
  border: 1px solid red;
}

.form-item input::placeholder,
.phcolor {
  color: #999;
  /* *color: #666; */
  *color: #999;
  font-size: 13px;
}

.submit {
  padding-top: 25px;
}

#submit {
  background-color: #008dff;
  color: #fff;
  border-radius: 2px;
  width: 100%;
  line-height: 42px;
  border: 0;
}

/* client */

.client-html {
  font-size: 12px;
}

.client-html body {
  background-color: #fff;
}

.client-html .main {
  padding-top: 0px;
}

.client-header,
.client-footer {
  display: none;
}

.client-main .register-main {
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
}

.client-main .title2 {
  display: block;
}

.client-main .title {
  display: none;
}

.client-main .register-main {
  width: 420px;
}

.client-main .form {
  width: 250px;
  *width: 260px;
}

.client-main .form-item {
  padding-bottom: 12px;
  *padding-bottom: 4px;
  *clear: both;
}

.client-main .form-item input::placeholder,
.client-main .phcolor {
  color: #999;
  /* *color: #666; */
  *color: #999;
  font-size: 12px;
}

.client-main #country_code {
  position: relative;
  bottom: 0px;
  left: 4px;
}

.client-main #country_code + span {
  /* bottom: 1px !important; */
  font-size: 16px !important;
}

.client-main input {
  line-height: 30px;
  height: 30px;
  *width: 240px;
  font-size: 12px;
}

.client-main input[name='tel'] {
  padding-left: 59px;
  *width: 190px;
}

.client-main .input-code {
  width: 58%;
  *margin-bottom: 6px;
}

.client-main .button-code {
  width: 40%;
  *width: 34%;
  line-height: 26px;
  *line-height: 29px;
  font-size: 12px;
  *float: right;
  *margin-bottom: 6px;
}

.client-main .submit {
  padding-top: 15px;
}

.client-main #submit {
  line-height: 30px;
}

.client-main .arrow-icon {
  top: 4px;
  *top: 6px;
}

.client-main .dropdown-menu  {
  top: 7px;
  *top: 0;
}

.client-main .label {
  *margin-bottom: 0px;
}

.client-main .warn {
  *top: 95%;
}

.client-main .dropdown-menu.warn  {
  *top: 7px;
  *left: -5px;
}

.client-main .fix-height{
  *height: 32px;
}

.client-main .selected {
  *line-height: 20px;
  *top: -4px;
}

.client-main .d-code {
  *line-height: 20px;
  *top: -4px;
}