body > .fill,
.section {
    overflow: hidden;
}
.main {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}
.body {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}
@media (max-width: 1280px) {
    .body {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }
}
.rtf *{
    white-space: normal!important;
}
.rtf img{
    height: auto;
}
.tel {
    white-space: nowrap;
    background-color: #fff;
    height: 2.5em;
    padding: 0 1em;
    color: #252525;
}
.tel .img {
    width: 1.1em;
    height: 1.1em;
    background-image: url(../images/tel.png);
    transition: filter 0.4s ease;
    animation: info-animation 3.2s linear infinite;
}
@keyframes info-animation {
    0% {
        transform: rotateZ(0) scale(1);
    }
    1% {
        transform: scale(1.05);
    }
    1.875% {
        transform: rotateZ(10deg) scale(1.1);
    }
    3.75% {
        transform: rotateZ(0) scale(1.1);
    }
    5.625% {
        transform: rotateZ(-10deg) scale(1.1);
    }
    7.5% {
        transform: rotateZ(0) scale(1.05);
    }
    8.75% {
        transform: rotateZ(5deg) scale(1.1);
    }
    10% {
        transform: rotateZ(0) scale(1.1);
    }
    11.25% {
        transform: rotateZ(-5deg) scale(1.05);
    }
    12.5% {
        transform: rotateZ(0) scale(1);
    }
    100% {
        transform: rotateZ(0) scale(1);
    }
}
.tel .en {
    margin-left: 0.5em;
    letter-spacing: 0.1em;
    margin-bottom: -0.2em;
    font-size: 0.9em;
    line-height: 1;
}
.tel:hover {
    background-color: #dd8216;
    color: #fff;
}
.tel:hover .img {
    filter: invert(1) grayscale(1000%) brightness(1000%);
}
.header .logo {
    width: 12.7em;
    max-width: 50%;
    margin-right: 1.5em;
}
.header .menu{
    line-height: 0.9;
}
.header .menu .char{
    font-size: 20px;
    transform: scale(0.5);
    white-space: nowrap;
    width: 20px;
    text-indent: -0.5em;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .header .tel {
        margin: 0 0.8rem 0 auto;
    }
    .header .menu {
        font-size: 22px;
    }
}
.swiper-pagination.default {
    padding-top: 30px;
    margin: 0.2rem auto 0;
    width: auto;
    transform: none!important;
    position: static;
    font-size: inherit;
}
.swiper-pagination.default .swiper-pagination-bullet {
    transition: all 0.4s ease;
    width: 0.6em;
    height: 0.6em;
    opacity: 1;
    flex-shrink: 0;
    margin: 0 calc(2px + 0.08rem);
    background-color: #bdbdbd;
}
.swiper-pagination.default .swiper-pagination-bullet-active {
    background-color: #013c89;
}
.swiper-pagination.white .swiper-pagination-bullet-active,
.swiper-pagination.white .swiper-pagination-bullet {
    background-color: #fff;
}
.swiper-pagination.white .swiper-pagination-bullet {
    opacity: 0.4;
}
.swiper-pagination.white .swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination.white.timing .cls-1 {
    stroke: #fff;
}
.swiper-pagination.white.timing .cls-2 {
    fill: #fff;
}
.swiper-pagination.timing .swiper-pagination-bullet {
    background-color: transparent;
    margin: 0 0.75em;
    width: 2em;
    height: 2em;
}
.swiper-pagination.timing .cls-1 {
    fill: none;
    stroke: #013c89;
    stroke-width: 4;
    stroke-dasharray: 0,314;
    animation-duration: var(--duration--);
    animation-timing-function: linear;
}
.swiper-pagination.timing .cls-2 {
    fill: #013c89;
}
.swiper-pagination:has(.swiper-pagination-bullet:only-child) {
    display: none;
}
.caption {
    padding-bottom: 30px;
    margin-bottom: 0.1rem;
}
.caption .h1 {
    font-size: 1.2em;
}
.caption .h2 {
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 12px;
    font-family: 'adineue', sans-serif;
}
.caption .h2 + .h3 {
    padding-top: 20px;
    margin-top: 0.1rem;
}
.caption .h3 {
    font-size: 1.8em;
    font-weight: bold;
    color: #013c89;
    font-style: italic;
    line-height: 1.35;
}
.caption .h4 {
    font-size: 16px;
    opacity: 0.2;
    line-height: 1.35;
    margin-top: 10px;
}
.caption .line {
    padding-top: 20px;
    margin-top: 0.1rem;
}
.caption .line:after {
    width: 48px;
    height: 6px;
    background-color: #013c89;
    border-radius: 3px;
}
.caption.white .h3 {
    color: #fff;
}
.caption.white .line:after {
    background-color: #fff;
}
.more {
    width: 11.9em;
    height: 4.3em;
}
.more .h {
    width: 9em;
    height: 2.6em;
    line-height: 2.6em;
    color: #013c89;
    border-bottom: 0.1em solid #013c89;
    border-top: 0.1em solid transparent;
}
.more .h .char {
    font-size: 14px;
}
.more .cc {
    background: url(../images/more.png) no-repeat scroll center center;
    background-size: 100% 100%;
    color: #fff;
    width: 4.3em;
    height: 4.3em;
    margin-left: -1.4em;
}
.more .cc .icon {
    font-size: 1.2em;
    transition: all 0.4s ease-out;
}
.more:hover .cc .icon {
    transform: rotateZ(45deg);
}
.appoint {
    position: relative;
    width: fit-content;
}
.appoint .cc,
.appoint .box {
    transition: all 0.4s ease-out;
}
.appoint .cc {
    background-color: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    position: absolute;
    animation: animate1 6s linear infinite;
}
.appoint .cc:nth-of-type(2) {
    animation-delay: 2s;
}
.appoint .cc:nth-of-type(3) {
    animation-delay: 4s;
}
@keyframes animate1 {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1.25, 2);
        opacity: 0;
    }
}
.appoint .box {
    position: relative;
    z-index: 2;
    border-radius: 3em;
    height: 3em;
    background-color: #ffffff;
    width: 13.7em;
    box-sizing: border-box;
    color: #dd8216;
}
.appoint .box .char {
    font-weight: bold;
    font-size: 1.2em;
}
.appoint .box .icon {
    font-size: 1.2em;
    margin-right: 0.5em;
}
.appoint:hover .cc {
    background-color: rgba(221, 130, 22, 0.4);
}
.appoint:hover .box {
    background-color: #dd8216;
    color: #fff;
}
.swiper-button {
    width: 44px;
    height: 44px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #999;
    color: #999;
}
.swiper-button:hover {
    border-color: #013c89;
    background-color: #013c89;
    color: #fff;
}
.wechat {
    text-align: center;
}
.wechat img {
    width: 6.875em;
    height: 6.875em;
    object-fit: contain;
    margin-bottom: 6px;
}
.wechat p {
    font-size: 0.875em;
    white-space: nowrap;
    opacity: 0.8;
}
.wechat li + li {
    padding-left: 10px;
    margin-left: 0.3rem;
}
.datum {
    color: #fff;
    box-sizing: border-box;
}
.datum .value {
    font-size: 3em;
    font-family: 'adineue', sans-serif;
    line-height: 1.1;
    height: 1.1em;
    overflow: hidden;
    letter-spacing: 0.1em;
}
.datum .value:after {
    content: attr(data-content);
    font-size: 0.3em;
    padding-left: 1em;
}
@media (min-width: 801px) {
    .datum li {
        display: block;
    }
}
@media (max-width: 800px) {
    .datum .ul {
        display: block;
    }
    .datum li {
        padding: 20px 0;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    }
    .datum li:last-child {
        border-bottom: 0 none;
    }
}
.swiper-change .swiper-pagination {
    padding: 0 16px;
    margin: 0 0.2rem;
    font-family: 'adineueBold', sans-serif;
    color: #999;
}
.swiper-change .swiper-pagination .swiper-pagination-current {
    color: #013c89;
}
ul.pagination {
    text-align: center;
    padding-top: 30px;
    margin-top: 0.3rem;
    padding-left: 0;
    font-size: 0;
    color: #a7a7a7;
    font-family: 'adineueBold', sans-serif;
}
ul.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 calc(8px + 0.1rem);
    border-radius: 100px;
    transition: all 0.2s ease-out;
    position: relative;
    overflow: hidden;
    line-height: calc(2.5em - 4px);
    font-size: 20px;
}
ul.pagination li a {
    transition: none;
}
ul.pagination li span {
    display: block;
}
ul.pagination li a,
ul.pagination li span {
    font-size: 0.9em;
    position: relative;
    z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
    color: #013c89;
    text-decoration: underline;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
    text-decoration: unset;
    background-color: #fff;
    border: 2px solid #ddd;
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
    display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
    overflow: hidden;
    text-indent: -100px;
    font-size: 0.9em;
    font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
    color: #013c89;
    background-color: #fff;
}
ul.pagination li:last-child {
    margin-left: 0.24rem;
    margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
    content: "\e6ea";
}
ul.pagination li:first-child {
    margin-right: 0.24rem;
    margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
    content: "\eb06";
}
ul.pagination li.disabled {
    pointer-events: none;
}
@media (max-width: 1680px) {
    ul.pagination li {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    ul.pagination li {
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    ul.pagination li {
        font-size: 14px;
    }
}
.thumb-list {
    width: fit-content;
    margin: 0 auto 0.2rem;
    padding-bottom: 20px;
    text-align: center;
}
.thumb-list .box {
    margin: 0 -0.2rem;
}
.thumb-list a {
    padding: 0 1.5em;
    height: 3.125em;
    line-height: 3.125em;
    margin: 0 0.2rem 10px;
    min-width: 4.5em;
}
.thumb-list a:hover,
.thumb-list a.on {
    color: #fff;
    background-color: #013c89;
}
#header {
    bottom: auto;
    z-index: 50;
    color: #fff;
    overflow: visible;
    transition: all 0.4s ease-out;
}
#header .mt {
    padding-top: 1.5em;
}
@media (min-width: 1025px) {
    #header .navbar {
        margin: 0 0.8rem 0 auto;
    }
    #header .navbar .fade {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-8px);
        white-space: nowrap;
        padding-top: 8px;
    }
    #header .navbar .fade .subset {
        background-color: #dd8216;
        border-radius: 6px;
        padding: 1em 1.5em;
        line-height: 2;
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
    }
    #header .navbar .fade .subset:empty {
        display: none;
    }
    #header .navbar .fade a:hover {
        text-decoration: underline;
    }
    #header .navbar .top {
        line-height: 1;
    }
    #header .navbar .top:after {
        content: "";
        display: block;
        height: 3px;
        background-color: #fff;
        border-radius: 3px;
        margin-top: calc(10px + 0.1rem);
        opacity: 0;
        transform: translateY(-4px);
        transition: all 0.4s ease-out;
    }
    #header .navbar .touch + .touch {
        margin-left: 0.4rem;
    }
    #header .navbar .touch.active .top:after,
    #header .navbar .touch:hover .top:after {
        opacity: 1;
        transform: translateY(0);
    }
    #header .navbar .touch.active .fade,
    #header .navbar .touch:hover .fade {
        transform: translateX(-50%) translateY(0);
    }
    #header .menu {
        display: none;
    }
}
@media (max-width: 1024px) {
    #header{
        position: fixed;
    }
    #header .navbar {
        display: none;
    }
    #header.scroll{
        background-color: #013c89;
    }
}
@media (max-width: 800px) {
    #header .mt {
        padding-top: 1em;
    }
}
#navbar {
    display: none;
    background-color: #013c89;
    padding-top: 70px;
    z-index: 51;
    color: #fff;
    position: fixed;
}
#navbar .header {
    bottom: auto;
    margin-top: 18px;
}
@media (max-width: 800px) {
    #navbar .header {
        margin-top: 12px;
    }
}
#navbar .container {
    overflow-y: auto;
    height: 100%;
}
#navbar dt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
#navbar dt a {
    opacity: 0.7;
}
#navbar dt .icon {
    opacity: 0.4;
    transition: all 0.4s ease;
}
#navbar dd {
    padding: 20px;
    line-height: 2;
    background-color: rgba(255, 255, 255, 0.1);
    flex: 1;
}
#navbar dd:empty{
    display: none;
}
#navbar dd a {
    opacity: 0.7;
}
#navbar .list{
    margin: -16px -16px 0 0;
}
#navbar dl{
    width: 50%;
    padding: 16px 16px 0 0;
    box-sizing: border-box;
}
#navbar dl.active dt a {
    opacity: 1;
}
#navbar dl.on dt .icon {
    transform: rotateZ(-180deg);
}
#banner .pc {
    height: 8.6rem;
    max-height: 56.25vw;
}
@media (max-width: 800px) {
    #banner .pc {
        display: none;
    }
}
#banner .mob {
    padding-top: 85%;
}
@media (min-width: 801px) {
    #banner .mob {
        display: none;
    }
}
#banner .swiper-slide{
    overflow: hidden;
}
#banner .swiper-pagination {
    z-index: 2;
    width: auto;
}
@media (max-width: 1280px) {
    #banner .swiper-pagination {
        font-size: 14px;
    }
}
#banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 8px;
    height: 8px;
    margin: 0 0 0 1.2em;
    border-radius: 4px;
    transition: all 0.4s ease-out;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 3.2em;
}
#banner .swiper-pagination {
    left: 0.85rem;
    bottom: 4.5em;
    margin: 0 0 -4px -1.2em;
}
@media (max-width: 1024px) {
    #banner .swiper-pagination {
        bottom: 30px;
    }
}
#aside {
    overflow: visible;
    z-index: 10;
}
#aside .container {
    left: auto;
    top: auto;
}
#aside .item {
    width: 6rem;
    height: 10em;
    box-sizing: border-box;
    position: relative;
}
@media (max-width: 1280px) {
    #aside .item {
        font-size: 14px;
    }
}
#aside .item:first-child {
    background-color: #ececec;
}
#aside .item:last-child {
    background-color: #013c89;
    color: #fff;
    position: relative;
    z-index: 2;
}
@media (max-width: 800px){
    #aside .item:last-child {
        display: none;
    }
}
#aside .item:last-child .headline .char:before {
    background-color: #fff;
}
#aside .item .headline {
    line-height: 1;
    font-size: 1.1em;
    margin-bottom: 0.1rem;
}
#aside .item .headline a{
    font-size: 12px;
    opacity: 0.5;
}
#aside .item .headline a:hover{
    color: #e60012;
}
#aside .item .headline .char:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 3px;
    background-color: #000;
    margin-right: 0.5em;
}
#aside .yuyue .left,
#aside .swiper .left{
    width: 50%;
}
#aside .yuyue .left,
#aside .swiper .li {
    height: 100%;
    box-sizing: border-box;
    padding: 1.5em 0;
}
#aside .item .text {
    line-height: 1.35;
    height: auto;
    max-height: 2.7em;
    margin: 0 auto auto 0;
}
@media (max-width: 1440px) {
    #aside .item .text {
        font-size: 13px;
    }
}
@media (max-width: 1280px) {
    #aside .item .text {
        font-size: 12px;
    }
}
#aside .item .right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 0.4rem;
}

