/********************
* 基本
********************/
:root {
    --swiper-container-height: 804px;
    --gif-logo-height: 750px;
}

body,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    /* background-color: #bcf6ff; */
    background-image: linear-gradient(0deg,
            #0dccff 0%,
            #4760ff 100%);
    min-width: 1400px;
}

a,
a:visited {
    text-decoration: none;
}

ol {
    margin: 0;
    padding: revert !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol:after,
ul:after {
    content: " ";
    clear: both;
    display: table;
}

* {
    color: #252729;
    box-sizing: border-box;
    font-family: unset !important;
}

/*Navbar*/
.common-navbar-wrap {
    margin-top: 83px;
    height: 115px;
    padding: 0 70px;
    width: 100%;
    min-width: 1400px;
    box-sizing: border-box;
}

.common-navbar {
    height: 115px;
    padding: 0 40px;
    display: flex;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    width: 100%;
    min-width: calc(1400px - 140px);
    white-space: nowrap;
    background-color: #90c9fa;
    box-shadow: 10px 17px 36px 10px rgba(7, 16, 140, 0.35);
    border-radius: 57px;
}

.common-navbar .logo {
    /* width: 331px; */
    height: 28px;
}

.common-navbar .logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
    margin-right: 20px;
}

.common-navbar .list {
    display: block;
    height: 100%;
    flex-grow: 1;
    float: right;
    white-space: nowrap;
}

.common-navbar .list .item {
    height: 100%;
    padding: 0 20px;
    position: relative;
    float: right;
}

.common-navbar .list .item>a {
    color: #0a0a0a;
    font-size: 18px;
    transition: color 0.3s;
    padding-top: 4px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-navbar .list .item:after {
    content: " ";
    width: 47px;
    height: 4px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    transition: background-color 0.3s;
}

.common-navbar .list .drop-item:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
    color: #f9811f;
}

.common-navbar .list .item:hover:after,
.common-navbar .list .item.active:after {
    background-color: #0b2b86;
}

.common-navbar .list .item:hover>a,
.common-navbar .list .item.active>a {
    color: #0a0a0a;
}

/*二级*/
.common-navbar .child-nav {
    display: none;
    /* background-color: #fff; */
    background-color: #b4b2b2;
    position: absolute;
    top: 100%;
    left: -32px;
    z-index: 9999;
    border-radius: 10px;
}

.common-navbar .child-nav .child-list {
    padding: 20px 52px;
    /* border: 2px solid rgba(255, 255, 255, .96); */
    border-radius: 10px;
}

.common-navbar .child-nav .child-item {
    line-height: 50px;
}

.common-navbar .child-nav .child-item a {
    display: inline-block;
    /* color: #060606; */
    color: #fff;
    border-bottom: 3px solid transparent;
    word-break: keep-all;
    white-space: nowrap;
    height: 42px;
    font-size: 16px;
}

.common-navbar .child-nav .child-item:hover a,
.common-navbar .child-nav .child-item.active a {
    /* border-bottom: 3px solid #666565; */
    border-bottom: 3px solid #fff;
}

.common-navbar .item:hover .child-nav {
    display: inherit;
}

/*Team 避免撑开盒子*/
.common-navbar .item:first-child:hover .child-nav {
    display: inherit;
    /* left: -64px; */
}


