[v-cloak] {
    display:none;
    
}
.w-full {
    width: 98%;
    height: 100%;
    margin: 0 auto;
}

header nav ul.navigation {
    justify-content: flex-start;
}

.switch-item {
    display: flex;
    align-items: center;
    border-top: solid 1px rgb(255 255 255 / 28%);
    padding: 1rem 0;
}

.province-button {
    font-size: 1.4rem;
    height: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: rgb(11, 87, 208);
    padding: 0.5%;
    border-radius: 3px;
    cursor: pointer;
}


/* elementUI style */
span.el-radio-button__inner {
    width: 7rem;
    height: 3.9rem;
    font-size: 1.2rem !important;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
}



/* on loading status style */
.onloading-status {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 5rem;
}
.onloading-status .top {
    width: 18%;
}
.onloading-status p{
    margin-top: 3rem;
}



/* sticky bar style */
#thead-sticky-bar {
    width: 67.6%;
}
#thead-sticky-bar ul {
    width: 98%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
#thead-sticky-bar ul li {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background: rgb(11, 87, 208);
    border-right: solid 1px #fff;
    padding: 1rem;
}




/* province list style */
#uni-province {
    display: flex;
    justify-content: space-between;
}

#uni-province input, #major-list input {
    display: none;
}

#major-list .search-item input {
    display: inline-block;
}



/* search item style */
#search-item {
    display: flex;
    padding: 1rem 0;
}
#search-item input {
    height: 3.9rem;
    width: 90%;
    border: solid 1px rgb(11, 87, 208);
    border-radius: 5px;
    font-size: 1.6rem;
    padding-left: 1rem;
    background-position-x: 94%;
    background-size: 4%;
    outline: unset;
    flex-shrink: 0;
    box-sizing: border-box;
}
#search-item button {
    width: 20%;
    height: 3.9rem;
    position: relative;
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    left: -20%;
    color: #fff;
    background: rgb(11, 87, 208);
    border: solid 1px rgb(11, 87, 208);
    border-radius: 0 5px 5px 0;
    flex-shrink: 0;
}





/* live broadcast style  */
#live .province-button {
    display: flex;
    width: unset;
    height: 2.3rem;
    padding: 0.5rem 1rem;
    align-items: center;
    justify-content: center;
}
#live .switch {
    width: 22%;
    flex-shrink: 0;
    margin-bottom: 1rem;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    border: solid 1px rgb(11, 87, 208);
}
#live .switch div {
    font-size: 1.6rem;
    padding: 1.2rem 1rem;
    width: 50%;
    text-align: center;
    cursor: pointer;
}
#live .switch.university div {
    color: #fff;
    background-color: rgb(11, 87, 208);
}
#live .switch.university div.college {
    color: #000;
    background-color: #fff;
}
#live .switch.college div {
    color: #000;
    background-color: #fff;
}
#live .switch.college div.college {
    color: #fff;
    background-color: rgb(11, 87, 208);
}

#live .top {
    display: flex;
    align-items: center;
}

#live .filter {
    border-radius: 5px;
    width: 5%;
}
#live .filter .wrapper {
    padding: 1rem;
    padding-left: 2rem;
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
#live .filter label{
    font-size: 1.5rem;
    color: rgb(11, 87, 208);
}
#live form fieldset {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    border: unset;
    padding: 0;
}

#live .live-result {
    display: flex;
    position: relative;
}
#live #sticky-bar {
    flex-shrink: 0;
    width: 5%;
}
#live #list-show {
    flex-shrink: 0;
    width: 95%;
}


/* select by score */
#live.score .live-result {
    position: relative;
    width: 94%;
    left: 1%;
    padding-bottom: 5rem;
}


#live .live-nav {
    padding: 0;
}


#live #search-item {
    width: 33%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}



#live #filter-score-range {
    padding-bottom: 3rem;
}



#live {
    padding-bottom:5rem;
}
#live .wrapper.w1200 {
    display: flex;
}
#live .crumbs .wrapper.w1200{
    margin: 0 auto;
}
#live .list {
    position: relative;
    width: 69%;
    left: 1%;
}
#live #list-show .list-header {
    display: flex;
    z-index: 100;
}
#live #list-show .list-header.sticky {
    width: 92.8%;
}
#live #list-show .list-header li {
    color: #fff;
    background-color: rgb(11, 87, 208);
    text-align: center;
    border-radius: 0;
    font-size: 1.4rem;
    padding: 1rem 0;
    border-right: solid 1px #fff;
}
#live #list-show ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
#live #list-show ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
}
#live #list-show ul li .wrapper {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    transition: all linear 0.5s;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
}
#live #list-show ul li:hover .wrapper {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
}
#live #list-show ul li .item-top{
    display: flex;
}
#live #list-show ul li .item-top .col-left {
    width: 5%;
    flex-shrink: 0;
}
#live #list-show ul li .item-top .col-left .img-wrapper {
    width: 100%;
    height: 25rem;
    border-radius: 5px;
}
#live #list-show ul li .item-top .col-left .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
#live #list-show ul li .item-top .col-right {
    width: 67%;
    flex-shrink: 0;
}
#live #list-show ul li .item-top .col-right .wrapper {
    padding: 1rem;
    position: relative;
    box-shadow: unset;
    padding-top: 0;
    padding-left: 2rem;
}
#live #list-show ul li .item-top .col-right .wrapper p {
    margin: 0;
    font-size: 1.4rem;
}

