html,
body {
    font-family: 'PingFang SC', 'Helvetica', 'Arial', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

html,
body,
.wrap,
.content {
    height: 100%;
    background: rgba(37, 37, 49, 1);
    color: rgba(255, 255, 255, 1);
}

* {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'PingFang SC', 'Helvetica', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wrap {
    display: flex;
    flex-direction: column;
}

#nav {
    width: 100%;
    height: 70px;
    background: rgba(37, 37, 49, 1);
    color: #fff;
    z-index: 9999;
    list-style: none;
    position: fixed;
    top: 0;
    left: 0;
}

.navBox {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

#nav .navBox .image {
    margin-top: 30px;
    margin-left: 21px;
    width: 275px;
    height: 15px;
}

#nav .navBox #oul {
    width: 500px;
    position: relative;
    top: -25px;
    left: 80px;
    margin: 0 auto;
    z-index: 9999;
    overflow: hidden;
}

#oul a {
    float: left;
    line-height: 30px;
    margin: 0 30px 0 0;
    cursor: pointer;
    /*font-size:14px;*/
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

#oul a:hover,
.active {
    color: rgba(255, 255, 255, 1);
}

.line {
    display: block;
    position: absolute;
    border: 0;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    bottom: 0;
    pointer-events: none;
    border-radius: 5px;
}

.login-status {
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 9999;
}

.login-btn {
    margin-left: 40px;
    width: 82px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    font-weight: 500;
    color: #FFFFFF;
}

.login-btn:hover {
    background: rgba(216, 216, 216, 0.34);
}

#username {
    display: none;
    margin-left: 40px;
    line-height: 32px;
    font-weight: 500;
    color: #FFFFFF;
}

.icon-logout {
    display: inline-block;
    margin-left: 6px;
    width: 16px;
    height: 16px;
    background: url('../images/logout_btn.svg') center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    cursor: pointer;
}

#nav .navBox .website {
    width: 100px;
    color: white;
}

#nav .navBox .website:hover {
    font-weight: 600;
}

#nav .navBox .cut {
    width: 12px;
    height: 11px;
    /* position: absolute;
    right: 29px;
    top: 4px; */
}

.wrap {
    padding-bottom: 100px;
    /*overflow-y:scroll;*/
}

.content {
    flex: 1;
    width: 100%;
}

.content .section {
    width: 1088px;
    margin: 50px auto;
}

.content .carPlatform {
    margin-top: 100px;
}

.content .carPlatform h1 {
    font-size: 24px;
}

.content .carPlatform .oneUl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -37px;
    margin-bottom: -30px;
}

.content .carPlatform .oneUl li {
    transition: all 0.3s linear;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    opacity: 0.9;
    width: 244px;
    height: 182px;
    margin-left: 37px;
    margin-bottom: 30px;
}

.content .carPlatform .oneUl li:hover {
    transform: scale(1.1);
    transition: all 0.3s linear;
    cursor: pointer;
}

.content .carPlatform .oneUl li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.content .carPlatform .oneUl li a .topBox {
    width: 100%;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .carPlatform .oneUl .oneLi {
    background: rgba(16, 35, 158, 1);
}

.content .carPlatform .oneUl .twoLi {
    background: rgba(47, 84, 235, 1);
}

.content .carPlatform .oneUl .threeLi {
    background: rgba(89, 126, 247, 1);
}

.content .carPlatform .oneUl .fourLi {
    background: rgba(133, 165, 255, 1);
}

.content .carPlatform .oneUl .fiveLi {
    background: #8199e4;
}

.content .carPlatform .oneUl .sixLi {
    background: rgba(0, 150, 162, 1);
}

.content .carPlatform .oneUl .sevenLi {
    background: #345EC0;
}

.content .grouPlatform h1 {
    font-size: 24px;
}

.content .grouPlatform .oneUl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -29px;
    margin-bottom: -30px;
}

.content .grouPlatform .oneUl li {
    width: 194px;
    height: 182px;
    transition: all 0.3s linear;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    opacity: 0.9;
    margin-left: 29px;
    margin-bottom: 30px;
}

.content .grouPlatform .oneUl li:hover {
    transform: scale(1.1);
    transition: all 0.3s linear;
    cursor: pointer;
}

