@font-face {
  font-family: "alibaba";
  src: url("../fonts/Alibaba-PuHuiTi-Regular.ttf");
}
html {
  font-size: 16px;
}
@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
body {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-family: Microsoft YaHei, Arial;
  color: #323232;
  padding: 0;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
}
:root {
  --theme-gradient1: #e50043;
  --theme-gradient2: #e50043;
}
input::placeholder {
  color: #9e9e9e !important;
}
.hide {
  display: none;
}
.h_px100 {
  height: 100px;
}
a {
  text-decoration: none;
  color: #515151;
}
.bf {
  background-color: #f5f7f8;
}
.but {
  background-color: var(--theme-gradient1);
  color: #fff;
  border: 0;
  padding: 5px 18px;
  border-radius: 20px;
}
.but1 {
  background-color: #336899;
  color: #fff;
  border: 0;
  padding: 10px 25px;
  border-radius: 40px;
}
.but1:hover {
  background-color: var(--theme-gradient1);
  color: #fff;
}
.theBgPic {
  position: relative;
  height: 100%;
}
.theBgPic .thePic {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ftool {
  position: fixed;
  z-index: 16;
  bottom: 2%;
  right: 10px;
  /*left: 50%; margin-left: 620px;*/
  z-index: 25;
  _position: absolute;
  _bottom: auto;
  _top: 200px;
}
.ftool_item {
  position: relative;
  display: block;
  margin: 5px 0;
  width: 60px;
  height: 60px;
}
.ftoolab {
  position: relative;
  z-index: 20;
  display: block;
  text-align: center;
  padding: 10px;
  width: 40px;
  height: 40px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  box-shadow: 0 10px 20px rgba(255, 107, 0, 0.4);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-gradient1)), to(var(--theme-gradient2)));
  background: linear-gradient(90deg, var(--theme-gradient1), var(--theme-gradient2));
  background-color: #336899;
}
.ftool_top .ftoolab {
  padding: 9px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/*end ftool*/

/*bootstrapbootstrapbootstrapbootstrapbootstrapbootstrapbootstrapbootstrapbootstrapbootstrapbootstrapbootstrapbootstrapbootstrapbootstrapbootstrap*/

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: -15px;
}
.form-horizontal .has-feedback .input-group .form-control-feedback {
  top: 0;
  right: -30px;
}
.form-group {
  position: relative;
  margin-top: 1.2rem;
}
.form-group .form-label i {
  color: #ff0000;
  padding-right: 5px;
}
.form-group .help-block {
  margin-top: 0.12rem;
  color: #ff0000;
  position: absolute !important;
}
li {
  display: block;
}
.swal-modal {
  border-radius: 0;
  display: inline-block;
}
.swal-modal .swal-title {
  border-bottom: solid 1px #e8e8e8;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  background-color: #efefef;
}
.swal-modal .swal-text {
  padding-top: 10px;
}
.swal-modal .swal-footer {
  text-align: center;
  margin-top: 0;
}
.swal-modal .swal-footer .swal-button-container .swal-button {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-gradient1)), to(var(--theme-gradient2)));
  background: linear-gradient(90deg, var(--theme-gradient1), var(--theme-gradient2));
  background-color: #336899;
  color: #fff;
  border: 0;
  padding: 5px 20px;
  text-align: center;
  min-width: 100px;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
}
.swal-modal .swal-footer .swal-button-container .swal-button--cancel {
  background: #808080 !important;
}
@keyframes down {
  0% {
    transform: translateY(-2px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(2px);
    opacity: 0;
  }
}
