/* footer */
.w-footer {
    width: 100%;
    min-height: 434px;
    height: auto;
    background-color: #f5f5f7;
}

.w-footer-center {
    flex-direction: column;
}

.w-footer-center-menu {
    align-items: flex-start;
    padding: 50px 0 0;
    width: 100%;
    flex: 1;
    display: flex;
    position: relative;
}

.w-footer-center-menu li {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.w-footer-center-menu li .title h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 33px;
}

.w-footer-center-menu li .title img {
    display: none;
}

.w-footer-center-menu li .center {
    padding-right: 10px;
    flex-direction: column;
}

.w-footer-center-menu li .center a {
    font-size: 14px;
    color: #555555;
    /*font-weight: 100;*/
    line-height: 33px;
    width: 100%;
    cursor: pointer;
}

.w-footer-center-menu li .center a:hover {
    color: #359ff6;
    transition: all 0.3s;
}

.w-footer-center-menu li .image {
    margin-top: 15px;
}

.w-footer-center-menu li .image a {
    margin-right: 28px;
}

.w-footer-center-menu li .image a:nth-child(1) {
    width: 36px;
    height: 32px;
    background: url(../image/common/mobeil_facebook.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li .image a:nth-child(2) {
    width: 36px;
    height: 32px;
    background: url(../image/common/mobeil_Twi.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li .image a:nth-child(3) {
    width: 36px;
    height: 32px;
    background: url(../image/common/mobeil_youtube.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li .image a:nth-child(1):hover {
    background: url(../image/common/12_withe.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li .image a:nth-child(2):hover {
    background: url(../image/common/11_withe.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li .image a:nth-child(3):hover {
    background: url(../image/common/10_withe.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li.fixed {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    flex: 2;
    width: 480px;
}

.w-footer-center-menu li .end {
    width: 100%;
    align-items: flex-end;
}

.w-footer-center-menu li .end input {
    width: 271px;
    border-bottom: 0.5px solid #d7d7d7;
    padding: 10px 0;
    margin-top: 5px;
}

.w-footer-center-menu li .end input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.w-footer-center-menu li .end button {
    width: 100px;
    height: 36px;
    background: #3da5f9;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-footer-center-menu li .end button {
        margin-right: 350px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-footer-center-menu li .end button {
        font-size: 14px;
    }
}

.w-footer-center-copyright {
    text-align: center;
    font-size: 14px;
    color: #6e6e6e;
    margin-right: 0px;
    line-height: 21px;
    padding: 59px 0 23px;
}

.w-footer-center-copyright a {
    margin-right: 0px;
    cursor: pointer;
    color: #6e6e6e;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-footer {
        padding: 0 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .w-footer {
        height: auto;
    }

    .w-footer li {
        padding: 20px 0 10px !important;
    }

    .w-footer .title h4 {
        font-size: 16px !important;
    }

    .w-footer .center a {
        font-size: 14px !important;
    }

    .w-footer .zhankai {
      transform: scale(0.8); }
    .w-footer .guanbi {
        transform: scale(0.8);
    }

    .w-footer .image {
        margin-bottom: 0 !important;
        margin-top: 15px !important;
    }

    .w-footer .image a {
        transform: scale(0.5);
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .w-footer {
        height: auto;
        padding: 0.23rem 0.5rem 0.33rem;
    }

    .w-footer-center-menu {
        flex-wrap: wrap;
        padding: 0;
    }

    .w-footer-center-menu li {
        width: 100%;
        flex: initial;
        border-bottom: 1px solid #e0e0e0;
        padding: 0.53rem 0;
    }

    .w-footer-center-menu li .title {
        background-color: #f5f5f7;
        position: relative;
        z-index: 5;
    }

    .w-footer-center-menu li .title h4 {
        /*font-size: 0.42rem;*/
    }

    .w-footer-center-menu li .title img {
        display: block;
    }

    .w-footer-center-menu li .title .zhankai {
      width: 16px;
      height: 8px; }
    .w-footer-center-menu li .title .guanbi {
        width: 0.33rem;
        height: 0.32rem;
    }

    .w-footer-center-menu li .image {
        margin-top: 0.53rem;
        margin-bottom: 0.2rem;
    }

    .w-footer-center-menu li .image a {
        margin-right: 1.1rem;
    }

    /*.w-footer-center-menu li .image a:nth-child(1) {
      width: 0.74rem;
      height: 0.64rem; }
    .w-footer-center-menu li .image a:nth-child(2) {
      width: 0.74rem;
      height: 0.64rem; }
    .w-footer-center-menu li .image a:nth-child(3) {
      width: 0.74rem;
      height: 0.64rem;
      margin-right: 0; }*/
    .w-footer-center-menu li .image a:nth-child(1):hover {
        background: url(../image/common/mobeil_facebook.png) no-repeat 0 0/100% 100%;
    }

    .w-footer-center-menu li .image a:nth-child(2):hover {
        background: url(../image/common/mobeil_Twi.png) no-repeat 0 0/100% 100%;
    }

    .w-footer-center-menu li .image a:nth-child(3):hover {
        background: url(../image/common/mobeil_youtube.png) no-repeat 0 0/100% 100%;
    }

    .w-footer-center-menu li .center {
        height: 0;
        overflow: hidden;
        opacity: 1;
        transition: height 0.5s;
        flex-direction: column;
    }

    .w-footer-center-menu li .center a {
        font-size: 0.37rem;
    }

    .w-footer-center-menu li.fixed {
        position: initial;
        border: none;
        width: calc(100% / 1) !important;
        flex: initial;
    }

    .w-footer-center-menu li.fixed input {
        border-bottom: 1px solid #e0e0e0;
        flex: 1;
        font-size: 18px;
        width: auto;
    }

    .w-footer-center-copyright {
        padding: 0;
        padding-top: 0.66rem;
        font-size: 12px;
    }
}

.submenu {
    display: flex;
    flex-wrap: wrap;
}

.Language {
    margin-top: 40px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .Language {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e0e0e0;
    }
}

.languageImage {
    margin-top: 15px;
}

.languageImage a {
    margin-right: 23px;
    width: 32px;
    height: 24px;
}

.languageImage a:nth-child(1) {
    background: url(../image/common/english.png) no-repeat 0 0/100% 100%;
}

.languageImage a:nth-child(2) {
    background: url(../image/common/jp.png) no-repeat 0 0/100% 100%;
}

.languageImage a:nth-child(3) {
    background: url(../image/common/de.png) no-repeat 0 0/100% 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .languageImage a {
        margin-right: 36px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .languageImage a {
        margin-right: 32px;
    }
}

.languageImage select {
    border: 0;
    outline: none;
    background-color: #f5f5f7;
    color: #555555;
    font: 14px Montserrat, Helvetica Neue, sans-serif;
}

.languageImage select:focus {
    border: 1px solid #000;
}

.ConsentOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: end;
    justify-content: end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.consent-box {
    background: #222;
    color: #fff;
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
    text-align: center;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.consent-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.consent-box p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #bbb;
}

.btn-container {
    display: flex;
    justify-content: space-between;
}

.ConsentBtn {
    flex: 1;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    transition: background 0.3s;
}

.ConsentBtn.accept {
    background: #28a745;
    color: white;
    margin-right: 10px;
}

.ConsentBtn.accept:hover {
    background: #218838;
}

.ConsentBtn.decline {
    background: #444;
    color: #ddd;
}

.ConsentBtn.decline:hover {
    background: #555;
}

.ConsentOverlay.show {
    opacity: 1;
    visibility: visible;
}

.ConsentOverlay.show .consent-box {
    opacity: 1;
    transform: translateY(0);
}