* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    list-style: none;
}

img{
    width: 100%;
}

.button-wrapper {
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    width: 100%;
}

.blue {
    background-color: #001aff;
    color: rgba(255, 255, 255, 0);
    padding: 2px 2px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 150px;
    width: 7vw;
    height: 7vw;
    transition: all .7s;
    position: relative;
    display: flex;
    justify-content: center;
}

.blue p{
    top: 20px;
    font-size: 15px;
}

.blue:hover {
    width: 498px;
    height: 150px;
    color: #001aff;
    .blue-text1{
        background-image: url(pic/悬浮栏方形没点.png);
        background-size : cover;
        background-repeat: none;
    }
    .blue-text2{
        background-image: url(pic/悬浮栏圆形没点.png);
        background-size : cover;
        background-repeat: none;
    }
    .blue-text3{
        background-image: url(pic/悬浮栏三角没点.png);
        background-size : cover;
        background-repeat: none;
    }
}

.blue-text1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    cursor: pointer;
    width: 100px;
    height:100px;
    margin: 20px;

}
.blue-text2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    cursor: pointer;
    width: 100px;
    height:100px;
    margin: 20px

}

.blue-text3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    cursor: pointer;
    width: 115px;
    height:100px;
    margin: 20px

}

.blue-text1, .blue-text2, .blue-text3{
    background: none;
}

.fp{
    display: flex;
    justify-content: space-between;
}

.fp1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
    padding-top: 10px;
}

.round{
    width: 7vw;
    height: 7vw;
}

.fpt{
    font-size: 2vw;
}

.fpt1{
    padding-top: 4vw;
}

.fpt2{
    display: block;
    margin-top: 10vw;
    font-size: 2vw;
}

.studioname{
    display: block;
    color: #001AFF;
    font-size: 4.9vw;
}

.fp2{
    position: relative;
}

.fpr-desktop-image {
    display: block;
    width:50vw;
}

.fpr-mobile-image {
    display: none;
}

.square{
    position: absolute;
    bottom: 0vw;
    width: 22vw;
}

.triangle{
    position: absolute;
    top: 2vw;
    right: 1.5vw;
    width: 10vw;
}

@media (max-width: 768px) {
    .fp{
        position: relative;
        flex-direction: column;
        height: 180vw;
    }
    .fp1{
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-right: 10px;
    }
    .studioname{
        text-align: right;
        font-size: 15vw;
    }
    .fpt{
        display: flex;
        height: 30vw;
    }
    .round{
        height: 21vw;
        width: auto;
    }
    .fpt1{
        margin-top: 1vw;
        padding-top: 0;
        text-align: right;
        font-size: 7vw;
        width: 100%;
    }   
    .fpt2{
        display: none;
    }
    .fpr-desktop-image {
        display: none;
    }
    .fpr-mobile-image {
        display: block;
    }
    .fp2{
        position: absolute;
        height: max-content;
        top:35vw;
        width: 100%;
    }
    .square{
        display: none;
    }
    .triangle {
        display: none;
    }
}

.works{
    margin-top: 150px;
    margin-bottom: 150px;
}

.works p{
    z-index: 1;
    background: -webkit-linear-gradient(left, blue, rgba(255, 255, 255, 0));
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    color:rgb(255, 255, 255, 1);
    font-size: 70px;
    width: 300px;
}