#live #list-show ul li .item-top .col-right .uni-name {
    display: flex;
}
#live #list-show ul li .item-top .col-right .uni-logo {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    border-radius: 3px;
}
#live #list-show ul li .item-top .col-right .uni-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#live #list-show ul li .col-right h6 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 540;
    color: rgb(11, 87, 208);
    margin-top: 0;
    margin-bottom: 0;
}
#live #list-show ul li .col-right h6.english-name {
    font-size: 1.6rem;
}
#live #list-show ul li .col-right .uni-tags {
    margin: 2rem 0;
}
#live #list-show ul li .col-right .uni-tags span {
    color: rgb(11, 87, 208);
    padding: 0.5%;
    border: solid 1px rgb(11, 87, 208);
    border-radius: 3px;
    margin-right: 1rem;
    line-height: 3.8rem;
    font-size: 1.4rem;
}
#live #list-show ul li:hover .col-right .wrapper{
    box-shadow: unset;
}

#live #list-show ul li .col-right .uni-address {
    background: url(/static/image/icon/address.png) no-repeat left;
    background-size: 2%;
    padding-left: 2rem;
    margin-top: 2rem;
}
#live #list-show ul li .col-right .hot-rate {
    background: url(/static/image/icon/hot.png) no-repeat left;
    background-size: 2%;
    padding-left: 2rem;
}
#live #list-show ul li .item-middle .wrapper {
    display: block;
    box-shadow: unset;
    padding: 0;
}
#live #list-show ul li .item-middle .uni-data ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding: 1rem 0;
}
#live #list-show ul li .item-middle .uni-data li {
    width: 10%;
    flex-shrink: 0;
    border-left: solid 1px rgb(0 0 0 / 6%);
    padding: 0;
}
#live #list-show ul li .item-middle .uni-data li:first-child {
    border-left: unset;
}
#live #list-show ul li .item-middle .uni-data li .wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#live #list-show ul li .item-middle .uni-data small {
    color: #777;
    font-size: 1.2rem;
}
#live #list-show ul li .item-middle .uni-data span {
    color: #000;
    font-size: 1.4rem;
}
#live #list-show ul li .item-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    flex-direction: row;
}
#live #list-show ul li .item-bottom button {
    background-color: rgb(11, 87, 208);
    border: unset;
    width: 15rem;
    padding: 0.5%;
    color: #fff;
    border-radius: 3px;
    transition: all linear 0.5s;
}
#live #list-show ul li .item-bottom button:hover {
    background-color: rgb(4, 84, 212);
}
#live #list-show ul li .item-bottom .major-detail button {
    background-color: unset;
    border: solid 1px rgb(11, 87, 208);
    color: rgb(11, 87, 208);
}

#live #list-show ul li .action button {
    font-size: 1.2rem;
    margin: 0.3rem 0;
    width: 45%;
    height: 3rem;
    padding: 0.3%;
}

#live #list-show ul li .item-bottom .add-to-vs button {
    color: red;
    background: unset;
    border: solid 1px red;
    border-radius: 3px;
    font-size: 1.6rem;
}
#live #list-show ul li .item-bottom .add-to-vs button:hover {
    color: #fff;
    border: solid 1px red;
    background:red;
}


/*province\ score list style */
#live #province-list ul, #live #score-list ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
}
#live #score-list ul {
    margin: 0.5rem 0;
}



/* switch component */
.switch {
    width: 30%;
    margin-bottom: 1rem;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    border: solid 1px rgb(11, 87, 208);
    margin-top: 1rem;
}
.switch div {
    font-size: 1.6rem;
    padding: 1.2rem 1rem;
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.switch.university div {
    color: #fff;
    background-color: rgb(11, 87, 208);
}
.switch.university div.college {
    color: #000;
    background-color: #fff;
}
.switch.college div {
    color: #000;
    background-color: #fff;
}
.switch.college div.college {
    color: #fff;
    background-color: rgb(11, 87, 208);
}


#live #major-option {
    display: flex;
    align-items: center;
}
#live #major-option b {
    font-size: 1.5rem;
    color: rgb(11, 87, 208);
}
#live #major-option ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
#live #major-option ul li {
    width: 10rem;
    font-size: 1.4rem;
    color: #fff;
    background: rgb(11, 87, 208);
    padding: 0.5%;
    margin-right: 3px;
    border-radius: 3px;
    display: flex;
    cursor: pointer;
    height: 3rem;
    margin-left: 0;
    justify-content: center;
    align-items: center;
}

#live .result-summery {
    width: 25%;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 1rem;
    justify-content: center;
}
#live .result-summery b {
    font-size: 1.5rem;
    color: rgb(11, 87, 208);
}

#live .already {
    padding: 1rem;
    flex-shrink: 0;
    width: 33%;
    display: flex;
    align-items: center;
}
#live .already b {
    font-size: 1.5rem;
    color:  rgb(11, 87, 208);
}
#live .already span {
    color: #fff;
    background: rgb(11, 87, 208);
    padding: 0.5%;
    border-radius: 5px;
    margin-right: 0.5rem;
}

#live table.list-vs-result td p, table.list-vs-result th p {
    line-height: 3rem;
    text-align: left;
    margin-bottom: 0;
    padding: 0 1rem;
}



