input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

select {
  outline: none;
}

header {
  height: 3.53333rem;
  background: #019DDD;
  position: relative;
  text-align: center;
  line-height: 3.53333rem;
  color: #fff;
}

header .back {
  display: block;
  width: 2.93333rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

header .back img {
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0.9rem;
  margin-top: -0.7rem;
}

.hideBox {
  display: none;
}

.hideBox span {
  font-size: 1rem;
  color: #333333;
  margin-left: 0.3rem;
  margin-right: 0.66667rem;
}

.hideBox input {
  border: none;
  color: #333;
  width: calc(100% - 4rem);
}

.hideBox .select {
  display: none;
  width: 100%;
  padding: 0 0.3rem;
  border: 1px solid #E0E0E0;
  border-radius: 0.33333rem;
}

.hideBox .select p {
  border-bottom: 1px solid #E0E0E0;
  padding: 0rem 0.13333rem;
  line-height: 2.66667rem;
  font-size: 0.93333rem;
  color: #999999;
}

.hideBox .select p:last-child {
  border-bottom: 0;
}

.hideBox {
  display: none;
}

.hideBox span {
  font-size: 1rem;
  color: #333333;
  margin-left: 0.3rem;
  margin-right: 0.66667rem;
}

.hideBox input {
  border: none;
  color: #333;
  width: calc(100% - 4rem);
}

.hideBox .select {
  display: none;
  width: 100%;
  padding: 0 0.3rem;
  border: 1px solid #E0E0E0;
  border-radius: 0.33333rem;
}

.hideBox .select p {
  border-bottom: 1px solid #E0E0E0;
  padding: 0rem 0.13333rem;
  line-height: 2.66667rem;
  font-size: 0.93333rem;
  color: #999999;
}

.hideBox .select p:last-child {
  border-bottom: 0;
}

.registerBox {
  font-size: 1rem;
  padding: 0rem 2.9rem;
  margin-top: 1.6rem;
}

.registerBox .common {
  height: 2.66667rem;
  line-height: 2.66667rem;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 0.93333rem;
}

.registerBox .common.company {
  height: auto;
}

.registerBox .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.registerBox .phone span {
  float: left;
  color: #333;
  margin: 0 0.66667rem 0 0.3rem;
  font-size: 0.93333rem;
}

.registerBox .phone i {
  height: 1.73333rem;
  border-left: 1px solid #F2F2F2;
}

.registerBox .phone input {
  color: #333;
  font-size: 1rem;
  height: 1.33333rem;
  border: 0;
  width: calc(100% - 3rem);
  vertical-align: initial;
}

.registerBox .phone input input::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #999;
}

.registerBox .phone input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #999;
}

.registerBox .phone input input::-moz-placeholder {
  /* Mozilla Firefox 19+*/
  color: #999;
}

.registerBox .phone input input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #999;
}

.registerBox .verification {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.registerBox .verification input {
  color: #333;
  border: 0;
  max-width: 50%;
}

.registerBox .verification input input::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #999;
}

.registerBox .verification input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #999;
}

.registerBox .verification input input::-moz-placeholder {
  /* Mozilla Firefox 19+*/
  color: #999;
}

.registerBox .verification input input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #999;
}

.registerBox .verification .code {
  color: #6D9EE1;
  font-size: 0.93333rem;
  margin-right: 0.3rem;
  outline: none;
  border: none;
  background-color: #fff;
  text-align: right;
}

.registerBox .button {
  height: 3rem;
  width: 18rem;
  line-height: 3rem;
  text-align: center;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#C0E0FF), color-stop(50%, #ADCCFD), to(#90BCFC));
  background-image: linear-gradient(90deg, #C0E0FF 0%, #ADCCFD 50%, #90BCFC 100%);
  border-radius: 3rem;
  font-size: 1.06667rem;
  color: #FFFFFF;
  margin-top: 5rem;
  margin-bottom: 1.86667rem;
}

.registerBox .explain h2 {
  font-size: 0.86667rem;
  color: #666666;
  margin-bottom: 0.26667rem;
}

.registerBox .explain p {
  margin-left: 1rem;
  font-size: 0.8rem;
  color: #999999;
  line-height: 1.2rem;
}

.modalBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 6666;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.modalBox .modalDialog {
  width: 30%;
  height: 8.6rem;
  border-radius: 0.4rem;
  background-color: #fff;
}

.modalBox .modalDialog .modal-header {
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
  padding: 0.66667rem 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.modalBox .modalDialog .modal-header .modal-hd {
  height: 1.6rem;
  font-size: 1.13333rem;
  color: #000;
  line-height: 1.6rem;
}

.modalBox .modalDialog .modal-header .modal-bd {
  height: 2.66667rem;
  font-size: 1.13333rem;
  color: #2A2A2A;
  line-height: 2.66667rem;
}

.modalBox .modalDialog .modal-footer {
  height: 2.93333rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.13333rem;
}

.modalBox .modalDialog .modal-footer .modal-btn-go {
  width: 50%;
  text-align: center;
  display: none;
}

.modalBox .modalDialog .modal-footer .modal-btn {
  color: #6D9EE1;
  width: 50%;
  text-align: center;
}

.agreement {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #666666;
}

.agreement a {
  color: #6D9EE1;
}

.agreement span {
  margin-left: 5px;
}

input[type=radio],
input[type=checkbox] {
  margin-top: 0 !important;
  margin-right: 5px !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: url(../images/weixuanzhong.png) no-repeat center !important;
  background-size: 100% !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  padding: 0 !important;
  border: 0 !important;
  outline: none !important;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
  margin-top: 0 !important;
  margin-right: 5px !important;
  border: 0 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: url(../images/xuanzhong.png) no-repeat center !important;
  background-size: 100% !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  padding: 0 !important;
  outline: none !important;
}