.content .grouPlatform .oneUl li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.content .grouPlatform .oneUl li a .topBox {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .grouPlatform .oneUl li a img {
    width: 50px;
    height: 48px;
}

.content .grouPlatform .oneUl li a span {
    margin-top: 8px;
}

.content .grouPlatform .oneUl .oneLi {
    background: rgba(0, 80, 179, 1);
}

.content .grouPlatform .oneUl .twoLi {
    background: rgba(24, 144, 255, 1);
}

.content .grouPlatform .oneUl .threeLi {
    background: rgba(64, 169, 255, 1);
}

.content .grouPlatform .oneUl .fourLi {
    background: rgba(105, 192, 255, 1);
}

.content .grouPlatform .oneUl .fiveLi {
    background: rgba(145, 213, 255, 1);
}

.content .developmentPlatform h1 {
    font-size: 24px;
}

.content .developmentPlatform .oneUl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -49px;
}

.content .developmentPlatform .oneUl li {
    width: 140px;
    height: 140px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    opacity: 0.9;
    transition: all 0.3s linear;
    margin-left: 49px;
}

.content .developmentPlatform .oneUl li:hover {
    transform: scale(1.1);
    transition: all 0.3s linear;
    cursor: pointer;
}

.content .developmentPlatform .oneUl li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.content .developmentPlatform .oneUl li a .topBox {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .developmentPlatform .oneUl li a .topBox img {
    width: 40px;
    height: 41px;
}

.content .developmentPlatform .oneUl .oneLi {
    background: rgba(0, 58, 67, 1);
}

.content .developmentPlatform .oneUl .oneLi a .topBox img {
    width: 84px;
    height: 46px;
}

.content .developmentPlatform .oneUl .twoLi {
    background: rgba(0, 71, 79, 1);
}

.content .developmentPlatform .oneUl .threeLi {
    background: rgba(0, 96, 103, 1);
}

.content .developmentPlatform .oneUl .fourLi {
    background: rgba(0, 112, 121, 1);
}

.content .developmentPlatform .oneUl .fiveLi {
    background: rgba(0, 137, 147, 1);
}

.content .developmentPlatform .oneUl .sixLi a .topBox img {
    width: 74px;
    height: 20px;
}

.content .developmentPlatform .oneUl .sixLi {
    background: rgba(0, 150, 162, 1);
}

.content .developmentPlatform .oneUl .sevenLi {
    background: rgba(0, 172, 185, 1);
    margin-top: 52px;
}

.content .developmentPlatform .oneUl .sevenLi a .topBox img {
    width: 44px;
    height: 34px;
}

.content .developmentPlatform .oneUl .eightLi {
    background: rgba(0, 195, 210, 1);
    margin-top: 52px;
}

.content .developmentPlatform .oneUl .eightLi a .topBox img {
    width: 42px;
    height: 30px;
}

.content .developmentPlatform .oneUl .nineLi {
    background: rgb(11, 179, 190);
    margin-top: 52px;
}

.content .developmentPlatform .oneUl .nineLi a .topBox img {
    width: 50px;
    height: 47px;
}

.content .developmentPlatform .oneUl .tenLi {
    background: rgb(3, 167, 179);
    margin-top: 52px;
}

.content .developmentPlatform .oneUl .elevenLi {
    background: rgb(5 192 206);
    margin-top: 52px;
}

.content .developmentPlatform .oneUl .twelveLi {
    background: rgb(8 225 241);
    margin-top: 52px;
}

.content .exploitPlatform h1 {
    font-size: 24px;
}

.content .exploitPlatform .oneUl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -49px;
}

.content .exploitPlatform .oneUl li {
    width: 140px;
    height: 140px;
    transition: all 0.3s linear;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    opacity: 0.9;
    margin-left: 49px;
}

.content .exploitPlatform .oneUl li:hover {
    transform: scale(1.1);
    transition: all 0.3s linear;
    cursor: pointer;
}

.content .exploitPlatform .oneUl li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.content .exploitPlatform .oneUl li a .topBox {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .exploitPlatform .oneUl .oneLi {
    background: rgba(0, 67, 51, 1);
}

.content .exploitPlatform .oneUl .oneLi a .topBox img {
    width: 37px;
    height: 42px;
}

.content .exploitPlatform .oneUl .twoLi {
    background: rgba(0, 91, 69, 1);
}

.content .exploitPlatform .oneUl .threeLi {
    background: rgba(0, 123, 93, 1);
}

.content .exploitPlatform .oneUl .fourLi {
    background: rgba(0, 155, 117, 1);
}

.content .exploitPlatform .oneUl .fourLi a .topBox img {
    width: 56px;
    height: 28px;
}

.fix {
    /*position:fixed;
    top:0;
    left:0;*/
    box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.37);
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}