<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/Poppins-Regular.ttf) format('truetype')
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../font/Poppins-Medium.ttf) format('truetype')
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../font/Poppins-SemiBold.ttf) format('truetype')
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../font/Poppins-Bold.ttf) format('truetype')
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box
}

html *,html :after,html :before {
    box-sizing: inherit
}

article,aside,footer,header,nav,section {
    display: block
}

a:active,a:hover {
    outline-width: 0
}

a {
    text-decoration: none
}

b,strong {
    font-weight: bolder
}

img {
    border-style: none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

button,input,optgroup,select,textarea {
    outline: 0;
    -webkit-appearance: none;
    font-family: Poppins,sans-serif
}

input {
    text-indent: .375rem
}

button {
    background: 0 0
}

.fa-chevron-up {
    display: inline-block;
    margin-top: 1.188rem
}

.fa-chevron-up:before {
    content: " ";
    display: block;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff #fff transparent transparent;
    height: 1rem;
    width: 1rem;
    border-width: .188rem .188rem 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fa-chevron-down {
    display: inline-block
}

.fa-chevron-down:before {
    content: " ";
    display: block;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #222 #222 transparent transparent;
    height: .5rem;
    width: .5rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.fa-chevron-right {
    display: inline-block;
    padding: 0 2px
}

.fa-chevron-right:before {
    content: " ";
    display: block;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #999 #999 transparent transparent;
    height: .375rem;
    width: .375rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fa-chevron-left {
    display: inline-block;
    padding: 0 2px
}

.fa-chevron-left:before {
    content: " ";
    display: block;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #d0d0d0 #d0d0d0;
    height: 12px;
    width: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.url_add {
    cursor: pointer
}

.container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 75rem
}

.clear {
    clear: both
}

.clear:after {
    content: "";
    clear: both;
    display: block;
    height: 0
}

.transition {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.transition-5 {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.ellipsis-4,.hidden-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.over_hidden-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.over_hidden-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.ellipsis-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7
}

body,html {
    background-color: #f5f5f7;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #333
}

applet,article,aside,audio,body,button,dd,div,dl,dt,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,input,label,li,mark,menu,nav,object,ol,output,p,ruby,section,select,span,summary,table,td,textarea,th,time,ul,video {
    padding: 0;
    margin: 0;
    border: 0 none
}

li,ul {
    list-style-type: none
}

header {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff
}

header .header-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-wrapper .logo {
    width: 8.625rem;
    flex: 0 0 8.625rem
}

header .header-wrapper .logo img {
    width: 100%;
    height: 100%
}

header .header-wrapper .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

header .header-wrapper .nav .drop-menu {
    font-size: 1.125rem;
    color: #999;
    margin-left: 3.125rem;
    height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

header .header-wrapper .nav .drop-menu .first-drop {
    color: #222;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem
}

header .header-wrapper .nav .drop-menu .drop-down-overlay {
    position: fixed;
    inset: 4rem 0 0;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    pointer-events: none;
    z-index: 90;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

header .header-wrapper .nav .drop-menu.sem span {
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem
}

header .header-wrapper .nav .drop-menu.sem:hover .first-drop {
    text-decoration: underline;
    color: #253882
}

header .header-wrapper .nav .drop-menu.sem:hover .category-container {
    display: block
}

header .header-wrapper .nav .drop-menu .fa-chevron-down {
    margin-left: .5rem
}

header .header-wrapper .nav .drop-menu .drop-down {
    padding: 0;
    height: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 4rem;
    background: #fff;
    width: auto;
    white-space: nowrap;
    z-index: 100;
    animation: fadeInDropDown .5s cubic-bezier(.175,.855,.32,1.275)
}

header .header-wrapper .nav .drop-menu .drop-down li {
    font-size: .875rem;
    color: #666;
    padding: .5rem 1.25rem
}

header .header-wrapper .nav .drop-menu .drop-down li a {
    color: #222;
    font-size: 1rem;
    display: block
}

@keyframes fadeInDropDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    75% {
        transform: translateY(0)
    }

    100% {
        opacity: 1
    }
}

header .header-wrapper .nav .drop-menu:hover .drop-down-overlay {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

header .header-wrapper .nav .drop-menu:hover .drop-down {
    opacity: 1;
    height: auto;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

header .header-wrapper .hamburger {
    display: none
}

.mobile-drawer-wrapper.drawer-open {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-drawer-wrapper.drawer-open .drawer-overlay {
    opacity: 1;
    pointer-events: all
}

.mobile-drawer-wrapper.drawer-open .mobile-drawer {
    transform: translateZ(0)
}

.mobile-drawer-wrapper .drawer-overlay {
    opacity: 0;
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,.6);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
    z-index: 999
}

.mobile-drawer-wrapper .mobile-drawer {
    position: fixed;
    transform: translate3d(100%,0,0);
    inset: 0 0 0 auto;
    width: 84%;
    background-color: #fff;
    overflow: auto;
    z-index: 1004;
    padding: 0 10px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-drawer-wrapper .mobile-drawer .head-close {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer
}

.mobile-drawer-wrapper .mobile-drawer .head-close img {
    width: 12px;
    height: 12px
}

.mobile-drawer-wrapper .mobile-drawer .menu {
    padding: 16px 5px
}

.mobile-drawer-wrapper .mobile-drawer .menu a {
    font-size: 16px;
    color: #333;
    position: relative
}

.mobile-drawer-wrapper .mobile-drawer .menu a.active {
    color: #2b3e85
}

.mobile-drawer-wrapper .mobile-drawer .menu a img {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.mobile-drawer-wrapper .mobile-drawer .item .item-summary {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    padding: 16px 5px;
    position: relative
}

.mobile-drawer-wrapper .mobile-drawer .item .item-summary.active {
    color: #2b3e85
}

.mobile-drawer-wrapper .mobile-drawer .item .item-summary img {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.mobile-drawer-wrapper .mobile-drawer .item .item-summary a {
    color: #333
}

.mobile-drawer-wrapper .mobile-drawer .item .item-summary .icon-expand {
    font-size: 20px;
    font-style: normal;
    color: #333;
    position: absolute;
    right: 0
}

.mobile-drawer-wrapper .mobile-drawer .item .item-summary .icon-expand:before {
    content: '+'
}

.mobile-drawer-wrapper .mobile-drawer .item .list {
    padding-left: 40px;
    position: relative
}

.mobile-drawer-wrapper .mobile-drawer .item .list::before {
    content: "";
    width: 1px;
    height: 85%;
    background-color: #e0e0e0;
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto
}

.mobile-drawer-wrapper .mobile-drawer .item .list a {
    font-size: 16px;
    color: #333;
    padding: 12px 20px;
    display: inline-block
}

.mobile-drawer-wrapper .mobile-drawer .item .list a.active {
    color: #2b3e85
}

.mobile-drawer-wrapper .mobile-drawer .item[open] .icon-expand::before {
    content: '-'!important
}

.category-container {
    width: 100%;
    position: fixed;
    top: 64px;
    left: 0;
    background-color: #fff;
    z-index: 100;
    display: none
}

.content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 81px
}

.content .ads-top {
    margin-bottom: 30px
}

.content .ads-top .title {
    margin-bottom: 6px
}

.content .container-list {
    width: 980px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px
}

.content .container-table {
    width: 960px;
    border-collapse: collapse;
    margin: 11px 10px 0 10px
}

.content thead {
    background: #f8f9fe
}

.content tr .image_count {
    width: 120px
}

.content tr th {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    line-height: 25px
}

.content td,.content th {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 25px
}

.content th:last-child td {
    border: none
}

.content .image_count,.content .school-name {
    font-weight: 500!important
}

.content .state {
    text-align: right
}

.content .DEADLINE {
    text-align: right
}

.content .university-list {
    margin-top: 18px
}

.content .list_box {
    columns: 3;
    column-gap: 20px;
    margin-bottom: 20px
}

.content .list_box .list_box_item {
    break-inside: avoid;
    margin-bottom: 20px
}

.content .list_box .list_box_item a:hover {
    text-decoration: underline;
    text-decoration-color: #253882
}

.content .list_box p {
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.content .list_box a {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #253882;
    line-height: 21px
}

.content .list_box-m {
    width: 100%;
    margin-bottom: 10px;
    background: #fff
}

.content .list_box-m .m-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 52px;
    background: #fff;
    border-top: 1px solid #e7e7e7
}

.content .list_box-m .m-list .title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding-left: 10px
}

.content .list_box-m .m-list .check {
    padding-right: 10px
}

.content .list_box-m .m-items {
    width: 100%;
    padding-bottom: 10px
}

.content .list_box-m .m-items a {
    font-size: 14px;
    font-family: Poppins-Regular,Poppins;
    font-weight: 400;
    color: #253882;
    display: block;
    padding: 10px 0 1px 10px
}

.content .list_box-m .m-items a a:link {
    text-decoration: none
}

.content .detail-info h2 h3 {
    margin-bottom: 10px
}

.content .detail-info h3 {
    margin-bottom: 10px
}

.content .detail-info p {
    margin-bottom: 10px
}

.content .view-all {
    -webkit-text-size-adjust: 100%;
    box-sizing: inherit;
    text-decoration: none;
    background: #e22944;
    width: 240px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #fff;
    line-height: 18px;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    cursor: pointer
}

.category-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 23px;
    z-index: 100
}

.menu-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 10;
    display: none;
    margin: 0;
    cursor: pointer
}

.category-inner .category-item {
    margin-left: 24px
}

.category-inner .category-item .category {
    margin-bottom: 35px
}

.category-inner .category-item .title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px
}

.category-inner .category-item .name {
    display: block;
    font-size: 14px!important;
    color: #333!important;
    line-height: 14px;
    margin-bottom: 12px;
    text-decoration: none!important
}

.category-inner .category-item .name:hover {
    text-decoration: underline!important;
    color: #253882!important
}

.providers-block {
    margin-bottom: 2.5rem
}

.providers-block h2 {
    font-size: 1.75rem;
    color: #222;
    font-weight: 500;
    margin-bottom: 1.25rem
}

.providers-block .list {
    display: grid;
    grid-gap: 1rem 3.5rem;
    grid-template-columns: 1fr 1fr 1fr
}

.providers-block .list a {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e3e3e3
}

.providers-block .list a .image {
    width: 100%;
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.providers-block .list a .image span {
    font-size: 1.375rem;
    font-weight: 600;
    color: #333
}

.providers-block .list a img {
    width: auto;
    height: auto
}

.providers-block .list a .detail-block {
    width: 100%;
    padding: 1rem;
    position: relative;
    border-top: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around
}

.providers-block .list a .detail-block .title {
    font-size: 1.125rem;
    color: #0e2a48;
    text-align: left;
    margin-bottom: .5rem
}

.providers-block .list a .detail-block .number {
    font-size: .875rem;
    color: #999;
    font-style: italic;
    text-align: left
}

footer {
    background: #081922;
    width: 100%
}

footer .nav-wrapper {
    width: 100%;
    border-bottom: 1px solid #8c8c8c;
    padding: 1.5rem 0 .5rem 0
}

footer .nav-wrapper .title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff
}

@media (max-width: 768px) {
    footer .nav-wrapper {
        padding:1.5rem .625rem .5rem
    }
}

footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

footer .container .footer-wrapper {
    width: calc(100% / 3);
    text-align: left
}

@media (max-width: 550px) {
    footer .container .footer-wrapper {
        width:calc(100% / 2)
    }
}

footer .container .footer-nav {
    display: inline-block;
    text-align: left
}

footer .container .footer-nav .title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff
}

footer .container .footer-nav .nav {
    font-size: .875rem;
    color: #fff
}

footer .container .footer-nav li {
    margin-bottom: 1rem
}

footer .container.copyright {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: .5rem 0
}

footer .container.copyright span {
    font-size: .875rem;
    color: #ababab;
    padding: 0 1.25rem
}

footer .container.copyright span a {
    color: #ababab;
    padding: 0 .625rem
}

.main-content {
    width: 100%;
    min-height: 700px
}

.top-card {
    width: 100%;
    background-color: #fff
}

.top-card .card-inner {
    width: 100%;
    max-width: 1200px;
    padding: 26px 0 28px;
    margin: 0 auto
}

.top-card .card-inner .title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 34px
}

.card-info {
    margin-top: 20px
}

.card-inner .brand-desc {
    display: flex;
    align-items: flex-start
}

.card-inner .brand-desc .btand-img {
    width: 260px;
    height: 140px;
    padding: 35px 18px 35px 17px
}

.card-inner .brand-desc .btand-img img {
    width: 225px;
    height: 70px
}

.card-inner .connect-list-mobile {
    display: none
}

.card-inner .site-visit-mobile {
    display: none;
    align-items: center;
    justify-content: center
}

.card-inner .site-visit-mobile .site-visit {
    margin: 0 26px;
    margin-top: 21px;
    background: #253882;
    border-radius: 24px;
    padding: 10px 12px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    text-align: center;
    display: block
}

.card-info .brand-desc .connect-desc {
    margin-left: 22px;
    margin-top: 7px
}

.card-info .connect-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.connect-list .connect {
    display: flex;
    align-items: center;
    margin-right: 10px;
    background: #eceef7;
    padding: 9px 16px 9px 11px;
    border-radius: 4px
}

.connect-list .connect .type {
    width: 18px;
    height: 18px;
    margin-right: 7px
}

.connect-list .connect .text {
    font-size: 12px;
    color: #253882
}

.connect-desc .desc {
    font-size: 14px;
    color: #666;
    margin-top: 17px
}

.connect-desc .site-visit {
    margin-top: 25px;
    background: #253882;
    border-radius: 24px;
    padding: 16px 0;
    width: 240px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    display: block;
    text-align: center
}

.ads-top {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px
}

.ads-top .title {
    text-align: center;
    font-size: 14px;
    color: #999
}

.ads-top .ads-top_img .image {
    width: 460px;
    height: 214px;
    box-sizing: content-box;
    background-color: #ff0;
    margin-right: 6px
}

.container-list-m .container-table-m {
    width: 100%;
    background: #fff;
    margin-bottom: 10px
}

.container-list-m .container-table-m .m_tr {
    padding: 10px
}

.container-list-m .container-table-m .m_tr .title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    justify-content: start;
    align-items: flex-start
}

.container-list-m .container-table-m .m_tr span:first-child {
    margin-right: 6px
}

.container-list-m .container-table-m .m_tr .key:last-child {
    border-bottom: 1px solid #e7e7e7
}

.container-list-m .container-table-m .m_tr::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #e7e7e7
}

.container-list-m .container-table-m td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 10 0 10px;
    border: none
}

.container-list-m .container-table-m td .key {
    font-size: 14px;
    font-weight: 500;
    color: #666
}

.container-list-m .container-table-m td .value {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.content-page {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px
}

.content-page .left-page {
    width: 100%;
    max-width: 860px
}

.content-page .right-page {
    width: 320px
}

.content-page .school-block {
    margin-bottom: 30px
}

.school-block .title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 29px;
    margin-bottom: 10px
}

.school-block .desc {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal
}

.school-block .course-show-desc {
    font-size: 14px;
    color: #343e90;
    line-height: 24px;
    cursor: pointer
}

.university-block {
    margin-bottom: 30px
}

.university-block h2.title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 29px;
    margin-bottom: 20px
}

