[v-cloak] {
    display:none;
    
}
html {
    font-size: 10px;
    margin: 0; padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}
body{
    margin:0 0;
    padding:0;
    background:#f2f2f2;
    font-family:微软雅黑;
    font-size:10px;
}

ul,ol {
	padding: 0;
	margin-bottom: 0
}

li {
	list-style: none
}

p, a, span, strong {
	font-size: 1.6rem;
	line-height: 3rem;
    color: #555;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
    text-decoration: none;
}


h2 {
    color: #fff;
    font-size: 3.6rem;
}

h3 {
    color: #555;
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin: 1rem auto;
    text-align: left;
    position: relative;
    padding: 0 1rem;
    text-transform: capitalize;
}

h4 {
    font-size: 2.3rem;
    font-weight: normal;
    color: #777;
}

h5 {
    color: #555;
    font-size: 2.2rem;
    text-transform: uppercase;
    margin: 1rem 0;
}

h6 {
    font-size: 1.6rem;
    color: #555;
}

input {
    box-sizing: border-box;
}

textarea {
    display: block;
    width: 100%;
    height: 8rem;
    font-size: 1.6rem;
	border-radius: 3px;
    box-sizing: border-box;
}

/* components styles */
img {
    border: 0;
    display: block;
    max-width: 100%;
}
.img-scale{
    overflow: hidden;
}
.img-scale img{
    transition: all linear 0.3s;
}
.img-scale:hover img{
    transform: scale(1.05);
    cursor: pointer;
}


label {
    font-size: 1.4rem;
    font-weight: bold;
    color: #555;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s;
}
label.el-radio-button.el-radio-button--large {
    padding: 0;
}

select {
    border: solid 1px rgb(11, 87, 208);
    border-radius: 3px;
    outline: unset;
}

fieldset {
    border: unset;
}

/* 提交按钮 */
.btn-submit {
    margin-top: 20px;
    width: 100%;
    padding: 10px 0;
    background: rgb(11, 87, 208);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #2992fb;
}

.sticky {
    position: fixed;
    top: 0;
}

.title {
    padding-bottom: 3rem;
}

.w1200{
	width: 1200px;
	margin: 0 auto;
}



/* mobile adaptive design */

.br-pc{
    display: block;
}

.br-m{
    display: inline-block;
}

.pc-show{
    display: block;
}
.m-show{
    display: none;
}



/* navigator style */
.navigator {
    box-shadow: 0 0 5px 0px #ccc;
}
.navigator ul {
    display: flex;
}
.navigator ul li a {
    color: #555;
    display: block;
    padding: 1rem;
    width: 12rem;
    text-align: center;
}

.navigator ul li:hover a, .navigator ul .h-nav-current {
    color: #fff;
    background-color: rgb(11, 87, 208);
}



/* scroll bar style */
main::-webkit-scrollbar{
    width:8px;
    height:10px;
    /**/
}
main::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
main::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:10px;
}
main::-webkit-scrollbar-thumb:hover{
    background: #333;
}
main::-webkit-scrollbar-corner{
    background: rgb(11, 87, 208);
}




/*header style*/
header {
    position: relative;
    background-color: rgb(0 0 0 / 100%);
    height: 6rem;
    top: 0;
    width: 100%;
    font-family: Open Sans,"Microsoft JhengHei";
    color: #373a3c;
    z-index: 1000;
}

header .w-full {
    display: flex;
    padding: 0 1%;
    align-items: center;
    justify-content: space-between;
}

header .logo {
    float: left;
    max-width: 10%;
    padding-left: 0;
    display: flex;
    align-items: center;
}



/*logo searchLights
.logo {
    position: relative;
    overflow: hidden;
}
.logo a {
    transition-duration: 5s;
    overflow: hidden;
}
.logo a:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 20px; 
    background-image: linear-gradient(to bottom,transparent,rgba(255,255,255,.5),transparent);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 2s ease-in 1s infinite; 
    z-index: 1000;
}
*/

@keyframes searchLights {
    0% {
        left: -500px;
        top: -100px;
    }
        100% {
            left: 100px;
            top: -100px;
    }

}

/* header nav style */
header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    height: 6rem;
}
header nav ul.navigation {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}
header nav li {
    position: relative;
    display: flex;
    text-align: center;
    width: 8%;
    align-items: center;
}
header nav li::before {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    bottom: -1rem;
    border-bottom: 2px solid #fabe00;
    transition: all 0.3s linear;
}
header nav li:hover::before {
    width: 100%;
}
header nav a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 1.5rem;
    font-family: 微软雅黑;
    text-transform: capitalize;
}
header nav a:hover {
    color: #fff;
}



/* main style */
main {
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
    background: #f5f5f5;
    overflow: scroll;
    box-sizing: border-box;
}




/* home banner
.index_focus {
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    height: 600px !important;
}
.index_focus .bd li {  
	display:none;
	width:100%;
	text-align:center;
}
.index_focus .slide_nav {
    position:absolute;
    left:0;
    bottom:2.25rem;
    width:100%;
    text-align:center;
}
.index_focus .slide_nav a {
    margin: 0 0.2rem;
    display: inline-block;
    padding: 0.5rem;
    clip-path: circle(30%);
    background: #fabe00;
    font-size: 0.6rem;
    color: #fff;
}
.index_focus .slide_nav li:hover,
.index_focus .slide_nav .on{
	background:#000;
}
.index_focus_next,
.index_focus_pre {
    display:none;
    position:absolute;
    top:45%;
    width:3.6rem;
    height:3.6rem;
    white-space:nowrap;
    overflow:hidden;
    z-index:2;
}
.index_focus_next,
.index_focus_pre i {
    color: #999;
}    
.index_focus_pre {
    left:1.5rem;
	background-position:0 0;
    height:5rem;
}
.index_focus_next {
	right:1.5rem;
	background-position:0 -3.6rem;
    height:5rem;
} */

#home .banner{
    position:relative;
}
#home .banner video {
    height: calc(70vh);
    object-fit: cover;
}
#home .banner .mask {
    background: url(../images/seecco/msk.png) repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
}
#home .banner .mask .w1200 {
    height:100%;
    display: flex;
    align-items: center;
}
#home .banner .mask .content {
    width: 80%;
    position: relative;
    left: 10%;
    height: 33rem;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#home .banner .mask .content .big-title {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
#home .banner .mask .content .big-title h2 {
    color: #fff;
    flex-shrink: 0;
    font-size: 4.6rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
}
#home .banner .mask .content p{
    color: #fff;
}
    


/* home header-search style */
.header-search {
    padding: 10rem 0;
}
#home.search-home .sec-search {
    padding-top: 10rem;
}
.header-search .search_form{
    position:relative;
    width: 100%;
}
.header-search .search-type {
    position: absolute;
    left: 25%;
    display: flex;
    top: -5rem;
    width: 50%;
}
.header-search .search-type span{
    display:inline-block;
    flex-shrink: 0;
    width: 33%;
}
.header-search .search-type span input {
    margin: 0 1rem;
    display: inline-block;
}
.header-search form li {
    display: flex;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}