#aside .swiper .swiper-slide,
#aside .yuyue {
    padding: 0 0.5rem;
}
#aside .swiper .li,
#aside .yuyue {
    height: 100%;
    max-width: 430px;
    margin: 0 auto;
}
#aside .swiper .content{
    flex: 1;
}
#aside .yuyue {
    z-index: 2;
}
#aside .yuyue .icon {
    width: 2.5em;
    height: 1.3em;
    border-radius: 1.3em;
    background-color: #fff;
    color: #013c89;
    text-align: center;
    line-height: 1.3em;
}
#aside .yuyue .right {
    height: 100%;
}
#aside .yuyue .img {
    width: 100%;
    background-position: right bottom;
}
#aside .yuyue .img:after {
    padding-top: 134.26966292%;
}
#aside .swiper {
    height: 100%;
}
#aside .swiper .swiper-slide {
    box-sizing: border-box;
}
#aside .swiper .text {
    transition: color 0.4s ease-out;
    opacity: 1;
    position: relative;
}
#aside .swiper .text:before {
    content: "NEW";
    text-indent: 0;
    color: #fff;
    background-color: #e60012;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    text-align: center;
    border-radius: 18px;
    transform-origin: left 0;
    transform: scale(0.45);
}
#aside .swiper .date {
    color: #999;
    margin-top: 10px;
    transition: color 0.4s ease-out;
}
#aside .swiper .date .icon {
    font-size: 14px;
    margin-right: 4px;
}
#aside .swiper .date .en {
    font-size: 12px;
    margin-bottom: -2px;
}
#aside .swiper .img{
    height: 100%!important;
    overflow: hidden;
}
/*#aside .swiper .img:after {*/
    /*content: "";*/
    /*display: block;*/
    /*padding-top: 56.25%;*/
    /*margin-bottom: 0.8em;*/