.university-block .fun-tips {
    width: 100%
}

.university-block .tip {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px
}

.university-block .tip .icon-type {
    width: 28px;
    height: 28px;
    margin-right: 30px
}

.university-block .tip .icon-title {
    width: 100%
}

.university-block .tip .icon-title .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 22px;
    margin-bottom: 10px
}

.university-block .tip .icon-title .desc {
    font-size: 14px;
    color: #666
}

.more-degree {
    width: 100%;
    margin-bottom: 30px
}

.more-degree h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 35px;
    margin-bottom: 21px
}

.more-degree .degree-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 22px;
    grid-row-gap: 20px
}

.degree-list .degree {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    display: block;
    cursor: pointer;
    max-width: 272px
}

.degree-list .degree:hover {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.1)
}

.degree-list .degree .logo_wrapper {
    width: 270px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .625rem
}

.degree-list .degree .name {
    display: block;
    padding: 12px;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 19px
}

.degree-list .degree:hover .name {
    text-shadow: 2px 2px 8px rgba(0,0,0,.1);
    color: #253882;
    text-decoration: underline
}

.right-box {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px
}

.right-box-mobile {
    display: none
}

.right-box-out {
    margin: 0 10px;
    margin-top: 20px
}

.right-box .box-top-line {
    height: 6px;
    background: #253882;
    border-radius: 3px 3px 0 0
}

