body {
    background-color: #000;
}

.cyx-header {
    height: 66px;
    background: #121212;
    line-height: 66px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cyx-header ul a {
    color: #fff;
}

.minBox{
    display: none;
}

.cyx-contact {
    font-size: 14px;
    color: #999999;
    padding: 40px 0;
}

.cyx-contact span {
    display: inline-block;
    padding: 0 37px;
}

.maxBox{
    display: block;
    color: #fff;
    background-color: #000;
}

.cyx-category-wrap,
.cyx-footer-link,
.cyx-footer-copyright {
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}
.cyx-category-wrap {
    display: flex;
    gap: 8%;
    justify-content: center;
    padding: 40px 0;
    margin-top: 40px;
}

.cyx-category-wrap .category {
    font-size: 20px;
}

.cyx-category-wrap .category h3 {
    margin-bottom: 26px;
}

.cyx-category-wrap .category div {
    display: flex;
    flex-direction: column;
}

.cyx-category-wrap .category .icon-wrap {
    flex-direction: row;
    gap: 16px;
}

.cyx-category-wrap .category a {
    color: #fff;
    line-height: 2.5;
    font-size: 14px;
    position: relative;
}

.cyx-category-wrap .icon {
    width: 20px;
    height: 20px;
}

.cyx-category-wrap .qrcode {
    display: none;
    position: absolute;
    width: 100px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
}
.cyx-category-wrap a:hover .qrcode {
    display: block;
}

.cyx-footer-wrap {
    background: #121212;
}

.cyx-footer-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14.2%;
    height: 64px;
    gap: 20px;
    white-space: nowrap;
}

.cyx-footer-link .link-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.cyx-footer-link .logo {
    width: auto;
    height: auto;
}

.cyx-footer-link a {
    color: #D5D5D5;
    font-size: 12px;
}

.cyx-footer-copyright {
    text-align: center;
    color: #D5D5D5;
    font-size: 12px;
    line-height: 40px;
}
.cyx-footer-copyright a {
    color: #D5D5D5;
}

.footer-productNavigation{
    margin: 0px;
}
.footer-productNavigation .navigation-title{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
}
.footer-productNavigation .navigation-box{
    width: 368px;
    display: flex;
    justify-content: space-between;
}
.footer-productNavigation .navigation-box .item-title{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
}
.footer-productNavigation .navigation-box .item-desc{
    margin-bottom: 5px;
}
.footer-productNavigation .navigation-box .item-desc a{
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.footer-link{
    margin: 0px;
}
.footer-link .link-box{
    margin-bottom:15px;
}
.footer-link .link-box .link-title{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}
.footer-link .link-box .link-desc{
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-link .link-box .link-desc a{
    color: #333;
}
.footer-brandStory{
    margin: 0px;
}
.footer-brandStory .brandStory-title{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
}
.footer-brandStory .brandStory-desc{
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-brandStory .brandStory-desc a{
    color: #333;
}
.footer-followUs{
    margin: 0px;
}

.footer-followUs .followUs-title{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-left: 8px;
}
.footer-followUs  .followUs-item{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.footer-followUs  .followUs-item .codeItem{
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-followUs  .followUs-item .codeItem .codeItem-img{
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}
.footer-followUs  .followUs-item .codeItem .codeItem-text{
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.footer-codeItem{
    display: flex;
    align-items: center;
    width: auto;
    margin-bottom: 10px;
}
.footer-codeItem .item-box{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.footer-codeItem .item-box .codeItem-img{
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.footer-codeItem .item-box .codeItem-desc{
    display: block;
    margin-left: 10px;
    font-size: 13px;
    color: #333;
}
@media only screen and (max-width: 1200px) {
    .minBox{
        display: block;
    }
    .maxBox{
        display: none;
    }
    .cyx-footer-nav{
        padding: 0 10px;
    }
    .cyx-footer-nav li{
        height: 41px;
        font-size: 16px;
        color: #333333;
        border-bottom: 1px solid #d2d2d7;
        text-align: left;
        position: relative;
    }
    .cyx-footer-nav li.open .open{

        display: block;
    }
    .cyx-footer-nav li.open .close{
        display: none;
    }
    .cyx-footer-nav li.close .open{
        display: none;
    }
    .cyx-footer-nav li.close .close{
        display: block;
    }
    .cyx-footer-nav p{
        line-height: 41px;
        font-size: 13px;
    }
    .cyx-footer-about h3 {
        font-size: 16px;
        color: #333333;
        font-weight: normal;
        line-height: 50px;
    }
    .cyx-footer-about{
        border-bottom: 1px solid #d2d2d7;
        padding-top: 10px;
    }
    .cyx-footer-about ul {
        overflow: hidden;
        padding:0 12px;
    }
    .cyx-footer-about li {
        width: 50%;
        float: left;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .cyx-footer-about p{
        color: #333333;
        font-size: 12px;
        line-height: 35px;
    }
    .cyx-footer-nav-list{
        background-color: #f2f2f2;
        position: absolute;
        left: 0;
        width: 100%;
        top: 41px;
        z-index: 9;
        border-bottom: 1px solid #d2d2d7;
        display: none;
        margin: 0 -10px;
        padding: 0 10px;
    }
    .cyx-footer-nav-list span{
        padding: 0 8px;
        line-height: 32px;
        height: 32px;
        display: block;
        font-size: 13px;
    }
    .cyx-footer-nav-list a{
        color: #666666;

    }
    .cyx-footer-nav svg{
        float: right;
        margin-top: 14px;
    }
    .cyx-footer-nav svg.close{
        display: none;
    }
    .cyx-footer-about-img img{
        width: 100%;
    }
}
@media only screen and (max-width:825px) {
    .cyx-contact {
        text-align: left;
        max-width: 648px;
        margin: 0 auto;
    }

    .cyx-contact span {
        padding: 0;
        display: inline-block;
        line-height: 20px;
        min-width: 49%;
    }
}
@media only screen and (max-width:740px) {

    .footer-nav a {
        padding: 0 20px;
    }

    .cyx-contact {
        width: 528px;
    }
}
@media only screen and (max-width:640px) {

    .cyx-contact {
        padding: 15px 0;
        font-size: 11px;
        text-align: left;
        max-width: 340px;
        margin: 0 auto;
    }

    .cyx-contact span {
        padding: 0;
        display: inline-block;
        min-width: 49%;
        line-height: 17px;
    }
}


@media only screen and (max-width: 320px) {
    .cyx-contact {
        max-width: 300px;
    }
    .footer-nav a {
        padding: 0 4px;
    }
}

a:hover{
    color: rgb(0,104,183) !important;
    cursor: pointer !important;
}
