@import "bootstrap.min.css";
@import "figure.css";
@import "foot.css";
@import "default.css";

ul {
    margin-bottom: 0;
}

p[type="space"] {
    margin: 0 0;
}

#more {
    position: relative;
    top: -250px; /*偏移值*/
    display: block;
    height: 0;
    overflow: hidden;
}

.las-figure a {
    font-family: "SimSun";
}

.info-container {
    background-color: rgb(36,41,46);
}

.btn-login {
    transition-property: all;
    transition-duration: 200ms;
    background: none;
    height: 30px;
    margin: 0;
    border: none;
    color: rgb(155,157,158);
}
.btn-login:hover {
    color: rgb(199,200,201);
}

h2 {
    color: rgb(223,234,250);
    font-weight: bolder;
    font-family: "SimSun";
    -webkit-text-stroke: 0.7px rgb(223,234,250);
}

.subtitle {
    margin-top: 30px;
    margin-bottom: 50px;
    color: rgb(200,200,200)
}

.button-subtitle {
    margin-top: 15px;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px
}

.about-us {
    background-color: rgb(36,41,46);
}

.about-us h2 {
    font-weight: bolder;
}

.about-us p {
    font-family: 'FangSong'
}

.about-us ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.about-us ul li {
    display: inline-block;
    margin: 20px;
    margin-top: -10px;
}
.about-us ul li[pos="left"] {
    width: 30%;
    text-align: right;
}
.about-us ul li img {
    height: 300px;
}
.about-us ul li[pos="right"] {
    width: 55%;
    text-align: left;
}
.about-us ul li div {
    font-size: 20px;
    transform: translate(0%,30%);
}
@media (max-width: 800px) {
    .about-us ul {
        padding-bottom: 70px;
    }
    .about-us ul li {
        display: block;
        margin: 0px;
    }
    .about-us ul li[pos="left"] {
        text-align: center;
        width: 100%;
    }
    .about-us ul li img {
        height: 200px;
        padding-right: 20px;
    }
    .about-us ul li[pos="right"] {
        text-align: center;
        width: 100%;
        margin: -20px;
    }
    #more {
        top: -150px;
    }
}

.carousel {
    z-index: -1;
}

.carousel-item {
    position: fixed;
    top: 0px;
    height: 100vh;
    width: 100%;
}

.pictures button {
    position: absolute;
    top: 5vh;
}

.pictures {
    background-color: rgba(7,14,23,0.25);
    position: relative;
}

.carousel-item img {
    text-align: center;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.title-2 {
    padding-top: 25vh;
    padding-bottom: 25vh;
    color: rgba(255,255,255,0.9);
}

.title-2 h1 {
    margin-bottom: -170px;
    font-size: 180px;
    font-weight: 600;
    color: transparent;
    text-shadow: 0px 0px 4px rgba(223,234,250,0.25);
    font-family: "SimSun";
    letter-spacing: 20px;
}

.title-2 p[type="subtitle"] {
    letter-spacing: 20px;
    font-size: 40px;
    font-weight: 300;
}

.title-2 p[type="time"] {
    letter-spacing: 10px;
    font-size: 25px;
    font-weight: 400;
    font-family: "FangSong";
}

.title {
    padding-top: 30px;
    /* font-family: "SimSun"; */
}
.title h2 {
    letter-spacing: 10px;
    font-family: "SimSun";
}
.title p[type="subtitle"] {
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 26px;
    letter-spacing: 3px;
    font-family: "FangSong";
}

/* .carousel {
    width: 90%;
    left: 5%;
    right: 5%;
} */

.support {
    text-align: center;
    background-image: url("/source/img/CPU.jpg");
    background-attachment: fixed;
    background-position: center;
}
.support ul {
    text-align: center;
    width: 100%;
    padding: 0px;
    padding-top: 40px;
    background-color: rgba(7,14,23,0.4);
}
.support ul li {
    display: inline-block;
    width: 30%;
    margin: 0px;
    margin-bottom: 30px;
}
.support ul li img {
    width: min(150px,20vw);
    margin-bottom: 20px;
    object-fit: scale-down;
}
.support ul li h4 {
    letter-spacing: 2px;
}
.support ul li p {
    font-size: 20px;
    font-family: "FangSong";
}
@media (max-width: 1150px) {
    .support ul li p {
        font-size: 14px;
    }
    
}
@media (max-width: 820px) {
    .support {
        display: flex;
        align-items: center;
    }
    .support ul {
        width: 100%;
        margin: auto;
    }
    .support ul li {
        display: block;
        width: 320px;
        margin: auto;
        text-align: left;
        margin-bottom: 40px;
    }
    .support ul li img {
        position: absolute;
        width: 60px;
        height: 60px;
    }
    .support ul li h4 {
        margin-left: 80px;
    }
    .support ul li p {
        margin-left: 80px;
    }
    .title-2 h1 {
        margin-bottom: -140px;
        font-size: 150px;
    }
    .title-2 p[type="subtitle"] {
        letter-spacing: 15px;
        font-size: 35px;
        font-weight: 300;
    }
    .title-2 p[type="time"] {
        letter-spacing: 8px;
        font-size: 23px;
    }
    
}

@media (max-width: 450px) {
    .title-2 h1 {
        font-size: 100px;
    }
    .title-2 p[type="subtitle"] {
        margin-top: 30px;
        letter-spacing: 10px;
        font-size: 30px;
    }
    .title-2 p[type="time"] {
        letter-spacing: 8px;
        font-size: 20px;
    }
}

.admins {
    display: flex;
    width: 90%;
    margin-left: 5%;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 20px;
}

.admins div {
    width: 300px;
    cursor: pointer;
    transition: all 0.5s;
}

.admins img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    
}

.admins div:hover {
    transform: scale(1.05);
}

.admins h3 {
    letter-spacing: 2px;
    font-family: "SimSun";
}

.admins p {
    font-size: 20px;
    font-family: "FangSong";
    margin-bottom: 0px;
    padding-bottom: 20px;
}

@media (max-width:700px) {

    .admins div {
        width: 250px;
    }
    
}

@media (max-width:570px) {

    .admins div {
        width: 200px;
    }
    
}

@media (max-width:460px) {
    .admins img {
        width: 70px;
        height: 70px;
    }
    .admins h3 {
        letter-spacing: normal;
    }
    .admins p {
        font-size: 16px;
    }
    .admins div {
        width: 140px;
    }
}

.foot-container {
    background-image: url("/source/img/background.jpg");
    background-position-x: center;
    background-attachment: fixed;
}

.foot-container2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    background-color: rgb(7,14,23);
    opacity: 0.7;
}

.foot-container2 div {
    margin: 10px;
    margin-bottom: 20px;
}

.foot-container2 img {
    height: 100px;
    object-fit: scale-down;
}

.foot-container2 h1 {
    font-size: 28px;
    margin-bottom: 5px;
    font-family: "STFangsong";
}

.foot-container2 p {
    font-size: 14px;
    margin: 2px;
    font-family: "SimSun";
}