/*}*/
#aside .swiper .swiper-pagination {
    margin-top: 0;
    padding-top: 0;
}
#aside .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}
#aside .swiper a:hover .date,
#aside .swiper a:hover .text {
    color: #013c89;
}
@media (max-width: 1024px) {
    #aside .container {
        position: static;
    }
    #aside .swiper .swiper-slide,
    #aside .yuyue {
        padding: 0 0.85rem;
    }
    #aside .item {
        width: 50%;
        height: 156px;
    }
    #aside .item .headline {
        font-size: 20px;
        margin-bottom: 12px;
    }
    #aside .item .text {
        font-size: 14px;
    }
    #aside .yuyue .img {
        max-width: 150px;
        margin: 0 0 0 auto;
    }
}
@media (max-width: 800px) {
    #aside .item {
        width: 100%;
    }
    #aside .item .right {
        padding-left: 20px;
    }
    #aside .item .img {
        max-height: 180px;
    }
}
#general .headline {
    width: fit-content;
    height: 3em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
#general .headline .icon {
    font-size: 1.9em;
    color: #e60012;
}
#general .headline .char {
    font-size: 1.2em;
    margin-left: 0.5em;
    color: #555;
    font-weight: 0;
}
#general .more {
    margin-top: calc(30px + 0.4rem);
}
#general .body {
    flex: 1;
    padding-right: 0.85rem;
    background-image: url(../images/general.jpg);
}
@media (min-width: 1025px) {
    #general .datum {
        width: 6rem;
        padding: 0.6rem;
        min-height: 6rem;
    }
    #general .datum .ul {
        height: 100%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    #general .container {
        display: block;
    }
    #general .datum {
        padding: 50px 20px;
        display: block;
    }
    #general .datum .ul {
        max-width: 640px;
        margin: 0 auto;
    }
}
@media (max-width: 800px) {
    #general .datum {
        padding: 20px;
    }
    #general .datum .ul{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 -1em;
    }
    #general .datum .ul li{
        display: block;
        box-sizing: border-box;
        padding: 0 1em;
        border: 0 none;
    }
    #general .datum .ul .tf{
        font-size: 12px;
    }
    #general .caption{
        padding-bottom: 20px;
    }
    #general .caption .h1,
    #general .caption .h2{
        display: none;
    }
    #general .caption .h3{
        padding-top: 0;
        margin-top: 0;
        font-size: 24px;
    }
    #general .headline{
        font-size: 12px;
        margin-bottom: 20px;
    }
}
#reason {
    background: url(../images/reason.jpg) no-repeat scroll center center;
    background-size: cover;
}
#reason .caption {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}
#reason .caption .line:after {
    margin: 0 auto;
}
#reason .left {
    color: #fff;
}
#reason .left .list img {
    width: 2em;
    height: 2em;
    object-fit: contain;
}
#reason .left .list .char {
    font-size: 1.2em;
    padding-left: 0.8em;
}
#reason .left .list li:before,
#reason .left .list li:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}
#reason .left .list li:after {
    background-color: #013c89;
    width: 8px;
    height: 8px;
    border: 6px solid #fff;
    transition: all 0.4s ease-out;
    opacity: 0;
}
#reason .left .list li.on:after {
    opacity: 1;
}
#reason .left .swiper {
    border-radius: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}