.right-box .box-inner {
    padding: 14px 0 10px
}

.right-box .box-inner .box-title {
    display: flex;
    align-items: center;
    padding: 0 22px;
    margin-bottom: 21px
}

.right-box .box-inner .box-title img {
    width: 24px;
    height: 24px;
    margin-right: 9px
}

.right-box .box-inner .box-title .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 22px
}

.right-box .box-inner .feature-line {
    display: flex;
    align-items: center;
    margin: 14px 22px 0;
    padding: 0 0 16px;
    border-bottom: 1px solid #e5e7eb
}

.right-box .box-inner .feature-line:last-child {
    padding-bottom: 12px;
    border-bottom: none
}

.right-box .box-inner .feature-line .title {
    font-size: 14px;
    width: 50%;
    color: #666
}

.right-box .box-inner .feature-line .name {
    font-size: 14px;
    width: 50%;
    color: #333
}

.right-box .box-inner .popular-line {
    display: block;
    padding: 10px 22px;
    font-size: 14px;
    color: #666;
    line-height: 16px
}

.right-box .box-inner .popular-line:hover {
    background-color: #eceef7;
    text-decoration: underline;
    color: #253882
}

.right-box .box-inner .university-popular {
    padding: 10px 22px;
    display: flex;
    align-items: flex-start
}