.header-search .hot-search {
    width: 100%;
    height: 6rem;
    font-size: 1.8rem;
    background: rgb(0 0 0 / 0%);
    backdrop-filter: blur(10px);
    border: solid 1px #ccc;
    padding-left: 1rem;
}

.header-search .hot-search::placeholder{
    font-weight: lighter;
    color: #999;
}
.header-search .hot-search::-moz-placeholder{
    font-weight: lighter;
    color:  #999;
    opacity: 1;
}
.header-search .hot-search::-o-placeholder{
    font-weight: lighter;
    color: #999;
}
.header-search .hot-search::-ms-placeholder{
    font-weight: lighter;
    color:  #999;
}
.header-search .hot-search::-webkit-placeholder{
    font-weight: lighter;
    color:  #999;
}
.header-search .search_form .btn-search {
    position: relative;
    width: 12rem;
    height: 6rem;
    border-radius: 0 5px 5px 0;
    border: unset;
    font-size: 2.6rem;
    color: #fff;
    background: rgb(11, 87, 208);
    font-weight: normal;
    transition: all 0.3s linear;
    margin-top: 0;
}



/* button style */
button {
    font-size: 1.6rem;
    padding: 0.5rem 2rem;
    margin: 1rem 0;
    color: #fff;
    border: unset;
    background: rgb(11, 87, 208);
    border-radius: 3px;
    cursor: pointer;
}

button.more {
    padding: 0.5rem 3rem;
    border: unset;
    color: #fff;
    background: rgb(11, 87, 208);
    font-size: 1.4rem;
    font-weight: normal;
    border-radius: 2px;
    cursor: pointer;
    transition: all linear 0.3s;
}

button.more:hover {
    box-shadow: 0 0 5px 1px #ccc;
}

.button-primary {
    width: 18%;
    height: 5rem;
    cursor: pointer;
    background: rgb(59, 187, 42);
    color: #fff;
    font-size: 2rem;
    border: none;
    border-radius: 3px;
    margin: 0.5rem;
}

.sbtn {
    width: 10rem;
    height: 4rem;
    border: none;
    font-size: 2rem;
    vertical-align: middle;
    color: #000;
    background:#e7d827;
    font-weight: bolder;
    margin: 2rem auto;
    display: block;
}
.sbtn:hover{
    color: #000;
    background:yellow;
    border: 1px solid #ffeb00;
} 


/* member-status style */
.member-status {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.member-status span {
    width: 5rem;
    text-align: center;
    margin-left: 1rem;
}
.member-status span:nth-child(2) {
    background: #fac000d1;
    border-radius: 3px;
}
.member-status span:hover:nth-child(2) {
    background: #fabe00;
}
.member-status span:nth-child(2) a{
    color: #333;
}
.member-status .not-logged-in, .member-status .logged-in {
    display: none;
}
.member-status .not-logged-in {
    display: flex;
    color: red;
}





/* dropdown style */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    background-color: unset;
    color: white;
    padding: 0;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.dropdown #dropdownArrow {
    color: #f2f2f2;
    font-size: 2.3rem;
    margin-left: 0;
}
.dropdown.open #dropdownArrow {
    font-size: 1.9rem;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-top: 5px;
    min-width: 90px;
    z-index: 1000;
}

.dropdown.open .dropdown-menu {
    display: block;
    overflow: hidden;
    padding-bottom: 1rem;
    border-radius: 0 0 5px 5px;
}

.dropdown-menu a {
    display: block;
    color: #333;
    padding: 0 1rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background-color: rgb(11, 87, 208);
}



/* header province switch style */
.province-switch {
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    font-weight: bold;
}

.province-switch span {
    color: #ffd700;
    margin-left: 6px;
}
#province-switch-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

#province-switch-list.show {
    opacity: 1;
    visibility: visible;
}

#province-switch-list .popup {
    background: rgb(255 255 255 / 56%);
    width: 25%;
    border-radius: 8px;
    padding: 2rem;
    position: relative;
    transform: scale(0.95);
    transition: transform 0.3s ease;
    backdrop-filter: blur(5px);
}

#province-switch-list.show .popup {
    transform: scale(1);
}

#province-switch-list .popup h3 {
    color: rgb(11, 87, 208);
    margin-top: 0;
    text-align: center;
}

#province-switch-list .province-list-container {
    display: flex;
    list-style: none;
    padding: 0;
    height: auto;
    overflow-y: auto;
    margin-top: 10px;
    flex-wrap: wrap;
}

#province-switch-list .province-list-container li {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    color: #ffff;
    background: rgb(11, 87, 208);
    margin: 0 1% 1rem 0;
    cursor: pointer;
    border-radius: 3px;
}

#province-switch-list .province-list-container li:hover {
    background-color: rgb(11, 87, 208);
}

#province-switch-list .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #999;
}






/*home style*/
#home .topics {
    padding-bottom:5rem;
}
#home .topics .wrapper.w1200{
    border-radius: 3px;
}
#home .topics ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
#home .topics li {
    width: 25%;
    flex-shrink: 0;
    padding: 1rem;
    transition: all linear 0.5s;
}
#home .topics li .wrapper {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    transition: all linear 0.5s;
    background: #fff;
    border-radius: 3px;
}
#home .topics li .wrapper:hover {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15)
}
#home .topics li .img-wrapper {
    width: 100%;
    height: 25rem;
}
#home .topics li .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home .topics li .detail {
    height: 6rem;
    padding: 1rem;
}
#home .topics li .detail h6 {
    font-weight: bold;
    margin-bottom: 1rem;
}
#home .topics li .detail li {
    width: 33%;
    height: 3rem;
    line-height: 2.6rem;
    padding: 0;
    text-align: left;
    overflow: hidden;
}
#home .topics li .detail li a {
    font-size: 1.4rem;
}


#home .recent .wrapper.w1200{
    display:flex;
}

#home .recent .main-left{
    flex-shrink: 0;
    width: 70%;
    padding: 0 1%;
    margin-right: 1%;
    background: #fff;
}
#home .list-module ul {
    height: 600px;
    display: flex;
    padding: 3rem 0;
}
#home .list-module ul li .col-right{
    padding: 0 1rem;
}
#home .list-module .module-left{
    width: 50%;
    flex-shrink: 0;
}
#home .list-module .module-left li {
    margin-top: 0;
    width: 95%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 8%) 0 5px 10px 5px;
}
#home .list-module .module-left li .wrapper {
    height: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: space-between;
}
#home .list-module .module-left li .col-left{
    height: 70%;
    flex-shrink: 0;
}
#home .list-module .module-left li .img-wrapper, #home .list-module .module-left li .img-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}
#home .list-module .module-left li .img-wrapper img {
    transition: all linear 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home .list-module .module-left li h6 {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: bold;
    color: #555;
}
#home .list-module .module-left li p.description {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #555;
}
#home .list-module .module-right {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}
#home .list-module .module-right li {
    width: 48%;
    height: 46%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 8%) 0 5px 10px 5px;
}
#home .list-module .module-right li h6 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #555;
}
#home .list-module .module-right li p.description {
    display: none;
}
.module-title h5{
    color: #000;
}