/* select by score style */
#score-list .content-wrapper {
    display: flex;
    position: relative;
}
#score-list .content-wrapper .filter {
    width: 22%;
    max-height: calc(100vh);
    border-right: solid 1px #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 1rem;
    overflow: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 0;
    box-sizing: border-box;
}
#score-list .content-wrapper .filter .edu-level {
    margin-bottom: 1rem;
}
#score-list .content-wrapper #list-show {
    position: relative;
    width: 77%;
    left: 23%;
}
#score-list .filter label {
    font-size: 1.5rem;
    color: rgb(11, 87, 208);
    padding: 0.5rem 0;
}
#score-list .filter fieldset {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0.5rem 0;
    padding: 0;
}
#score-list .filter fieldset div {
    display: flex;
    align-items: stretch;
}
#score-list .filter fieldset input {
    display: none;
}
#score-list .filter fieldset label {
    font-size: 1.2rem;
    color: rgb(11, 87, 208);
    border: solid 1px rgb(11, 87, 208);
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    border-radius: 3px;
    cursor: pointer;
}
#score-list .filter {
    width: 22%;
    border-right: solid 1px #ccc;
    padding-top: 1rem;
    max-height: calc(82vh);
    overflow-y: scroll;
    overflow-x: hidden;
}
#score-list .filter #filter-score-range {
    height: 5rem;
    padding-right: 1rem;
}
#score-list .filter-result ul {
    padding: 0;
    margin: 0;
}

#score-list .change-edu-level {
    margin-top: 0.5rem;
}





/* select by university style */
#university-list .content-wrapper {
    display: flex;
    position: relative;
}
#university-list .content-wrapper .filter {
    width: 22%;
    max-height: calc(100vh);
    border-right: solid 1px #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 1rem;
    overflow: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 0;
    box-sizing: border-box;
}
#university-list .content-wrapper #list-show {
    position: relative;
    width: 77%;
    left: 23%;
}
#university-list .content-wrapper .filter .edu-level {
    margin-bottom: 1rem;
}
#university-list .filter fieldset {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0.5rem 0;
    padding: 0;
}
#university-list .filter fieldset div {
    display: flex;
    align-items: stretch;
}
#university-list .filter label {
    font-size: 1.5rem;
    color: rgb(11, 87, 208);
}
#university-list .filter fieldset input {
    display: none;
}
#university-list .filter fieldset label {
    font-size: 1.2rem;
    color: rgb(11, 87, 208);
    border: solid 1px rgb(11, 87, 208);
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    border-radius: 3px;
    cursor: pointer;
}
#university-list .filter-result ul {
    padding: 0;
    margin: 0;
}
#university-list #list-show .item-top{
    display: flex;
}
#university-list #list-show .item-top .col-left {
    width: 33%;
    flex-shrink: 0;
}
#university-list #list-show .item-top .col-left .img-wrapper {
    width: 100%;
    height: 25rem;
    border-radius: 5px;
}
#university-list #list-show .item-top img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
#university-list .item-top .uni-logo {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 1rem;
}
#university-list ul li h6 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 540;
    color: rgb(11, 87, 208);
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 0;
}
#university-list ul li .english-name {
    font-size: 1.6rem;
}
#university-list ul li .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;
}
#university-list .item-top p {
    line-height: 1.8rem;
    margin: 1rem;
}
#university-list ul li .uni-address {
    background: url(/static/image/icon/address.png) no-repeat left;
    background-size: 1%;
    padding-left: 2rem;
}
#university-list ul li .hot-rate {
    background: url(/static/image/icon/hot.png) no-repeat left;
    background-size: 1%;
    padding-left: 2rem;
}
#university-list .item-middle .uni-data ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding: 1rem 0;
}
#university-list .item-middle .uni-data li {
    width: 10%;
    flex-shrink: 0;
    border-left: solid 1px rgb(0 0 0 / 6%);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#university-list .item-middle .uni-data li:first-child {
    border-left: unset;
}
#university-list .item-middle .uni-data small {
    color: #777;
    font-size: 1.2rem;
}
#university-list .item-middle .uni-data span {
    color: #000;
    font-size: 1.4rem;
}
#university-list .item-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    flex-direction: row;
}
#university-list .item-bottom button {
    background-color: rgb(11, 87, 208);
    border: unset;
    width: 15rem;
    padding: 0.5rem;
    color: #fff;
    border-radius: 3px;
    transition: all linear 0.5s;
}
#university-list .item-bottom button:hover {
    background-color: rgb(7, 90, 224);
}
#university-list .item-bottom .major-detail button {
    background-color: unset;
    border: solid 1px rgb(11, 87, 208);
    color: rgb(11, 87, 208);
}
#university-list .item-bottom .add-to-vs button {
    color: red;
    background: unset;
    border: solid 1px red;
    border-radius: 3px;
    font-size: 1.6rem;
}
#university-list .item-bottom .add-to-vs button:hover {
    color: #fff;
    border: solid 1px red;
    background:red;
}
#university-list .change-edu-level {
    margin-top: 0.5rem;
}



/* university compare style */
#university-compare #sticky-bar {
    display: none;
    width: 100%;
}
#university-compare #sticky-bar ul {
    display: flex;
    width: 100%;
}
#university-compare #sticky-bar li {
    color: #fff;
    background-color: rgb(11, 87, 208);
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
    height: 4rem;
    text-align: center;
    border-right: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* major list style */
