@charset "utf-8";
/* CSS Document */
.regWarp {
  background: #ffffff;
  width: 100%;
  margin: 0px auto;
  border-radius: 10px;
  padding: 20px 0px;
  max-width: 700px;
}
.regList {
  width: 100%;
  margin: 0px auto 30px auto;
  max-width: 700px;
}
.regList label {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0px;
  color: #888888
}
.regList label span {
  width: 80px;
  color: #002855;
  font-weight: 600
}
.regList label input {
  display: inline-block;
  width: calc(100% - 80px);
  outline: none;
  border-radius: 4px;
  background: #ffffff;
  padding: 10px;
  border: 0.5px #D6D6D7 solid;
  font-size: 1rem;
}
.regList label select {
  display: inline-block;
  width: calc(100% - 80px);
  outline: none;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../images/arrow-down-icon.png) no-repeat 98% center #ffffff;
  background-size: 12px;
  padding: 10px;
  border: 0.5px #D6D6D7 solid;
  border-radius: 4px;
  font-size: 1rem;
}
.regList label.phoneCode {
  position: relative;
}
.regList .phoneCodeBt {
  display: inline-block;
  position: absolute;
  background: #ffffff;
  padding: 5px 20px;
  border: 0.5px #002855 solid;
  text-decoration: none;
  color: #002855;
  right: 10px;
  top: 50%;
  border-radius: 15px;
  -webkit-transform: translateX(-0%) translateY(-50%);
  -moz-transform: translateX(-0%) translateY(-50%);
  -ms-transform: translateX(-0%) translateY(-50%);
  transform: translateX(-0%) translateY(-50%);
}
.regList label.labelP {
  width: 100%;
  margin: -5px auto 0px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 0px 10px 0px;
}
.regList label.labelT1 {
  width: 100%;
  color: #002855;
  font-weight: 600;
}
.regList-bottom-p {
  font-size: 1rem;
  margin: 0px;
  color: #666666;
  width: calc(100% - 80px);
}
.labelcontainer {
  width: 100%;
  margin-bottom: 0px;
}
.labelcontainer input {
  height: 0;
  width: 0;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  display: none !important;
}
/* Create a custom checkbox */
.checkmark {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  color: #ffffff;
  border: 1px #979797 solid;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -1px;
}
.checkmark img {
  width: 14px;
  vertical-align: top;
  opacity: 0;
}
.labelcontainer input:checked + .checkmark {
  background-color: #ffffff;
  border: 1px #333333 solid;
  color: #333333;
  width: 16px;
  height: 16px;
  font-size: 1rem;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -1px;
}
.labelcontainer input:checked + .checkmark img {
  width: 14px;
  vertical-align: top;
  opacity: 1;
}
.labelcontainer input:checked + .checkmark:after {
  border: solid white;
}
.labelcontainer a {
  text-decoration: underline;
  color: #333333
}
.reg-btBox {
  width: 100%;
  margin: 20px auto 50px auto;
  text-align: center;
}
.reg-btBox p a{color:#002855;
text-decoration: underline;}
.reg-sumbitBt, .reg-sumbitBt:hover {
  font-size: 1.125rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 10px 0px;
  color: #ffffff;
  border: 0px;
  text-decoration: none;
  background: #002855 !important;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  max-width: 200px;
}
.reg-login {
  width: 100%;
  text-align: center;
  margin: 0px auto 50px auto;
  font-size: 1.5rem;
}
.reg-login a {
  color: #195afe;
  text-decoration: none;
  cursor: pointer
}
.login_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 500px;
  margin: 0px auto;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-top: 3px #195afe solid;
  border-bottom: 3px #195afe solid;
  padding: 30px 5%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.login_box .con-title-h3 {
  font-size: 2rem;
  width: 100%;
  margin: 20px auto 30px auto;
  font-weight: bold;
  text-align: center;
}
.login_box .reg-btBox {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.login_box p {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  margin: 0px;
  padding: 0px;
}
.login_box p.ptipe {
  width: 100%;
  text-align: center;
  font-size: 1.625rem;
  margin: 0px;
  padding: 0px;
}
.login_box p input {
  display: inline-block;
  width: 100%;
  padding: 20px 2%;
  border: 1px #999999 solid;
  outline: none;
  font-size: 1rem;
  color: #333333;
  border-radius: 0px;
  text-align: center;
}
.closeBox {
  position: fixed;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  line-height: 30px;
  background: #195afe;
  border: 3px #195afe solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}
.closeBox a {
  display: inline-block;
  width: 100%;
}
.closeBox a img {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  vertical-align: top;
}
/*弹框-------------------------------------*/
.dial_alert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 99999999999;
  display: none;
}
/*amanda 20220303*/
.erweimaBox {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 30px;
  padding-top: 20px;
}
.erweimaBox img {
  max-width: 100%;
  margin-bottom: 10px;
  max-width: 120px;
}
.company {
  margin: 00px auto;
  padding: 0;
  position: relative;
  width: calc(100% - 80px);
  display: inline-block;
  border: 0.5px #D6D6D7 solid;
  border-radius: 4px
}
.company input {
  border: 0px #D6D6D7 solid !important;
  width: calc(100% - 50px) !important;
}
#search-button {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 3px;
  right: -6px;
  background-color: transparent;
  cursor: pointer;
}
.search-img {
  position: absolute;
  height: 12px;
  width: 12px !important;
  top: 13px;
  right: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/arrow-down-icon.png) no-repeat 98% center;
  background-size: 12px;
  opacity: .6;
}
.company span.up {
  background: url(../images/arrow-down-icon.png) no-repeat 98% center;
  background-size: 12px;
}
.company select {
  width: 100% !important;
  height: auto;
  margin: 0px;
  padding: 2px 0px;
  outline: none;
  border: 1px solid #b8b8b8;
  position: absolute;
  top: 35px;
  left: 0;
  box-shadow: 0 0 16px 0 rgba(53, 53, 53, .2);
  background: #ffffff !important;
}
.company select option {
  height: 18px;
  line-height: 18px;
  cursor: default;
  font: 14px arial;
  padding: 2px 8px;
}
.company select option:hover {
  background: #f0f0f0;
}
.green {
  color: #C8D300;
}
.blue {
  color: #002855;
}
.loginBox {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
}
.login {
  margin: 30px auto;
  color: #002855;
  font-weight: bold;
}
.login input {
  border: 1px #cccccc solid;
  padding: 0px 1%;
  width: 100%;
  height: 45px;
}
.login span {
  display: block;
  position: relative;
  height: 45px;
  width: 100%;
}
.loginYZCode {
  position: absolute;
  top: 1px;
  right: 0px;
  height: 43px;
}
.loginYZCode img {
  height: 100%;
}