/* home logo-list style */
.logo-list {
    padding: 5rem 0;
}
.logo-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.logo-list ul li {
    width: 23%;
    flex-shrink: 0;
    margin-bottom: 2rem;
}
.logo-list ul li .wrapper .col-left .img-wrapper{
    height: 18rem;
}
.logo-list ul li .wrapper .col-left .img-wrapper a {
    display: block;
    height: 100%;
}
.logo-list ul li .wrapper .col-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* article style */
article {
    flex-shrink: 0;
    width: 70%;
    padding: 0 1rem;
    margin-right: 1%;
    border-radius: 3px;
}
article .list li {
    margin: 3rem 0;
    background: #fff;
    border-radius: 3px;
    position: relative;
}
article .list li:nth-child(1) {
    margin-top: 0;
}
article .list li .wrapper{
    display:flex;
}
article .list li .col-left {
    width: 35%;
    height: 28rem;
    overflow: hidden;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    transition: all linear 0.5s
}
article .list li:hover .col-left {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
}
article .list li .img-wrapper{
    width: 100%;
    height: 100%;
}
article .list li .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
article .list li .col-right {
    width: 65%;
    flex-shrink: 0;
    padding: 2rem;
}
article .list li .col-right .wrapper {
    display: flex;
    flex-direction: column;
}
article .list li .col-right .wrapper h6 {
    font-size: 2.2rem;
    font-weight: 540;
    color: #333;
}
article .list li .col-right .info span {
    font-size: 1.4rem;
    color: #555;
}
article .list li .col-right .detail button {
    background: rgb(11, 87, 208);
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    border: none;
    border-radius: 3px;
    font-size: 1.4rem;
    padding: 0 1rem;
    transition: all linear .3s;
}



/* aside style */
aside {
    width: 29%;
    padding: 0 1%;
    border-radius: 3px;
    background: #fff;
}
aside .box {
    background: #fff;
    padding: 1rem 0;
    border-radius: 3px;
}




/* aside hit-list no cover */
aside .hit-list li{
    position: relative;
}
aside .hit-list li strong {
    margin-right: 0.5rem;
    background: #ccc;
    padding: 1rem;
    clip-path: circle(30%);
}
aside .hit-list li:hover strong {
    color: #fff;
    background: #d9822b
}
aside .hit-list li span{
    color:#feba47;
    font-size: 1.4rem;
    position: absolute;
    right: 0;
}



/* aside tags list */
aside .tagscloud .wrapper {
    display:flex;
    flex-wrap: wrap;
}
aside .tagscloud a {
    width: auto;
    height: 4.2rem;
    display: flex;
    margin: 1%;
    padding: 5px;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-decoration: none;
    color: #fff;
    background: #999;
    border-radius: .25rem;
    transition: all linear 0.5s;
    align-items: center;
    justify-content: center;
}
aside .tagscloud a:hover {
    color: yellow;
    background: #555;
}



/* aside hits list with cover*/
aside .box li {
    padding: 1rem 0;
    border-top: solid 1px rgb(16 22 26 / 7%);
}
aside .box li:nth-child(1){
    border-top: unset;
}
aside .box li .wrapper {
    display: flex;
    padding: 1rem 0;
}
aside .box h5 {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
    position: relative;
}
aside .box h5::before {
    content: '';
    left: 0;
    bottom: -2px;
    position: absolute;
    border-top: solid 3px red;
    width: 3rem;
    transition: all linear 0.3s
}
aside .box:hover h5::before {
    width: 50%;
}
aside .box li .col-left {
    padding: 0;
    width: 33%;
    height: 10rem;
}
aside .box li .col-left .img-wrapper{
    width: 100%;
    height: 100%;
}
aside .box li .col-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
aside .box li .col-right {
    padding: 0;
    width: 67%;
    height: 10rem;
    padding-left: 1rem;
}
aside .box li .col-right a {
    font-family: 微软雅黑;
    font-size: 1.6rem;
}
aside .box li .col-right .r-update {
    font-size: 1.2rem;
    color: #fff;
}
aside .box li .col-right .r-views {
    font-size: 1.2rem;
    color: #999;
}



/* footer friend link styles */
.f-link {
    padding-bottom: 5rem;
}
.f-link h5 {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: bold;
    position: relative;
}
.f-link h5 a {
    font-size: 1.2rem;
    font-weight: normal;
}
.f-link ul {}
.f-link ul a{
    font-size: 1.4rem;
}



/* 当前位置 */
.crumbs {
    padding: 10px;
    margin: 10px auto;
    border-radius: 2px;
    background: linear-gradient(0deg, #00000008, transparent);
    margin-top: 0;
}
.crumbs .wrapper.w1200 {
    font-size: 1.4rem;
    line-height: 3rem;
}
.crumbs span{color:#7e7e7e}
.crumbs a{
    font-size: 1.4rem;
    line-height: 3rem;
}


/* regular major info block */
#list-show ul li {
    background: #fff;
    padding: 2rem;
    border-radius: 5px;
    margin-bottom: 3rem;
    position: relative;
}
#list-show ul li.active{
    border-left: solid 2px red;
}
#list-show ul li .item-top {
    display: flex;
    flex-direction: column;
}
#list-show ul li .item-top .uni-name {
    display: flex;
}
#list-show ul li .item-top .uni-name .col-left{
    width: 5%;
    flex-shrink: 0;
}
#list-show ul li .item-top .uni-name .col-right{
    width: 95%;
    flex-shrink: 0;
}
#list-show ul li .item-top  .uni-logo {
    width: 6rem;
    height: 6rem;
}
#list-show ul li .item-top .col-right h6, #list-show ul li .item-top .col-right h6 a {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 540;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#list-show ul li .item-top .uni-info span {
    margin: 0;
    font-size: 1.4rem;
    margin-right: 1%;
}
#list-show ul li .item-top .uni-tags{
    padding: 0.5rem 0;
}
#list-show ul li .item-top .uni-tags span {
    color: rgb(11, 87, 208);
    padding: 0.5rem;
    border: solid 1px rgb(11, 87, 208);
    border-radius: 3px;
    margin-right: 1rem;
    line-height: 3.8rem;
    font-size: 1.4rem;
}

#list-show ul li .major-info{
    padding: 0.5rem 0;
}

#list-show ul li .major-contains{
    font-size: 1.4rem;
}

#list-show ul li .score-line {
    padding: 1rem 0;
}

