/* 下方搜索框部分 */
.search {
  width: 100%;
  height: 0.93rem;
  padding: 0.15rem;
  box-sizing: border-box;
  background: url(https://static.efeglasses.com/v3/theme/index-searchbg%402x.png);
  background-size: 100%;
  position: relative;
}
.search h2 {
  width: 100%;
  font-size: 0.17rem;
  color: #fff;
  margin-bottom: 0.1rem;
  text-align: center;
}
.search .inp {
  width: 100%;
  height: 0.32rem;
  box-sizing: border-box;
  border: 0.005rem solid #fff;
  border-radius: 0.05rem;
  overflow: hidden;
  position: relative;
}
.search .butn {
  width: 0.78rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fa6e07;
  font-size: 0.14rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .int {
  width: 100%;
  height: 100%;
  padding: 0.07rem 0.1rem;
  padding-right: 0.88rem;
  box-sizing: border-box;
  display: flex;
}
.search input {
  width: 100%;
  height: 100%;
  font-size: 0.15rem;
  color: #fff;
  caret-color: #fff;
}
.search input::placeholder {
  font-size: 0.15rem;
  color: #cdcdcd;
}
.search .fas {
  width: 100%;
  color: #fff;
  font-size: 0.12rem;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -0.2rem;
  left: 0;
}
.search .fas .te {
  padding: 0.05rem 0.06rem;
  background-color: #5d5d5d;
  color: #fff;
  border-radius: 0.05rem;
}

/* 底部 */
.bott {
  width: 100%;
  padding: 0.2rem 0.15rem;
  box-sizing: border-box;
  background: #242424;
  display: flex;
  flex-wrap: wrap;
}
.bott .followus {
  width: 100%;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}
.bott .tm {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0.13rem 0 0.17rem;
  justify-content: center;
}
.bott .tm img {
  width: .25rem;
  margin-left: 0.25rem;
}


.unfo {
  width: 100%;
  color: #fff;
}
.unfo .unfolist {
  width: 100%;
  padding: 0.15rem 0;
  border-top: 0.005rem solid #4f4f4f;
}
.unfo .unfolist:last-child {
  border-bottom: 0.005rem solid #4f4f4f;
}
.unfo .unfolist .unfomenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.unfo .unfolist .unfomenu .text {
  font-size: 0.14rem;
  font-weight: 700;
}
.unfo .unfolist .unfomenu .unfoxjt {
  position: absolute;
  top: 60%;
  right: 0.05rem;
  width: 0.1rem;
  color: #aaa;
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.unfo .unfolist .unfomenu .unfoxjt::before,
.unfo .unfolist .unfomenu .unfoxjt::after {
  position: absolute;
  width: 0.1rem;
  height: 0.02rem;
  background-color: currentColor;
  border-radius: 0.02rem;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
  z-index: 10;
}
.unfo .unfolist .unfomenu .unfoxjt::before {
  transform: rotate(-45deg) translateX(0.045rem);
}
.unfo .unfolist .unfomenu .unfoxjt::after {
  transform: rotate(45deg) translateX(-0.045rem);
}
.unfo .unfolist .unfomenu .unfoxjtactive::before {
  transform: rotate(45deg) translateX(0.045rem);
}
.unfo .unfolist .unfomenu .unfoxjtactive::after {
  transform: rotate(-45deg) translateX(-0.045rem);
}
.unfo .unfolist .unfomenu .unfoxjtactive {
  transform: translateY(-0.03rem);
}
.unfo .unfolists2 {
  width: 100%;
}
.unfo .unfolist2 {
  width: 100%;
  margin-top: 0.15rem;
}
.unfo .unfomenu_content {
  width: 100% !important;
}
.unfo .unfomenu_child {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.14rem;
  color: #c7c7c7;
}
.unfo .unfomenu_childg {
  color: #fff;
}
.unfo .unfolist .unfomenu_child .unfoxjt2 {
  width: 0.1rem;
  color: #aaa;
  margin-top: 0.09rem;
  margin-left: 0.06rem;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(-0.075rem);
}
.unfo .unfolist .unfomenu_child .unfoxjt2::before,
.unfo .unfolist .unfomenu_child .unfoxjt2::after {
  position: absolute;
  width: 0.1rem;
  height: 0.02rem;
  background-color: currentColor;
  border-radius: 0.02rem;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
  z-index: 10;
}
.unfo .unfolist .unfomenu_child .unfoxjt2::before {
  transform: rotate(45deg) translateX(0.045rem);
}
.unfo .unfolist .unfomenu_child .unfoxjt2::after {
  transform: rotate(-45deg) translateX(-0.045rem);
}
.unfo .unfolist .unfomenu_child .unfoxjtactive2::before {
  transform: rotate(-45deg) translateX(0.045rem);
}
.unfo .unfolist .unfomenu_child .unfoxjtactive2::after {
  transform: rotate(45deg) translateX(-0.045rem);
}
.unfo .unfolist .unfomenu_child .unfoxjtactive2 {
  transform: translateY(0);
}
.unfo .unfomenu_child_content {
  width: 100% !important;
}
.unfo .unfolists3 {
  width: 100%;
  padding-left: 0.1rem;
  box-sizing: border-box;
}
.unfo .unfolist3 {
  width: 100%;
  margin-top: 0.15rem;
  font-size: 0.14rem;
  color: #c7c7c7;
}
.unfo .unfolist3 a {
  color: #c7c7c7;
}
.bott .logo {
  width: 100%;
  margin: 0.15rem 0;
}
.bott .logo img {
  width: 100%;
  height: auto;
}
.bott .tet {
  width: 100%;
  text-align: center;
  font-size: 0.12rem;
  color: #999;
  /* margin-bottom: 0.25rem; */
}
