@import url(../iconfont/iconfont.css);
body {
  margin: auto;
  font-family: Arial, "Microsoft Yahei", sans-serif;
}

.wrapper {
  max-width: 768px;
  margin: auto;
}

.sa-container {
  padding: 0px 15px;
}

.space5 {
  height: 5px;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
a, button {
  text-decoration: none !important;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.fi {
  font-size: inherit;
  vertical-align: middle;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.sa-banner {
  padding-top: 40%;
  background-size: cover;
  background-position: center;
}

.sa-navbar-container .navbar .nav li .icon-parent {
  position: relative;
}

.sa-navbar-container .navbar .nav li .icon-parent i {
  position: absolute;
  font-size: 18px;
  line-height: 28px;
  color: #b8b8b8;
  right: 0;
  top: 50%;
  margin-top: -14px;
}

.sa-navbar-container .navbar .nav li .over {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.sa-navbar-container .navbar .nav li .over p {
  margin-bottom: 0;
}

.sa-navbar-container .navbar .nav li .over .sa-text-china {
  font-size: 16px;
  color: #666666;
  margin-bottom: 3px;
}

.sa-navbar-container .navbar .nav li .over .sa-text-eng {
  font-size: 12px;
  color: #8c8c8c;
  text-transform: capitalize;
}

.b-top-banner {
  height: 127px;
  background-position: center center;
  background-size: cover;
}

.b-content .b-button {
  width: 100%;
  display: block;
  text-align: center;
  color: #333333;
  text-decoration: none;
  padding: 15px 0px;
  margin-bottom: 15px;
  font-size: 16px;
  background-color: #efefef;
  border-radius: 4px;
}

.b-content .b-button:last-child {
  margin-bottom: 0px;
}

.b-content .b-button:hover {
  background-color: #01a73c;
  color: #fff;
}

.b-content .active {
  background-color: #01a73c;
  color: #fff;
}

.b-footer span {
  line-height: 20px;
  color: #222;
}

.b-footer span a {
  color: #01a73c;
}

body {
  font-size: 14px;
}

body .title {
  border-bottom: 1px solid #d6d6d6;
}

body .title h1 {
  font-size: 18px;
  margin: 0px;
  color: #333;
}

body .title h1 span {
  padding-top: 8px;
  display: block;
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
}

body .content p {
  margin: 0px;
  color: #666;
  line-height: 20px;
}

body .content span.properties {
  margin-left: -7px;
  display: block;
  color: #333;
  margin-bottom: 3px;
}

body .content p.red {
  color: #eb0a0a;
}
.sa-btn {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: #01a63d;
  color: #FFF;
  border-radius: 3px;
  border:0;
  width: 100%;
  position: relative;
}

.sa-btn:hover {
  background: #017d2e;
  color: #fff;
}
.sa-btn:focus {
  color: #fff;
  outline: none;
}
.sa-gray {
  background-color: #f2f2f2;
}
.sa-container form {
  overflow: hidden;
}
.sa-container form h1 {
    font-size: 24px;
    color: #333;
    padding: 15px 0;
    line-height: 1;
    margin: 0;
}
.sa-container form h1 span {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 16px;
    font-size: 14px;
    padding: 2px 10px;
    margin-left: 5px;
    margin-top: -3px;
}
.sa-container form h1 span.red {
  color: #f32117;
  border-color: #f32117;
}
.sa-container form h1 span.green {
  color: #01a73c;
  border-color: #01a73c;
}
.sa-container form .sa-input {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 15px;
  position: relative;
}

.sa-container form .sa-input div {
  font-size: 18px;
  color: #999;
}
.sa-container form .sa-input input, .sa-container form .sa-input textarea {
  border: 0;
  outline: none;
  font-size: 18px;
  resize: none;
  width: 100%;
  color: #999;
}
.sa-container form .sa-input div+div {
  margin-top: 10px;
}
.sa-container form .sa-input .edite {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #01a73c;
  font-size: 18px;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
}
.sa-container form .sa-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .6s;
  transition: .6s;
}
.sa-container form .sa-cover.open {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sa-container form .sa-cover>div {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -166px;
  padding: 15px;
  box-sizing: border-box;
}
.sa-container form .sa-cover>div div {
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.sa-container form .sa-cover input, .sa-container form .sa-cover select {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .5em;
  font-size: 16px;
  width: 100%;
  outline: none;
}
.sa-container form .sa-cover input, .sa-container form .sa-cover select {
  margin-bottom: 10px;
}
.sa-container form .sa-submit {
  margin: 15px 0 30px;
}
.sa-container .upload-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.resume-op {
  margin: 0 -10px;
}
.resume-op div {
  width: 50%;
  padding: 15px 10px;
  float: left;
}
.sa-container form .sa-cover input.in-error, .sa-container form .sa-input.in-error {
  border-color: #f00;
}
.alert-cover {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
}
.alert-cover .content {
  width: 280px;
  height: 180px;
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -140px;
  text-align: center;
  min-height: inherit;
}
.alert-cover .close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.alert-cover .close + p {
  margin: 40px 0 20px;
}
.alert-cover p {
  color: #f11616;
  font-size: 18px;
  margin: 30px 0;
}
.alert-cover .confirm {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 30px;
  background-color: #01a63d;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.alert-cover .confirm:hover {
  color: #fff;
  background-color: #017d2e;
}