#list-show ul li .item-more{
    padding-top: 1rem;
}
#list-show ul li .item-more .small-tips {
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 0.5rem 0;
}
#list-show ul li .item-more .small-tips span {
    font-size: 1.4rem;
    border: solid 1px rgb(11, 87, 208);
    border-radius: 5px;
    margin-right: 0.5rem;
    padding: 3px;
    line-height: 3.6rem;
}
#list-show ul li .item-more .small-tips span:hover{
    color: #fff;
    background-color:rgb(11, 87, 208);
    cursor: pointer;
}
#list-show ul li b {
    color: rgb(11, 87, 208);
    font-size: 1.4rem;
}
#list-show ul li .item-more .small-tips.remark{

}
#list-show ul li .item-more .small-tips.remark button {
    width: 5rem;
    height: 3rem;
    font-size: 1.2rem;
    padding: 0;
    margin-right: 1rem;
}


#list-show ul li .add-star {
    position: absolute;
    top:  0;
    right: 0;
}
#list-show ul li .add-star button {
    background: rgb(255 11 11 / 77%);
    border: unset;
}




/* switch component */
.switch {
    width: 22%;
    margin-bottom: 1rem;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    border: solid 1px rgb(11, 87, 208);
}
.switch div {
    font-size: 1.6rem;
    padding: 1.2rem 1rem;
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.switch .switch-checked {
    color: #fff;
    background-color: rgb(11, 87, 208);
}
.switch .switch-checked a{
    color: #fff;
}


#thead-sticky-bar.sticky .tb-th {
    width: 3.78%;
}


/* major list style */
#major-list .filter, #major-list .crumbs .wrapper.w1200 {
    width: 98%;
}

#major-list .filter .middle {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#major-list .filter .middle .col-left {
    width: 30%;
    flex-shrink: 0;
}
#major-list .filter .middle .col-left form {
    display: flex;
    justify-content: space-between;
}
#major-list .filter .middle .col-left .major-category, #major-list .filter .middle .col-left .major-class {
    background: #fff;
    width: 48%;
    flex-shrink: 0;
    padding: 0 1rem;
    border-radius: 5px;
}
#major-list .filter .middle .col-left li.active{
    color: #fff;
    background-color: rgb(11, 87, 208);
}
#major-list .filter .middle .col-left .major-class li {
    font-size: 1.4rem;
}
#major-list .filter .middle .col-left li {
    padding: 11px 14px;
    background: #f7f8fa;
    border-radius: 2px;
    cursor: pointer;
    margin: 5px 0;
}
#major-list .filter .middle .col-left li:hover {
    color: #fff;
    background: #208af3;
}
#major-list .filter .middle .col-left .major-category li{
    font-weight: inherit;
}
#major-list .filter .middle .col-right {
    width: 68%;
    flex-shrink: 0;
}

#major-list .filter li {
    font-size: 1.6rem;
}
.el-tooltip__popper.is-dark span{
    color:#fff;
}



/* common table style */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    table-layout: fixed;
}
table td, table th {
    border: 1px solid #ebeef5;
    color: #666;
    width: calc(5vw);
    height: 30px;
    font-size: 1.4rem;
    padding: 1rem 0;
}
table td p, table th p {
    line-height: 2rem;
    margin-bottom: 0;
    padding: 0 1rem;
}
table th p {
    color: #fff;
    font-size: 1.4rem;
}
.sticky th p {
    display: block;
    width: calc(4vw);
}
table td .evaluate-btn, table th .evaluate-btn {
    color: #fff;
    background: rgb(11, 87, 208);
    padding: 1rem;
    font-size: 1.4rem;
    border-radius: 3px;
    width: 90%;
    margin: auto;
    cursor: pointer;
}
table td .mark-btn, table th .mark-btn {
    font-size: 1.4rem;
    color: rgb(11, 87, 208);
    cursor: pointer;
    text-align: center !important;
}
table td a, table th a{
    font-size: 1.4rem;
}
table td img, table th img {
    max-width: 5rem;
    display: block;
    margin: auto;
}
table th {
    color: #fff;
    background-color: rgb(11, 87, 208);
    width: 100px;
    height: 2rem;
    text-align: center;
}
table tbody tr:hover th{
    background-color: #ccc;
    cursor: pointer;
}
table tr:nth-child(odd)
{
    background: #fff;
}
table tr:nth-child(even)
{
    background: #F5FAFA;
}
table tr:hover:nth-child(odd), table tr:hover:nth-child(even) {
    background: #2c77df2e;
}



/* mbti component */

.mbti h1 {
    font-size: 3.2rem;
    color: rgb(11, 87, 208);
}
.mbti .notice-box {
    color: #fff;
    background: rgba(137, 150, 212);
    border-radius: 3px;
    padding: 3rem;
	position: relative;
}
.mbti .notice-box h5{
	color: #fff;
}
.mbti .notice-box ul{
	padding-left: 3rem;
}
.mbti .notice-box li {
    font-size: 1.4rem;
    list-style: circle;
}
.mbti button.btn-close {
    position: absolute;
    top: 1rem;
    right: 2rem;
    background: unset;
    border: solid 1px #fff;
}


.list-result {
    width: 98%;
    margin: 0 auto;
}
.list-title {
    color: #fff;
    background: rgb(11, 87, 208);
    padding: 0.5rem 2rem;
    border-radius: 3px;
}
#university-list.mbti .list-title {
    display: flex;
    justify-content: flex-start;
    padding: 1rem;
}
#university-list.mbti .list-title li {
    width: 5rem;
    flex-shrink: 0;
    font-size: 1.6rem;
}
.mbti #tbody-result li {
    display: flex;
    margin: 1rem 0;
    padding: 1rem 0;
}
.mbti #tbody-result li:nth-child(even) {
	background: #f1f1f1;
}
.mbti #tbody-result li .index {
    font-size: 1.6rem;
    padding: 0.3rem 3rem;
}
.mbti #tbody-result li .answer {
    display: flex;
    flex-direction: column;
}
.mbti #tbody-result li .answer-item label {
    font-size: 1.6rem;
    font-weight: normal;
    padding-left: 1rem;
    padding-top: 1rem;
}

.mbti .page-nav {
    display: flex;
    width: 92%;
    margin: 0 auto;
}
.mbti .page-nav .col-left {
    width: 70%;
}
.mbti .page-nav .col-right {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.mbti .progress {
    padding: 2rem;
    padding-bottom: 3.5rem;
    margin-top: 3rem;
}




/* evaluate page style */
#major-list.level-3 .filter .switch div {
    width: 100%;
}
#major-list.level-3 .filter .middle .col-left {
    width: 30%;
    flex-shrink: 0;
}
#major-list.level-3 .filter .middle .col-left #form div {
    width: 33%;
    background: #fff;
    flex-shrink: 0;
    padding: 0 1rem;
    border-radius: 5px;
}
#major-list.level-3 .filter .middle .col-left .major-class li {
    font-size: 1.4rem;
}
#major-list.level-3 .filter .middle .col-left .major-category li{
    font-weight: inherit;
}
#major-list.level-3 .filter .middle .col-right {
    width: 69%;
    flex-shrink: 0;
}