#major-list {
    margin: 3rem auto 5rem auto;
}
#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, #major-list .filter .middle .col-left .major-name {
    background: #fff;
    width: 48%;
    flex-shrink: 0;
    padding: 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: rgb(11, 87, 208);
}
#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;
}

#major-list.major-evaluate .filter .middle .col-left form div {
    width: 31%;
    flex-shrink: 0;
}



/* 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;
}
  
#overlay .message-box {
    position: relative;
    top: 1%;
    width: 98%;
    height: calc(92vh);
    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;
}
#overlay .message-box h2 {
    color: #555;
}
#overlay .message-box p {
    text-align: left;
    white-space: pre-wrap;
}
  
#overlay .close-btn {
    position: fixed;
    font-size: 5rem;
    top: 0rem;
    right: 1rem;
    cursor: pointer;
}




/* 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: 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 .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;
}



/* university rank style  */
#university-rank .province-button {
    display: flex;
    width: unset;
    height: 2.3rem;
    padding: 0.5rem 1rem;
    margin: 0 0.3rem;
    align-items: center;
    justify-content: center;
}
#university-rank #score-list ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#university-rank #score-list ul li {
    width: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#university-rank #sticky-bar {
    width: 100%;
}
#university-rank #sticky-bar ul {
    width: 98%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
#university-rank #sticky-bar ul li {
    width: 33%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background: rgb(11, 87, 208);
    border-right: solid 1px #fff;
    padding: 1rem;
}
#university-rank #major-list {
    margin: 0;
}



/* university show style */
#show.university .show-top {
    /* background: linear-gradient(45deg, rgba(122, 105, 254, 0.9), rgb(164 0 243) 100%),url(/statics/images/university-bg.png) no-repeat center; */
    background: linear-gradient(45deg, rgb(122 105 254 / 0%), rgb(255 255 255 / 92%) 0%),url(/statics/images/university-bg.png) no-repeat center;
    background-size: cover;
}
#show.university .show-top .wrapper.w1200 {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 5rem;
}
#show.university .item-top{
    display: flex;
}
#show.university .item-top .col-left {
    width: 33%;
    flex-shrink: 0;
}
#show.university .item-top .col-left .img-wrapper {
    width: 100%;
    height: 25rem;
    border-radius: 5px;
}
#show.university .item-top .col-left .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
#show.university .item-top .col-right {
    width: 67%;
    flex-shrink: 0;
}
#show.university .item-top .col-right .wrapper {
    padding: 1rem;
    position: relative;
    box-shadow: unset;
    padding-top: 0;
    padding-left: 2rem;
}
#show.university .item-top .col-right .wrapper p, #show.university .item-top .col-right .wrapper p a, #show.university .item-top .col-right .wrapper p span {
    color:#555;
    margin: 0;
    font-size: 1.4rem;
}
#show.university .item-top .col-right .uni-name {
    display: flex;
}
#show.university .item-top .col-right .uni-logo {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    border-radius: 3px;
}
#show.university .item-top .col-right .uni-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#show.university .item-top .col-right h1, #show.university .item-top .col-right h6 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: bold;
    color: rgb(11, 87, 208);
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 0;
}
#show.university .col-right h6.english-name {
    font-size: 1.6rem;
}
#show.university .col-right .uni-tags {
    margin: 1rem 0;
}
#show.university .col-right .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;
}
#show.university:hover .col-right .wrapper{
    box-shadow: unset;
}
#show.university .col-right button:hover {
    color: #fff;
    background:rgb(11, 87, 208);
}
#show.university .col-right .details {
    display: flex;
    flex-wrap: wrap;
}
#show.university .col-right .details div {
    width: 100%;
    background-size: 10px;
    padding-left: 0rem;
    background-position-y: 8px;
}
/* #show.university .col-right .uni-address {
    background: url(/statics/images/icon/address.png) no-repeat left top;
}
#show.university .col-right .hot-rate {
    background: url(/statics/images/icon/hot.png) no-repeat left top;
} */
#show.university .item-middle .wrapper {
    display: block;
    box-shadow: unset;
    padding: 0;
}
#show.university .item-middle .uni-data ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
    border-bottom: solid 1px rgb(0 0 0 / 18%);
    padding: 2rem 0;
}
#show.university .item-middle .uni-data li {
    width: 10%;
    flex-shrink: 0;
    border-left: solid 1px rgb(0 0 0 / 18%);
    padding: 0;
}
#show.university .item-middle .uni-data li:first-child {
    border-left: unset;
}
#show.university .item-middle .uni-data li .wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#show.university .item-middle .uni-data small {
    color: #555;
    font-size: 1.2rem;
}
#show.university .item-middle .uni-data span {
    color: #000;
    font-size: 1.4rem;
}
#show.university .item-bottom {
    display: flex;
    justify-content: flex-start;
    padding-top: 1rem;
    flex-direction: row;
}
#show.university .item-bottom .detail {
    padding-right: 1rem;
    height: 5rem;
}
#show.university .item-bottom button {
    background-color: rgb(11, 87, 208);
    border: unset;
    width: 15rem;
    height: 4rem;
    padding: 0.5rem;
    color: #fff;
    border-radius: 3px;
}
#show.university .item-bottom button:hover {
    color: #fff;
    background-color: rgb(248, 184, 72);
}
#show.university .item-bottom .major-detail button {
    background-color: rgb(11, 87, 208);
    color: #fff;
}


