@charset "utf-8";
/* CSS Document */

* {
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

body {
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0;
    height: 100%;
    width: 100%;
    background: #83ccf7;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    letter-spacing: 0;
}

input, li, p, ul {
    margin: 0;
    padding: 0
}

li, ul {
    list-style: none
}

a {
    text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #000000;
}

.header {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    color: #000000;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
}

.header .logo img {
    width: 100%;
}

.header .info {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 420px;
    padding: 10px;
    background: #ffffff;
}

.btn {
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    zoom: 1;
}

.login {
    background: linear-gradient(45deg, #4a90e2, #87ceeb);
    color: #ffffff;
    margin: 0 10px;
}

.register {
    background: #e2e8f0;
    color: #4a5568;
}


.userInfo {
    background: linear-gradient(45deg, #4a90e2, #87ceeb);
    color: #ffffff;
    margin: 0 10px;
}

.userInfo:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.userInfoOt {
    position: absolute;
    top: 50px;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.info:hover .userInfoOt {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.userInfoOtI {
    padding: 12px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
    justify-content: center;
}

.userInfoOtD {
    height: 1px;
    background-color: #e2e8f0;
    margin: 4px 0;
}

.search {
    background: #4a90e2;
    padding: 2px 6px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-top: 20px;

}

.search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.searchInput {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #e2e8f0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    width: 70%;
}

.searchButton {
    background: #38a169;
    color: #ffffff;
}

.link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px 0;
}

.content .contentName {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.title {
    color: #000000;
    font-size: 1.1rem;
    font-weight: 600;
}

.linkTitle {
    margin-right: 10px;
}

.linkSelect {
    border: solid 1px #ddd;
    box-sizing: border-box;
    vertical-align: middle;
    width: auto;
    display: inline-block;
    padding: 4px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.linkSelect select {
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
    background: none;
    outline: none
}

.content {
    margin: 0 auto;
}

.content .ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content .ul li {
    padding: 16px 20px;
}

.content .list {
    width: 100%;
    margin: 10px 0;
}

.content .list .ul li {
    width: calc(33.33% - 40px);
}

.content .contentDesc {
    background: #38a169;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    color: #FFFFFF;
    width: 60%;
    font-size: 14px;
    flex-direction: row;
}

.content .contentDesc img {
    width: 100px;
    height: 75px;
}

@media (max-width: 760px) {
    .content .ul li {
        padding: 16px;
    }

    .content .list .ul li {
        width: calc(50% - 32px);
    }

    .content .contentDesc {
        width: calc(100% - 40px);
        flex-direction: column;
    }

    .content .contentDesc img {
        width: 100%;
        height: auto;
    }
}



.title3 {
    color: #2d3748;
    margin-bottom: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.content .ul .liDesc {
    color: #4a5568;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    height: 3em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    word-wrap: break-word;
    white-space: normal;
}

.content .ul .liDesc a {
    color: #4a5568;
}

.content .ul .liTools {
    background: #4a90e2;
    color: white;
    padding: 4px 12px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.content .ul .liLink {
    padding: 6px 0;
    font-size: 0.8rem;
}

.navbar {
    position: fixed;
    top: 40%;
    left: 0;
    font-size: 14px;
    z-index: 10;
}

.navbar .navbarDisplay {
    margin-bottom: 6px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
}

.navbar #displayNone {
    background: url("/static/image/2.png") no-repeat 0 0 / 100% 100%;
    display: none;
}

.navbar #displayBllck {
    background: url("/static/image/1.png") no-repeat 0 0 / 100% 100%;
}

.navbar .navbarMain {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #4a90e2;
    padding: 4px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.navbar .navbarMain {
    display: none;
}

.navbar a {
    padding: 10px 16px;
    color: #ffffff;
    font-weight: 800;
    width: calc(100% - 32px);
    text-align: center;
}

.navbar a:hover {
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
}

.details {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.details h2 {
    color: #FFFFFF;
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}

.details .desc {
    text-align: center;
    color: #000000;
    font-size: 1.1em;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 6px 0;
}

.detailsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.detailsList .li {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 49%;
    margin: 10px 0;
}

@media (max-width: 760px) {
    .detailsList .li {
        width: 100%;
    }
}

.detailsList .li .liVideo {
    position: relative;
    width: 100%;
    height: 300px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailsList .li .liVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detailsList h2 {
    color: #000000;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: center;
}

.mask {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    filter: alpha(opacity=50);
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.loginBox {
    width: 22rem;
    background: #ffffff;
    position: relative;
    border-radius: 0.2rem;
    text-align: center;
    box-shadow: 0 0 0.5rem 0 #000000;
}

@media (max-width: 480px) {
    .loginBox {
        width: 100%;
    }
}

.loginBoxTitle {
    padding: 1rem 0;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.close {
    float: right;
    margin-right: 4%;
}

.loginBoxRow {
    padding: 0.8rem 0;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
}

.loginBoxRow span {
    display: block;
    width: 20%;
    float: left;
}

.loginBoxRow input {
    padding: 0.8rem 0;
    text-indent: 1rem;
    border: 1px solid #ebf1f4;
    border-radius: 1rem;
    width: 100%;
}

.loginBoxRow #rphoneCode {
    width: 60%;
}

.loginBoxRow button {
    padding: 0.8rem 0;
    border-radius: 1rem;
    width: 100%;
    background: linear-gradient(45deg, #4a90e2, #87ceeb);
    color: white;
    border: none;
    font-weight: bold;
}

.loginBoxRow #rgetPhoneCode {
    width: 40%;
}

.conVideo video {
    width: 100%;
}

.conDown {
    padding: 10px 0;
}

.conDown span {
    display: inline-block;
    background: linear-gradient(45deg, #4a90e2, #87ceeb);
    color: #FFFFFF;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 500;
}

.news {
    margin: 0 auto;
    padding: 10px 0;
}

.news .newsTitle {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.news .newsList {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.news .newsList .swiper-slide {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.news .newsList .swiper-slide a {
    font-size: 13px;
    color: #4a5568;
}

.news .newsList img {
    width: 90%;
}

.newsLi {
    width: 100%;
    padding: 5px;
}

.pages {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 1.4rem 0;
}

.pagination li {
    float: left;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #666;
    margin: 0 0.2rem;
}

.pagination li a, .pagination li span {
    display: inline-block;
    padding: 0.2rem 0.6rem;
}

.pagination .active {
    background: #5a98de;
    color: #fff;
}