/* level-3 list style */
#major-list .top .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#major-list .top .middle {
    width: 33%;
}
#major-list .filter .middle .col-left .col-left-top {
    padding: 3rem 1rem;
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 5px;
}
#major-list .filter .middle .col-left .col-left-top h5 {
    font-size: 1.6rem;
    font-weight: normal;
}
#major-list .filter .col-left .search {
    padding: 0;
    width: 100%;
}
#major-list .filter .col-left .search small {
    font-size: 1rem;
    font-weight: normal;
    color: red;
}
#major-list .filter .col-left .search-box {
    width: 100%;
    padding: 0;
    position: relative;
}
#major-list .filter .col-left .search input {
    font-size: 1.4rem;
    height: 3.6rem;
    width: 100%;
    background: url(/statics/images/icon/magnify.png) no-repeat right center;
    background-size: 5%;
    background-position-x: 93%;
    outline: unset;
    border: solid 1px #ccc;
    border-radius: 5px;
    position: relative;
}
#major-list .filter .col-left .search-box button {
    height: 3.6rem;
    width: 20%;
    background: transparent;
    position: absolute;
    right: 0;
    border-radius: 0 5px 5px 0;
    border: solid 1px #ccc;
}
#major-list .filter .middle .col-left .select-level-1, #major-list .filter .middle .col-left .select-level-2 {
    background: #fff;
    width: 48%;
    flex-shrink: 0;
    padding: 1rem;
    border-radius: 5px;
}


/* already choosed info  */
.already {
    padding: 1rem 0;
    display: flex;
    width: 100%;
    flex-shrink: 0;
    align-items: center;
}
.already b {
    font-size: 1.5rem;
    color:  rgb(11, 87, 208);
}
.already span {
    color: #fff;
    background: rgb(11, 87, 208);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin-right: 0.5rem;
}



/* overlay component */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
  }
  
  .message-box {
    position: relative;
    top: 7%;
    width: 92%;
    height: calc(81vh);
    overflow-y: scroll;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.message-box h2 {
    color: #555;
}
.message-box p {
    text-align: left;
}
  
.close-btn {
    position: fixed;
    font-size: 5rem;
    top: 8rem;
    right: 10rem;
    cursor: pointer;
}



/* news list style */
#news .item-list  ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5rem;
}
#news .item-list  ul li {
    flex-shrink: 0;
    width: 50%;
}
#news .item-list  ul li .wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
    justify-content: center;
    box-shadow: 0px 10px 10px 1px rgb(0 0 0 / 21%);
    margin-bottom: 5rem;
    transition: all ease-in-out 0.5s;
}
#news .item-list  ul li .img-wrapper {
    width: 100%;
    height: 350px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    transition: all ease-in-out 0.3s;
}
#news .item-list  ul li .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news .item-list  ul li .desc {
    padding: 1rem 2.5%;
    width: 100%;
    height: 249px;
    overflow: hidden;
}
#news .item-list  ul li .desc h6 {
    color: #333;
    font-size: 2.2rem;
}
#news .item-list  ul li .desc span {
    font-size: 1.4rem;
    padding-right: 3rem;
    color: #999;
}





/* list recent style */

#list-recent .crumbs .wrapper.w1200 {
    margin: 0 auto;
}
#list-recent .wrapper.w1200 {
    display: flex;
    margin: 3rem auto 5rem auto;
}





/*video*/
.videos video {
    max-width: 100%;
    display: block;
    margin: 1rem auto;
}





/* show style */
#show .wrapper.w1200 {
    display: flex;
    margin: 3rem auto 5rem auto;
}
#show .crumbs .wrapper.w1200 {
    margin: 0 auto;
}
#show .wrapper.w1200 article {
    width: 70%;
    background: #fff;
}
#show .wrapper.w1200 aside {
    width: 29%;
}
#show article h1 {
    font-size: 2.6rem;
    text-align: center;
    margin: 2rem;
}
#show article .article-info{
    text-align:center;
}
#show article .article-info span {
    font-size: 1.4rem;
    color: #555;
    margin-right: 1rem;
}
#show article .article-info #hits {
    color: red;
}
#show article #inputtime, #show article #copyfrom {
    margin-left: 3rem;
}

#show article #content {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(141, 137, 137, 0.1);
}
#show article #content img {
    max-width: 653px;
}
#show article #content p {
    line-height: 3rem;
}
#show article #content .keylink {
    display:contents !important;
    font-size: 16px;
    color: rgb(11, 87, 208);
}
#show article .pre-article p {
    line-height: 3rem;
}
/*code*/
#show article #content  pre{
    background: #50556B;
    color: #fff;
    line-height: 3rem;
    padding: 0 1%;
    border-radius: 2px;
    -moz-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
}
#show article .box {
    overflow: hidden;
}
#show article .box ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
#show article .box ul li {
    width: 25%;
    padding: 1%;
}
#show article .box h5 {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
    position: relative;
}
#show article .box h5::before {
    content: '';
    left: 0;
    bottom: -2px;
    position: absolute;
    border-top: solid 3px red;
    width: 3rem;
    transition: all linear 0.3s
}
#show article .box:hover h5::before {
    width: 50%;
}
#show article .box ul li .img-wrapper {
    height: 15rem;
    overflow: hidden;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
#show article .box ul li .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
#show article .box ul li .col-right {
    height: 5rem;
    overflow:hidden;
}
#show article .box ul li .col-right h6 {
    line-height:2rem;
}
#show.university article .box ul li .col-right h6 {
    line-height:1.6rem;
}


/* article tags style */
#show article .tags{
    padding-bottom: 3rem;
}
#show article .tags a {
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #555;
    border-radius: 3px;
    margin-right: 1rem;
}


/* gallery */
#show.gallery article {
    position: relative;
}
#show.gallery article h1 {
    font-size: 2.2rem;
    margin-top: 1rem;
}
#show.gallery article .details {
    margin-top: 1rem;
    color: #666;
    text-align: center;
}
#show.gallery article #big-pic{
    text-align: center;
    padding: 2rem 0;
}
#show.gallery article #big-pic img{
    max-width: 100%;
}
#show.gallery article .photo_prev a{
    position: absolute;
    display: block;
    width: 380px;
    background-size: 15%;
    height: 500px;
    top: 9rem;
}
#show.gallery article .photo_prev a:hover{
    background: url(/statics/images/photo-pre.png) no-repeat left;
}
#show.gallery article .photo_next a{
    position: absolute;
    display: block;
    width: 380px;
    background-size: 15%;
    height: 500px;
    right: 0em;
    top: 9rem;
}
#show.gallery article .photo_next a:hover{
    background: url(/statics/images/photo-next.png) no-repeat right;
}
#show.gallery .list-pic {
    overflow: hidden;
    border: solid 1px #ccc;
    padding-bottom: 1rem;
    position: relative;
}
#show.gallery .list-pic .cont {
    height: 150px;
}
#show.gallery ul.picbig {
    position: absolute;
}
#show.gallery .list-pic li {
    width: 210px;
    height: 150px;
    float: left;
    margin: 1rem 5px;
}
#show.gallery .list-pic li img {
    width: 210px !important;
    height: auto !important;
}
#show.gallery .list-pic .pre-bnt{
    width: 4rem;
    height: 180px;
    display: block;
    position: absolute;
    z-index: 100;
    border: solid 0.5px #ccc;
    background: #000;
    padding-top: 3.2rem;
}
#show.gallery .list-pic .next-bnt{
    width: 4rem;
    height: 180px;
    display: block;
    position: absolute;
    right: 0em;
    top: 0rem;
    z-index: 100;
    border: solid 0.5px #ccc;
    background: #000;
    padding-top: 3.2rem;
}
#show.gallery .content{
    padding: 2rem 0;
}
#show.gallery .content p, #show.gallery .content div {
    font-size: 1.6rem;
    line-height: 3rem;
    color: #282828;
}
#show.gallery .content img{
    margin: 1rem 0;
    max-width: 80%;
}

