/*registration information*/
/*overrall*/
.submit_btn button {
  width: 100%;
  height: 54px;
  color: #fff;
  background: #e22;
  border: 0;
  font-size: 16px;
  font-family: "Microsoft YaHei", "Hiragino Sans GB";
}

/* reset default margin and padding */
* {
  margin: 0;
  padding: 0;
}
/*reset common tag*/
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #383a3c;
}
input {
  outline: none;
  border: none;
}
/* set the width of html and body to 100% */
html,
body {
  width: 100%;
  font: 20px/150% tahoma, arial, Microsoft YaHei, Hiragino Sans GB,
    "\u5b8b\u4f53", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #666;
}

  /* start of header */
  .headerContainer {
    display: flex; 
    justify-content: space-between; 
    padding: 1vw;
  }

  .headerLeftContainer {
    display: flex;
    align-items: center;
  }

  .headerProductInfoContainer {
    margin-left: 10px;
    background-color: #009aa9;
    color: #ffffff;
    border-radius: 0.35rem;
    padding: 5px 10px;
  }

  .headerRightContainer {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: flex-end;
  }

  .headerContactIcon {
    width: 20px; 
    height: 20px;
  }
  /* end of header */

@media screen and (min-width:601px) {
  
  /* header */

  header {
    width: 100%;
    height: 110px;
    border-bottom: 10px solid #009aa9;
    position: relative;
  }
  /* put your css style in there */
  form {
    width: 25em;
    margin: auto;
    margin-top: 100px;
  }
  .register-box {
    border: 1px solid #ddd;
    margin-bottom: 32px;
  }
  .register-box label {
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    display: inline-block;
  }
  .register-box input {
    width: 360px;
    height: 19px;
    padding-bottom: 11px;
    /* padding-left: 20px; */
    padding-top: 16px;
    font-size: 20px;
    color: #666;
    font-family: "Microsoft YaHei", "Hiragino Sans GB";
  }
  
  /* bottom one */
  .register-box-bottom {
    padding-top: 16px;
    padding-bottom: 1em;
    border: 1px solid #ddd;
  }
  .register-box-bottom label {
    height: 52px;
    padding-left: 20px;
    display: inline-block;
  }
  .register-box-bottom input {
    width: 110px;
    height: 19px;
    margin-top: 0px;
    border: 1px solid #dddddd;
    font-size: 20px;
    color: #666;
    font-family: "Microsoft YaHei", "Hiragino Sans GB";
  }
  /*username*/
  .register-box .username_label {
    word-spacing: 10px;
  }
  /*password, confirm password*/
  .register-box .other_label {
    word-spacing: 2px;
  }
  
  .register-box .phone {
    /* padding-left: 0.3vw; */
  }
  /*verification code*/
  #code {
    display: inline-block;
    width: 100px;
    height: 46px;
    vertical-align: middle;
    background-color: black;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 46px;
  }
  
  .starRed {
    color: red;
  }
  
  #mustFillIn {
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
  }
  
  #verificationCodeImage{
    width: 20em; 
    height: 8em;
    pointer-events: none;
  }

  .box-alignment{
    
  }

  #welcomeMessage{
    margin-left: 20vw;
    margin-right: 20vw;
  }

  #companyLogo{
    width: 200px; 
    height: 65px; 
    margin-top: 5px;
  }

  #callSupport{
    position: fixed;
    right: 4rem;
    bottom: 7rem;
    width: 2.75rem;
    height: 2.75rem;
  }
  
  #customerSupportHotline{
    position: absolute; 
    bottom: 1vw; 
    right: 1rem; 
    float: right; 
    font-size: 16px;
    text-align: right;
  }

  .customerSupportHotlineBr{
    display: none;
  }
}