#show.university article .statistics {
    padding: 3rem 0;
}
#show.university article .statistics ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#show.university article .statistics ul li {
    width: 25%;
}
#show.university article .statistics ul li .wrapper {
    width: 90%;
    margin: 0 auto;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
    box-shadow: 0 0 5px 0px rgba(0,0,0,.1);
    transition: all linear 0.5s;
}
#show.university article .statistics ul li:hover .wrapper {
    background: rgb(0 0 0 / 2%);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}
#show.university article .statistics ul li h5 {
    font-size: 1.8rem;
    color: rgb(11, 87, 208);
    height: 4rem;
    overflow: hidden;
    margin: 0;
}



/* live broadcast exchange style  */
#exchange main{
    background: url("../image/bg.jpg") no-repeat center;
    background-size: cover;
}
#exchange .content .wrapper {
    width: calc(90vw);
    height: calc(92vh);
    padding: 1% 3%;
    border: solid 1px #ccc;
    border-radius: 5px;
    display: block;
    margin: 2rem auto;
    background: #00000078;
    box-shadow: 0 0 10px 2px #f7f6f6;
    transition: all 0.5s linear;
}
#exchange .result {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}
#exchange .result .col-left, #exchange .result .col-right {
    display: flex;
    justify-content: center;
}
#exchange .result .col-left span, #exchange .result .col-right span {
    font-size: 3.6rem;
    line-height: 3rem;
    color: #fff;
    display: flex;
    justify-content: center;
}
#exchange .result strong {
    font-size: 3.6rem;
    padding: 3%;
    color: yellow;
}
#exchange .col-left, #exchange .col-right {
    background: rgb(255 255 255 / 15%);
    /* backdrop-filter: blur(1px); */
    width: 18%;
    flex-shrink: 0;
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1%;
    border-radius: 1rem;
}


#exchange .col-left input {
    color: #fff;
    font-size: 3.6rem;
    width: 100%;
    text-align: center;
    outline: unset;
    border: unset;
    background: unset;
}

#exchange .classify-mode {
    position: absolute;
}

#exchange .already {
    padding: 1% 0;
    display: flex;
    width: 100%;
    flex-shrink: 0;
    align-items: center;
    border-bottom: solid 1px rgb(255 255 255 / 28%);
}
#exchange .already b, #exchange .switch-item b {
    font-size: 1.6rem;
    color: #fff;
}
#exchange .already span {
    color: #fff;
    font-size: 2rem;
    background: rgb(11, 87, 208);
    padding: 1%;
    border-radius: 5px;
    margin-right: 0.5rem;
}
#exchange .already span:nth-of-type(1) {
    color: #fff;
    background: red;
    border: unset;
}
#exchange #score-list ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: flex-start;
}

#exchange .province-button {
    width: 7%;
    height: 2.8rem;
    background: rgb(11, 87, 208);
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#exchange #uni-province {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#exchange #uni-province button{
    margin-right: 5px;
}
#exchange #score-list {
    margin-bottom: 1rem;
}
#exchange .manual-input {
    margin: 1rem 0;
    display: flex;
    align-items: center;
}
#exchange .manual-input label {
    color: #fff;
}
#exchange .manual-input #input-raw-case {
    font-size: 2rem;
    width: 33%;
    height: 3rem;
}
#exchange .actions {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
    flex-direction: row;
}



/* exchange parameter-area parameter style */
#exchange h1 {
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    background-size: 5%;
    margin: 0;
    letter-spacing: 0.3rem;
}
#exchange .parameter-area {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#exchange .parameter-area .col-left, #exchange .parameter-area .col-right {
    flex-shrink: 0;
    width: 47%;
    text-align: left;
}

#exchange .manual-input input {
    font-size: 2.6rem;
    width: 15%;
    height: 3rem;
    border-radius: 3px;
    background: rgb(0 0 0 / 12%);
    color: #fff;
    border: solid 1px #fff;
    padding: 1%;
    margin: 0 1rem;
}


/*exchange overlay style */

#exchange #overlay .classify-mode {
    position: relative;
    margin: 1rem 0;
}

#exchange .overlay b {
    color: rgb(11, 87, 208);
    margin-bottom: 0.5rem;
}

#exchange .overlay-result {
    display: flex;
}
#exchange .overlay-result .col-left {
    width: 10%;
    flex-shrink: 0;
    background: #fff;
    padding: 10px;
    margin-right: 1%;
    position: fixed;
}
#exchange .overlay-result .basic-info {
    margin-bottom: 1rem;
}
#exchange .basic-info span {
    color: rgb(11, 87, 208);
    border: solid 1px rgb(11, 87, 208);
    border-radius: 5px;
    display: block;
    text-align: left;
    line-height: 2rem;
    padding: 1%;
    margin: 5px 0;
}
#exchange .overlay-result .col-left .switch-item {
    padding: 0;
    padding-bottom: 1rem;
}
#exchange .overlay-result .col-left .switch-item ul {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
#exchange .overlay-result .switch-item .btn-primary {
    font-size: 1.6rem;
    height: 3.6rem;
}
#exchange .overlay-result .col-left .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#exchange .overlay-result .col-left .btn-primary {
    width: 45%;
    height: 3rem;
    font-size: 1.4rem;
    padding: 0.5rem;
    margin-bottom: 0;
    border: unset;
}
#exchange .overlay-result .col-left .range .btn-primary {
    width: 37%;
}
#exchange .overlay-result .col-left .range strong {
    font-size: 1.4rem;
    font-weight: bold;
    height: 3rem;
    color: rgb(11, 87, 208);
    border-radius: 5px;
    padding: 0 3px;
    position: relative;
    top: 1rem;
    display: flex;
    align-items: center;
}
#exchange .overlay-result .col-right {
    width: 90%;
    flex-shrink: 0;
    padding: 0;
    margin-left: 13%;
}

