.borDer {
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
}
.transforms {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
textarea:-moz-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
.clearfixs {
  zoom: 1;
}
.clearfixs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textEls {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input::-webkit-input-placeholder {
  color: #B5B9BF;
  font-size: 14px;
}
body {
  font-family: 'PingFang SC';
}
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
/* .header.scroll {
  background-color: #fff;
} */
.header.scroll .black {
  display: block;
}
.header.scroll .white {
  display: none;
}
.header.scroll span {
  display: block;
}
.head-signal {
  width: 100%;
  height: 22px;
}
.search-input {
  padding-right: 0.16rem;
  padding-left: 0.9rem;
  padding-top: 0.14rem;
}
.search-input .s-con {
  background: #F5F6F8;
  border-radius: 0.3rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  position: relative;
  color: #B3B3B3;
  font-size: 0.28rem;
}
.search-input .s-con img {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.1rem;
  margin-left: 0.2rem;
}
.search-input .s-con input {
  display: block;
  flex: 1;
  height: 0.6rem;
  border: none;
  background: none;
  font-size: 0.28rem;
}
.search-input .s-con input::placeholder {
  color: #B3B3B3;
}
.search-input .s-con .m-close {
  overflow: hidden;
  background: url(../images/cancle-icon.png) no-repeat center;
  background-size: 0.28rem 0.28rem;
  margin-right: 0.2rem;
  width: 0.28rem;
  height: 0.28rem;
  display: none;
}
.head-con {
  height: 0.88rem;
  position: relative;
}
.head-con .black {
  display: none;
}
.head-con .white {
  display: block;
}
.head-con span {
  display: none;
}
.head-con span.white {
  color: #fff;
}
.head-con .head-menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0.2rem;
  right: 0.32rem;
  margin: auto;
  z-index: 2;
  height: 0.48rem;
}
.head-con .head-menu img {
  display: block;
  width: 0.48rem;
}
.head-con .menu-r {
  display: none;
  position: absolute;
  top: 0.68rem;
  right: 0.15rem;
  width: 3.2rem;
  height: 2.99rem;
  background: url(../images/drop-menus.png) no-repeat center;
  background-size: contain ;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
  padding: 0.24rem 0.08rem;
  padding-bottom: 0;
  z-index: 9;
}
.head-con .menu-r ul li {
  width: 100%;
  height: 0.9rem;
  text-align: center;
  position: relative;
  font-weight: 400;
  font-size: 0.32rem;
  line-height: 0.9rem;
  color: #333333;
}
.head-con .menu-r ul li:last-child:after {
  display: none;
}
.head-con .menu-r ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EBEBEB;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.head-return {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0.16rem;
  z-index: 2;
  top: 0.2rem;
}
.head-return img {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
}
.head-con span {
  width: 100%;
  text-align: center;
  line-height: 0.88rem;
  font-size: 0.36rem;
  color: #1B1F26;
  display: none;
}
.head-sure {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0.32rem;
}
.head-sure span {
  line-height: 0.88rem;
  display: block;
  font-size: 0.3rem;
  color: #0999FF;
}
.head-sure a {
  display: block;
  margin-top: 0.2rem;
}
.head-sure img {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
}
.main {
  margin-top: 0.88rem;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
