.booter {
    display: flex;
    border-bottom: 1px solid #DADEE0;
    min-width: 1280px;
    width: 100%;
    height: 344px;
    background: #3E007D;
}

.booter .booter-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-top: 64px;
}

.booter .booter-x {
    display: flex;
}

.booter .booter-logo {
    display: flex;
    width: 119px;
    height: 24px;
    /*background: url("../imgfolder/logo1.png");*/
}

.booter .booter-logo img {
    width: 100%;
}

.booter .booter-menu {
    display: flex;
    margin-left: 200px;
    height: 216px;
}
.booter .booter-menu-phone {
    display: none;
}

.booter .booter-ul{
    display: flex;
    flex-direction: column;
}
.booter .booter-ul.second{
    margin: 0 172px;
}

.booter .booter-ul .title{
    font-weight: 600;
    font-size: 18px;
    font-size: 16px;
    color: #FFF;
    line-height: 24px;
    margin-bottom: 16px;
    user-select:none;
}

.booter .booter-ul .booter-li{
    font-size: 16px;
    font-size: 12px;
    color: #FFF;
    line-height: 24px;
    margin-bottom: 16px;
    user-select:none;cursor:pointer;
}

.booter .booter-ul .booter-li:hover,.booter .booter-ul .booter-li.active{
    color: #E3B5ED;
}

.booter .follow-us{
    display: flex;
    margin-left: auto;
}
.booter .follow-us .title{
    margin-bottom: 12px;
}

.booter .brand-ul {
    width: 100%;
    width: 280px;
    height: 32px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}
.booter .brand-ul .brand-li {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    background-size: 32px;
}

.booter .brand-li.douyin{background-image: url("../imgfolder/douyin.png");}
.booter .brand-li.linkedin{background-image: url("../imgfolder/linkedin.png");}
.booter .brand-li.instagram{background-image: url("../imgfolder/instagram.png");}
.booter .brand-li.facebook{background-image: url("../imgfolder/facebook.png");}


.booter .feedback-text{
    display: none;
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    margin-bottom: 8px;
}

.booter .feedback {
    display: none;
}
.booter .feedback input{
    width: 280px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    border-radius: var(--radius);
    text-indent: 10px;
    font-size: 14px;
    color: #181D23;
    line-height: 40px;
}
.booter .feedback input::placeholder {
    color: #909399;
    opacity: 1;
}

.booter .feedback .icon{
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    background: url("../imgfolder/point-to-20-gray.png");
}

.booter .feedback .icon.active{
    background: url("../imgfolder/point-to-20.png");
}

.booter .booter-line {
    width: 100%;
    height: 0px;
    border: 1px solid #FFF;
    opacity: 0.48;
}

.booter .filing {
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    font-size: 12px;
    color: #FFF;
}


.whatsapp {
    width: 140px;
    height: 160px;
    right: 30px;
    bottom: 374px;
    bottom: 274px;
    text-align: center;
    position: fixed;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
}
.whatsapp .whatsapp-icon{
    width: 120px;
    height: 120px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url("../imgfolder/whatsapp.png") no-repeat center;
    background-size: 100%;
}

.whatsapp .whatsapp-text{
    font-size: 16px;
    color: #3E007D;
    /*color: #FFF;*/
    line-height: 20px;
    white-space: nowrap;
}


@media (max-width: 1024px) {
    .booter {
        min-width: 100%;
        width: 100%;
        height: auto;
    }

    .booter .booter-x {
        display: block;
    }

    .booter .booter-logo, .booter .booter-menu, .booter .booter-line {
        display: none;
    }

    .booter .booter-container {
        padding: 24px 16px 0;
    }

    .booter .booter-ul.second {
        margin: 0;
    }

    .booter .booter-ul .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .booter .booter-menu-phone {
        display: block;
        margin: 0;
        height: auto;
        /*margin-top: 20px;*/
    }

    .booter .booter-menu-phone .booter-ul {
        border-bottom: 1px solid rgba(255,255,255, 0.48);
    }

    .booter .booter-menu-phone .booter-ul .title {
        position: relative;
        height: 64px;
        line-height: 64px;
        font-size: 14px;
        margin: 0;
    }

    .booter .booter-menu-phone .booter-ul.on .booter-li {
        display: block;
    }
    .booter .booter-menu-phone .booter-ul .booter-li {
        transition: transform 1s ease;
        display: none;
    }

    .booter .on .go-icon {
        transform: rotate(180deg);
    }
    .booter .go-icon {
        width: 16px;
        height: 16px;
        background: url("../imgfolder/go-white.png");
        background-size: 16px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -8px;
        transition: transform 1s ease;
    }

    .booter .follow-us {
        margin: 0;
    }
    .booter .filing {
        height: 84px;
        line-height: 84px;
        text-align: center;
    }
}