.wp{
    z-index: 0;
    background-image: url(pic/worksbg1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    top: -46px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.wps{
    display: flex;
    justify-content: center;
}

.wps img{
    margin: 10px;
    width: 12vw;
}

.workssq1{
    position: absolute;
    right: 0;
    margin-right: 50px;
    margin-top: -95px;
    width: 100px;
}

@media (max-width: 768px) {
    .works p{
        color:rgb(255, 255, 255, 1);
        font-size: 40px;
        width: 200px;
    }
    .wp{
        top: -25px;
    }
    .wps{
        display: flex;
        flex-direction: column;
    }
    .wps img{
        margin: 5px;
        width: 22vw;
    }
    .wps-last{
        display: flex;
        flex-direction: row;
        padding-left: 13.5vw;
    }
    .wps-line1{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .wps-line2{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .workssq1{
        width: 11vw;
        margin-top: -50px;
        margin-right: 15vw;
    }
}

.link{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.l1{
    margin-right: 170px;
    font-size: 70px;
}

.l2{
    background: #001AFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 170px;
    width: 600px;
    color: whitesmoke;
    font-size: 40px;
}

@media (max-width: 768px) {
    .link{
        display: flex;
    }
    .l1{
        margin-right: 20vw;
        font-size: 30px;
    }
    .l2{
        padding-top: 10px;
        padding-bottom: 10px;
        right: 0;
        margin-left: 20vw;
        width: 250px;
        font-size: 15px;
    }
}

.works2{
    position: relative;
    margin-top: 150px;
    margin-bottom: 150px;
}

.wps1{
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 20vw;
}

.wps1 img{
    padding: 10px;
}

.wps2{
    display: flex;
}

.wps2 img{
    width: 25vw;
}


.wps3{
    width: 50vw;
}

.worksbg2{
    z-index: 0;
    position: absolute;
    top: 0;
    padding-left: 50vw;
    padding-right: 15vw;
}

.workssq2{
    position: absolute;
    right: 15vw;
    margin-top: 4vw;
    width: 100px;
    height: auto;
}

@media (max-width: 768px) {
    .wps1{
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .wps2 img{
        width: 37vw;
    }
    .wps3{
        width: 74vw;
    }
    .worksbg2{
        padding-left: 48vw;
        padding-right: 8vw;
    }
    .workssq2{
        width: 11vw;
        margin-top: 15vw;
        right: 8vw;
    }
}

.gainian{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 100px;
    margin: 40px;
}

.gainian-left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    height: 600px;
}

.gainian-left-text{
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    font-size: 50px;
}

.gainian-left img{
    width: 15vw;
    height: 15vw;
}

.gainian-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 25px;
    padding-left: 50px;
    border-left: 2px solid black;
    height: 80vh;
}

.gainian-right-text{
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: justify;
    background-image: url(pic/gainian-right-textbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 100px;
    height: 20vw;
    width: 34.5vw;
    font-size: 2vw;
}

.gainian-right img{
    margin-top: 20px;
    width: 10vw;
    height: 10vw;
}

@media (max-width: 768px) {
    .gainian{
        flex-direction: column;
    }
    .gainian-left{
        justify-content: center;
        height: 300px;
    }
    .gainian-left-text{
        display: flex;
        flex-direction: column;
        margin-right: 10px;
        font-size: 30px;
    }
    .gainian-left img{
        transform: rotate(90deg);
        width: 25vw;
        height: 25vw;
    }
    .gainian-right{
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-bottom: 0px;
        padding-left: 0px;
        border-left: 0;
        height: 300px;
    }
    .gainian-right-text{
        height: 200px;
        width: 345px;
        font-size: 20px;
    }
    .gainian-right img{
        right: 0;
        transform: rotate(90deg);
        width: 60px;
        height: 60px;
    }
}

.DP{
    margin-top: 100px;
    margin-bottom: 200px;
    display: flex;
    justify-content: space-around;
}

.DP button{
    border: none;
    background-color: transparent;
}

.principles{
    width: 10vw;
    height: auto;
}

.principle{
    position: relative;
    display: flex;
    justify-content: center;
}

.principle img{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 20vw;
}

.button1{
    opacity: 1;
}

.button2{
    opacity: 0;
}

.principle:hover .button1 {
    opacity: 0;
}

.principle:hover .button2 {
    opacity: 1;
}

.principles p{
    display: flex;
    justify-content: center;
    padding-top: 25vw;
    font-size: 40px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .DP{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .DP button{
        margin: 30px;
    }
    .principles p{
        font-size: 30px;
    }
}

.closed{
    display: none;
}

.sectionA{
    display: flex;
    flex-direction: row;
    padding-bottom: 150px;
}

.section-attitude-pic{
    padding-right: 50px;
    padding-left: 100px;
    height: 70vh;
}

.section-attitude-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 100px;
    padding-left: 50px;
}

.section-attitude-text h1{
    font-size: 50px;
}

.section-attitude-text p{
    display: flex;
    flex-direction: column;
    text-align: justify;
    font-size: 19px;
}

.aboutus{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.au{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 50px;
    height: 120px;
}

.au span{
    color: #001AFF;
}

.au-round{
    position: relative;
    top: 5px;
    font-size: 80px;
}

.au-square{
    position: relative;
    top: 5px;
    font-size: 80px;
}

.au-triangle{
    position: relative;
    top: 5px;
    font-size: 60px;
}


.invitation{
    padding: 40px;
    font-size: 2vw;
}

.aboutus-pic{
    position: relative;
    padding: 40px;
}

.aboutus-pic-left{
    position: absolute; 
    width: 400px;
}

.aboutus-pic-right{
    display: flex;
    position: absolute;
    right: 40px;
    height: 70.68px;
}

.aboutus-pic-right img{
    padding-left: 10px;
}

.bottom{
    display: flex;
    justify-content: space-between;
    background: #e4e4e4;
    color: rgb(179, 179, 179);
    margin-top: 150px;
    padding: 10px;
    font-size: 10px;
}

.bottom-right{
    text-align: right;
}

@media (max-width: 768px) {
    .aboutus-pic{
        display: flex;
        width: 80%;
    }
    .aboutus-pic-right{
        display: none;
    }
    .aboutus-pic-left {
        width: 80%;
    }
}