.right-box .box-inner .university-popular .index {
    font-size: 14px;
    color: #333;
    margin-right: 10px
}

.right-box .box-inner .university-popular .item {
    font-size: 14px;
    color: #333
}

.right-box .box-inner .university-popular .item .tie {
    font-size: 14px;
    color: #666
}

.right-box .box-inner .university-popular .item .university {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px
}

.right-box .box-inner .university-popular .item .popular {
    font-size: 14px;
    color: #666
}

.ads-right {
    width: 100%;
    position: sticky;
    top: 0
}

.ads-right .title {
    text-align: center;
    font-size: 14px;
    color: #999
}

.reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: .5rem 0
}

.reserve .right {
    font-size: .875rem;
    color: #ababab;
    padding: 0 1.25rem
}

.reserve .static-link {
    font-size: .875rem;
    color: #ababab;
    padding: 0 1.25rem;
    display: flex;
    align-items: center
}

.reserve .static-link .link {
    color: #ababab;
    padding: 0 .625rem
}

.reserve .static-link .line {
    font-weight: bolder
}

.main-content .channel-content {
    width: 100%;
    max-width: 1200px;
    margin: 11px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px
}

.channel-content .content-left {
    margin-top: 16px;
    width: 100%;
    max-width: 828px
}

.channel-content .content-right {
    width: 350px
}

.channel-content .content-right .ads-right {
    width: 100%;
    position: sticky;
    top: 0
}

.channel-content .content-right .ads-right .title {
    text-align: center;
    font-size: 14px;
    color: #999
}

.content-right .block {
    background: #fff;
    border-radius: 4px;
    border-top: 6px solid #253882;
    margin-bottom: 1.25rem
}

.content-right .block.categories {
    padding-left: 0;
    padding-right: 0
}

.content-right .block.categories h2 {
    padding-left: 1.5rem
}

.content-right .block.categories a {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.content-right .block.categories a:hover {
    background-color: #edf1ff;
    color: #253882
}

.content-right .block.categories a img {
    margin-left: 6px
}

.content-right .block h2 {
    font-size: 21px;
    color: #222;
    margin-bottom: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center
}

.content-right .block h2 img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .25rem;
    vertical-align: bottom
}

.content-right .block .list a {
    font-size: .875rem;
    color: #666;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.content-right .block .list a.active {
    color: #253882!important
}

.content-right .sticky-box {
    width: 100%;
    position: sticky;
    top: 0
}

.content-right .sticky-box .ads-top {
    margin-bottom: 1.25rem
}

.content-right .sticky-box .ads-top .title {
    text-align: center;
    font-size: 14px;
    color: #999
}

.detail-info p {
    font-size: 16px
}

.channel-info {
    margin-bottom: 20px;
    width: 100%
}

.channel-info .title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 34px;
    margin-bottom: 12px
}

.channel-info .desc {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal
}

.content-left .list_box {
    columns: 3;
    column-gap: 20px;
    margin-bottom: 20px
}

.content-left .list_box .list_box_item {
    break-inside: avoid;
    margin-bottom: 20px
}

.content-left .list_box .list_box_item a:hover {
    text-decoration: underline;
    text-decoration-color: #253882
}

.content-left .list_box p {
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.content-left .list_box a {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #253882;
    line-height: 21px
}

.content-left .list_box-m {
    width: 100%;
    margin-bottom: 10px;
    background: #fff
}

.content-left .list_box-m .m-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 52px;
    background: #fff;
    border-top: 1px solid #e7e7e7
}

.content-left .list_box-m .m-list .title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding-left: 10px
}

.content-left .list_box-m .m-list .check {
    padding-right: 10px
}

.content-left .list_box-m .m-items {
    width: 100%;
    padding-bottom: 10px
}

.content-left .list_box-m .m-items a {
    font-size: 14px;
    font-family: Poppins-Regular,Poppins;
    font-weight: 400;
    color: #253882;
    display: block;
    padding: 10px 0 1px 10px
}

.content-left .list_box-m .m-items a a:link {
    text-decoration: none
}

.channel-info .channel-show-desc {
    font-size: 14px;
    color: #343e90;
    line-height: 24px;
    cursor: pointer
}

.channel-content .ads-top {
    width: 100%;
    margin-bottom: 30px
}

.channel-content .ads-top .title {
    text-align: center;
    font-size: 14px;
    color: #999
}

.channel-content .top-list {
    margin-bottom: 20px
}

.channel-content .top-list .title {
    font-size: 24px;
    font-weight: 700;
    color: #720d36;
    line-height: 29px;
    margin-bottom: 20px
}