#exchange .overlay-result .loading-more {
    height: 3rem;
    margin: 1rem auto;
}





/* apply aid style */
#application .province-button {
    display: flex;
    width: 5rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
}
#application .basic-info {
    background: #fff;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 5px;
}
#application .basic-info .profile-show {
    color: rgb(11, 87, 208);
    font-size: 1.8rem;
    font-weight: bold;
    margin: 1rem 0;
    padding: 0 1rem;
    display: flex;
    align-items: center;
}
#application .basic-info .profile-show li {
    padding-right: 2rem;
}

#application span {
    background: rgb(11, 87, 208);
    color: #fff;
    padding: 0 1rem;
    border-radius: 5px;
    font-weight: normal;
    height: 3rem;
    display: inline-block;
}
#application #parameter-url {
    color: #fff;
    font-size: 1.8rem;
    line-height: 3.6rem;
    padding: 0 1rem;
    margin: 3rem 0;
    border: solid 1px #fff;
    border-radius: 5px;
}
#application #parameter-url .parameter-url-example {
    color: rgb(11, 87, 208);
}

#application .parameter-set {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem;
}
#application .parameter-set fieldset {
    border: unset;
    padding: 0;
    width: 20%;
    padding-right: 3rem;
    flex-shrink: 0;
    margin: 1rem 0;
    display: flex;
    align-items: center;
}
#application .parameter-set fieldset:nth-child(6) {
    width: 33%;
    flex-shrink: 0;
}
#application .parameter-set .university-code-list {
    display: flex;
    flex-wrap: nowrap;
}
#application .parameter-set .university-code-list button {
    margin: 0 3%;
    border: unset;
}
#application .parameter-set label {
    color: rgb(11, 87, 208);
    font-size: 1.6rem;
    margin: 0;
}
#application .basic-info input, #application .basic-info select {
    font-size: 1.6rem;
    width: 60%;
    height: 3rem;
    padding: 0.5%;
    outline: unset;
    border-radius: 5px;
    margin-left: 10px;
    border: solid 1px rgb(11, 87, 208);
}
#application .result {
    overflow: scroll;
}


#application .major-group-list ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
#application .major-group-list ul li {
    width: 8%;
    height: 3rem;
    font-size: 1.4rem;
    color: #fff;
    background: rgb(11, 87, 208);
    padding: 0.5%;
    margin-right: 3px;
    border-radius: 3px;
    display: flex;
    cursor: pointer;
    margin-left: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}


#application .col-right.search {
    display: flex;
    align-items: center;
    width: 20%;
    flex-shrink: 0;
    justify-content: center;
}
#application .col-right input {
    height: 4.9rem;
    width: 67%;
    flex-shrink: 0;
    border: solid 1px rgb(11, 87, 208);
    border-radius: 5px 0 0 5px;
    font-size: 1.6rem;
    padding-left: 1rem;
    outline: unset;
}

#application .col-right.search button {
    border-radius: 0 5px 5px 0;
    width: 33%;
    height: 4.9rem;
    flex-shrink: 0;
}
#application .col-right.search a {
    color: #fff;
    font-size: 1.4rem;
}



/* action style */
#application .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin: 0;
    background: #fff;
    border-radius: 5px;
}
#application .summary {
    font-size: 2.2rem;
    width: 80%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#application .summary fieldset {
    font-size: 1.8rem;
    width: 12%;
    padding: 0;
}
#application .summary fieldset:nth-child(3) {
    width: 45%;
    flex-shrink: 0;
}
#application .summary input {
    outline: unset;
    width: 81%;
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 0 1rem;
}


#application input.move-item-to {
    width: 6rem;
    height: 3rem;
    padding: 0 1rem;
    border-radius: 5px;
    outline: unset;
    border: solid 1px #ccc;
}



#application .btn-primary {
    width: calc(5vw);
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    background: rgb(11, 87, 208);
    cursor: pointer;
    height: 4.5rem;
    align-items: center;
    border: unset;
    border-radius: 5px;
    margin: 0.5rem 0.5% 0.5rem 0;
    padding: 0.5%;
    outline: unset;
}

/* tips info */
#application .scroll-to .tips {
    position: relative;
    width: 62%;
    height: auto;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 3rem;
    padding: 1rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
#application .scroll-to .tips a {
    color: #fff;
    letter-spacing: 0.5rem;
    text-decoration: none;
    background: #f56c6c;
    writing-mode: vertical-rl;
    margin-bottom: 1rem;
    padding: 1rem 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
}




/* ========== application profile-config-popup ========== */
#profile-config-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    font-family: Arial, sans-serif;
}

#profile-config-popup .popup-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 320px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    position: relative;
}

#profile-config-popup .profile-close-btn {
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 3.6rem;
    text-align: right;
    cursor: pointer;
    z-index: 1000;
}

#profile-config-popup .popup-title {
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    color: #333;
}

