/* * @Author: lihenghong  * @Date: 2020-04-22 10:33:54  * @Page Name: lihenghong  Newpage*/

.reg_main {
  background: #F9FAFB;
  padding-bottom: 35px;
}

.layui-input {
  height: 40px;
}
.regsubBtn {
  width: 100%;
}

.reg_step {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.step_box {
  font-size: 16px;
  display: inline-block;
  color: #333333;
}

.step_box img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.step_box span {
  margin-top: 1px;
}

.reg_line {
  display: inline-block;
  width: 122px;
  height: 1px;
  background: #D8D8D8;
  margin: 0 30px;
  vertical-align: middle;
}

.identity_row {
  text-align: center;
  /*border-bottom: 1px solid #007DEE;*/
}

.reg_from {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 30px;
}


.main_business {
  font-size: 18px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}

.smallicon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #007DEE;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 3px;
}

.identity_row .identity_box {
  /*display: inline-block;*/
  max-width: 1200px;
  /* height: 140px; */
  /*padding: 15px 0 0;*/
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  color: #666;
  vertical-align: text-top;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.identity_row .identity_box:hover {
  border: 1px solid #007DEE;
}

.identity_box_choosed {
  background: #F2F2F2;
}

.tabs_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 666px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 23px;
  margin-left: 22.2%;
}

.phone_tabs,
.email_tabs {
  font-family: Arial-Bold, Arial;
  width: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 18px;
  color: #333333;
}

.active_tab {
  border-bottom: 1px solid #007DEE;
}

.identity_icon_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  width: 200px;
  /* max-width: 185px; */
  /* width: 185px; */
  /* height: 140px; */
  /* border-right: 1px solid #E5E5E5; */
}

.identity_row .identity_box_border {
  border: 1px solid #007DEE;
}

.identity_box .lh20 {
  font-family: Arial-Regular, Arial;
  color: #666666;
  padding: 0 22px;
  font-size: 16px;

}

.none {
  display: none;
}

