.logo_content {
    height: 883px;
    background-image: url('../img/homebg.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
}


.logo_content .main-container h1 {
    font-size: 64px;
    font-weight: bold;
    margin-top: 60px;
}

.logo_content .main-container h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 50px;
}

.box_header {
    height: 80px;
    background: #161618;
}

.browser_content {
    height: 505px;
    background-image: url('../img/bowserBg.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
}

.main-container {
    text-align: center;
    overflow: hidden;
}

.main-container .title h2 {
    font-size: 52px;
    font-weight: bold;
    margin-top: 100px;
}

.main-container .title h4 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.browser_content .main-container>ul {
    margin-top: 50px;
    width: 1130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.browser_content .main-container>ul>li {
    width: 130px;
    height: 142px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(153, 153, 153, 0.15);
    border-radius: 24px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.browser_content .main-container>ul>li .use {
    display: none;
}

.browser_content .main-container>ul>li:hover {
    background: #2C93FF;
    box-shadow: 0px 0px 20px 0px rgba(44, 147, 255, 0.6);
    position: relative;
}

.browser_content .main-container>ul>li:hover .use {
    display: flex;
    position: absolute;
    background: #2C93FF;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

.browser_content .main-container>ul>li:hover .use .immediate {
    width: 90px;
    height: 28px;
    background: #5D4FFF;
    border-radius: 23px 23px 23px 23px;
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    color: #FFFFFF;
}

.browser_content .main-container>ul>li img {
    width: 54px;
    height: 54px;
    margin-top: 20px;
}

.browser_content .main-container>ul>li .name {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    margin: 10px 0;
}

.browser_content .main-container>ul>li .version {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.component_content {
    height: 1213px;
    background-image: url(../img/componentBg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    position: relative;
}

.comList {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.navigation_content {
    height: 813px;
    background-image: url(../img/navBg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
}

.navigation_content .main-container .nav {
    width: 1000px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(153, 153, 153, 0.15);
    border-radius: 20px 20px 20px 20px;
    margin: 0 auto;
    margin-top: 100px;
    clear: both;
}

.navigation_content .main-container .nav .left {
    float: left;
    height: 100%;
}

.navigation_content .main-container .nav .right {
    width: calc(100% - 400px);
    float: left;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 35px 30px 35px;
    box-sizing: border-box;
    height: 100%;
}

.navigation_content .main-container .nav .right li {
    width: 90px;
    height: 90px;
    box-shadow: 0px 0px 15px 0px rgba(102, 102, 102, 0.15);
    border-radius: 10px;
}

.wallpaper_content {
    height: 1220px;
    background: linear-gradient(45deg, #2A323D 0%, #495764 100%);
    position: relative;
}

.more_content {
    height: 760px;
    position: relative;
    background: linear-gradient(135deg, #C2D2EB 0%, #C4D4F3 100%);
}

.more_content::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/moreBg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
}

.more_content .moreList {
    width: 1200px;
    position: absolute;
    top: 100px;
    height: 565px;
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    z-index: 11;
    backdrop-filter: blur(5px);
}

.more_content .moreList>ul {
    width: 840px;
    height: 172px;

    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more_content .moreList>ul>li {
    width: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.more_content .moreList>ul>li div {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more_content .moreList>ul>li div img {
    width: 72px;
    height: 72px;
}