*{padding: 0;margin: 0;}
a:hover{text-decoration: none;}
u,li{list-style: none;padding: 0;margin: 0;}


.fd{
    position: fixed;
    bottom: 5%;
    right: 0%;
    width: 120px;
    display: flex;
    flex-wrap: wrap;
}
.fd .img1{
    width: 40%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.fd .img2{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.fd p{
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.ftop{
    position: fixed;
    right: 0%;
    width: 150px;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
}
.ftop img{
    width: 200%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

.tu1, .tu2, .tu3{
    height: 400px;
}
.tu5{
    width: 75%;
}
.tu4{
    width: 68%;
    height: 200px;
}
.tu1 img, .tu2 img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .tu1{
        height: auto;
        margin: 0 auto;
    }
    .tu2{
        height: auto;
        margin: 0 auto;
    }
    .tu3{
        height: auto;
    }
    .tu4{
        width: 70%;
        height: auto;
    }
    .tu5{
        width: 75%;
    }
}

.modal1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.modal-content1 {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 25%;
    margin: 18% auto;
    border-radius: 10px;
}
.modal-content1 p{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.modal-content1 button{
    padding: 10px 20px;
    margin: 20px;
    cursor: pointer;
    border: 1px solid #33bec3;
    background-color: #33bec3;
    color: #fff;
    border-radius: 10px;
}
.modal-content1 button:hover{
    background-color: #42f0f6;
    border: 1px solid #42f0f6;
}

@font-face {
    font-family: 'douyinFont';
    src: url('https://static.funbuke.com/aihuman/ttf/douyuti.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.img_tip {
    padding-top: 10px;
}
.img_tip span {
    font-size: 12px;

}