#show.gallery .content .wrap{
    width: 98%;
}

#show.gallery h5{
    font-size: 1.6rem;
    font-weight: 600;
    border-left: 5px solid #000;
    padding-left: 10px;
    margin-bottom: 1rem;
}

#show.gallery .related li {
    padding: 0 5px;
}

#show.gallery .related li .img-wrapper{
    height: 150px;
    overflow: hidden;
}
#show.gallery .related li .img-wrapperimg{
    width: 100%;
    transition: ease all 0.5s;
}

#show.gallery .related li .img-wrapperimg:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

#show.gallery .related li p {
    color: #666;
    margin-top: 0.5rem;
}




/* search style */

#search-list .input-group {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    justify-content: center;
    width: 100%;
}
#search-list .search_form .sinput {
    outline: unset;
    width:50%;
    height: 5rem;
    padding: 0 1rem;
    border-radius: 3px 0 0 3px;
    font-size: 1.6rem !important;
}
#search-list .search_form .sinput::placeholder {
    font-size: 1.6rem;
    line-height:2rem;
}
#search-list .search_form .sbtn {
    width: 15%;
    height: 5rem;
    border: none;
    font-size: 1.6rem;
    font-weight: inherit;
    color: #fff;
    background: #000;
    margin: 0;
    border-radius: 0 3px 3px 0;
}



#search-list .wrapper.w1200 {
    display: flex;
    margin: 3rem auto 5rem auto;
}
#search-list .crumbs .wrapper.w1200 {
    margin: 0 auto;
}
#search-list article {
    order: 2;
    margin-right: unset;
    margin-left: 1%;
}
#search-list aside {
    order: 1;
}



/* scroll to top of page */
.scroll-to {
    position: fixed;
    width: auto;
    height: auto;
    right: 0;
    bottom: calc(2vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 200;
}
.scroll-to button {
    display: flex;
    width: 81%;
    font-size: 1.4rem;
    padding: 1rem;
    border-radius: 50%;
    justify-content: center;
}
.scroll-to button:hover{
    cursor: pointer;
}







/* 分页 */
#pages {
    padding: 3rem 0;
    font-family: 微软雅黑;
    text-align: center;
}
#pages a {
    display: inline-block;
    line-height: 2rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0.5rem 1rem;
    margin: 3px;
}
#pages a.a1 {
    display: none;
}
#pages a:hover { 
    background:#f1f1f1; 
    color:#000; 
    text-decoration:none 
}
#pages span {
    display:inline-block;
    line-height:2rem; 
    background:#000; 
    border:1px solid #000; 
    color:#fff; 
    text-align:center;
    padding: 0.5rem 1rem;
}
.page .noPage { 
    display:inline-block;
    width:56px;
    line-height:2rem; 
    background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#a4a4a4; 
}



/* loading style */
#loading {
    font-size: 1.6rem;
    text-align: center;
    padding: 1.5rem 0;
    cursor: pointer;
    color: #fff;
    background: rgb(0 107 249 / 66%);
    width: 33rem;
    border-radius: 5px;
    margin: 3rem auto;
}

#loading:hover {
    background: rgb(0 107 249 / 76%);
}


/* loading animation */
.loader {
    /* background: #000; */
    /* background: rgb(0 0 0 / 18%); */
    bottom: 0;
    left: 31%;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader p {
    color: rgb(11, 87, 208);
    font-size: 3rem;
    position: absolute;
    left: 46%;
    top: 62%;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    animation: 
        spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
    ;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}
.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: hsl(0, 80%, 60%);
    height: 90px;
    width: 90px;
    top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
    border-color: hsl(60, 80%, 60%);
    height: 76px;
    width: 76px;
    top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
    border-color: hsl(120, 80%, 60%);
    height: 62px;
    width: 62px;
    top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
    border-color: hsl(180, 80%, 60%);
    height: 48px;
    width: 48px;
    top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
    border-color: rgb(11, 87, 208);
    height: 34px;
    width: 34px;
    top: 35px;
}

@keyframes spin {
    0%, 15% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

#app {
    display: flex;
    width: 100%;
}


/* member style */
#member main {
    background: unset;
    padding: 3rem;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-content: center;
}
#member main h2 {
    margin: 2rem 0;
}
#member.member-home {
    display: flex;
    margin: 3rem auto 5rem auto;
}
#member.member-home main {
    width: 74%;
    flex-shrink: 0;
    background: #fff;
    padding: 3rem;
    margin-left: 1%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border: solid 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
}

.member-index.container {
    display: flex;
    margin: 3rem auto 5rem auto;
    background: #fff;
    border-radius: 10px;
}



/* 容器样式 */
#member .form-container {
    padding: 1rem;
    background: #fff;
    border-radius: 12px;
    font-family: "Microsoft YaHei", sans-serif;
}

/* 标题 */
#member .form-container h2 {
    font-size: 2.6rem;
    text-align: left;
    color: #333;
}

/* 标签样式 */
#member .form-container label {
    display: block;
    margin: 10px 0 6px;
    padding: 0;
    font-weight: bold;
    color: #555;
}

/* 下拉框和输入框 */
#member .form-container select,
#member .form-container input {
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-size: 14px;
    transition: all 0.3s ease;
}

#member .form-container select:focus,
#member .form-container input:focus {
    border-color: rgb(11, 87, 208);
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.3);
    outline: none;
}

/* 复选框区域 */
#member .subjects {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#member .subjects label {
    background: #f4f4f4;
    width: 10rem;
    padding: 1rem;
    border-radius: 5px;
    font-size: 1.4rem;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s;
}

#member .subjects input {
    margin-right: 5px;
}

#member .subjects label:hover {
    background: #eaeaea;
}

/* 提交按钮 */
#member .btn-submit {
    width: 10rem;
    padding: 10px 0;
    background: rgb(11, 87, 208);
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#member .btn-submit:hover {
    background: #2490fb;
}






/* register style */
.register.glass-card {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    padding: 40px;
    max-width: 420px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeIn 1.2s ease-out;
}
.register .form-group {
    margin-bottom: 1rem;
}

.register label {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #e6e6e6;
}

