html{
    height: 100%;
}

body {
    position: relative;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100vh;
}

.main-body {
    flex-grow: 1;
}

.wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.header-wrap {
    position: relative;
    min-width: 1000px;
    max-width: 1190px;
    height: 100%;
    margin: 0 auto;
    background: url("../images/common/headerbg.png?r=20250731-2") center bottom no-repeat;
}

.main-body {
    min-width: 1000px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 9999;
}

.header .navs {
    width: 1000px;
    margin: 0 auto;
}

.header .navs .lang {
    color: #585858;
    text-align: center;
    line-height: 80px;
}

.header .navs .lang span {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.header .navs .lang a {
    color: #585858;
    text-decoration: none;
}


.header .navs .nav {
    margin-right: 50px;
    line-height: 80px;
}

.header .navs .nav.current a:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.header .navs .nav a {
    position: relative;
    display: block;
    width: 80px;
    text-align: center;
    text-decoration: none;
    color: #585858;
    overflow: hidden;
}

.header .navs .nav a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #d61453;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.header .navs .nav a:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#main-logo {
    position: absolute;
    display: block;
    height: 57.5%;
    top: 21.25%;
    left: 50%;
    margin-left: -490px;
}

#main-logo img {
    display: block;
    height: 100%;
    width: auto;
}

.white-box {
    position: relative;
    width: 70px;
    padding: 6px 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 1px solid #f0efef;
    border-radius: 4px;
}

.white-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0px solid #f0efef;
    border-radius: 4px;
    transform-origin: 50% 50%;
    -webkit-transition: border 0s, -webkit-transform 0.8s, opacity 0.6s;
    transition: border 0s, transform 0.8s, opacity 0.6s;
}

.white-box:hover:before {
    border: 1px solid #f0efef;
    -webkit-transform: scale(1.3, 1.6);
    transform: scale(1.3, 1.6);
    opacity: 0;
}

.red-box {
    position: relative;
    width: fit-content;
    padding: 6px 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 1px solid #e74479;
    border-radius: 4px;
}

.red-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0px solid #e74479;
    border-radius: 4px;
    transform-origin: 50% 50%;
    -webkit-transition: border 0s, -webkit-transform 0.8s, opacity 0.6s;
    transition: border 0s, transform 0.8s, opacity 0.6s;
}

.red-box:hover:before {
    border: 1px solid #e74479;
    -webkit-transform: scale(1.3, 1.6);
    transform: scale(1.3, 1.6);
    opacity: 0;
}

.redbox {
    width: 160px;
    height: 44px;
    line-height: 44px;
    background-color: #d61453;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    text-align: center;
}

.footer {
    background: #FDD313;
    width: 100%;
    z-index: 9999;
}

.footer-wrap {
    min-width: 1000px;
    max-width: 1126px;
    height: 60px;
    margin: 0 auto;
    background: url("../images/common/footerbg.png?r=20250731-2") center bottom no-repeat;
}

.footer .footer-link-container {
    position: relative;
    width: 1000px;
    height: 58px;
    top: 2px;
    margin: 0 auto;
}

.footer .footer-link-container a {
    display: block;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 58px;
    color: #636363;
}

.footer .footer-link-container .icp a {
    font-size: 10px;
    color: #000;
}

.footer .footer-link-container .beian {
    width: 200px;
    margin: 0 7px 0 0; 
    align-items: center;
}

.footer .footer-link-container .beian img {
    vertical-align: middle;
}

.footer .footer-link-container .beian p {
    font-size: 10px;
    line-height: 60px;
    color: #636363;
}

.a962110 {
    background: #a9a6a6;
    width: 100%;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.a962110 img {
    height: 30px;
}

.a962110 .a962110_text {
    margin-left: 20px;
    font-size: 12px;
}