#profile-config-popup .popup-field {
    margin: 12px 0;
}

#profile-config-popup .popup-label {
    display: block;
    padding: 0;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 14px;
    color: #555;
}

#profile-config-popup .popup-input {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

#profile-config-popup .province-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#profile-config-popup .province-list li {
    font-size: 1.4rem;
    padding: 6px 10px;
    cursor: pointer;
}

#profile-config-popup .province-list li:hover {
    background: #f0f0f0;
}

#profile-config-popup .province-list li.active {
    background: #d0ebff;
}

#profile-config-popup .profile-popup-btn {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
    background: rgb(11, 87, 208);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#profile-config-popup .profile-popup-btn:hover {
    background: rgb(5, 90, 226);
}




/* footer major list of form style */
#live footer {
    position: fixed;
    bottom: 0;
    padding: 0;
}
#live footer form fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: unset;
    padding: 1rem;
    margin: 0;
}
#live footer .province-button {
    width: unset;
    padding: 0.5rem 1rem;
}
#form-major-list div {
    margin: 0 5px 5px 0;
}
#form-major-list div:nth-child(n+4):nth-child(-n+8) label {
    color: rgb(11, 87, 208);
    background-color: yellow;
}
#form-major-list div:nth-child(n+12):nth-child(-n+14) label {
    color: rgb(11, 87, 208);
    background-color: #fff;
}
#form-major-list div:nth-child(n+17):nth-child(-n+20) label {
    color: rgb(11, 87, 208);
    background-color: yellow;
}
#form-major-list div:nth-child(n+22):nth-child(-n+28) label {
    color: rgb(11, 87, 208);
    background-color: #fff;
}
#form-major-list div:nth-child(n+32):nth-child(-n+35) label {
    color: #fff;
    background-color: rgb(255, 0, 221);
}
#form-major-list div:nth-child(n+43):nth-child(-n+45) label {
    color: #fff;
    background-color: rgb(255, 0, 221);
}















@media(max-width:1400px){
    /* elementUI style */
    span.el-radio-button__inner {
        width: 6rem;
    }


    /* exchange category style */
    #exchange .result {
        padding: 1rem 0;
    }
    #exchange .overlay b {
        font-size: 1.4rem;
    }
    #exchange .overlay-result .col-left .basic-info span {
        font-size: 1.4rem;
    }
    #exchange .overlay-result .col-left .btn-primary {
        width: 45%;
        height: 3rem;
        font-size: 1rem;
        padding: 0;
    }
    #exchange .overlay-result .col-left .btn-primary {
        width: 45%;
        height: 2.2rem;
        font-size: 1rem;
        padding: 0;
        margin: 0;
        margin-bottom: 0.5rem;
        border: unset;
    }



    /* live category style  */
    #live .province-button {
		padding: 0 3px;
	}
	#live .switch-item:nth-child(1) {
		width: 11%;
		flex-shrink: 0;
	}
	#live #search-item {
		width: 30%;
	}
	#live #list-show ul li .action button {
		font-size: 1rem;
	}
	#live footer .province-button {
		width: unset;
		padding: 0 0.5rem;
		font-size: 1.2rem;
		margin-right: 0.5rem;
	}



}




















