*{
    padding: 0;
    margin: 0;
    font-family: "Roboto" !important;
}
a{
    color: black;
    text-decoration: none !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1424px !important;
    }
}

html,body{
    width: 100%;
    height: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

@font-face {
    font-family: "Roboto";
    src: url("Roboto.ttf");
}


.header-top-box{
    padding: 5px 0;
    background-color: black;
}
.header-top-box .container div{
    display: flex;
    justify-content: right;
    align-items: center;
}
.header-top-box .container div img{
    width: auto;
    height: 18px;
    padding: 0 20px;
    border-right: 1px solid white;
}
.header-top-box .container > div img:nth-child(2){
    padding: 0 0 0 20px;
    border-right: 0;
    border-left: 1px solid rgba(0,0,0,0);
}
.header-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 !important;
    position: relative;
}
.header-left{
    width: 40%;
}
.header-centre a{
    margin: 0 12px;
    font-weight: 500;
}
.active{
    color: #ff4d47 !important;
    font-weight: 600 !important;
}
.header-right-box{
    display: flex;
}
.header-right-box div{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.header-right-box > div:nth-child(1) > img{
    width: 16px;
}
.header-right-box > div:nth-child(1) a{
    padding: 0 10px;
    font-size: 14px;
}
.header-right-box > div:nth-child(2) > span{
    width: 32px;
    height: 32px;
    background-color: #ff4d47;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-right-box > div:nth-child(2) > span > a > img{
    width: 16px;
}
.header-right-box > div:nth-child(2) > span > a > span{
    width: 18px;
    height: 18px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -6px;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-box{
    padding: 80px 0 0 0;
    background-image: url('../images/footer-background-imgs.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}
.footer-box .container .row > div:nth-child(1){
    padding-right: 50px !important;
}
.footer-box .container .row > div:nth-child(1) > img{
    width: 60%;
}
.footer-box .container .row > div:nth-child(1) > p{
    color: white;
    line-height: 30px;
    margin: 40px 0;
}
.footer-box .container .row > div:nth-child(1) > div img{
    width: 35px;
    margin-right: 10px;
}
.footer-box .container .row > div:nth-child(2) > h3,.footer-box .container .row > div:nth-child(3) > h3{
    color: white;
    margin-bottom: 35px;
    margin-top: 20px;
}
.footer-box .container .row > div:nth-child(2) > div,.footer-box .container .row > div:nth-child(3) > div{
    display: flex;
    flex-direction: column;
}
.footer-box .container .row > div:nth-child(2) > div a,.footer-box .container .row > div:nth-child(3) > div a{
    color: white ;
    margin-bottom: 16px;
}
.footer-box .container .row > div:nth-child(2) > div a:hover,
.footer-box .container .row > div:nth-child(3) > div a:hover {
  color: #ff4d47 !important;
}
.footer-navigation-active{
    color: #ff4d47 !important;
}
.footer-box .container .row > div:nth-child(4) > div{
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.footer-box .container .row > div:nth-child(4) > div img{
    width: 80px;
    padding-right: 20px;
    border-right: 1px solid white;
}
.footer-box .container .row > div:nth-child(4) > div > div{
    padding-left: 20px;
}
.footer-box .container .row > div:nth-child(4) > div > div > p{
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}
.footer-box .container .row > div:nth-child(4) > div > div > a{
    color: #ff4d47 !important;
    font-size: 20px;
    font-weight: 600;
}
.footer-box .container .row > div:nth-child(4) > div:nth-child(2){
    display: flex;
    justify-content: left;
    flex-direction: column;
}
.footer-box .container .row > div:nth-child(4) > div:nth-child(2) p{
    width: 100%;
    color: white;
    margin-bottom: 16px;
    line-height: 30px;
}
.copyright-box{
    padding: 40px 0;
    border-top: 1px solid white;
    text-align: center;
    margin-top: 80px !important;
}
.copyright-box p{
    color: white;
}
.navigation-box{
    margin-left: 25px !important;
}
.navigation-box img{
    width: 30px;
}
.navigation-box > span img:nth-child(2){
    display: none;
}
.navigation-box > span{
    cursor:pointer;
}
.mobile-terminal-box{
    display: none;
}
.navigation-box{
    display: none !important;
}
@media (max-width:1400px) {
    .header-centre a{
        margin: 0 10px;
        font-size: 15px;
    }
    .header-right-box > div:nth-child(2) > span{
        width: 25px;
        height: 25px;
    }
    .header-right-box > div:nth-child(2) > span > img{
        width: 12px;
    }
    .header-right-box > div:nth-child(2) > span > span{
        width: 12px;
        height: 12px;
        font-size: 10px;
    }
    .header-right-box > div:nth-child(1) a{
        font-size: 12px;
    }
    .header-right-box > div:nth-child(1) > img{
        width: 12px;
    }
}

@media (max-width:1200px) {
    .header-centre{
        display: none;
    }
    .navigation-box{
        display: block !important;
    }
    .header-left{
        width: 15%;
    }
    .header-right-box > div:nth-child(1) a {
        font-size: 15px;
    }
    .header-right-box > div:nth-child(1) > img{
        width: 15px;
    }
    .header-right-box > div:nth-child(2) > span > img{
        width: 14px;
    }
    .header-right-box > div:nth-child(2) > span{
        width: 30px;
        height: 30px;
    }
    .header-right-box > div:nth-child(2) > span > span{
        width: 16px;
        height: 16px;
        font-size: 12px;
    }
    .mobile-terminal-box{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 40px;
        background-color: white;
        z-index: 999;
        display: none;
        flex-direction: column;
        box-shadow: 0px 1px 7.36px 0.64px rgba(1, 1, 1, 0.08);
    }
    .mobile-terminal-box a{
        margin-bottom: 25px;
    }
}

@media (max-width:992px) {
    .header-left{
        width: 18%;
    }
    .footer-box > .container > .row > .col-12{
        margin-bottom: 30px;
    }
    .copyright-box{
        margin-top: 0 !important;
    }
    .footer-box .container .row > div:nth-child(1) > img{
        width: 40%;
    }
    .footer-box .container .row > div:nth-child(1){
        padding-right: 12px !important;
    }
}
@media (max-width:580px) {
    .header-left{
        width: 35%;
    }
    .header-right-box > div:nth-child(1){
        display: none;
    }
    .mobile-terminal-box{
        padding: 20px;
    }
    .mobile-terminal-box div{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 25px;
    }
    .mobile-terminal-box div a{
        margin-bottom: 0 !important;
    }
    .mobile-terminal-box div span{
        margin: 0 10px;
    }
    .mobile-terminal-box div > img{
        width: 18px;
        margin-right: 10px;
    }
    .footer-box .container .row > div:nth-child(1) > img{
        width: 50%;
    }
    .footer-box .container .row > div:nth-child(1){
        padding-right: 12px !important;
    }
    .header-box{
        padding: 10px 12px;
    }
}

     /* 图标栏样式 */
        .icon-bar {
            position: fixed;
            top: 60%;
            right: 20px;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            background: #272727;
            border-radius: 30px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            padding: 1px 5px;
            z-index: 1000;
        }
        
        .icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin: 10px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }
 
        .icon-1 {
           
        }
        
        .icon-2 {
          
        }
        
        .icon-top {
         background-color: red;
        }