.bod_bottom {
  /* border-bottom: 1px solid #E5E5E5; */
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.identity_checked {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  background: #fff;
  display: none;
}

.identity_box_border .identity_checked {
  display: block;
}

.identity_choose_row {
  /*background: #F8F8F8;*/
  padding: 0 30px 12px;
  margin-bottom: 10px;
}

.identity_choose_row .layui-col-md4:last-child {
  margin-bottom: 0;
}


.reg_inp_row {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.reg_inp_row.none {
  display: none;
}

/* .reg_inp_row:last-child {
  margin-bottom: 30px;
} */

.reg_inp_row .inp_title {
  width: 120px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #999999;
  text-align: left;
}

.chinese-box .reg_inp_row .inp_title {
  width: 90px;
}

.reg_inp_row .inp_title .reg_sy {
  color: #F92020;
}

.codeselect {
  width: 160px;
  margin-right: 10px;
}
.en-box .codeselect {
  width: 204px;
}

.number_inp {
  width: 224px;
}
.chinese-box .number_inp {
  width: 294px;
}


.sendb {
  width: 120px;
}

.ver_inp {
  width: 340px;
}

.default_inp_w {
  width: 470px;
}

.verhint {
  margin-left: 205px;
  width: 520px;
}

.privacy_row {
  margin-bottom: 20px;
  color: #333333;
  text-align: left;
}


.privacy_row a {
  color: #007DEE;
  border-bottom: 1px solid #007DEE;
}

.chinese-box .privacy_row a {
  border-bottom: none;
}

.reg_sub_row {
  text-align: center;
}



.numberselect {
  font-size: 12px;
}

.codeselect .layui-form-select .layui-edge {
  top: 18px;
}

.havebox {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
}

.haveaccount {

  color: #666666;
}

.loginurl {
  color: #007DEE;
}

.identity_error {
  margin-top: 11px;
  padding-left: 0px;
}

.identity_icon {
  /*margin-bottom: 10px;*/
  width: 18px;
  height: 18px;
  margin-right: 10px;
  max-width: 100%;
  max-height: 100%;
}

.usertype2 {
  display: none;
}


.upload_card {
  width: 700px;
  margin: 0 auto;
}

.upload_hint {
  margin: 30px 0 20px;
  color: #999999;
  font-size: 18px;
  text-align: center;
}

.uploadbox {
  cursor: pointer;
}

.uploadimgbox {
  height: 380px;
  -webkit-box-shadow: 0px 4px 13px 0px #E4E4E4;
  box-shadow: 0px 4px 13px 0px #E4E4E4;
  border-radius: 8px;
  width: 100%;
  line-height: 360px;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.uploadimgbox img {
  max-height: 100%;
}

.uploadimghint {
  margin-top: 6px;
  color: #007DEE;
  font-weight: 400;
  font-size: 16px;
}

.uploadhintbox {
  position: absolute;
  top: 123px;
  left: 50%;
  margin-left: -63px;
  text-align: center;
}

.uploadbox {
  position: relative;
}

.upload_btn_row {
  text-align: center;
  margin-top: 30px;
}

.upload_btn_row button:first-child {
  margin-right: 60px;
}

.upload_btn_row button {
  width: 260px;
}

.progressbox {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}

.success_main {
  width: 480px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.success_text {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 20px 0;
  color: #333;
}

.success_min_text {
  font-size: 18px;
}

.success_main img {
  width: 100px;
  height: 100px;
}

.backhomebtn {
  margin-top: 50px;
}

.iconguanbi_bg {
  font-size: 24px;
  color: #999999;
}

.lh20 {
  line-height: 20px;
}

.sendsucimg {
  margin-left: 212px;
  display: inherit;
}


.sendokbtn {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 0;
}

.completebtnrow {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.completebtnrow button {
  float: left;
  width: 50%;
  border-radius: 0;
}

.completebtnrow .closesuc {
  background: #EEEEEE;
  color: #666666;
}

.identitytype-layer {
  padding: 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0 solid transparent;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.identitytype-column {
  /* margin: 0 auto; */
  font-size: 14px;
  /* width: 94%; */
  /* margin: 0 36px; */
  text-align: left;
  /* margin-left: 22px; */
}

.identitytype-column-title {
  color: #007dee;
  /* height: 16px; */
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 12px;
}

.tc_c_img {
  margin-top: 55px;
}

.title-p {
  text-align: center;
  margin-top: 20px;
  color: #999999;
  font-size: 14px;

}

.layui-layer-btn {
  text-align: center !important;
}

.next_page_btn2 {
  border: none;
  outline: 0;
  background-color: #007DEE;
  text-align: center;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 666px;
  height: 44px !important;
  font-size: 18px !important;
}

.next_page_btn {
  border: 1px solid #e6e6e6 !important;
  background-color: #999999 !important;
  color: #FFFFFF !important;
  cursor: not-allowed !important;
  /* opacity: 1; */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 666px;
  height: 44px !important;
  font-size: 18px !important;

}

.page_btn_css {
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  padding: 0 24px;
  font-size: 14px;
  min-width: 100px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}


.last_page_btn {
  background-color: #007DEE;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  padding: 0 24px;
  font-size: 14px;
  width: 160px;
  display: block;
  margin: 0 0 9px 0;
  text-align: center;
}


.identity-span-color {
  color: #F92020;

}

.mar-b20 {
  margin-bottom: 20px;
}


.Voice-box .Voice-button {
  color: #007DEE;
  cursor: pointer;
}

.reg_from {
  max-width: 1200px;
}

.number_inp .vc_m {
  width: 14px;
}

.number_inp .inp_icon {
  top: 5px;
}

/* 1220 new add 园林*/
.designService_page_box {
  display: none;
}

.onNext {
  border: none;
  outline: 0;
  background-color: #007DEE;
  text-align: center;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 666px;
  height: 44px !important;
  font-size: 18px !important;
}

.designService_div {
  /* width: 300px; */
  /* width: 25%; */
  height: 200px;
  text-align: center;
  color: #333333;
  border: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  /* margin-right: 30px; */
  position: relative;
}

.designService_div .identity_icon {
  /* height: 122px; */
  margin: 0 auto 23px;
  width: 73px;
}

.designService_div p {
  /* margin-bottom: 32px; */
  min-height: 55px;
}

.designService_div:last-child {
  margin-right: 0;
}

.designService_div:nth-child(1) .identity_icon {
  width: 57px;
  height: 75px;
}

.designService_div:nth-child(2) .identity_icon {
  width: 75px;
  height: 75px;
}

.designService_div:nth-child(3) .identity_icon {
  width: 73px;
  height: 69px;
}

.designService_div:nth-child(4) .identity_icon {
  width: 71px;
  height: 64px;
}

.IdentityColor {
  color: #0099FF;
  border: 1px solid #0099FF;
}

.designService_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.last_page2_btn {
  background-color: #007DEE;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  padding: 0 24px;
  font-size: 14px;
  width: 160px;
  display: block;
  margin: 0 0 9px 0;
  text-align: center;
}

.designService_flex_box {
  margin: 0px 0 164px;
}

.designService_flex_p {
  border-top: 1px solid #CCCCCC;
  margin-top: 6px;
  margin-bottom: 81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
}

/* 516 园林 */
.add-border {
  border: 1px solid #007DEE;
  color: #007DEE;
}

.designService_flex .OnClickIdentity {
  width: 25%;
  margin-right: 30px;
}

.designService_img {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  display: none;
  background-color: #fff;
}


.layui-input-inline {
  vertical-align: top;
  text-align: left;
}

/* bug 5185 */
.new_inp_icon {
  display: none;
}

.chinese-box .new_inp_icon {
  display: block;
}

.voice-content {
  padding-left: 90px;
}

.Voice-box {
  display: inline-block;
  /* margin: 0 auto; */
  margin-top: 8px;
  /* width: 520px; */
  text-align: left;
  color: #999999;
  /* padding-left: 50px; */
}

/* .chinese-box .Voice-box {
  padding-left: 8px;
} */

.identity-title {
  padding-left: 27px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: left;
  /* margin-top: 38px; */
  font-size: 18px;
  font-family: Arial-Bold, Arial;
  color: #333333;
}

identity-titles {
  padding-left: 27px;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  font-family: Arial-Bold, Arial;
  color: #333333;
}

.border-top {
  display: inline-block;
  width: 100%;
}

.identity-tip-layer {
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.identity-tip {
  display: inline-block;
  text-align: left;
}

.identity-tip>h3 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}

.identity-type-block {
  width: 232px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 13px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E5E5E5;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.identity-type-block:nth-child(1) {
  margin: 0 80px 0 54px;
}

.identity-type-block>.layui-form-radio {
  margin-left: auto;
  margin-right: -15px;
}

.identity-img {
  width: 26px;
  height: 24px;
}

.designService-block {
  /* border-top: 1px solid #E5E5E5; */
  font-size: 14px;
  text-align: left;
}

.pad-t12 {
  padding-top: 12px;
}

.bd-lf {
  border-left: 1px solid #E5E5E5;
}

.introduce_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}


#resultInput-error {
  display: block;
  color: red;
}

.CalculationVerificationPop .layui-layer-content {
  margin: 15px;
  margin-bottom: 0;
}

#bgload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1992;
}

.en-box .en-box-pd-t8 {
  padding-top: 8px;
}

.identity_icon_box,
.introduce_box {
  padding: 20px 0;
}

.bod_bottom .identity_icon_box {
  padding: 0;
}

.introduce_box {
  border-left: 1px solid #E5E5E5;
}


.bm-form-item .bm_error.none {
  display: none;
}

/* 设置英文状态下 固定高度 */
.en-box .main_business {
  height: 44px;
}



.agreePrivacy {
  margin-top: 5px;
}


.bluemodalopen .layui-layer-content {
  height: auto !important;
}

.bluemodalopen .closereg_new {
  margin-top: 36px;
  display: inline-block;
}

/*1981*/
.regRoleBox .layui-layer-content {
  overflow: hidden !important;
}

.regRoleBox .layui-layer-title {
  background-color: #0D7DEE;
  color: #fff;
}

.regRoleBox .layui-layer-btn .layui-layer-btn0 {
  border-color: #0D7DEE;
  background-color: #0D7DEE;
}

.regRoleBox label,
.regRoleBox input[type=radio] {
  cursor: pointer;
}

.regRoleBox .no {
  margin-left: 40px;
}

.chinese-box .reg_main {
    min-height: calc(100% - 90px - 100px);
}


.font15 {
  font-size: 15px;
}

.countryCodeSelectSub {
  position: relative;
}
.countryCodeSelectSub .layui-form-select {
  position: absolute;
}



.width50 {
  width: 50%;
}

.bind-haved-info .number_inp {
  width: 295px;
}

.bind-haved-info .number_inp .bind-haved-info .number_inp {
  padding-left: 12px;
}
.img_inp_row .inp_icon {
  top: 10px;
}

.auth-form-container {
  padding-left: 0!important;
}


@media screen and (max-width: 1024px) {

  .number_inp {
    width: 246px!important;
  }
  .en-box .number_inp {
        width: 216px !important;
    }

}
.passwordIcon{	position: absolute;right: 12px;top: 16px;width: 14.6px;height: 9px;cursor: pointer;}