.common-header {
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-header .common-header-logo {
    /* width: 100%; */
    width: 1000px;
    height: auto;
    display: block;
}

.sub-header-logo {
    display: block;
    margin-top: 32px;
    width: 100%;
    height: 100%;
}

.common-container {
    width: 1400px;
    padding: 0 235px;
    box-sizing: border-box;
    margin: 0 auto;
    /* background: #fff; */
    box-sizing: border-box;
}

.common-container .common-carousel {
    width: 100%;
    margin: 0 auto;
}

.common-container .common-wrap {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-top: 17px;
    padding: 56px 58px 99px 60px;
    box-sizing: border-box;
    border-radius: 44px;
}

.article-title {
    color: #3c3c3c;
    text-align: center;
    /* font-size: 42px; */
    font-size: 36px;
    letter-spacing: 1px;
    position: relative;
    margin: 45px 0;
    font-weight: bolder;
}

.article-title::after {
    content: "";
    background-color: #c74751;
    height: 5px;
    width: 32px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.article-content {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: justify;
    color: #252729;
}

.home-article {
    font-size: 20px !important;
}

.common-video {
    width: 100%;
    height: 100%;
}

.qrcode-img {
    margin: 52px auto 75px;
    display: block;
    width: 336px;
    height: 413px;
}

.common-img {
    display: block;
    width: 100%;
    height: 100%;
}


.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-16 {
    margin-top: 16px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-16 {
    margin-bottom: 16px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.common-footer {
    width: 100%;
    height: 569px;
    box-sizing: border-box;
    padding-top: 85px;
}

.common-footer p {
    text-align: center;
    font-size: 16px;
    color: #252729;
}

.common-footer p a {
    font-size: 16px;
    color: #252729;
}

.footer-qrcode-img {
    width: 292px;
    height: 384px;
    display: block;
    margin: 0 auto;
}

.sub-page-content {
    width: 1250px;
    margin: 35px auto 0;
    box-sizing: border-box;
    background-color: #fff;
    padding: 15px 100px 135px;
    border-radius: 44px;
}

.content-title {
    text-align: center;
    font-size: 42px;
    letter-spacing: 1px;
    color: #3c3c3c;
    margin: 45px 0;
    font-weight: bolder;
}

.title {
    font-size: 32px;
    line-height: 42px;
    margin: 36px 0 16px;
    color: #222121;
    font-weight: bold;
}

.label-title {
    background-color: #de6d09;
    color: #fff !important;
    border-radius: 27px;
    display: inline-block;
    padding: 0 60px;
    box-sizing: border-box;
}

.sub-title {
    font-size: 18px;
    line-height: 32px;
    color: #222121;
    font-weight: bold;
    margin: 16px 0;
}

.blue-title {
    color: #215080 !important;
}

.members-wrap {
    width: 100%;
    height: auto;
}

.members-wrap>.member-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 64px;
}

.members-wrap>.member-item>.member-head {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 196px;
    box-sizing: border-box;
}

.members-wrap>.member-item>.member-head>img {
    width: 196px;
    height: 196px;
    border-radius: 100%;
    margin-bottom: 12px;
    display: inline-block;
}

.members-wrap>.member-item>.member-head>span {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 18px;
}

.members-wrap>.member-item>.member-info {
    flex: 1;
    font-size: 18px;
    padding-left: 48px;
    line-height: 32px;
    color: #464646;
    text-align: justify;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.common-sub-img {
    display: block;
    width: 100%;
    height: 100%;
}

.text-center {
    text-align: center !important;
}

.text-indent-2 {
    text-indent: 2em;
}

.padding-left-2 {
    padding-left: 36px;
}

.img-wrap {
    width: 100%;
    margin: 16px 0;
}

.img-wrap>img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-80 {
    width: 80% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.img-wrap>span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}

.img-wrap .tips-title {
    font-size: 32px;
    line-height: 42px;
    color: #222121;
    font-weight: bold;
}

.sub-table {
    width: 100%;
    border: 1px solid #464646;
    box-sizing: border-box;
    table-layout: fixed;
    word-break: break-all;
}

.sub-table tr {
    font-size: 1.125rem;
}

.sub-table tr th {
    /* height: 6.25rem; */
    background: #d0e1f3;
    color: #464646;
    padding: 0.625rem;
    vertical-align: middle;
    border: 1px solid #464646;
    border-collapse: collapse;
    word-break: break-word;
    text-align: center;
    font-weight: bold;
}

.sub-table tr td {
    height: 4.375rem;
    padding: 0.625rem;
    text-align: center;
    color: #464646;
    vertical-align: middle;
    border: 1px solid #464646;
    border-collapse: collapse;
    word-break: break-word;
}

.sub-table tr td a {
    color: #076c70;
}

.sub-table .cell-top {
    display: block;
    font-size: 16px;
    text-align: right;
}

.sub-table .cell-bottom {
    display: block;
    font-size: 16px;
    text-align: left;
}

.sub-table .cell-line {
    display: block;
    width: 128%;
    margin-left: -18px;
    height: 1px;
    background: #464646;
    transform: rotate(25deg);
}

.sub-pdf {
    width: 100%;
    height: 800px;
}

.blod {
    font-weight: bold;
}

.common-audio {
    margin: 0 auto;
    display: block;
}

.auto-margin {
    margin: 0 auto;
    display: block;
}

.yellow-color {
    color: #f9811f !important;
}

.text-underline {
    text-decoration: underline;
}

.accordion-item {
    background: #d0e1f3;
    cursor: pointer;
    padding: 15px;
    box-sizing: border-box;
    user-select: none;
}