#reason .left .swiper .swiper-slide {
    box-sizing: border-box;
}
@media (min-width: 801px){
    #reason .left .swiper .swiper-slide {
        border: 3.2em solid transparent;
    }
}
#reason .left .swiper .fill {
    border-radius: 100%;
    padding: 2em;
}
@media (max-width: 800px){
    #reason .left .swiper .fill {
        background-image: none!important;
        padding: 0;
        position: static;
    }
    #reason .left .swiper{
        border: 0 none;
    }
    #reason .left .swiper .swiper-slide:after{
        display: none;
    }
    
}
#reason .left .swiper .title {
    font-size: 1.5em;
    margin-bottom: 10px;
}
#reason .left .wrapper {
    width: 100%;
    position: relative;
}
@media (min-width: 1025px) {
    #reason .left {
        width: 44em;
    }
    #reason .left .wrapper {
        margin-top: 0.15rem;
    }
    #reason .right {
        flex: 1;
        margin-left: 1rem;
        background-position: left bottom;
        padding-bottom: 0;
    }
    #reason .right .appoint {
        position: absolute;
        right: 0.45rem;
        bottom: 39%;
    }
}
@media (min-width: 801px) {
    #reason .left .wrapper {
        padding: 0 10.5em;
        box-sizing: border-box;
    }
    #reason .left .list {
        z-index: 2;
    }
    #reason .left .list li {
        position: absolute;
        line-height: 2em;
        margin-top: -1em;
        width: 10.5em;
        cursor: pointer;
    }
    #reason .left .list li:before {
        background-color: #fff;
        width: 6px;
        height: 6px;
    }
    #reason .left .list li:nth-of-type(5n-4) {
        top: 5.93220339%;
    }
    #reason .left .list li:nth-of-type(5n-3) {
        top: 26.69491525%;
    }
    #reason .left .list li:nth-of-type(5n-2) {
        top: 50%;
    }
    #reason .left .list li:nth-of-type(5n-1) {
        top: 73.30508475%;
    }
    #reason .left .list li:nth-of-type(5n) {
        top: 94.06779661%;
    }
    #reason .left .list li:nth-of-type(1):before,
    #reason .left .list li:nth-of-type(2):before,
    #reason .left .list li:nth-of-type(3):before,
    #reason .left .list li:nth-of-type(4):before,
    #reason .left .list li:nth-of-type(5):before,
    #reason .left .list li:nth-of-type(1):after,
    #reason .left .list li:nth-of-type(2):after,
    #reason .left .list li:nth-of-type(3):after,
    #reason .left .list li:nth-of-type(4):after,
    #reason .left .list li:nth-of-type(5):after {
        left: 100%;
    }
    #reason .left .list li:nth-of-type(1):after,
    #reason .left .list li:nth-of-type(2):after,
    #reason .left .list li:nth-of-type(3):after,
    #reason .left .list li:nth-of-type(4):after,
    #reason .left .list li:nth-of-type(5):after {
        margin-left: -10px;
    }
    #reason .left .list li:nth-of-type(1):before,
    #reason .left .list li:nth-of-type(2):before,
    #reason .left .list li:nth-of-type(3):before,
    #reason .left .list li:nth-of-type(4):before,
    #reason .left .list li:nth-of-type(5):before {
        margin-left: -3px;
    }
    #reason .left .list li:nth-of-type(6) img,
    #reason .left .list li:nth-of-type(7) img,
    #reason .left .list li:nth-of-type(8) img,
    #reason .left .list li:nth-of-type(9) img,
    #reason .left .list li:nth-of-type(10) img {
        margin: 0 0 0 auto;
    }
    #reason .left .list li:nth-of-type(6):before,
    #reason .left .list li:nth-of-type(7):before,
    #reason .left .list li:nth-of-type(8):before,
    #reason .left .list li:nth-of-type(9):before,
    #reason .left .list li:nth-of-type(10):before,
    #reason .left .list li:nth-of-type(6):after,
    #reason .left .list li:nth-of-type(7):after,
    #reason .left .list li:nth-of-type(8):after,
    #reason .left .list li:nth-of-type(9):after,
    #reason .left .list li:nth-of-type(10):after {
        right: 100%;
    }
    #reason .left .list li:nth-of-type(6):after,
    #reason .left .list li:nth-of-type(7):after,
    #reason .left .list li:nth-of-type(8):after,
    #reason .left .list li:nth-of-type(9):after,
    #reason .left .list li:nth-of-type(10):after {
        margin-right: -10px;
    }
    #reason .left .list li:nth-of-type(6):before,
    #reason .left .list li:nth-of-type(7):before,
    #reason .left .list li:nth-of-type(8):before,
    #reason .left .list li:nth-of-type(9):before,
    #reason .left .list li:nth-of-type(10):before {
        margin-right: -3px;
    }
    #reason .left .list li:nth-of-type(1),
    #reason .left .list li:nth-of-type(5) {
        left: 14%;
    }
    #reason .left .list li:nth-of-type(2),
    #reason .left .list li:nth-of-type(4) {
        left: 3.05%;
    }
    #reason .left .list li:nth-of-type(3) {
        left: 0;
    }
    #reason .left .list li:nth-of-type(6),
    #reason .left .list li:nth-of-type(10) {
        right: 14%;
    }
    #reason .left .list li:nth-of-type(7),
    #reason .left .list li:nth-of-type(9) {
        right: 3.05%;
    }
    #reason .left .list li:nth-of-type(8) {
        right: 0;
    }
    #reason .swiper-pagination {
        display: none;
    }
}
@media (max-width: 1024px) and (min-width: 801px) {
    #reason .left .list li:nth-of-type(1),
    #reason .left .list li:nth-of-type(5) {
        left: 12.75%;
    }
    #reason .left .list li:nth-of-type(2),
    #reason .left .list li:nth-of-type(4) {
        left: 2.9%;
    }
    #reason .left .list li:nth-of-type(3) {
        left: 0.1%;
    }
    #reason .left .list li:nth-of-type(6),
    #reason .left .list li:nth-of-type(10) {
        right: 12.75%;
    }
    #reason .left .list li:nth-of-type(7),
    #reason .left .list li:nth-of-type(9) {
        right: 2.9%;
    }
    #reason .left .list li:nth-of-type(8) {
        right: 0.1%;
    }
}
@media (max-width: 1024px) {
    #reason .container {
        display: block;
        max-width: 640px;
        margin: 0 auto;
    }
    #reason .left {
        font-size: 16px;
    }
    #reason .right {
        background-image: none!important;
    }
    #reason .right .appoint {
        margin: 20px auto;
    }
}
@media (max-width: 800px) {
    #reason .left,
    #reason .container {
        display: block;
    }
    #reason .left {
        max-width: 750px;
        margin: 0 auto;
        font-size: 14px;
    }
    #reason .left .list {
        position: static;
    }
    #reason .left .list li {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 50%;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 16px;
    }
    #reason .left .list li:after {
        width: 6px;
        height: 6px;
        border-width: 4px;
        right: 50%;
        margin-right: 4.25em;
    }
    #reason .left .swiper {
        max-width: 480px;
        border-radius: 0;
        margin: 24px auto;
    }
    #reason .swiper-pagination {
        margin: -20px 0 50px;
        padding-top: 0;
    }
}
#team {
    background-color: #f5f9fc;
}
#team .swiper-button {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    transform: translateY(0.2rem);
    z-index: 2;
}
#team .swiper-button.prev {
    left: -23px;
}
#team .swiper-button.next {
    right: -23px;
}
#team .list {
    margin: -0.4rem -0.4rem 0 0;
    text-align: center;
}
#team .list li {
    width: 25%;
    box-sizing: border-box;
    padding: 0.4rem 0.4rem 0 0;
}
@media (max-width: 1280px) {
    #team .list li {
        width: 33.33333%;
    }
}
@media (max-width: 800px) {
    #team .list li {
        width: 50%;
        padding: 12px 12px 0 0;
    }
    #team .list .swiper-wrapper{
        transition-timing-function: linear!important;
    }
}
#team .list .img {
    max-width: 50%;
    margin: 0 auto;
    width: 8em;
}
#team .list .headline {
    font-size: 1.2em;
    line-height: 1;
    margin: calc(10px + 0.1rem) 0 calc(12px + 0.2rem);
}
#team .list .txt {
    line-height: 1.5;
}
#team .list .ell2 {
    -webkit-line-clamp: 4;
    height: auto;
}
#team .list .icon {
    width: 2.5em;
    height: 1.3em;
    border-radius: 1.3em;
    line-height: 1.3em;
    background-color: #ddd;
    color: #999;
    transition: all 0.4s ease-out;
    margin: calc(10px + 0.1rem) auto 0;
}
#team .list a {
    background-color: #fff;
    padding: 0.4rem;
    border: 1px solid #ddd;
}
#team .list a:hover {
    border-color: #013c89;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
}
#team .list a:hover .icon {
    background-color: #013c89;
    color: #fff;
}
@media (max-width: 800px) {
    #team .list {
        margin: -12px -12px 0 0;
    }
    #team .list a {
        padding: 20px;
    }
}
#team .thumb-list .box {
    margin: 0 -10px;
}
#team .thumb-list a {
    margin: 0 10px 10px;
}
@media (min-width: 801px) {
    #team .swiper-pagination {
        display: none;
    }
}
@media (max-width: 800px) {
    #team .swiper-button {
        display: none;
    }
    #team .thumb-list{
        width: auto;
    }
    #team .thumb-list .box{
        display: block;
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 10px;
        margin: 0;
    }
    #team .thumb-list a{
        margin: 0;
        display: inline-block;
        vertical-align: top;
        padding: 0 1em;
        margin: 0;
    }
    /*#team .thumb-list a + a{*/
    /*    margin-left: 12px;*/
    /*}*/
}
#case .container {
    color: #fff;
}
#case .container .fill {
    top: auto;
}
#case .container .fill .headline {
    margin-bottom: 8px;
    font-size: 1.2em;
    line-height: 1;
}
#case .container .fill .value {
    font-size: 0.9em;
}
#case .container .col .fill {
    padding: 1em 1.5em;
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, 0.5));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
}
#case .container .col .item {
    box-sizing: border-box;
}
#case .container .swiper .img {
    padding-top: 77.92207792%;
}
#case .container .swiper .fill {
    background-color: rgba(1, 60, 137, 0.9);
}
#case .container .swiper .content {
    margin-right: 1rem;
}
#case .container .swiper .content .ell2 {
    -webkit-line-clamp: 1;
}
#case .container .swiper .swiper-pagination {
    z-index: 2;
    margin: 0 0 0 auto;
    padding-top: 0;
    margin-top: 0;
}
#case .container .swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 6px;
}
#case .container .swiper .swiper-pagination-bullet-active {
    width: 2.7em;
}
@media (max-width: 1280px) {
    #case .container {
        font-size: 14px;
    }
}
@media (min-width: 1025px) {
    #case .container .col {
        display: block;
        width: 3.6rem;
    }
    #case .container .col:first-child{
        order: 1;
    }
    #case .container .col:last-child{
        order: 3;
    }
    #case .container .col .item {
        height: 50%;
        padding-bottom: 0.4rem;
    }
    #case .container .col a,
    #case .container .col a .img {
        height: 100%;
    }
    #case .container .swiper {
        flex: 1;
        order: 2;
        margin: 0 0.4rem;
        padding-bottom: 0.4rem;
    }
    #case .container .swiper .fill {
        padding: 0.36rem 0.4rem;
    }
}
@media (max-width: 1024px) {
    #case .container {
        display: block;
    }
    #case .container .col {
        margin-right: -20px;
        margin-top: 20px;
    }
    #case .container .col .item {
        width: 50%;
        padding-right: 20px;
    }
    #case .container .col .img {
        padding-top: 76.71232877%;
    }
    #case .container .col .fill {
        padding: 10px 16px;
    }
    #case .container .swiper {
        margin: 0 0 20px;
    }
    #case .container .swiper .fill {
        padding: 16px;
    }
}
@media (max-width: 640px) {
    #case .container .col {
        margin-right: -10px;
        margin-top: 10px;
    }
    #case .container .col .item {
        padding-right: 10px;
    }
    #case .container .swiper {
        margin: 0 0 10px;
    }
}
#envir {
    background-color: #f5f9fc;
}
#envir .swiper {
    margin: -1.4em -1.4em 0 0;
    color: #fff;
}
#envir .swiper .swiper-wrapper {
    flex-direction: unset;
}
#envir .swiper .swiper-slide {
    box-sizing: border-box;
    padding: 1.4em 1.4em 0 0;
}
#envir .swiper .img:after {
    padding-top: 100%;
}
#envir .swiper .fade {
    background-color: rgba(1, 60, 137, 0.6);
    padding: 1.5em;
}
@media (max-width: 800px){
    #envir .swiper .fade {
        pointer-events: unset;
    }
}
#envir .swiper .fade .headline {
    padding-bottom: 6px;
    margin-bottom: 0.1rem;
    font-size: 1.2em;
}
#envir .swiper .fade .cc {
    width: 2.1em;
    height: 2.1em;
    margin: 0 auto;
    background-color: #fff;
}
#envir .swiper .fade .cc .icon {
    font-size: 0.7em;
    color: #013c89;
}
#envir .swiper .fade .cc:after {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    border: 1px solid #fff;
    margin: -0.5em;
    opacity: 0.1;
    border-radius: 100%;
}
#envir .left .swiper-change {
    padding: 24px 0;
    margin: 0.4rem 0;
}
#envir .left .swiper-change .swiper-pagination{
    display: block;
}
@media (max-width: 1280px) {
    #envir .right {
        font-size: 14px;
    }
}
@media (min-width: 1025px) {
    #envir .left,
    #envir .right {
        width: 50%;
        box-sizing: border-box;
    }
    #envir .right {
        padding-left: 2rem;
    }
}
@media (max-width: 1024px) {
    #envir .body {
        display: block;
    }
    #envir .right {
        margin-top: 30px;
    }
}
@media (max-width: 640px) {
    #envir .swiper {
        margin: -10px -10px 0 0;
    }
    #envir .swiper .swiper-slide {
        padding: 10px 10px 0 0;
    }
}
#audition {
    overflow: visible;
    z-index: 10;
}
#audition .body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
}
#audition .container {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    background: url(../images/yuyue2.jpg) no-repeat scroll center center;
    background-size: cover;
    color: #fff;
}
#audition .container .book {
    position: absolute;
    width: 13.35em;
    background-image: url(../images/yuyue.png);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    pointer-events: none;
}
#audition .container .book:after {
    padding-top: 66.29213483%;
}
#audition .container .left {
    width: 5.05rem;
}
#audition .container .left .tel {
    margin: calc(20px + 0.2rem) auto 0;
    width: fit-content;
}
#audition .container .left .headline {
    width: 100%;
    position: relative;
}
#audition .container .left .headline .h1 {
    font-family: 'adineueBold', sans-serif;
    font-size: 0.72rem;
    opacity: 0.1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    width: fit-content;
}
#audition .container .left .headline .h1:nth-of-type(2) {
    margin: 0 0 -0.1em auto;
}
#audition .container .left .headline .h2 {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1;
    font-style: italic;
    margin-top: -0.15em;
}
#audition .container .right {
    flex: 1;
    margin-left: 0.7rem;
}
#audition .container .right .ul {
    margin: -1.4em -1.4em 30px 0;
}
#audition .container .right .ul li {
    width: 37.5%;
    box-sizing: border-box;
    padding: 1.4em 1.4em 0 0;
}
#audition .container .right .ul li:last-child {
    width: 25%;
}
#audition .container .right .ul .name {
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 0.1rem;
}
#audition .container .right .ul input,
#audition .container .right .ul button {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 0 1.25em;
}
#audition .container .right .ul input {
    background-color: #fff;
    color: #252525;
}
#audition .container .right .ul input::-webkit-input-placeholder {
    font-size: 12px;
}
#audition .container .right .ul button {
    font-weight: bold;
    color: #fff;
    background-color: #dd8216;
    cursor: pointer;
    transition: all 0.4s ease-out;
}
#audition .container .right .ul button:hover {
    background-color: #af650c;
}
@media (max-width: 1024px) {
    #audition .container {
        display: block;
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }
    #audition .container .book {
        left: 25%;
        transform: translate(0, 50%);
    }
    #audition .container .left {
        margin: 0 auto 30px;
        width: 500px;
    }
    #audition .container .left .headline .h1 {
        font-size: 72px;
    }
    #audition .container .left .tel {
        font-size: 18px;
    }
    #audition .container .right .ul {
        margin-bottom: 0;
    }
    #audition .container .right .appoint {
        margin: 50px auto;
    }
}
@media (max-width: 800px) {
    #audition .container .book {
        left: auto;
        right: 0.85rem;
    }
    #audition .container .left {
        width: auto;
    }
    #audition .container .left .headline .h1 {
        font-size: 50px;
    }
    #audition .container .left .tel {
        display: none;
    }
    #audition .container .right .ul {
        max-width: 480px;
        margin: -16px auto 0;
        display: block;
    }
    #audition .container .right .ul li {
        width: auto!important;
        padding: 0;
        margin-top: 16px;
    }
}
#news {
    background-color: #ececec;
}
@media (max-width: 800px){
    #news,
    #envir .yuyue-padding{
        display: none;
    }
    #audition .body{
        position: static;
        transform: none;
        padding-bottom: 80px;
        background-color: #f5f9fc;
    }
}
#news .links {
    color: #777;
}
#news .links a {
    margin-right: 1.2em;
    text-transform: uppercase;
}
#news .links a:last-child {
    margin-left: 0.4rem;
    margin-right: 0;
}
#news .links a:last-child:hover {
    color: #013c89;
}
#news .links a.cc {
    height: 2.5em;
    width: 6em;
}
#news .links a.cc.on {
    background-color: #013c89;
    color: #fff;
}
#news .swiper .headline {
    font-size: 1.1em;
    transition: all 0.4s ease-out;
    margin-bottom: calc(6px + 0.1rem);
}
#news .swiper a:hover .headline {
    color: #013c89;
}
#news .swiper .left .date {
    font-family: 'adineue', sans-serif;
    text-align: center;
    padding-right: 0.5rem;
    line-height: 1;
    margin-bottom: -0.1em;
}
#news .swiper .left .date .d {
    color: #013c89;
    font-size: 2.4em;
}
#news .swiper .left .date .y {
    font-size: 0.7em;
    letter-spacing: 1px;
    color: #777;
}
#news .swiper .left .box {
    background-color: #fff;
    padding: 0.4rem;
}
#news .swiper .left .go {
    margin-left: 1em;
    color: #013c89;
    white-space: nowrap;
}
#news .swiper .left .pic .fill {
    margin: 0 1.1rem -1.8em 0;
}
#news .swiper .right .headline {
    line-height: 1;
}
#news .swiper .right .date {
    padding-top: 4px;
    margin-top: 0.16rem;
    font-size: 0.7em;
    color: #777;
    font-family: 'adineue', sans-serif;
}
#news .swiper .right .item {
    padding: 1.5em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news .swiper .right .item:nth-of-type(3) ~ .item {
    display: none;
}
@media (max-width: 1280px) {
    #news .swiper .headline {
        font-size: 1em;
    }
}
@media (min-width: 1025px) {
    #news .swiper .right,
    #news .swiper .left {
        width: 50%;
        box-sizing: border-box;
    }
    #news .swiper .left {
        padding-right: 0.6rem;
    }
    #news .swiper .left .pic {
        position: relative;
        flex: 1;
    }
    #news .swiper .left .pic .img {
        height: 100%;
    }
    #news .swiper .right {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 0.5rem;
        margin-top: -1.5em;
    }
    #news .swiper .right .item:before {
        position: absolute;
        right: 100%;
        pointer-events: none;
        margin-right: 0.5rem;
        width: 0.6em;
        height: 0.6em;
        top: 50%;
        margin-top: -0.3em;
        transition: all 0.4s ease-out;
        transform: translateX(0.3em);
        background-color: #999;
        border-radius: 100%;
    }
    #news .swiper .right .item:hover:before {
        background-color: #013c89;
    }
}
@media (max-width: 1024px) {
    #news .swiper .swiper-slide {
        display: block;
    }
    #news .swiper .left .pic .fill {
        position: static;
        margin-right: 30px;
    }
    #news .swiper .left .pic .img {
        padding-top: 60%;
    }
    #news .swiper .left .date {
        padding-right: 16px;
    }
    #news .swiper .left .box {
        padding: 16px;
    }
    #news .swiper .right {
        margin-top: 20px;
    }
    #news .swiper .right .item {
        padding: 20px 0;
    }
    #news .swiper .right .item.fade {
        display: none;
    }
}
@media (max-width: 800px) {
    #news .caption {
        display: block;
    }
    #news .caption .links {
        margin-top: 30px;
    }
}
#footer {
    background-color: #383838;
    color: #fff;
}
#footer .top {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
#footer .top .appoint .box {
    width: 10.9em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#footer .top .appoint .char {
    font-size: 0.9em;
}
#footer .top .nav {
    line-height: 1;
    max-width: 1080px;
    margin: 0 1rem;
}
#footer .top .nav li {
    position: relative;
}
#footer .top .nav li + li {
    margin-left: 0.6rem;
}
#footer .top .nav .top {
    margin-bottom: 0.4rem;
    opacity: 0.5;
}
#footer .top .nav .top + .sub {
    position: relative;
}
#footer .top .nav .top + .sub:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.2rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
#footer .top .nav .sub {
    margin-bottom: 0.2rem;
    opacity: 0.8;
}
#footer .top .nav .sub:last-child {
    margin-bottom: 0;
}
#footer .top .nav a:hover {
    opacity: 1;
    text-decoration: underline;
}
#footer .content {
    margin-top: -0.4rem;
}
#footer .content .info {
    margin-right: 1rem;
}
#footer .content .info .flex {
    line-height: 1.5em;
}
#footer .content .info .flex + .flex {
    padding-top: 8px;
    margin-top: 0.2rem;
}
#footer .content .info .name {
    white-space: nowrap;
    width: 3em;
}
#footer .content .info .enb {
    font-size: 1.5em;
    margin-bottom: -0.2em;
    letter-spacing: 0.1em;
}
#footer .content .info .value {
    font-weight: bold;
}
@media (max-width: 1280px) {
    #footer .top .nav {
        display: none;
    }
    #footer .content {
        margin-top: 30px;
    }
}
@media (max-width: 800px) {
    #footer .main{
        padding-bottom: 20px;
    }
    #footer .content {
        display: block;
    }
    #footer .content .info {
        margin-right: 0;
        margin-bottom: 24px;
    }
}
@media (max-width: 800px) {
    #footer .top{
        display: none;
    }
    #footer .content {
        margin-top: 0;
    }
}
#footer .tip{
    font-size: 12px;
    margin-top: 20px;
    /*opacity: 0.2;*/
    text-align: center;
}
#copyright {
    background-color: #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 12px;
}
#copyright .content {
    margin: 0 -16px;
    height: 60px;
}
#copyright .content a {
    margin: 0 16px;
    opacity: 0.4;
}
#copyright .content a:hover {
    opacity: 1;
    text-decoration: underline;
}
@media (max-width: 1024px) {
    #copyright .content {
        height: auto;
        display: block;
        text-align: center;
        padding: 12px 0;
    }
    #copyright .content .item {
        width: fit-content;
        margin: 6px auto;
    }
}
#toTop {
    position: fixed;
    right: 0;
    bottom: 1rem;
    margin-bottom: 50px;
    z-index: 200;
    cursor: pointer;
    transform: translateX(100%);
    mix-blend-mode: difference;
    text-align: center;
}
#toTop,
#toTop .content {
    transition: all 0.4s ease;
}
#toTop .cc {
    width: 2.2em;
    height: 2.2em;
    border: 1px solid #fff;
    color: #fff;
}
#toTop .char {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 6px;
    color: #fff;
}
#toTop.on {
    transform: none;
    right: 0.3rem;
}
#toTop:hover .cc {
    border-color: #013c89;
    background-color: #013c89;
    color: #fff;
}
#column .bg .fill {
    transform: scale(1.08);
}
#column .bg .fill:nth-of-type(1) {
    clip-path: polygon(50% 0, calc(50% + 120px) 0, 50% 100%, calc(50% - 120px) 100%);
    animation: animate02 3.2s ease-out forwards;
}
@keyframes animate02 {
    0% {
        clip-path: polygon(50% 0, calc(50% + 120px) 0, 50% 100%, calc(50% - 120px) 100%);
    }
    30% {
        clip-path: polygon(30% 0, calc(30% + 120px) 0, 30% 100%, calc(30% - 120px) 100%);
    }
    100% {
        clip-path: polygon(calc(100% + 120px) 0, calc(100% + 240px) 0, calc(100% + 120px) 100%, 100% 100%);
    }
}
#column .bg .fill:nth-of-type(2) {
    clip-path: polygon(50% 0, calc(50% + 60px) 0, calc(50% - 60px) 100%, calc(50% - 120px) 100%);
    animation: animate03 2s ease-out forwards;
}
@keyframes animate03 {
    0% {
        clip-path: polygon(50% 0, calc(50% + 60px) 0, calc(50% - 60px) 100%, calc(50% - 120px) 100%);
    }
    100% {
        clip-path: polygon(-60px 0, 0 0, -120px 100%, -180px 100%);
    }
}
#column .body {
    z-index: 2;
    height: 7rem;
    min-height: 360px;
    text-align: center;
    color: #fff;
}
#column .body .img {
    width: 100%;
    height: 237px;
    max-height: 40%;
}
#column .body .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0.75rem;
    transform: translateX(-50%);
    font-size: 12px;
    animation: animate01 4s linear infinite;
}
@keyframes animate01 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#channel + .section {
    background-color: #f5f9fc;
}
#channel .body {
    line-height: 4.2em;
}
@media (max-width: 1280px) {
    #channel .body {
        font-size: 14px;
    }
}
#channel a {
    color: #777;
    border-bottom: 2px solid transparent;
}
@media (min-width: 801px){
    #channel a + a {
        margin-left: calc(20px + 0.5rem);
    }
}
@media (max-width: 800px){
    #channel a {
        margin: auto;
    }
}
#channel a.on,
#channel a:hover {
    color: #013c89;
    border-color: #013c89;
}
#profile .body {
    z-index: 2;
}
@media (min-width: 1025px) {
    #profile .container {
        padding-bottom: 0;
        margin: 0 -0.4rem;
    }
    #profile .container .item {
        width: 50%;
        box-sizing: border-box;
        padding: 0 0.4rem;
    }
    #profile .container .rtf {
        transform: translateY(-0.8rem);
        padding-bottom: 30px;
    }
}
@media (max-width: 1024px) {
    #profile .container {
        display: block;
    }
    #profile .container .oppress {
        max-width: 480px;
        margin: 0 auto 30px;
    }
}
#profile .datum {
    margin-top: -0.85rem;
    background: url(../images/profile.jpg) no-repeat fixed center center;
    height: 20em;
}
#profile .datum .body {
    height: 100%;
}
@media (max-width: 1024px) {
    #profile .datum {
        margin: 0;
    }
}
@media (max-width: 800px) {
    #profile .datum {
        height: auto;
        padding: 40px 0;
    }
}
#culture {
    background: url(../images/culture.jpg) no-repeat scroll center bottom;
    background-size: contain;
    text-align: center;
}
#culture .thumb {
    overflow: visible;
}
#culture .thumb .box:after {
    top: 3.25em;
    left: 100%;
    width: 5.2em;
    margin-left: -2.6em;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