.channel-content .top-list .university-list {
    width: 100%
}

.university-list .university {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    margin-bottom: 20px;
    display: flex
}

.university-list .university .university-left {
    width: calc(100% - 329px);
    border-right: 1px solid #e5e7eb
}

.university-list .university .university-right {
    width: 329px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.university-list .university .university-left .left-top {
    padding: 18px 20px;
    border-bottom: 1px solid #e5e7eb
}

.university-list .university .university-left .left-top .major {
    font-size: 12px;
    font-weight: 600;
    color: #7c7c7c;
    line-height: 14px;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin-bottom: 6px;
    display: block
}

.university-list .university .university-left .left-top .name {
    font-size: 18px;
    font-weight: 600;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #253882;
    line-height: 20px
}

.university-list .university .university-left .left-bottom {
    padding: 15px 20px 24px
}

.university-list .university .university-left .left-bottom .desc {
    font-size: 14px;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #666;
    line-height: 16px;
    margin-bottom: 12px
}

.university-list .university .university-left .left-bottom .learn-more {
    font-size: 14px;
    font-weight: 600;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #253882;
    line-height: 16px;
    cursor: pointer
}

.university-list .university .university-right .right-img {
    width: 180px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px
}

.university-list .university .university-right .right-img img {
    width: 155px;
    height: 48px
}

.university-list .university .university-right .right-btn {
    background: #e22944;
    width: 240px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #fff;
    line-height: 18px;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px
}

.channel-content .top-list .view-all {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.channel-content .top-list .view-all .btn-inner {
    background: #e22944;
    border-radius: 24px;
    width: 240px;
    font-size: 16px;
    font-weight: 600;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #fff;
    line-height: 18px;
    padding: 15px;
    text-align: center;
    cursor: pointer
}

.channel-content .ads-list {
    margin-bottom: 30px
}

.channel-content .ads-list .title {
    text-align: center;
    font-size: 14px;
    color: #999
}

.channel-content .detail-info {
    width: 100%
}

.channel-content .detail-info h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 29px;
    margin-bottom: 10px;
    margin-top: 30px
}

.channel-content .detail-info li,.channel-content .detail-info p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px
}

.channel-content .detail-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 22px;
    margin-bottom: 10px
}

.channel-content .detail-info ul {
    list-style-type: disc;
    padding-left: 20px
}

.channel-content .detail-info li {
    list-style-type: disc
}

.channel-content .detail-info ol&gt;li {
    list-style-type: none
}

.channel-content .detail-info ol {
    padding-left: 20px
}

.course-reviews {
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    padding: 1.25rem;
    margin: 1.25rem 0;
    background-color: #fff
}

.course-reviews .bold {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
    line-height: 35px
}

.course-reviews .bold-one {
    font-size: 36px;
    font-weight: 600;
    color: #253882;
    line-height: 55px;
    position: relative
}

.course-reviews h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 1rem
}

