@import "./common.css";
@import "./secondNav.css";
@import "./footer.css";
.container {
    padding: 15vw 0 32.1vw 8.3vw;
    font-size: 1.3vw;
}
.container div,.container span{
    font-family: AlibabaPuHuiTiRegular;
}
.container .top {
    font-size: 1.3vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.container .top a {
    font-family: AlibabaPuHuiTiBold;
    text-decoration: none;
    margin-left: 3.7vw;
    position: relative;
    display: inline-block;
    border-radius: 3vw;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    padding: 1.2vw 2.7vw;
    border: solid 0.3vw transparent;
}
.container .top a:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background: linear-gradient(to right, #fa02ff, #02d9de);
    z-index: -2;
}
.container .top a:after {
    content: '';
    border-radius: calc(3vw * 0.96);
    position: absolute;
    width: 100%;
    height: 96%;
    top: 2%;
    transform: scale(0.98);
    left: 0;
    background: #fff;
    z-index: -1;
}
.container .center {
    margin-top: 5.2vw;
    margin-bottom: 4vw;
}
.container .center span {
    position: relative;
    margin-right: 3.5vw;
    line-height: 1.3vw;
    margin-left: 1.5vw;
}
.container .center span:before {
    content: '';
    width: 1.1vw;
    height: 1.1vw;
    background: #000;
    position: absolute;
    left: -1.5vw;
    top: 0.4vw;
}
.container .bottom .content {
    display: flex;
    box-sizing: border-box;
}
.container .bottom .content .left {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #eeebf3;
    width: 38.2vw;
    line-height: 2vw;
    padding-left: 1.4vw;
}
.container .bottom .content .left .title {
    font-family: AlibabaPuHuiTiBold;
    margin-bottom: 3vw;
    font-weight: bold;
    color: #533589;
}
.container .bottom .content .left span {
    margin-top: 1vw;
    font-weight: bold;
}
.container .bottom .content img {
    width: 43.4vw;
    object-fit: contain;
    margin-left: 0.7vw;
}