#culture .thumb .swiper-slide {
    width: 14em;
    transition: color 0.4s ease-out;
}
#culture .thumb .swiper-slide:last-child .box:after {
    display: none;
}
#culture .thumb .cc {
    width: 6.4em;
    height: 6.8em;
    background-image: url(../images/culture1.png);
    margin: 0 auto;
    padding: 0 1.3em;
    background-clip: content-box;
}
#culture .thumb .cc img {
    width: 2em;
    height: 2em;
    object-fit: contain;
}
#culture .thumb .cc,
#culture .thumb .cc img {
    transition: all 0.4s ease-out;
}
#culture .thumb .cc:before,
#culture .thumb .cc:after {
    width: 0.75em;
    height: 0.75em;
    top: 2.9em;
    background: url(../images/culture3.png) no-repeat scroll center center;
    background-size: 100% 100%;
    pointer-events: none;
}
#culture .thumb .cc:before {
    left: 0;
}
#culture .thumb .cc:after {
    right: 0;
}
#culture .thumb .h2 {
    font-size: 12px;
    opacity: 0.7;
}
#culture .thumb .swiper-slide-active {
    color: #013c89;
}
#culture .thumb .swiper-slide-active .cc {
    background-image: url(../images/culture2.png);
}
#culture .thumb .swiper-slide-active .cc img {
    filter: invert(1) grayscale(1000%) brightness(1000%);
}
#culture .gallery {
    box-sizing: border-box;
    padding: 1.25em 2em;
    max-width: 540px;
    margin: 36px auto 0.6rem;
    border: 1px solid #ccd8e7;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: relative;
}
#culture .gallery .swiper-slide {
    min-height: 5.25em;
    height: auto;
}
#culture .gallery:before,
#culture .gallery:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 100%;
    pointer-events: none;
}
#culture .gallery:before {
    border-bottom: 8px solid #ccd8e7;
}
#culture .gallery:after {
    border-bottom: 8px solid #fff;
    margin-bottom: -2px;
}
#culture .swiper-pagination {
    margin: -0.6rem 0 0.6rem;
}
@media (min-width: 1025px) {
    #culture .swiper-pagination {
        display: none;
    }
}
#campus .options {
    padding-bottom: 20px;
    width: fit-content;
    color: #777;
    line-height: 1;
}
#campus .options a {
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
}
#campus .options a + a {
    margin-left: calc(16px + 0.34rem);
}
#campus .options a.on {
    border-color: #013c89;
    color: #013c89;
}
#campus .gallery {
    color: #fff;
    text-align: center;
}
#campus .gallery .item {
    position: relative;
}
#campus .gallery .img {
    padding-top: 108%;
}
#campus .gallery .fill {
    top: auto;
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, 0.5));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    padding: 10px;
}
#campus .gallery .fill .char {
    font-size: 1.125em;
    margin: 0.2rem;
}
#campus .gallery .swiper .swiper-slide {
    pointer-events: unset;
}
#campus .swiper-change {
    padding-top: 30px;
    margin-top: 0.3rem;
}
@media (min-width: 1025px) {
    #campus .options {
        margin: 0 0.85rem 0.2rem auto;
    }
    #campus .left {
        width: 6rem;
        padding-right: 0.85rem;
        padding-top: 0;
    }
    #campus .left,
    #campus .left .h3 {
        color: #fff;
    }
    #campus .right {
        width: calc(100% - 6rem);
        box-sizing: border-box;
    }
    #campus .gallery {
        margin-right: -1.35rem;
    }
    #campus .gallery .item {
        margin-right: 0.5rem;
    }
}
@media (max-width: 1024px) {
    #campus .options {
        margin: 0 auto 0.2rem;
    }
    #campus .container {
        display: block;
    }
    #campus .left {
        background-image: unset!important;
        text-align: center;
    }
    #campus .gallery {
        margin-right: -20px;
    }
    #campus .gallery .item {
        margin-right: 20px;
    }
    #campus .swiper-change {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        padding-right: 20px;
    }
}
#textbook .right {
    padding: 0.8rem 1rem;
    background-color: #fff;
}
#textbook .left .ul {
    color: #fff;
    width: 15em;
}
#textbook .left .ul li {
    background-color: #013c89;
    height: 3em;
    min-height: 48px;
}
#textbook .left .ul li + li {
    margin-top: 1em;
}
#textbook .left .ul img {
    width: 1.5em;
    height: 1.5em;
    object-fit: contain;
    margin-right: 0.8em;
}
#textbook .left .ul .char {
    font-size: 1.2em;
}
@media (max-width: 1280px) {
    #textbook .left .ul {
        font-size: 14px;
    }
}
#textbook .left .line {
    padding: 30px 0;
    margin: 0.2rem 0;
}
#textbook .left .line:after {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#textbook .right {
    background-color: #ffffff;
}
@media (max-width: 1280px) {
    #textbook .right {
        font-size: 14px;
    }
}
#textbook .right .ul {
    margin: -10px -0.36rem 0 0;
}
#textbook .right .ul li {
    width: 33.3333333%;
    box-sizing: border-box;
    padding: 10px 0.36rem 0 0;
}
#textbook .right .ul .img {
    flex: 1;
}
#textbook .right .ul .img:after {
    content: "";
    display: block;
    padding-top: 135%;
}
#textbook .right .ul .char {
    width: 1em;
    line-height: 1;
    font-size: 1.2em;
    margin-left: 1em;
}
#textbook .right .ul a {
    background-color: #fff;
    border-radius: 0.4em;
    padding: 10px 0.45rem;
}
#textbook .right .ul a:hover {
    color: #013c89;
    box-shadow: 0 0 1em rgba(1, 60, 137, 0.1);
}
#textbook .right .ul a:hover .char {
    font-weight: bold;
}
@media (max-width: 1280px) {
    #textbook .right .ul {
        margin-right: -1em;
    }
    #textbook .right .ul li {
        padding-right: 1em;
    }
}
@media (max-width: 800px) {
    #textbook .right .ul li {
        width: 50%;
    }
}
@media (min-width: 1025px) {
    #textbook .left {
        width: 5.2rem;
        box-sizing: border-box;
        padding-right: 0.85rem;
    }
    #textbook .right {
        flex: 1;
    }
}
@media (max-width: 1024px) {
    #textbook .body {
        display: block;
    }
    #textbook .left {
        margin-bottom: 36px;
    }
    #textbook .left .ul {
        margin: 0 auto;
    }
}
#system .swiper {
    background-color: #fff;
}
#system .swiper .swiper-slide {
    box-sizing: border-box;
    padding: 0.6rem 0.8rem;
}
@media (max-width: 1024px) {
    #system .swiper .swiper-slide {
        padding: 32px 20px;
    }
}
#system .swiper .headline {
    font-size: 1.2em;
    text-align: center;
}
#system .swiper .line {
    padding: 30px 0;
    margin: 0.1rem 0;
}
#system .swiper .line:after {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#admit .ul {
    margin: -0.4rem -0.4rem 0 0;
    text-align: center;
}
#admit .ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 0.4rem 0.4rem 0 0;
}
#admit .ul .img {
    width: 8em;
    max-width: 70%;
    border: 1px solid #ddd;
    margin: 0 auto;
}
#admit .ul .img:after {
    content: "";
    display: block;
    padding-top: 100%;
}
#admit .ul .headline {
    font-size: 1.2em;
    margin: 0.5em 0;
}
#admit .ul .icon {
    font-size: 0.875em;
    color: #777;
    line-height: 1;
}
#admit .ul .headline,
#admit .ul .img {
    transition: all 0.4s ease-out;
}
#admit .ul a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 0.4rem;
    box-sizing: border-box;
    height: 100%;
}
#admit .ul a:hover {
    box-shadow: 0 0 1em rgba(1, 60, 137, 0.1);
}
#admit .ul a:hover,
#admit .ul a:hover .cc {
    border-color: #013c89;
}
#admit .ul a:hover .headline {
    color: #013c89;
}
@media (max-width: 1280px) {
    #admit .ul {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    #admit .ul li {
        width: 33.33333%;
    }
}
@media (max-width: 800px) {
    #admit .ul {
        margin: -12px -12px 0 0;
    }
    #admit .ul li {
        width: 50%;
        padding: 12px 12px 0 0;
    }
    #admit .ul a {
        padding: 16px;
    }
    #admit .ul .txt {
        font-size: 13px;
    }
}
#list {
    background: url(../images/list.jpg) no-repeat scroll left bottom;
    background-size: cover;
}
#list .swiper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
}
#list .swiper .top {
    z-index: 2;
    position: relative;
}
#list .swiper .top .title {
    color: #fff;
    text-align: center;
    height: 3.3em;
    line-height: 3.3em;
    padding-top: 0.95em;
    background: url(../images/list2.png) no-repeat scroll center center;
    background-size: 100% 100%;
}
@media (min-width: 1025px) {
    #list .swiper .top {
        margin-bottom: -3.7em;
        padding: 0 0.9rem;
    }
    #list .swiper .top .cup {
        width: 7.1em;
        background-image: url(../images/list1.png);
    }
    #list .swiper .top .cup:after {
        padding-top: 102.81690141%;
    }
    #list .swiper .top .title {
        margin-bottom: -1.2em;
        width: 28em;
    }
}
@media (max-width: 1024px) {
    #list .swiper .top {
        display: block;
        margin-bottom: -46px;
    }
    #list .swiper .top .cup {
        display: none;
    }
    #list .swiper .top .title {
        margin: 0 auto;
        max-width: 28em;
    }
}
#list .swiper .content {
    padding: 0 0.9rem;
    background-color: #fff;
    box-shadow: 0 1em 2em rgba(1, 60, 137, 0.2);
    padding-bottom: 1em;
    text-align: center;
}
#list .swiper .content .padding {
    height: 3em;
    padding: 0.3rem 0;
}
#list .swiper .content .box {
    overflow: auto;
    max-height: 640px;
}
#list .swiper .content table {
    width: 100%;
    white-space: nowrap;
}
#list .swiper .content table td {
    padding: 0 0.5em;
}
#list .swiper .content table thead td {
    height: calc(2em + 0.24rem);
    background-color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    color: #dd8216;
}
#list .swiper .content table tbody td {
    height: 3.125em;
    white-space: nowrap;
}
#popup {
    max-width: 1200px;
    width: 100%;
    padding: 0;
    background-color: transparent;
    display: none;
}
#popup .container {
    border-radius: 0.5em;
    background-color: #fff;
    padding: 0.8rem;
    background-image: url(../images/popup.jpg);
}
#popup .left img {
    width: 100%;
    border-radius: 0.5em;
}
#popup .right .h1 {
    font-size: 1.8em;
}
#popup .right .rtf {
    padding-top: 10px;
    margin-top: 0.9rem;
}
@media (min-width: 641px) {
    #popup .left {
        width: 40.38461538%;
    }
    #popup .right {
        width: 59.61538462%;
        box-sizing: border-box;
        padding-left: 0.5rem;
    }
}
@media (max-width: 640px) {
    #popup .container {
        display: block;
        padding: 24px;
    }
    #popup .left {
        margin-bottom: 24px;
        text-align: center;
    }
    #popup .left img {
        width: 60%;
        max-width: 240px;
    }
    #popup .right .h1,
    #popup .right .h2 {
        text-align: center;
    }
}
#infor .list {
    margin: -0.6rem -0.7rem 0;
}
#infor .list li {
    box-sizing: border-box;
    padding: 0 0.7rem;
    margin-top: 0.6rem;
    height: auto;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 801px) {
    #infor .list li {
        width: 33.33333%;
    }
    #infor .list li:nth-of-type(3n) {
        border-right: 0 none;
    }
}
@media (max-width: 800px) and (min-width: 501px) {
    #infor .list li {
        width: 50%;
    }
    #infor .list li:nth-of-type(2n) {
        border-right: 0 none;
    }
}
@media (max-width: 500px) {
    #infor .list {
        margin-top: -20px;
    }
    #infor .list li {
        width: 100%;
        border: 0 none;
        margin-top: 20px;
    }
}
#infor .list .img {
    padding-top: 51.28205128%;
}
#infor .list .headline,
#infor .list .text,
#infor .list .go {
    transition: all 0.4s ease-out;
}
#infor .list .headline {
    padding-top: 5px;
    margin-top: 0.25rem;
    font-size: 1.125em;
}
#infor .list .text {
    padding-top: 6px;
    margin-top: 0.1rem;
}
#infor .list .bottom {
    padding-top: 5px;
    margin-top: 0.25rem;
    color: #777;
    font-size: 0.875em;
    line-height: 1;
}
#infor .list .bottom .date {
    font-family: 'adineue', sans-serif;
}
#infor .list a:hover .headline,
#infor .list a:hover .go {
    color: #013c89;
}
#infor .list a:hover .text {
    opacity: 1;
}
#infor .listing {
    padding-top: 30px;
    margin-top: 0.2rem;
}
#infor .listing .more {
    margin-left: 1rem;
}
#infor .listing .default {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    margin-top: -2.15em;
    width: 4.3em;
    height: 4.3em;
}
#infor .listing .default .icon {
    font-size: 1.2em;
}
#infor .listing .content {
    flex: 1;
}
#infor .listing .content .headline {
    font-size: 1.1em;
    -webkit-line-clamp: 1;
    transition: all 0.4s ease-out;
}
#infor .listing .content .text {
    margin-top: 0.1rem;
    padding-top: 6px;
}
#infor .listing .content .date {
    padding-top: 10px;
    margin-top: 0.1rem;
    font-size: 0.7em;
    color: #777;
    font-family: 'adineue', sans-serif;
}
#infor .listing a {
    background-color: #fff;
    padding: 0.45rem 0.7rem;
}
#infor .listing a + a {
    margin-top: calc(10px + 0.2rem);
}
#infor .listing a:hover .content .headline {
    color: #013c89;
    font-weight: bold;
}
@media (max-width: 800px) {
    #infor .listing .fade,
    #infor .listing .default {
        display: none;
    }
    #infor .listing a {
        padding: 20px;
    }
}
#detail .top .date {
    line-height: 1;
    color: #666;
    font-family: 'adineue', sans-serif;
}
#detail .top .center {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dedede;
}
#detail .top .center .headline{
    font-size: 1.8em;
    line-height: 1.36;
    text-align: center;
}
#detail .content .left .cc {
    width: 2em;
    height: 2em;
    border: 1px solid #cbcbcb;
    flex-shrink: 0;
    margin-right: 0.4em;
}
#detail .content .left .char {
    font-size: 14px;
}
#detail .content .left a {
    color: #777;
}
#detail .content .left a:hover {
    color: #013c89;
}
#detail .content .left a.active .icon {
    font-size: 14px;
}
#detail .content .left a.active .cc,
#detail .content .left a:hover .cc {
    border-color: #013c89;
    background-color: #013c89;
    color: #fff;
}
@media (min-width: 1025px) {
    #detail .left {
        white-space: nowrap;
        width: 4.5em;
        min-width: 72px;
    }
    #detail .center {
        width: calc(100% - 4.5em - 0.6rem);
        max-width: calc(100% - 72px - 0.6rem);
        margin-left: 0.6rem;
    }
    #detail .top .left {
        order: 1;
    }
    #detail .top .center {
        order: 2;
    }
    #detail .top .date .d {
        font-size: 1.5em;
    }
    #detail .top .date .y {
        font-size: 0.8em;
        margin-bottom: 4px;
    }
    #detail .top .center .headline{
        min-height: 2.72em;
    }
    #detail .content .left,
    #detail .content .center {
        padding-top: 0.7rem;
    }
    #detail .content .left {
        order: 1;
        display: block;
    }
    #detail .content .left .mob {
        display: none;
    }
    #detail .content .left a {
        margin-bottom: 1.5em;
    }
    #detail .content .left a:last-child {
        margin-bottom: 0;
    }
    #detail .content .center {
        order: 2;
    }
}
@media (max-width: 1024px) {
    #detail,
    #detail .top,
    #detail .content {
        display: block;
    }
    #detail .top .left {
        display: block;
    }
    #detail .top .date,
    #detail .top .date .d,
    #detail .top .date .y {
        display: inline;
    }
    #detail .top .center {
        margin: 0 0 12px;
    }
    #detail .content .left {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 20px;
        margin-top: 40px;
    }
    #detail .content .left .pc {
        display: none;
    }
    #detail .content .center {
        margin-top: 36px;
    }
}
#contact {
    background: url(../images/contact.jpg) no-repeat scroll center center;
    background-size: cover;
}
#contact .ul {
    margin: -2em -1em 0.4rem;
    padding-bottom: 30px;
}
@media (max-width: 1280px) {
    #contact .ul {
        font-size: 14px;
    }
}
#contact .ul li {
    width: 16.666666%;
    box-sizing: border-box;
    padding: 2em 1em 0;
    transition: all 0.4s ease-out;
}
@media (max-width: 1024px) {
    #contact .ul li {
        width: 33.3333333%;
    }
}
#contact .ul .cc {
    width: 5em;
    height: 5em;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease-out;
}
#contact .ul .cc .icon {
    font-size: 1.5em;
}
#contact .ul .title {
    font-size: 1.2em;
    padding-bottom: 5px;
    margin-bottom: 0.15rem;
}
#contact .ul .enb {
    font-size: 1.125em;
}
#contact .ul li:hover {
    color: #013c89;
}
#contact .ul li:hover .cc {
    background-color: #013c89;
    color: #fff;
}
@media (min-width: 641px) {
    #contact .ul {
        text-align: center;
    }
    #contact .ul li {
        display: block;
    }
    #contact .ul .cc {
        margin: 0 auto;
    }
    #contact .ul .content {
        padding-top: 10px;
        margin-top: 0.2rem;
    }
}
@media (max-width: 640px) {
    #contact .ul li {
        width: 100%;
    }
    #contact .ul .cc {
        margin-right: 1em;
    }
}
#map {
    height: 5.5rem;
    min-height: 320px;
    position: relative;
    z-index: 5;
}
#map .amap-info {
    display: none!important;
}
#map .amap-marker .dot {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #e60012;
    border-radius: 50%;
    height: 10px;
    width: 32px;
    margin: -5px 0 0 -16px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
#map .amap-marker .content {
    font-size: 100px;
    width: 1.3em;
    height: 1.3em;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: -0.65em;
    margin-bottom: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}
#map .amap-marker .content:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    margin-left: -6px;
    margin-top: -1px;
}
#map .amap-marker .content > img {
    max-width: 90%!important;
    max-height: 90%!important;
}
@media (max-width: 800px) {
    #map .amap-marker .content {
        font-size: 70px;
    }
    body{
        padding-bottom: 48px;
    }
}
@media (min-width: 801px) {
    #tab{
        display: none;
    }
}

#tab{
    position: fixed;
    top: auto;
    z-index: 50;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 2px 8px;
}
#tab a{
    text-align: center;
    background-color: #e60012;
    color: #fff;
    flex: 1;
    height: 44px;
    padding: 0;
}
#tab a + a{
    margin-left: 8px;
}
#tab .item .icon{
    font-size: 16px;
    margin-right: 4px;
}
#tab .item .char{
    font-size: 12px;
}