.register input, .register select {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    font-size: 1.6rem;
    background: rgb(255 255 255 / 62%);
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.register input:focus, .register select:focus {
    background: rgba(255,255,255,0.3);
}

.register .btn {
    width: 100%;
    padding: 12px;
    background: rgb(11, 87, 208);   /* 更深的蓝色 */
    border: none;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.register .btn:hover {
    background:  #208efc;
}

.register .error {
    font-size: 1.2rem;
    color: #ffcccc;
    display: none;
    margin-top: 5px;
}



/* login style */
.login-container {
    width: 100%;
    max-width: 420px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    color: white;
    animation: fadeIn 0.8s ease-in-out;
}

.login-container h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.8rem;
}

.login-container .form-group {
    margin-bottom: 1rem;
}

.login-container label {
    display: block;
    margin-bottom: 8px;
    font-size: 1.4rem;
    color: #eee;
}

.login-container input {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    font-size: 1.6rem;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    outline: none;
    box-sizing: border-box;
}

.login-container input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}


.login-container .btn-login {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 1.6rem;
    background: rgb(11, 87, 208);   /* 更深的蓝色 */
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.login-container .btn-login:hover {
    background:  #1b89f7;
}

.login-container .links {
    text-align: center;
    margin-top: 20px;
    font-size: 1.4rem;
    
}

.login-container .links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}


/* member home center style */
.member-home .sidebar {
    width: 25%;
    padding: 1rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
}

.member-home .sidebar-header {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(30, 30, 30, 0.95), rgba(60, 60, 60, 0.85));
    background: linear-gradient(to right, rgb(11, 87, 208), #60a5fa);
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-radius: 15px;
}

.member-home .info-card {
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
    flex: 1;
}

.member-home .info-card ul {
    list-style: none;
    padding-left: 0;
}

.member-home .info-card li {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.6;
}

.member-home .info-card .highlight {
    color: #e53935;
    font-weight: bold;
}

/* 主体区域 */
.member-home .main {
    width: 75%;
    flex-shrink: 0;
    padding: 2rem;
    overflow-y: auto;
    box-sizing: border-box;
}

.member-home .section {
    margin-bottom: 30px;
}

.member-home .section h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 18px;
    border-left: 5px solid rgb(11, 87, 208);
    padding-left: 12px;
}

.member-home .cards {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2%;
    flex-wrap: wrap;
}

.member-home .card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(18px);
    border-radius: 15px;
    width: 29%;
    height: 10rem;
    padding: 1%;
    margin-bottom: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.member-home .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.15);
}

.member-home .card h4, .member-home .card h4 a {
    font-size: 17px;
    margin-bottom: 10px;
    color: rgb(11, 87, 208);
}

.member-home .card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}




/********* captcha style ***********/
.captcha {
    display: flex;
    height: 4rem;
    border-radius: 10px;
    overflow: hidden;
}
.captcha input#captcha {
    flex-shrink: 0;
    width: 60%;
    border-radius: 10px 0 0 10px;
}
.captcha .img-wrap {
    flex-shrink: 0;
    width: 40%;
    height: 4rem;
    display: flex;
}
.captcha img#captchaImg {
    width: 100%;
}
.captcha input{
    border-radius: 10px 0 0 10px;
}




/* password eyes style */
.password-container {
    position: relative;
}