.course-reviews .score {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.course-reviews .score .rate {
    display: inline-block;
    font-size: 0;
    position: relative
}

.course-reviews .score .rate .star {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    background-image: url(../img/star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.course-reviews .score .rate .star.active {
    background-image: url(../img/star-active.svg)
}

.course-reviews .score p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
    display: flex;
    align-items: center
}

.course-reviews .score-hr {
    width: auto;
    height: 1px;
    position: relative;
    top: -15px;
    border: 1px solid #e5e5e5
}

.course-reviews .scoring {
    margin-bottom: 1.5rem
}

.course-reviews .scoring .avatar {
    display: none;
    margin: 1.875rem 1.875rem 0 0
}

.course-reviews .scoring .avatar .sub1 {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: #e2e2e2;
    margin-bottom: .875rem
}

.course-reviews .scoring .avatar .sub2 {
    width: 4.6875rem;
    height: .9375rem;
    border-radius: .625rem;
    background-color: #e2e2e2
}

.course-reviews .scoring .comment .input-title {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 16px
}

.course-reviews .scoring .comment .tips {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
    line-height: 35px
}

.course-reviews .scoring .comment .rating {
    display: flex;
    align-items: center;
    margin: .625rem 0
}

.course-reviews .scoring .comment .rating .self {
    display: inline-block;
    font-size: 0;
    position: relative
}

.course-reviews .scoring .comment .rating .self .star {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    background-image: url(../img/star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.course-reviews .scoring .comment .rating .self .star.active,.course-reviews .scoring .comment .rating .self .star.hover {
    background-image: url(../img/star-active.svg)
}

.course-reviews .scoring .comment .rating p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
    margin-bottom: 16px
}

.course-reviews .scoring .comment .input-name {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: .25rem;
    background-color: #fafafa;
    color: #ccc
}

.course-reviews .scoring .comment .input-comment {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: .25rem;
    padding: .625rem;
    margin: .625rem 0;
    background-color: #fafafa
}

.course-reviews .scoring .comment .btn-submit {
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    font-size: 1.25rem;
    width: 240px;
    height: 48px;
    background: #253882;
    border-radius: 24px;
    margin-left: calc(50% - 120px)
}

.course-reviews .list li {
    display: flex;
    border-top: 1px solid #ededed;
    padding: 1.875rem
}

.course-reviews .list li .name {
    width: 7.875rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.course-reviews .list li .content {
    flex: 1;
    padding-left: 1.875rem
}

.course-reviews .list li .content .base-info {
    display: flex;
    align-items: center;
    margin-bottom: .625rem
}

.course-reviews .list li .content .base-info .point {
    height: 22px
}

.course-reviews .list li .content .base-info .point .star {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    background-image: url(../img/star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.course-reviews .list li .content .base-info .point .star.active {
    background-image: url(../img/star-active.svg)
}

.course-reviews .list li .content .base-info .time {
    font-size: 1.125rem;
    color: #6f7074;
    margin-left: .625rem
}

.related-channels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 4px;
    padding: 18px 20px 10px;
    margin-bottom: 30px;
    border: 1px solid #e5e7eb
}

.related-channels .related-title {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 700
}

.related-channels .related-item {
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
    margin-left: 24px;
    margin-bottom: 8px;
    padding: 6px 16px;
    cursor: pointer;
    color: #333
}

.related-channels .related-item:hover {
    border-color: #e22944;
    box-shadow: -1px 3px 3px #0000003d;
    color: #e22944
}

.courses-box {
    margin-bottom: 20px
}

.courses-box .courses-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 34px;
    margin-bottom: 12px
}

.courses-box .courses-desc {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 20px
}

.courses-box .courses-list {
    width: 100%;
    columns: 3;
    column-gap: 20px
}

.courses-box .courses-list .courses {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #253882;
    line-height: 21px
}

.courses-box .courses-list .courses:hover {
    text-decoration: underline
}

.channel-content .providers-desc h2 {
    margin-bottom: 30px
}

.channel-content .providers-desc p {
    font-size: 16px
}

.trade-school-title {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 28px;
    line-height: 2.5rem;
    color: #720d36;
    font-family: Poppins,sans-serif;
    font-weight: 700
}

.desc-list .desc {
    position: relative;
    padding-left: 20px
}

.desc-list .desc::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px
}

.collapse-view-more {
    background-color: #002043;
    font-family: Inter,Verdana,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    width: 120px;
    height: 54px;
    margin: 0 auto
}

.top-list .program-list h2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 24px;
    line-height: 24px;
    color: #00234a;
    font-family: Poppins,sans-serif;
    font-weight: 700
}

@media (max-width: 767px) {
    .top-list .program-list h2 {
        font-size:20px;
        line-height: 20px
    }
}

.top-list .program-list h3 {
    font-size: 18px;
    line-height: 24px;
    color: #00234a;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 1rem
}

.top-list .program-list .desc {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Inter,Verdana,Helvetica,Arial,sans-serif
}

.top-list .program-list .program .university {
    margin-left: 1rem;
    width: auto
}

.top-list .program-list .program .university .desc {
    padding: 0;
    margin-top: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.collapse-box .collapse-line {
    margin-bottom: 1.25rem
}

.collapse-box .collapse-line .title {
    display: flex;
    align-items: center;
    background-color: #1a395c;
    color: #fff;
    cursor: pointer
}

.collapse-box .collapse-line .title .number {
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2rem
}

.collapse-box .collapse-line .title .name {
    padding: 1.5rem 2rem 1.5rem 1.75rem;
    margin: 0;
    margin-right: auto
}

.collapse-box .collapse-line .title .location .desc {
    font-size: .75rem;
    line-height: 1.25rem;
    display: block
}

.collapse-box .collapse-line .title .location .detail {
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    font-weight: 700;
    width: 168px
}

.collapse-box .collapse-line .title .collapse-icon {
    display: block;
    width: 24px;
    height: 24px;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    margin: 2rem
}

.collapse-box .collapse-line .collapsed .collapse-icon {
    transform: rotate(180deg)
}

.collapse-box .collapse-line .collapse-content {
    font-size: 1rem;
    padding: 2rem;
    line-height: 1.5rem;
    padding-left: 1.75rem;
    border-bottom: 1px solid #b3b3b3
}

.collapse-box .collapse-line .collapse-content .detail {
    padding-left: 2rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Inter,Verdana,Helvetica,Arial,sans-serif
}

.collapse-box .collapse-line .collapse-content .detail::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: .6rem;
    left: 1rem
}

.collapse-box .collapse-line .collapse-content .tip {
    padding-left: 1rem;
    padding-right: 1rem
}

.search-words .title {
    font-size: 24px;
    font-weight: 700;
    color: #720d36;
    line-height: 29px;
    margin-bottom: 20px
}

.search-words .words {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px 0 10px
}

.search-words .words .word {
    display: flex;
    align-items: center;
    padding: 10px 17px;
    font-size: 16px;
    color: #202124;
    width: calc(50% - 60px);
    margin: 0 30px 8px;
    border: 1px solid #5555;
    border-radius: 100px
}

.search-words .words .word img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 26px 0 10px
}

.search-words .words .word:hover {
    text-decoration: underline
}

.search-head-overlay {
    background-color: #f5f5f7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 200
}

.search-head-overlay .header-search {
    background-color: #fff;
    padding: 16px 20px
}

.search-head-overlay .search-top {
    display: flex;
    align-items: center
}

.search-head-overlay .search-top .back-home {
    margin-right: 6px;
    cursor: pointer
}

.search-head-overlay .search-top .mobile-search {
    position: relative;
    width: 90%;
    flex: 0 0 90%;
    height: 2.5rem;
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid #ccc
}

.search-head-overlay .search-top .mobile-search.focus {
    border-color: #253882
}

.search-head-overlay .search-top .mobile-search.focus::before {
    background: url(../img/search_active_icon.png);
    background-size: cover
}

.search-head-overlay .search-top .mobile-search::before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../img/search_icon.png);
    background-size: cover;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto
}

.search-head-overlay .search-top .mobile-search input {
    width: 85%;
    height: 100%;
    margin-left: 2.5rem;
    margin-right: 0;
    border-radius: 1.25rem
}

.search-head-overlay .search-top .mobile-search input::-webkit-input-placeholder {
    font-size: .875rem;
    color: #999
}

.search-head-overlay .search-top .mobile-search .close-search {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    cursor: pointer
}

.search-head-overlay .search-result {
    padding: 20px 30px
}

.search-wrapper {
    width: 100%;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    position: relative
}