@media (max-width:991px){
    /* common table style */
    table td, table th, table td a {
        font-size: 1.2rem;
        width: auto;
    }


    /* exchange style */
    #exchange .classify-mode {
        position: relative;
        margin: 1rem 0;
    }
    #exchange .parameter-area {
        flex-direction: column;
    }
    #exchange .col-left, #exchange .col-right {
        width: 33%;
    }
    #exchange .result {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    #exchange .parameter-area .col-left, #exchange .parameter-area .col-right {
        flex-shrink: 0;
        width: 100%;
        text-align: left;
    }
    #exchange .button-primary {
        font-size: 1.4rem;
    }
    #exchange #uni-province button {
        margin-right: 5px;
        padding: 0.5rem;
    }
    #exchange .manual-input input {
        font-size: 1.6rem;
    }
    #exchange .overlay-result {
        display: flex;
        flex-direction: column;
    }
    #exchange #overlay .classify-mode, #exchange .overlay b {
        text-align: left;
    }
    #exchange .overlay-result .col-left {
        position: relative;
        width: 92%;
    }
    #exchange .overlay-result .col-left .btn-primary {
        width: 33%;
    }
    #exchange .overlay-result .col-right {
        margin-left: 2%;
    }





    
    /* major-list style */
    #major-list .filter, #major-list .crumbs .wrapper.w1200 {
        width: 98%;
        padding: 1%;
    }
    #major-list .filter .switch {
        width: 50%;
    }
    #major-list .filter .middle {
        display: flex;
        width: 100%;
        justify-content: unset;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #major-list .filter .middle .col-left {
        width: 100%;
        flex-shrink: 0;
    }
    #major-list .filter .middle .col-right {
        width: 100%;
        flex-shrink: 0;
        overflow: scroll;
    }

    #major-list .already b {
        font-size: 1.6rem;
        display: block;
        padding-bottom: 1rem;
    }
    #major-list .already span {
        color: #fff;
        background: rgb(11, 87, 208);
        padding: 0.5rem 1rem;
        display: inline-block;
        margin-bottom: 1rem;
        border-radius: 5px;
    }
    #major-list.level-3 .filter .middle .col-left {
        width: 100%;
        flex-shrink: 0;
    }
    #major-list.level-3 .filter .middle .col-right {
        width: 100%;
        flex-shrink: 0;
    }
    #major-list.level-3 .filter .middle .col-left #form .search input::placeholder{
        font-size: 1.2rem;
    }



    
    #university-list .content-wrapper {
        display: flex;
        position: relative;
        flex-direction: column;
    }
    #university-list .content-wrapper .filter {
        position: relative;
        width: 100% !important;
    }
    #university-list .content-wrapper #list-show {
        position: relative;
        width: 100%;
        left: 0 !important;
    }





    #score-list .content-wrapper {
        display: flex;
        position: relative;
        flex-direction: column;
    }
    #score-list .content-wrapper .filter {
        position: relative;
        width: 100% !important;
    }
    #score-list .content-wrapper #list-show {
        position: relative;
        width: 100%;
        left: 0 !important;
    }
    #list-show ul li .item-more .small-tips {
        display: none;
    }




    /* university show style */
    #show.university .show-top .wrapper.w1200 {
        padding-top: 1rem;
    }
    #show.university .item-top {
        display: flex;
        flex-direction: column;
    }
    #show.university .item-top .col-left {
        width: 100%;
        flex-shrink: 0;
    }
    #show.university .item-top .col-right {
        width: 100%;
        flex-shrink: 0;
        padding-top: 3rem;
    }
    #show.university .col-right .details div {
        width: 100%;
        background-size: 5%;
    }
    #show.university .item-middle .uni-data li {
        width: 20%;
    }
    #show.university .item-bottom {
        display: flex;
        justify-content: center;
        padding-top: unset;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 1rem;
    }
    #show.university article .statistics ul li {
        width: 50%;
    }
    #show.university article .statistics ul li h5 {
        font-size: 1.6rem;
    }
    #show.university article .statistics ul li p {
        font-size: 1.4rem;
    }
    #show.university .item-top .col-right .uni-logo {
        width: 15%;
        height: auto;
        flex-shrink: 0;
    }
    #show.university .item-top .col-right .titles{
        width: 80%;
        flex-shrink: 0;
    }
    #show.university .item-top .col-right h1, #show.university .item-top .col-right h6 {
        padding-left: 1rem;
    }



    


    /* live broadcast style */
    #live .live-result form {
        display: none;
    }
    #live .switch {
        width: 50%;
    }
    #live .filter fieldset#province div {
        width: 20%;
    }
    #live .filter fieldset label {
        font-size: 1.4rem;
        margin: 0;
    }


    #live #province-list ul, #live #score-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #live #province-list ul li, #live #score-list ul li {
        width: 14%;
        font-size: 1.2rem;
        padding: 0.3%;
        margin-bottom: 0.5rem;
        margin-right: 1.2%;
        display: flex;
        justify-content: center;
    }
    #live form fieldset {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    #live form #uni-province div {
        width: 14%;
        margin-bottom: 5px;
    }
    #live #uni-province label, #live form #major-list label {
        font-size: 1.2rem;
        height: 4rem;
        padding: 0.5rem;
    }
    #live #major-option {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    #live #major-option ul {
        display: flex;
        flex-wrap: wrap;
    }
    #live #major-option b {
        font-size: 1.2rem;
        width: 25%;
    }
    #live #major-option ul li {
        font-size: 1.2rem;
        width: 23%;
        margin-bottom: 1rem;
    }

    #live .top {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #live .switch-item {
        width: 100%;
        flex-shrink: 0;
    }
    #live .switch-item:nth-child(1) {
        width: 100%;
    }
    #live .result-summery {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    #live  .middle {
        width: 100%;
        left: 0;
    }
    #live  .middle .col-left {
        width: 90%;
    }
    #live  .middle .col-left input {
        height: 5rem;
        width: 100%;
        font-size: 1.4rem;
        padding-left: 1rem;
        background-size: 10%;
    }
    #live  .middle .col-left button {
        width: 22%;
        height: 5rem;
        left: -18%;
        font-size: 1.4rem;
        padding: 0;
    }
    #live #search-item {
        width: 100%;
    }
    #live #list-show {
        margin-left: 0 !important;
        width: 100%;
    }

    #live #list-show .list-header li:nth-child(10) {
        display: none;
    }
    #live #list-show ul li table tr td:nth-child(10) {
        display: none;
    }
    #live #uni-province label, #live form #major-list label {
        height: 3rem;
    }


    #live #list-show ul li .item-top .col-right .uni-logo {
        width: 4rem;
        flex-shrink: 0;
        height: 4rem;
    }
    #live #list-show ul li .col-right h6 {
        font-size: 2rem;
        padding-left: 1rem;
    }
    #live #list-show ul li .col-right h6.english-name {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    #live #list-show ul li .col-right .uni-tags span {
        color: rgb(11, 87, 208);
        padding: 0.3%;
        border: solid 1px rgb(11, 87, 208);
        border-radius: 3px;
        margin-right: 0.3rem;
        line-height: 3rem;
        font-size: 1.4rem;
    }
    #live #list-show ul li .col-right .uni-address, #live #list-show ul li .col-right .hot-rate {
        background-size: 6%;
    }
    #live #list-show ul li .item-middle .uni-data ul {
        flex-wrap: wrap;
    }
    #live #list-show ul li .item-middle .uni-data li {
        width: 20%;
    }
    #live footer {
        display: none;
    }








}