* {
    margin: 0;
    padding: 0;
}
.dhkmain {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}
.location {
    padding: 13px;
    line-height: 30px;
    color: #999;
}
.location a {
    color: #555;
}
.dhkcontent {
    padding: 20px;margin:0px auto 15px;
    background: #fff;
    width: 99%;
    min-height: 300px;
}
.dhkcontent .page_title {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.dhkcontent .page_content {
    font-size: 13px;
    line-height: 30px;
}
a {
    text-decoration: none;
}

.main-header {
    width: 100%;
    height: 5vh;
    min-height: 60px;
    background-color: #111111;
}

.main-container-body-one-item-center-text {
    color: #565656;
    font-size: 18px;
    text-align: center;
}

.main-container-body-one {
    width: 100%;
    height: 20vh;
    min-height: 250px;
    background-color: #ffcc00;
}

.main-container-body-one-item {
    width: 100%;
    height: 100%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-container-body-one-item img {
    width: 200px;
    display: block;
}

.main-container-body-img {
    width: 100%;
    height: 500px;
}

.main-container-body-two {
    width: 100%;
    height: 20vh;
    min-height: 300px;
    /* background: url('/static/home/images/bg1.jpg') no-repeat center;
    background-size: cover; */
    background-color: #f1f1f1;
}

.main-container-body-two-item {
    width: 50%;
    height: 100%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.main-container-body-two-item a {
    color: #888;
}

.main-footer {
    width: 100%;
    height: 15vh;
    min-height: 100px;
    background-color: #d8d8d8;
}

.main-footer-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
}

.main-footer-item-img {
    width: 30%;
    min-width: 500px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.main-footer-item-info {
    width: 100%;
    text-align: center;
    color: #888;
    height: 40px;
    line-height: 40px;
}

.main-container-body-three {
    width: 100%;
    padding: 20px 0;
    margin-top: 30px;
}

.main-container-body-three-title {
    width: 50%;
    min-width: 900px;
    /* margin: 0px auto; */
    /* text-align: center; */
    font-size: 24px;
}

.main-container-body-three-item {
    width: 50%;
    min-width: 900px;
    /* text-align: center; */
    margin: 50px auto;
}

.main-container-body-three-item-title {
    font-size: 20px;
    margin: 20px 0;
}

.main-container-body-three-item-img {
    /* display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; */
}

.main-container-body-three-item-img img {
    /* width: 200px;
    height: 200px; */
    margin: 0 0px 20px 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
}

.main-container-body-three-item-center {
    margin-top: 20px;
    line-height: 24px;
}

/* 页脚 */
footer {
    background-color: #0a2463;
    color: white;
    padding: 60px 5% 30px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1500px;
    margin: 0 auto;
}

.footer-logo {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.footer-about {
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: white;
    font-size: 20px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: var(--secondary);
}

.footer-links h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-links h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--secondary);
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.newsletter input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 4px;
}

.newsletter button {
    background-color: var(--secondary);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
}

.newsletter button:hover {
    background-color: #2a7eb3;
}

.copyright {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #aaa;
    font-size: 14px;
}

.influencer-card {
    flex: 1;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    text-align: center;

    text-align: center;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* max-width: 175px; */
}

.influencer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.influencer-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px auto 15px;
    border: 1px solid var(--secondary);
}

.influencer-name {
    margin: 5px 0;
    font-size: 16px;
    color: #333;
}

.influencer-details {
    margin: 10px 0;
    text-align: left;
}

.influencer-info {
    margin: 5px 0;
    font-size: 12px;
    color: #666;
}

.influencer-info i {
    margin-right: 5px;
    width: 16px;
    text-align: center;
}

.influencer-followers {
    font-size: 12px;
    color: #ff6b6b;
    margin-top: 5px;
}
.dhkmsa {
    width: 1200px;
    margin: 0px auto;
    height: 0;
}
.set_language {
    display: flex;
    justify-content: center;
    position: relative;
    top: 30px;
    right: 100px;
    cursor: pointer;
    align-items: center;
    height: 36px;
    width: 200px;
    margin: 0 auto;
    margin-right: 50px;
    line-height: 36px;
    text-align: center;
}
.set_language p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.set_language p span {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #cb261c;
}
.set_language p:hover span {
    color: #cb261c;
}
.set_language i.layui-icon-website {
    font-size: 18px;
    color: #cb261c;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.set_language img {
    width: 24px;
    margin-right: 4px;
}
.hide_language {
    display: none;
    z-index: 100;
    width: 110px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 36px;
    left: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.hide_language ul li {
    width: 100%;
}
.hide_language ul li a {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    display: block;
    padding: 0 10px;
    text-align: left;
    border: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hide_language ul li a:hover {
    background-color: #f5f5f5;
    color: #666;
}
.set_language:hover .header_icon_arrows {
    background-position: 0 0;
    transition: all 0.3s;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.set_language:hover .hide_language {
    display: block;
}
.set_language::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ccc;
    position: absolute;
    right: -14px;
    top: 12px;
}
.set_language .header_icon_arrows {
    margin-left: 6px;
}