@media only screen and (max-width:600px) {
  header {
    width: 100%;
    height: 110px;
    border-bottom: 10px solid #009aa9;
    position: relative;
  }

    /* put your css style in there */
    #welcomeMessage{
      margin-left: 3vw;
      margin-right: 3vw;
    }

    form {
      /* width: 400px; */
      margin-left: 5vw;
      margin-right: 5vw;
      margin-top: 100px;
    }
    .register-box {
      border: 1px solid #ddd;
      margin-bottom: 32px;
    }
    .register-box label {
      height: 52px;
      line-height: 52px;
      /* padding-left: 20px; */
      display: inline-block;
    }
    .register-box input {
      width: 190px;
      height: 19px;
      padding-bottom: 11px;
      /* padding-left: 10px; */
      padding-top: 16px;
      font-size: 20px;
      color: #666;
      font-family: "Microsoft YaHei", "Hiragino Sans GB";
    }
    
    /* bottom one */
    .register-box-bottom {
      margin-left: 1vw;
      margin-right: 1vw;
      padding-top: 16px;
      padding-bottom: 1em;
      border: 1px solid #ddd;
    }
    .register-box-bottom label {
      height: 52px;
      padding-left: 20px;
      display: inline-block;
    }
    .register-box-bottom input {
      margin-left: 1vw;
      margin-right: 1vw;
      width: 90%;
      height: 19px;
      margin-top: 0px;
      border: 1px solid #dddddd;
      font-size: 20px;
      color: #666;
      font-family: "Microsoft YaHei", "Hiragino Sans GB";
    }
    /*username*/
    .register-box .username_label {
      word-spacing: 7px;
    }
    /*password, confirm password*/
    .register-box .other_label {
      word-spacing: 5px;
    }


    /* change lang */
    #options > span {
      margin-right: 30px;
    }
    #options > span > a {
      color: #383a3c;
      text-decoration: none;
      font-size: 16px;
    }
    
    .starRed {
      color: red;
    }
    
    #mustFillIn {
      margin-top: 10px;
      margin-bottom: 10px;
      color: red;
    }
    
    #verificationCodeImage{
      width: 65vw; 
      height: 25vw;
      pointer-events: none;
    }

    #companyLogo{
      width: 160px; 
      height: 45px; 
      margin-top: 5px;
    }

    #callSupport{
      position: fixed;
      right: 4rem;
      top: 8rem;
      width: 1rem;
      height: 1rem;
    }

    #callSupportImage{
      height: 4rem;
      margin-left: 5vw;
      object-fit: contain;
    }

    #customerSupportHotline{
      position: absolute; 
      right: 1px; 
      float: right; 
      font-size: 12px;
      width: 50vw;
      margin-top: 60px;
      text-align: right;
      margin-right: 5px;
    }

    .customerSupportHotlineBr{
      display: block;
    }

    .headerContainer {
      padding: 2vw;
    }
    
    .headerLeftContainer {
      flex-direction: column;
      align-items: flex-start;
    }

    .headerRightContainer {
      text-align: right;
    }
    
    .headerContactText {
      font-size: 14px;
    }

    .headerProductInfoContainer {
      font-size: 12px;
      padding: 3px 8px;
    }
}

@media only screen and (max-width:320px) {
  #companyLogo{
    width: 140px; 
    height: 35px; 
    margin-top: 5px;
  }
  
  #customerSupportHotline{
    position: absolute; 
    bottom: 1px; 
    right: 1px; 
    float: right; 
    font-size: 11px;
    width: 60vw;
    margin-top: 60px;
    text-align: right;
    margin-right: 5px;
  }

  #callSupport{
    position: fixed;
    right: 2rem;
    top: 8rem;
    width: 1rem;
    height: 1rem;
  }

  #callSupportImage{
    height: 2rem;
    margin-left: 5vw;
    object-fit: contain;
  }

  .headerContainer {
    padding: 2vw;
  }

  .headerLeftContainer {
    flex-direction: column;
    align-items: flex-start;
  }

  .headerRightContainer {
    text-align: right;
  }

  .headerContactText {
    font-size: 12px;
  }
  
  .headerProductInfoContainer {
    font-size: 12px;
    padding: 3px 8px;
  }
}