footer {
    width: 100%;
    height: 547px;
    background: url("https://inkonnoss.oss-cn-hangzhou.aliyuncs.com/inkonn/pic/persistent/footer_bg.png") no-repeat;
    background-size: 100% 100%;
}

.footer-content {
    /*padding: 100px 174px 0;*/
    height: inherit;
}

.footer-content-Introduction div {
    font-size: 18px;
    color: #3e3a39;
}
.footer-content-Introduction>div:nth-of-type(1){
    margin-top: 215px;
}
.footer-content-Introduction>div:last-child{
    cursor: pointer;
}

/*.footer-content-Introduction > div:nth-of-type(2), .footer-content-Introduction > div:nth-of-type(3){*/
/*    margin-bottom: 0;*/
/*    font-size: 18px;*/
/*}*/
/*.footer-content-Introduction > div:nth-of-type(3){*/
/*    margin-top: 0;*/
/*    cursor: pointer;*/
/*}*/

.footer-content-Menu {
    font-size: 1.56rem;
    /*padding-left: 100px;*/
    /*font-weight: 500;*/
}

.footer-content-Menu ul li a {
    color: #3e3a39;
}

.footer-content-Menu ul li a:hover {
    color: #cf3339;
}

.footer-content-Menu .active {
    padding: 26px 0;
    color: #cf3339;
    font-size: 40px;
    /*font-weight: bolder;*/
}

.footer-content-Social li {
    margin-bottom: 20px;
    font-size: 25px;
}

.footer-content-Social li img {
    width: 40px;
    height: 100%;
}

.footer-content-Social .active {
    margin-bottom: 0;
    padding: 26px 0;
    color: #cf3339;
    font-size: 40px;
}

#cookie-content {
    position: fixed;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    height: 144px;
    font-size: 1.5rem;
    z-index: 9999;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 4px 1px 0 1px rgba(61, 58, 57, 0.05);
}

.cookie-privacy-policy, .cookie-privacy-policy:hover {
    font-size: 24px;
    color: #3e3a39;
    border-bottom: 1px solid #3e3a39;
}

.cookie-content-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(62, 58, 57, 0.5);
}

#cookie-content button {
    width: 120px;
    height: 47px;
    border-radius: 15px;
}

#cookie-content .btn-outline-danger:hover, #cookie-content .btn-danger, #cookie-content .btn-danger:hover {
    color: #FFFFFF;
    background-color: #cf3339;
    border-color: #cf3339;
}

#cookie-content .btn-outline-danger {
    color: #cf3339;
    border-color: #cf3339;
}

.footer-Social-mobile h5 {
    color: #cf3339;
    font-size: 2.5rem;
}

.footer-Privacy-mobile {
    margin-top: 3.25rem;
}

.footer-Privacy-mobile div {
    line-height: 2.5rem;
}

/*反馈按钮样式*/
.feedback-button{
    margin-top: 6%;
}
.footer-content-Menu .feedback-button a{
    display: inline-block;
    width: 150px;
}


@media (max-width: 767px) {
    #cookie-content {
        padding: 0 !important;
        bottom: 0;
        flex-direction: column;
        justify-content: space-around;
        width: 100% !important;
        border-radius: 0;
    }
    #cookie-content>div:first-child, #cookie-content>div:first-child a{
        font-size: 16px;
    }
    #cookie-content>div:last-child button{
        padding: 0;
        width: 80px;
        height: 30px;
        line-height: 30px;
    }
    .footer-content-Introduction > div:nth-of-type(2), .footer-content-Introduction > div:nth-of-type(3){
        margin-bottom: 0;
        font-size: 14px;
    }
    .footer-content-Introduction > div:nth-of-type(3){
        margin-top: 0;
        cursor: pointer;
    }

    .footer-content-Menu, .footer-content-Social-PC {
        display: none;
    }
    .footer-content-Introduction div{
        margin-top: 30px !important;
        font-size: 14px;
    }
    footer {
        width: 100%;
        height: 100%;
        background:linear-gradient(#b1b1b1,#e9e9e9);
        /*background-size: 100% 100%;*/
    }

    .footer-content > div {
        padding-bottom: 2rem;
        justify-content: normal !important;
    }

    .footer-content-Social-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1600px) {
    .footer-content > div {
        flex-wrap: nowrap;
    }
    .footer-content-Social-mobile {
        display: none;
    }

    .footer-content-Introduction {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-content-Menu .feedback-button a{
        width: 110px;
    }
}

@media (min-width: 1600px) {
    .footer-content-Social-mobile {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #cookie-content{
        font-size: 12px;
    }
    #cookie-content>div:first-child, #cookie-content>div:first-child a{
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #cookie-content{
        font-size: 14px;
    }
    #cookie-content>div:first-child, #cookie-content>div:first-child a{
        font-size: 14px;
    }
}