.low_version {
  color: red; }

.display-none {
  display: none; }

.clearFix {
  *zoom: 1; }
  .clearFix::after {
    content: "";
    display: block;
    clear: both; }

label {
  position: relative; }

.required::before {
  position: absolute;
  left: -10px;
  content: "*";
  color: #f56c6c; }

button[type="submit"] {
  outline: none;
  cursor: pointer;
  border: none;
  width: 80px;
  height: 32px;
  border-radius: 4px;
  background: #51a5fd;
  margin-left: 98px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px; }

select {
  outline: none;
  width: 280px;
  height: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff; }

input {
  outline: none;
  box-sizing: border-box;
  text-indent: 1em;
  display: inline-block;
  width: 280px;
  height: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  line-height: 32px; }
  input::placeholder {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #e0e0e0;
    line-height: 32px; }

textarea {
  outline: none;
  resize: none;
  border: 1px solid #e0e0e0;
  display: inline-block;
  border-radius: 4px;
  height: 480px;
  text-indent: 10px;
  padding: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  line-height: 20px; }
  textarea::placeholder {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #e0e0e0;
    line-height: 20px; }

.inner_text {
  position: relative;
  padding: 8px 0 8px 10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 14px; }
  .inner_text strong {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    line-height: 14px; }
  .inner_text::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 4px;
    background: #ffb42e;
    border-radius: 50%; }

.tools-bar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 46px; }
  .tools-bar .tools_item-wrap {
    position: relative;
    right: 10px;
    width: 100%;
    height: 46px;
    overflow: hidden;
    display: inline-block;
    margin: 5px 0;
    box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    background-color: #b1bed2; }
    .tools-bar .tools_item-wrap:hover {
      transition: 0.5s all;
      width: 164px;
      right: 128px;
      background-color: #67bdec; }
    .tools-bar .tools_item-wrap .tools-item {
      display: inline-block;
      position: relative;
      box-sizing: border-box;
      width: 164px;
      height: 100%;
      padding: 10px; }
      .tools-bar .tools_item-wrap .tools-item img {
        vertical-align: middle; }
      .tools-bar .tools_item-wrap .tools-item .bar-text {
        padding-left: 4px;
        display: inline-block;
        font-size: 14px;
        color: #ffffff;
        letter-spacing: 0;
        line-height: 26px; }

.banner-wrap {
  background: url(../images/banner_join.png);
  background-size: cover;
  background-repeat: no-repeat; }

.banner_inner {
  text-align: center; }
  .banner_inner .banner_text {
    width: 635px;
    margin: 0 auto; }

.text {
  text-indent: 1em;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 24px; }

.email {
  color: #5094f9; }