.search-wrapper .search {
    position: relative;
    width: 23.75rem;
    flex: 0 0 23.75rem;
    height: 2.5rem;
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid #ccc
}

.search-wrapper .search.focus {
    border-color: #253882
}

.search-wrapper .search.focus::before {
    background: url(../img/search_active_icon.png);
    background-size: cover
}

.search-wrapper .search::before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../img/search_icon.png);
    background-size: cover;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto
}

.search-wrapper .search input {
    width: 85%;
    height: 100%;
    margin-left: 2.5rem;
    margin-right: 0;
    border-radius: 1.25rem
}

.search-wrapper .search input::-webkit-input-placeholder {
    font-size: .875rem;
    color: #999
}

.search-wrapper .search .close-search {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    cursor: pointer
}

.search-wrapper .search-result {
    position: absolute;
    width: 23.75rem;
    box-shadow: 0 0 12px 0 rgba(34,34,34,.2);
    border-radius: 12px;
    border: 1px solid #ccc;
    top: 3rem;
    right: 0;
    background: #fff;
    z-index: 90;
    padding: 1rem 1.25rem 0 1rem
}

@media screen and (max-width: 820px) {
    .top-card {
        background-color:transparent
    }

    .collapse-content {
        border-top: 8px solid #ccc
    }

    .main-content {
        padding-top: 0
    }

    .top-card .card-inner {
        padding: 18px 10px 0
    }

    .top-card .card-inner .title {
        font-size: 20px;
        line-height: 24px
    }

    .card-inner .connect-list {
        display: none
    }

    .card-inner .connect-list-mobile {
        display: flex;
        flex-wrap: wrap;
        margin-top: 2px
    }

    .card-inner .connect-list-mobile .connect {
        margin-top: 10px
    }

    .card-inner .site-visit-mobile {
        display: flex
    }

    .connect-desc .desc {
        margin-top: 0
    }

    .connect-desc .site-visit {
        display: none
    }

    .card-inner .brand-desc .btand-img {
        width: 156px;
        min-width: 156px;
        height: 84px;
        padding: 21px 11px 21px 10px;
        float: left;
        margin: 0 12px 7px 0
    }

    .card-inner .brand-desc .btand-img img {
        width: 135px;
        height: 42px
    }

    .card-inner .brand-desc {
        display: block
    }

    .card-info .brand-desc .connect-desc {
        margin: 0
    }

    .ads-top {
        margin-top: 16px
    }

    .right-box-mobile {
        display: block
    }

    .container-list {
        display: none
    }

    .container-list-m {
        display: block!important
    }

    .list_box {
        display: none!important
    }

    .list_box-m {
        display: block!important
    }

    .content-page {
        padding: 0 10px;
        margin-top: 20px
    }

    .content-page .school-block {
        margin-bottom: 20px
    }

    .school-block .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .university-block {
        margin-bottom: 20px
    }

    .university-block h2.title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .university-block .tip {
        margin-bottom: 8px
    }

    .university-block .tip .icon-type {
        width: 24px;
        height: 24px;
        margin-right: 14px
    }

    .university-block .tip .icon-title .title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 7px
    }

    .more-degree {
        margin-bottom: 20px
    }

    .more-degree h2 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 12px
    }

    .more-degree .degree-list {
        grid-template-columns: repeat(1,1fr);
        grid-column-gap: 9px;
        grid-row-gap: 12px
    }

    .degree-list .degree {
        max-width: none
    }

    .degree-list .degree:nth-child(n+7) {
        display: none
    }

    .degree-list .degree .logo_wrapper {
        margin: 0 auto
    }

    .degree-list .degree img.logo {
        width: 100%;
        height: 107px
    }

    .degree-list .degree .name {
        font-size: 14px;
        padding: 10px 8px 12px
    }

    .discuss-review {
        padding: 16px 10px 22px
    }

    .discuss-review h2.title {
        font-size: 18px;
        line-height: 22px
    }

    .rate-star .star {
        width: 20px;
        height: 19px
    }

    .discuss-review .rate-text {
        margin-bottom: 12px
    }

    .discuss-review .rate-text .text {
        font-size: 14px;
        margin-left: 13px
    }

    .discuss-review .rate-text .text .num {
        font-size: 14px
    }

    .discuss-review .review-box {
        padding: 12px 10px 22px
    }

    .discuss-review .review-box .desc {
        font-size: 14px;
        margin-bottom: 12px
    }

    .discuss-review .review-box .desc .desc-bolder {
        font-size: 14px
    }

    .discuss-review .name-form {
        width: 100%
    }

    .discuss-review .comment-form {
        margin-bottom: 16px
    }

    .discuss-review .submit-btn .btn-inner {
        width: 100%
    }

    .content-page .right-page {
        display: none
    }

    .reserve {
        flex-direction: column
    }

    .header-inner {
        justify-content: space-between;
        padding-left: .625rem;
        padding-right: .625rem;
        padding-top: .625rem;
        padding-bottom: .625rem
    }

    .header-inner .hamburger {
        display: flex
    }

    .main-content .channel-content {
        margin-top: 0
    }

    .channel-content .content-left {
        margin-top: 18px
    }

    .channel-info {
        box-sizing: border-box;
        padding: 0 10px;
        margin-bottom: 12px
    }

    .trade-school-title {
        font-size: 24px;
        line-height: 24px
    }

    .channel-info .title {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 28px
    }

    .channel-content .ads-top {
        margin-bottom: 18px
    }

    .channel-content .top-list {
        margin: 0 10px 20px
    }

    .channel-content .top-list .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .university-list .university {
        display: block;
        margin-bottom: 12px
    }

    .university-list .university .university-left {
        width: 100%;
        border-right: none
    }

    .university-list .university .university-left .left-top {
        padding: 18px 16px
    }

    .university-list .university .university-left .left-bottom {
        padding: 15px 16px 20px
    }

    .university-list .university .university-left .left-bottom .desc {
        margin-bottom: 8px
    }

    .university-list .university .university-right {
        width: 100%;
        padding: 0 20px
    }

    .university-list .university .university-right .right-img {
        width: 160px;
        height: 72px;
        margin: 1.5rem auto
    }

    .university-list .university .university-right .right-img img {
        width: 160px;
        height: 72px;
        object-fit: contain
    }

    .university-list .university .university-right .right-btn {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 1.5rem;
        padding: 10px
    }

    .channel-content .top-list .view-all {
        margin-top: 18px
    }

    .channel-content .top-list .view-all .btn-inner {
        padding: 11px;
        font-size: 14px;
        line-height: 16px
    }

    .channel-content .ads-list {
        display: none
    }

    .channel-content .detail-info {
        padding: 0 10px
    }

    .channel-content .detail-info h2 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .channel-content .detail-info p {
        margin-bottom: 12px
    }

    .channel-content .detail-info h3 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 12px
    }

    .channel-content .content-right {
        display: none
    }
}