.toggle-eye {
    position: absolute;
    top: 62%;
    right: 5px;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url('/static/image/text-eyes/eye_hidden.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}



/* animation style */
@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/*footer*/
footer {
    width: 100%;
    padding: 2rem 0;
    background: #000;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
footer .wrapper .top {
    width:90%;
    margin: 0 auto;
}
footer .wrapper .top ul {
    display:flex;
}
footer .wrapper .top ul li{
    flex-shrink: 0;
    width: 33%;
}
footer .wrapper .top ul li a {
    font-size: 1.4rem;
}
footer .wrapper .top .footer-navigation {
    display: flex;
    flex-wrap: wrap;
}
footer .top .links {
    display: flex;
}
footer .top .links a {
    font-size: 1.4rem;
    width: 10rem;
    flex-shrink: 0;
}
footer h5 {
    font-size: 1.8rem;
    color: #fff;
    margin: 1rem 0;
}
footer a, footer p {
    color: #777;
    line-height: 2.8rem;
}
footer p {
    font-size: 1.4rem;
}
footer a:hover {
    color: #fff;
}
footer .copyright {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgb(255 255 255 / 15%);
}
footer .copyright p, footer .copyright p span, footer .copyright p span a {
    font-size: 1.2rem;
    text-align: center;
    color: rgb(255 255 255 / 38%);
}




















@media (max-width:991px){
    h2 {
        color: #fff;
        font-size: 2.2rem;
    }
    h3 {
        color: #555;
        font-size: 2.2rem;
        line-height: 3.6rem;
        margin: 1rem auto;
        text-align: center;
        position: relative;
    }
    .w1200 {
        width: 100%;
    }
    .br-pc{
        display: inline-block;
    }
    
    .br-m{
        display: block;
    }
    
    .pc-show{
        display: none;
    }
    .m-show{
        display: block;
    }

    .title {
        padding-bottom: 1rem;
    }
    .title p{
        padding: 0 2%;
    }




    /* phone navigation */
    #phone_nav {
        position: absolute;
        right: 0.5rem;
        top: 2rem;
        display: flex;
        justify-content: flex-end;
    }
    #phone_nav {
        position: relative;
        right: 0.5rem;
        top: 0rem;
        padding-left: 2rem;
        display: flex;
        justify-content: flex-end;
    }
    #phone_nav .rg {
        width: 39px;
        margin-right: 10px;
    }
    #phone_nav .a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
    #phone_nav .a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
    #phone_nav .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 5%;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    #phone_nav .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        padding-top: 1.8rem;
    }
    #phone_nav .a_txt .div3 ul{padding-left:5%;padding-right:5%}
    #phone_nav .a_txt .div3 ul li{border-bottom:1px solid #232530}
    #phone_nav .a_txt .div3 ul li .first-level-menu {
        display: flex;
    }
    #phone_nav .a_txt .div3 ul li .first-level-menu a{
        width: 80%;
        flex-shrink: 0;
    }
    #phone_nav .a_txt .div3 ul li .first-level-menu span{
        flex-shrink: 0;
        width: 20%;
    }
    #phone_nav .a_txt .div3 ul li .a_js2_on span{
        display:none;
    }
    #phone_nav .a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
    #phone_nav .a_txt .div3 ul li .a_js2{
        background:url("/m/phone_nav/plus.png") 95% center no-repeat;
        background-position-x: 70%;
        -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s
    }
    #phone_nav .a_txt .div3 ul li .a_js2_on{background:url("/m/phone_nav/reduce.jpg") 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
    #phone_nav .a_txt .div3 ul li .a_txt2{display:none}
    #phone_nav .a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}



    html {
        min-width: unset;
    }
    header nav {
        display: none;
    }
    header .logo {
        max-width: 30%;
    }

    .member-status {
        width: 25%;
    }


    /* banner style */
    /* .index_focus {
        position: relative;
        margin: 0px auto;
        overflow: hidden;
        height: 325px !important;
        background: #ccc;
    }
    .header-search {
        position: absolute;
        top: 10rem;
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .index_focus .bd li {
	    height: 325px;
	    text-align: center;
	}
    .index_focus .bd li img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	} */
    #home .banner .mask .content {
        width: 100%;
        height: calc(50vh);
        padding: 3%;
        flex-direction: column;
        left: unset;
    }
    #home .banner .mask .content .big-title {
        flex-direction: column;
    }
    #home .banner .mask .content .big-title h2 {
        font-size: 2.2rem;
        line-height: 3.6rem;
        font-weight: normal;
    }
    #home .banner .mask .content .big-title input {
        font-size: 3.6rem;
    }
    #home .banner .mask .content p {
        line-height: 2.6rem;
    }



    /* header search style */
    .header-search {
        padding-bottom: 0rem;
    }
    .header-search .search-type {
        position: absolute;
        left: 10%;
        display: flex;
        top: -5rem;
        width: 80%;
    }
    .header-search .hot-search {
        width: 100%;
        height: 5rem;
        font-size: 1.4rem;
    }
    .header-search .search_form .btn-search {
        font-size: 1.8rem;
        color: #fff;
        height: 5rem;
        width: 8rem;
    }
    


    /* home topic style */
    #home .topics {
        padding: 3rem 0;
    }
    #home .topics li {
        width: 50%;
        flex-shrink: 0;
        padding: 1%;
        transition: all linear 0.5s;
    }
    #home .topics li .img-wrapper {
        width: 100%;
        height: 18rem;
    }
    #home .topics li .detail {
        height: 6rem;
        padding: 1rem;
    }
    #home .topics li .detail li {
        width: 50%;
    }


    /* main left style */
    #home .recent .main-left {
        flex-shrink: 0;
        width: 100%;
    }


    .module-title {
        padding: 0 3%;
    }

    /* list module style */
    #home .list-module ul {
        height: auto;
        flex-direction: column;
        justify-content: space-around;
        padding: 0 3%;
    }
    #home .list-module .module-left {
        width: 100%;
        flex-shrink: 0;
    }
    #home .list-module .module-left li {
        width: 100%;
    }
    #home .list-module .module-right {
        width: 100%;
    }
    #home .list-module ul li .col-right {
        padding: 1rem;
    }



    /* logo list style */
    .logo-list ul li {
        width: 45%;
    }


    /* recent styles */
    #home .recent .wrapper.w1200 {
        display: flex;
        flex-direction: column;
    }
    article {
        flex-shrink: 0;
        width: 100%;
        padding: 0 1rem;
        margin-right: 0;
        border-radius: 3px;
    }
    article .list li .col-left {
        width: 40%;
        height: 21rem;
        overflow: hidden;
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
        transition: all linear 0.5s;
    }
    article .list li .col-right {
        width: 60%;
        flex-shrink: 0;
        padding: 0 1rem;
    }
    article .list li .col-right .wrapper h6 {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 549;
        color: #333;
    }
    article .list li .col-right .info {
        display: flex;
        flex-direction: column;
    }
    article .list li .col-right .description {
        font-size: 1.4rem;
        line-height: 2.2rem;
        display: none;
    }
    article .list li .col-right .detail button {
        right: 1rem;
        bottom: 1rem;
    }

    /* recommend box style */
    #show article .box.recommend ul{
        display: flex;
    }
    #show article .box.recommend ul li {
        flex-shrink: 0;
        width: 50%;
    }



    aside {
        width: 100%;
        padding: 0 1rem;
        border-radius: 3px;
        padding-top: 3rem;
    }



    /* list styles */
    #list {
        padding-bottom: 0;
    }
    #list ul li {
        width: 100%;
        padding: 1%;
        margin-bottom: 1rem;
    }
    #list ul li .img-wrapper {
        width: 100%;
        height: 25rem;
    }
    #list ul li .col-right .wrapper {
        padding: 1rem;
        position: relative;
        height: 21rem;
        box-shadow: unset;
    }
    #list ul li .col-right .info span {
        font-size: 1.4rem;
    }
    #list ul li .col-right .description {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }



    /* list recent styles */
    #list-recent aside{
        display: none;
    }



    /* show styles */
    #show .wrapper.w1200 {
        display: flex;
        margin: 0 auto 5rem auto;
        flex-direction: column;
        padding: 0 2%;
    }
    #show .crumbs .wrapper.w1200 {
        margin: 0 auto;
        flex-direction: initial;
    }
    #show .wrapper.w1200 article {
        width: 100%;
        overflow: hidden;
        background: #fff;
        padding:0;
    }
    #show .wrapper.w1200 aside {
        width: 100%;
        overflow: hidden;
        padding: 0;
        padding-top: 3rem;
    }

    #show article h1 {
        font-size: 2.2rem;
        line-height: 3.2rem;
        text-align: center;
        margin: 2rem 0;
    }
    #show article #content img {
        max-width: 100%;
    }



    /* search list style */
    #search-list .wrapper.w1200 {
        display: flex;
        margin: 3rem auto 5rem auto;
        flex-direction: column;
    }
    #search-list .crumbs .wrapper.w1200 {
        flex-direction: row;
    }
    #search-list article {
        order: 1;
    }
    #search-list aside {
        order: 2;
    }
    #search-list .search_form .sinput {
        width: 80%;
    }



    /* news list style */
    #news .item-list  ul {
        padding-top: 1rem;
    }
    #news .item-list  ul li {
        flex-shrink: 0;
        width: 100%;
    }
    #news .item-list  ul li .wrapper {
        margin-bottom: 2rem;
    }
    #news .item-list  ul li .desc h6 {
        color: #333;
        font-size: 1.8rem;
    }
    #news .item-list  ul li .desc .description {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    

    /* member style */
    #member #app {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    #member.member-home .sidebar {
        width: 100%;
        margin-bottom: 1rem;
    }
    #member.member-home main {
        width: 100%;
    }
    .member-home .card {
        width: 45%;
        height: 12rem;
    }
    .member-home .card h4, .member-home .card h4 a {
        font-size: 1.6rem;
        margin-bottom: 0;
        margin: 1rem 0;
    }
    .member-home .card p {
        font-size: 1.4rem;
        margin: 0;
    }



    #pages {
        padding: 1rem 0;
    }



    /* f-link styles */
    .f-link {
        display:none;
    }


    /* footer styles */
    footer .wrapper .top ul li{
        display:none;
    }
    footer .wrapper .top ul li:nth-child(1) {
        display: block;
        width: 100%;
    }
    footer .wrapper .top ul li:nth-child(1) img {
        display: block;
        margin: 0 auto;
    }
    footer .top .links{
        display: none;
    }




    #show article .tags a {
        line-height: 3.6rem;
    }

    .row.copyright p, .row.copyright span, .row.copyright a {
        color: rgb(255 255 255 / 35%);
        font-size: 1.2rem;
    }
    .row.copyright span.beian {
        display: block;
    }







}


