header {
    background: #3d01ab;
}
.nome{
    display: none;
}
.header1 {
   max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.log img{
width: 100%;
height: 100%;
}
.log {
height: 40px;
}

.ull {
    display: flex;
    align-items: center;
    margin: 0 40px;
}
.ull li {
    margin-right: 30px;
}
.red {
  color: #C6FF00;
}
.header1input {
    display: flex;
    align-items: center;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
}
.log a {
    font-family: Sriracha, Sriracha;
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    line-height: 60px;
}
.ull li {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
}
.header1input input {
    padding: 12px 0px 12px 60px;
    background: #ffffff;
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 16px;
    float: left;
    color: #757575;
    line-height: 20px;
}
.search_btn {
    width: 48px;
    height: 100%;
    background: #c6ff00;
}
.search_btn img {
    width: 24px;
    height: 24px;
    margin: 9px 12px;
}
.header1he{
    display: none;
}


@media (max-width: 1500px) {

.ull li {
  
    font-size: 18px;
   
}
.header1 {
       width: 95%;
}

}
@media (max-width: 1300px) {
    .header1he{
        display: block;
    }
    .log a {
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
    }
    .ull {
        display: none;
    }
    .header1inputname {
        display: none;
    }
    .header1he{
        display: flex;
    }
    .header1he img{
        width: 36px;
        height: 36px;
        margin-right: 40px;
    }
    .header1 {
        justify-content: space-between;
        
    }
    .header1 {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .header1 ul li {
        padding-top: 20px;
    }
    .footerul {
    width: 100%;
    justify-content: space-between;
}
}
@media (max-width: 768px) {


}
@media (max-width: 660px) {
    .header1 ul {
        margin: 20px;
    }
    .header1 ul li {
        margin-right: 40px;
    }
        .header1he img {
        width: 24px;
        height: 24px;
        margin-right: 0px;
        margin-left: 24px;
    }
}

@media (max-width: 560px) {
    .log a {
        font-size: 20px;
        line-height: 24px;
    }
    .header1input input {
        font-size: 12px;
        color: #8a9099;
        line-height: 16px;
        margin: 4px 0px 4px 16px;
    }
    .search_btn {
        width: 12px;
        height: 12px;
        margin-right: 6px;
    }
    .header1 ul li {
        font-size: 12px;
        color: #908a99;
        line-height: 14px;
        margin-right: 24px;
    }
    .header1 {
        padding: 4px 0;
    }
    .header1 ul {
        margin: 0px 0 20px 0;
    }
}
/* 侧边栏 */
/* 遮罩 */
header {
    position: relative;
}
.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1000;
    transition:
        opacity 0.5s,
        visibility 0.5s;
}
.overlay.visible {
    background: #3d01ab;
    opacity: 1;
    visibility: visible;
}

.overlay-content {
    position: fixed;
    top: 0px;
    left: -300px;
    width: 100%;
    height: 100%;
    background: url(../images/bj3.png);

    transition: transform 0.5s;
}
.overlay.visible .overlay-content {
    transform: translateX(0);
    left: 0;
}
.ovsaearch {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.oversearchand {
    max-width: 526px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    overflow: hidden;
    justify-content: space-between;
}
.fanhuijianto {
    width: 24px;
    height: 40px;
}
.h5-search_btn {
    background: #c6ff00;
}

.oversearchand input {
    background: #ffffff;
    border-radius: 12px 12px 12px 12px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #303030;
    line-height: 28px;
    margin-left: 8px;
    padding-left: 20px;
}
.oversearchand img {
    width: 28px;
    margin: 16px 20px;
}

@media (max-width: 540px) {
    .ovsaearch {
        padding-top: 34px;

        padding-bottom: 24px;
    }
    .fanhuijianto {
        width: 12px;
        height: 20px;
    }
    .oversearchand {
        height: 45px;
     border-radius: 0px 0px 4px 4px;
    }
    .oversearchand input {
        height: 37px;
        border-radius: 6px 6px 6px 6px;
        margin-left: 4px;
        font-size: 12px;
        line-height: 14px;
        padding-left: 16px;
    }
    .oversearchand img {
        width: 24px;
        height: 24px;
        margin: 10px 16px;
    }
    .oversearchand {
        width: 70%;
        margin: 0 auto;
        margin-bottom: -44px;
    }
    .mainwha {
        padding-top: 0px;
    }
  
}

#search{
display: none;
}
.ull li a:hover{
    color: #c6ff00;
}
