@media screen and (max-width: 768px) {
    header .header-wrapper {
        padding:.625rem;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between
    }

    header .header-wrapper .nav {
        display: none
    }

    header .header-wrapper .search-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header .header-wrapper .search-wrapper .search {
        width: 80%;
        flex: 0 0 80%
    }

    header .header-wrapper .hamburger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer
    }

    header .header-wrapper .hamburger .burger-icon {
        width: 1.5rem;
        height: 1.25rem;
        position: relative;
        margin: 0 auto;
        transform: rotate(0);
        cursor: pointer
    }

    header .header-wrapper .hamburger .burger-icon .line {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #ababab;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0)
    }

    header .header-wrapper .hamburger .burger-icon .line:nth-child(1) {
        top: 0
    }

    header .header-wrapper .hamburger .burger-icon .line:nth-child(2) {
        top: 7px
    }

    header .header-wrapper .hamburger .burger-icon .line:nth-child(3) {
        top: 7px
    }

    header .header-wrapper .hamburger .burger-icon .line:nth-child(4) {
        top: 14px
    }

    .course-reviews .score {
        flex-direction: column;
        align-items: normal;
        margin-bottom: 1rem
    }

    .course-reviews .score p {
        margin: 10px 0 0 0
    }

    .course-reviews .scoring {
        padding: 0
    }

    .course-reviews .scoring .avatar {
        display: none
    }

    .course-reviews .scoring .comment .rating p {
        display: none
    }

    .course-reviews .scoring .comment .input-name {
        width: 100%
    }

    .course-reviews .list li {
        flex-direction: column;
        padding: 30px 0
    }

    .course-reviews .list li .name {
        margin-bottom: 12px
    }

    .course-reviews .list li .content {
        padding-left: 0
    }

    .channel-info .desc,.detail-info p {
        font-size: 14px
    }

    header .header-wrapper .search-wrapper .search {
        width: 18.75rem;
        flex: 0 0 18.75rem
    }

    .search-words {
        padding: 0 .625rem 10px;
        overflow-x: scroll;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap
    }

    .search-words .main {
        font-size: 14px;
        color: #292929;
        margin-right: 1.5rem;
        font-weight: 700
    }

    .search-words .word {
        display: block;
        padding: 0 1rem;
        margin-right: .5rem;
        font-size: 14px;
        color: #292929;
        border: 1px solid #e9e9e9;
        text-align: center;
        line-height: 38px;
        font-weight: 700;
        border-radius: 9999px;
        background-color: #fff
    }
}

.goTop {
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: 5rem;
    right: .625rem;
    display: none;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    cursor: pointer;
    z-index: 100;
    border-radius: 5px;
    text-align: center
}

.mobile-search {
    position: relative;
    height: 2.5rem;
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid #ccc;
    width: 100%;
    margin-left: 2rem
}

.mobile-search.focus {
    border-color: #253882
}

.mobile-search.focus::before {
    background: url(../img/search_active_icon.png);
    background-size: cover
}

.mobile-search::before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../img/search_icon.png);
    background-size: cover;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto
}

.mobile-search input {
    width: 85%;
    height: 100%;
    margin-right: 0;
    border-radius: 1.25rem;
    padding-left: 35px
}

.mobile-search input::-webkit-input-placeholder {
    font-size: .875rem;
    color: #999
}

.mobile-search .close-search {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    cursor: pointer
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .content-right {
        display:none!important
    }

    .content-left {
        max-width: 100%!important;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .search-wrapper .search {
        width: 18.75rem;
        flex: 0 0 18.75rem
    }

    header .header-wrapper {
        padding: 0 1.25rem
    }

    footer .nav-wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media screen and (min-width: 768px) and (max-width:960px) {
    header .header-wrapper .nav .drop-menu {
        margin-left:1rem
    }
}

.privacy-policy-moudle {
    display: none;
    width: 100%;
    background: rgba(0,0,0,.8);
    padding: .75rem 1rem;
    position: fixed;
    bottom: 0
}

.privacy-policy-moudle .privacy-policy-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.privacy-policy-moudle .privacy-policy-wrapper a,.privacy-policy-moudle .privacy-policy-wrapper p {
    font-size: .875rem;
    color: #fff
}

.privacy-policy-moudle .privacy-policy-wrapper button {
    background-color: #0bb754;
    font-size: .875rem;
    text-align: center;
    color: #fff;
    padding: .375rem 1.5rem;
    font-weight: 500;
    border-radius: 3px;
    margin-left: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}
</pre></body></html>