header {
  background: #8168ff;
}

.header1 {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.log a {
  font-family: Nunito, Nunito;
  font-weight: normal;
  font-size: 36px;
  color: #ffffff;
  line-height: 44px;
}
.header1input {
  margin: 12px 0;
  background: #ffffff;
  display: flex;
  width: 450px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #fecd44;
  align-items: center;
  justify-content: space-between;
}
.header1input input {
  margin: 8px 24px;
  font-family: Nunito, Nunito;
  font-weight: 500;
  font-size: 12px;
  color: #8168ff;
  line-height: 16px;
}
.search_btn {
  width: 16px;
  height: 16px;
  color: #8168ff;
  margin: 12px 24px 8px 0;
}

.ullist {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.ullist li {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin: 16px 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid #8168ff;
}
.ullist li:hover {
  color: #fecd44;
  padding-bottom: 12px;
  border-bottom: 2px solid #fecd44;
}
.icon-sousuoleimu {
  display: none;
}
@media (max-width: 1300px) {
  .header1 {
    max-width: 95%;
  }
}

@media (max-width: 1100px) {
  .header1 {
    justify-content: center;
    padding: 6px 0;
    max-width: 90%;
  }
  .header1input {
    width: 300px;
  }
  .header1input {
    display: none;
  }
  .log a {
    font-size: 24px;
    line-height: 28px;
  }
  .ullist {
    display: none;
  }
  .icon-sousuoleimu {
    right: 0;
    position: absolute;
  }
  .icon-sousuoleimu:before {
    font-size: 20px;
    color: #fff;
  }
  .icon-sousuoleimu {
    display: block;
  }
}

/* 返回顶部 */
.back-to-top {
  border: none;
  background: none;
  position: fixed;
  right: 100px;
  font-size: 24px;
  line-height: 40px;
  bottom: 220px;
  display: none;
}

.icon-back:before {
  font-size: 40px;
  background-color: #fff;
  color: #8168ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 766px) {

.back-to-top {
  
  right: 30px;
  
}


}

/* 轮播图 */
.popgong{
  width: 100%;
  height: 100%;
position: relative; 
 background-color: #fff;
}

.dll{
  width: 100%;
  height: 100%;

}

.dll dt{
  width: 100%;
  height: 80%;
}
.dll dt img{
  width: 100%;
  height: 100%;
}
.dll dd{
  width: 100%;
  height: 10%;
  padding: 16px;
  font-family: Nunito, Nunito;
font-weight: bold;
font-size: 20px;
color: #333333;
line-height: 24px;
}
.prev{
  position: absolute;
  left: 0%;
  top:40%;
width: 12px;
background: none;
border: none;
font-size: 26px!important;
color: #fff;
    cursor: pointer;
}
.next{
  position: absolute;
  right: 6%;
  top:40%;
width: 12px;
background: none;
border: none;
font-size: 26px!important;
color: #fff;
    cursor: pointer;
}

.xioashudian{
  position: absolute;
  bottom: 0;
}

.xioashudian {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.xioashudian span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #ccc ;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.xioashudian span.active {
  background-color: #FFB300 ;
}











/* 遮罩 */
.box {
    position: relative;
    overflow: hidden;
}
.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #8168FF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
    transition: right 0.3s ease;
}
.drawer.open {
    right: 0;
}
/*  */
.drawerp {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;

    align-items: center;
}
#closeDrawer {
    width: 14px;
    height: 24px;
    margin-right: 15px;
}
.search_overlay {
    width: 526px;
    background: #ffffff;
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #d33ea6;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -ms-border-radius: 12px 12px 12px 12px;
    -o-border-radius: 12px 12px 12px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    margin: 0 auto;
}
.search_overlay input {
    font-family: Manrope, Manrope;
    font-weight: 500;
    font-size: 24px;
    color: #999999;
    line-height: 28px;
}

.search_overlay img {
    width: 32px;
    height: 32px;
    margin: 18px;
    cursor: pointer;
}


.search_overlay{
  background: #FFFFFF;
border-radius: 200px 200px 200px 200px;
border: 2px solid #FFB300;
margin: 0 auto;
width: 80%;
display: flex;
    align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
  .search_overlay input{
    border: none;
    border-radius: 200px 200px 200px 200px;
    padding: 20px 48px;
    font-family: Nunito, Nunito;
font-weight: 600;
font-size: 20px;
color: #8168FF;
line-height: 28px;
  }
  @media (max-width: 766px) {

.search_overlay input{
  font-size: 14px;
line-height: 18px;
   padding: 8px 24px;
        width: 90%;
  }
.drawerp {
    margin-top: 16px;
}
.ullist li {
    padding-bottom: 0px;
}



  }
.jian {
color: #fff;
}
.h5-search_btn{
  padding-right: 10px;
}
.icon-search:before {
    color: #8168FF;
}
.ylll{
  display:inline-block;
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
align-items: flex-start;
}








