:root {
    --main-color: #0072ff;
    --main-color-hover: #499aff;
    --main-dark-blue: #002fa7;
    --main-orange: #fba731;
    --main-light-blue: #27aedb;
    --main-light-red: #fe6161;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: "bdzyjt";
    src: url("/assets/webfonts/bdzyjt.eot");
    /* IE9 */
    src: url("/assets/webfonts/bdzyjt.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */

        url("/assets/webfonts/bdzyjt.woff") format("woff"),
        /* chrome、firefox */
        url("/assets/webfonts/bdzyjt.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

        url("/assets/webfonts/bdzyjt.svg#bdzyjt") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}


body {
    background-color: #f2f2f2;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

a:hover {
    color: inherit;
}

form {
    margin-bottom: 0;
}

.has-submenu {
    display: block;
    position: relative;
    list-style: none;
}

.has-submenu .submenu li>a {
    display: block;
    text-decoration: none;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: var(--main-color);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.has-submenu .submenu li>a:last-child {
    padding-bottom: 10px;
}

.top-bar .top-bar-text, .top-bar .top-bar-text a {
    color: #333;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}

.top-bar .top-bar-text a:hover {
    color: var(--main-color-hover);
}

.logo-bar-img {
    padding-right: 20px;
}

.logo-bar-text {
    font-size: 37px;
    color: #002fa7;
}

.logo-tel span {
    font-size: 25px;
    color: #333;
    font-weight: bold;
}

.navbar-blue {
    background-color: var(--main-color);
}

.navbar-blue .nav-link {
    color: white;
    font-size: 1rem;
}

.navbar-nav .nav-item {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.top-class .top-class-wrap .top-class-title {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #fff;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.top-class .top-class-wrap .top-class-title-blue {
    background-color: var(--main-dark-blue)
}

.top-class .top-class-wrap .top-class-title-red {
    background-color: #ff0024;
}

.top-class .top-class-wrap .top-class-title-orange {
    background-color: #ffa200;
}

.top-class .top-class-wrap .top-class-title-purple {
    background-color: #d635e9;
}

.top-class .top-class-wrap .top-class-item a {
    color: #333;
    padding: 0 1rem;
    font-weight: 500;
}

.top-class .top-class-wrap .top-class-item a.active {
    font-weight: bold;
}

.section-title-wrap {
    background-repeat: no-repeat;
    background-position: center left;
}

.section-title-wrap.section-title-study-wrap {
    background-image: url(/assets/images/study-icon.png);
}

.section-title-wrap.section-title-abroad-wrap {
    background-image: url(/assets/images/study-abroad-process.png);
}

.section-title-wrap.section-title-postgraduate-wrap {
    background-image: url(/assets/images/postgraduate-wrap-icon.png);
}

.section-title-wrap.section-title-undergraduate-wrap {
    background-image: url(/assets/images/undergraduate-wrap-icon.png);
}

.section-title-wrap.section-title-hight-school-wrap {
    background-image: url(/assets/images/high-school-wrap-icon.png);
}

.section-title-wrap.section-title-article-recent-wrap {
    background-image: url(/assets/images/article-recent-wrap-icon.png);
}

.section-title-wrap .section-title-text {
    color: #333;
    font-size: 26px;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-bottom: 10px;
}

.section-title-study-wrap .section-title-text {
    background: url(/assets/images/study-background.png) no-repeat right 25px;
}

.section-title-abroad-wrap .section-title-text {
    background: url(/assets/images/study-background.png) no-repeat right 25px;
}

.section-title-postgraduate-wrap .section-title-text {
    background: url(/assets/images/postgraduate-study-bg.png) no-repeat right 25px;
    padding-left: 2.5rem;
}

.section-title-undergraduate-wrap .section-title-text {
    background: url(/assets/images/undergraduate-bg.png) no-repeat right 25px;
}

.section-title-hight-school-wrap .section-title-text {
    background: url(/assets/images/high-school-bg.png) no-repeat right 25px;
}

.section-title-article-recent-wrap .section-title-text {
    background: url(/assets/images/study-background.png) no-repeat right 25px;
}

.section-title-wrap .section-sub-title {
    color: #e3e3e3;
    font-size: 0.75rem;
    margin-left: 1rem;
}

.study-class .study-class-item {
    position: relative;
}

.study-class .study-class-item:not(:last-child):after {
    position: absolute;
    top: 15px;
    right: 30px;
    content: " ";
    width: 1px;
    height: 30px;
    background-color: #ccc;
}

.study-class .study-class-item .study-class-title {
    margin-bottom: 0.35rem;
    font-size: 1.25rem;
    color: #333;
}

.study-class .study-class-item .study-class-subtitle {
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.study-info .study-scholarship-link {
    display: inline-block;
    background: url("/assets/images/study-article-bg.png") no-repeat center;
    padding: 50px 60px;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.study-info .study-scholarship-title {
    font-size: 1rem;
    font-weight: 500;
}

.study-scholarship-question {
    margin-bottom: 0;
}

.study-scholarship-question li {
    list-style: simp-chinese-informal;
    font-size: 0.85rem;
    color: #666;
    line-height: 2rem;
}

.study-scholarship-question li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bg-dark-blue {
    background-color: var(--main-dark-blue);
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.form-group {
    display: block;
    max-width: 100%;
    height: 1.5rem;
    padding: 0.25rem;
    outline: none;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    border: 1px solid transparent;
}

select {
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

option, option:active {
    outline: none;
}

.w-71-5 {
    width: 71.5%;
}

.text-justify {
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.study-submit {
    background-color: #ffa200;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.study-article-class .study-article-class-item {
    text-align: center;
    border-bottom: 4px solid #ffa200;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.study-article-class .study-article-class-item:hover {
    background-color: #ffa200;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

.study-article-class .study-article-class-title {
    font-size: 1.25rem;
    color: #333;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    margin-left: 15px;
}

.study-article-class .study-article-class-title a {
    display: block;
    padding: 20px 15px;
}

.study-article-class .study-article-class-title-1 {
    background-image: url("/assets/images/study-1.png");
}

.study-article-class .study-article-class-title-1:hover {
    background-image: url("/assets/images/study-2.png");
}

.study-article-class .study-article-class-title-2 {
    background-image: url("/assets/images/study-3.png");
}

.study-article-class .study-article-class-title-2:hover {
    background-image: url("/assets/images/study-4.png");
}

.study-article-class .study-article-class-title-3 {
    background-image: url("/assets/images/study-5.png");
}

.study-article-class .study-article-class-title-3:hover {
    background-image: url("/assets/images/study-6.png");
}

.study-article-class .study-article-class-title-4 {
    background-image: url("/assets/images/study-7.png");
}

.study-article-class .study-article-class-title-4:hover {
    background-image: url("/assets/images/study-8.png");
}

.study-article-class .study-article-class-title-5 {
    background-image: url("/assets/images/study-9.png");
}

.study-article-class .study-article-class-title-5:hover {
    background-image: url("/assets/images/study-10.png");
}

.study-article-class .study-article-class-title-6 {
    background-image: url("/assets/images/study-11.png");
}

.study-article-class .study-article-class-title-6:hover {
    background-image: url("/assets/images/study-12.png");
}

.study-article-class .study-article-class-title-7 {
    background-image: url("/assets/images/study-13.png");
}

.study-article-class .study-article-class-title-7:hover {
    background-image: url("/assets/images/study-14.png");
}

.study-article-class .study-article-class-title-8 {
    background-image: url("/assets/images/study-15.png");
}

.study-article-class .study-article-class-title-8:hover {
    background-image: url("/assets/images/study-16.png");
}

.study-article-class .study-article-class-title-9 {
    background-image: url("/assets/images/study-17.png");
}

.study-article-class .study-article-class-title-9:hover {
    background-image: url("/assets/images/study-18.png");
}

.study-article-class .study-article-class-title-10 {
    background-image: url("/assets/images/study-19.png");
}

.study-article-class .study-article-class-title-10:hover {
    background-image: url("/assets/images/study-20.png");
}

.study-article-class .study-article-class-title-11 {
    background-image: url("/assets/images/study-21.png");
}

.study-article-class .study-article-class-title-11:hover {
    background-image: url("/assets/images/study-22.png");
}

.study-article-class .study-article-class-title-12 {
    background-image: url("/assets/images/study-23.png");
}

.study-article-class .study-article-class-title-12:hover {
    background-image: url("/assets/images/study-24.png");
}

.study-article-class .study-article-class-item:hover .study-article-class-title {
    color: #fff;
}

.study-article-class-left {
    border-right: 1px solid #eee
}

.study-article-class-right {
    border-left: 1px solid #eee
}

.study-articlle-list {
    padding-top: 15px;
}

.study-articlle-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.study-articlle-list ul>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.study-articlle-list ul>li span, .study-country-article-list li span {
    font-size: 0.85rem;
    color: #999;
}

.study-articlle-list ul>li:not(:first-child)::marker {
    content: "·";
}

.study-articlle-list ul>li:not(:first-child) {
    list-style-type: disc;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.85rem;
}

.study-articlle-list ul>li:first-child {
    color: #333;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding-bottom: 0.5rem;
}

.study-articlle-list ul>li:first-child span {
    font-size: 1.125rem;
    color: #333;
}

.study-articlle-list ul>li:first-child::marker {
    content: "";
}

.form-submit-area .form-submit-area-title {
    line-height: 20px;
}

.form-submit-area .form-submit-row {
    position: relative;
    padding: 1rem;
}

.form-submit-area:not(.exam-form-submit-area) .form-submit-row {
    background: url(/assets/images/form-submit-bg.png) no-repeat top center;
    background-size: cover;
}

.form-submit-area .form-submit-row:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    background-image: linear-gradient(90deg, rgb(0, 61, 217) 50%, rgb(0, 47, 167) 50%);
}

.form-submit-area .form-group {
    padding: 1rem 0.25rem;
}

.form-submit-area .study-form-group {
    align-items: center;
}

.study-abroad-country {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.study-abroad-country .study-abroad-country-sidebar {
    cursor: pointer;
    border-right: 1px solid #eee;
    padding: 42px 0;
}

.study-abroad-country .study-abroad-country-sidebar:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.study-abroad-country .study-abroad-country-sidebar.active {
    background-image: linear-gradient(135deg, #ff691f 10%, #ffae00 100%);
}

.study-abroad-country-sidebar.active .study-abroad-title, .study-abroad-country-sidebar.active .study-abroad-subtitle {
    color: #fff;
}

.study-abroad-country-sidebar:not(.active) .study-abroad-title {
    color: #333;
}

.study-abroad-country-sidebar:not(.active) .study-abroad-subtitle {
    color: #999;
}

.study-abroad-country .study-abroad-country-sidebar:first-child {
    border-radius: 0.25rem 0 0 0;
    -webkit-border-radius: 0.25rem 0 0 0;
    -moz-border-radius: 0.25rem 0 0 0;
    -ms-border-radius: 0.25rem 0 0 0;
    -o-border-radius: 0.25rem 0 0 0;
}

.study-abroad-country .study-abroad-country-sidebar:last-child {
    border-radius: 0 0 0 0.25rem;
    -webkit-border-radius: 0 0 0 0.25rem;
    -moz-border-radius: 0 0 0 0.25rem;
    -ms-border-radius: 0 0 0 0.25rem;
    -o-border-radius: 0 0 0 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--main-dark-blue);
}

.study-abroad-country .nav-link {
    color: #333;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.study-country-article-list, .article-recent-list {
    margin-bottom: 0;
    padding-left: 1px;
}

.study-country-article-list li, .article-recent-list .article-recent-list-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
}


.study-country-article-list li::before, .article-recent-list .article-recent-list-item::before {
    position: absolute;
    left: 5px;
    top: 48%;
    display: block;
    content: " ";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.article-recent-list .article-recent-list-item::before {
    background-color: #333;
}

.study-country-article-list li a {
    color: #999;
    padding-left: 15px;
}

.article-recent-list .article-recent-list-item a {
    color: #333;
    padding-left: 15px;
}

.study-country-article-header {
    padding: 10px 0;
    margin-top: 10px;
}

.article-class .article-class-header {
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.study-country-article, .article-class {
    padding: 0 15px;
}

.study-country-article-header .study-country-article-title {
    font-size: 1rem;
    font-weight: bold;
}

.article-class .article-class-header .article-class-title {
    font-size: 1rem;
    font-weight: bold;
}

.study-country-article-header .study-country-article-link {
    font-size: 0.95rem;
    color: #666;
}

.article-class .article-class-header .article-class-link {
    font-size: 0.95rem;
    color: #666;
}

.article-class .article-class-list {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 1px;
}

.article-class .article-class-list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2.75;
}

.article-class .article-class-list li span {
    font-size: 0.85rem;
    color: #999;
}

.article-class .article-class-list li::before {
    position: absolute;
    left: 5px;
    top: 45%;
    display: block;
    content: " ";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.article-class .article-class-list li a {
    color: #666;
    padding-left: 15px;
    font-size: 0.85rem;
}

.abroad-process-item {
    position: relative;
}

.abroad-process-item:nth-child(odd) .abroad-process-header {
    background: url(/assets/images/study-procsss-bg-1.png) no-repeat top center;
    background-size: 100%;
}

.abroad-process-item:nth-child(even) .abroad-process-header {
    background: url(/assets/images/study-procsss-bg-2.png) no-repeat top center;
    background-size: 100%;
    margin-top: 10px;
}

.abroad-process-item:nth-child(even) .abroad-process-body {
    padding-top: 4.095rem;
}

.abroad-process-item .abroad-process-header {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.abroad-process-item .abroad-process-header span {
    display: block;
    padding-top: 0.65rem;
    padding-bottom: 1.25rem;
}

.abroad-process-item:nth-child(even) .abroad-process-header span {
    padding-top: 1.25rem;
    padding-bottom: 0.65rem;
}

.abroad-process-item:nth-child(even) .abroad-process-body {
    margin-top: 0;
}

.abroad-process-item .abroad-process-body {
    margin-top: 10px;
}

.abroad-process-item::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0%;
    z-index: -1;
    background-color: #999;
}

.abroad-process-item:last-child::before {
    position: absolute;
    display: block;
    content: " ";
    width: 11px;
    height: 14px;
    top: 46.1%;
    right: -2px;
    background-image: url(/assets/images/arrow-right.png);
    background-repeat: no-repeat;
}

.colum-navtabs-postgraduate .nav-pills .nav-link.active, .colum-navtabs-postgraduate .nav-pills .show>.nav-link {
    background-color: var(--main-orange);
}

.colum-navtabs-postgraduate .nav-pills .nav-link {
    margin: 0 5px;
}

.colum-navtabs-postgraduate .nav-pills .nav-link:first-child {
    margin-left: 0;
}

.colum-navtabs-postgraduate .nav-pills .nav-link:not(.active) {
    color: #666;
    font-size: 1rem;
}

.article-class-list li>a span.article-class-list-tag {
    color: #333;
    font-size: 0.85rem;
    font-weight: bold;
    padding-right: 15px;
}

.article-class-list.article-postgraduate-list li {
    line-height: 2.65;
}

body:not(.index-page) .article-postgraduate-list li::before {
    left: 47px !important;
}

.article-class-list.article-postgraduate-list {
    margin-top: 15px;
}

.bg-orange {
    background-color: var(--main-orange);
}

.border-radius {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.bg-light-blue {
    background-color: var(--main-light-blue);
}

.white-nowrap li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-colum-list {
    margin-top: 10px;
}

.article-colum-list li {
    list-style: none;
    font-size: 0.85rem;
    color: #666;
    line-height: 2.75;
}

.colum-navtabs-undergraduate .nav-pills .nav-link.active, .colum-navtabs-undergraduate .nav-pills .show>.nav-link {
    background-color: var(--main-light-blue);
}

.colum-navtabs-undergraduate .nav-pills .nav-link:not(.active) {
    color: #666;
}

.bg-light-red {
    background-color: var(--main-light-red);
}

.colum-navtabs-hight-school .nav-pills .nav-link.active, .colum-navtabs-hight-school .nav-pills .show>.nav-link {
    background-color: var(--main-light-red);
}

.colum-navtabs-hight-school .nav-pills .nav-link:not(.active) {
    color: #666;
}

.footer-links .footer-links-wrap span, .footer-links .footer-links-wrap a {
    color: #333;
    font-size: 0.85rem;
}

.footer-links .footer-links-wrap a {
    padding: 0 0.25rem;
}

.page-footer {
    background-color: #0977ff;
}

.page-footer .page-footer-wrap-links a {
    position: relative;
    display: inline-block;
    padding: 0 1rem;
}

.page-footer .page-footer-wrap-links a:not(:last-child)::after {
    position: absolute;
    top: 15%;
    right: 0;
    display: block;
    content: " ";
    width: 1px;
    height: 70%;
    background-color: #fff;
}

.page-footer .page-footer-wrap-text {
    font-size: 0.85rem;
}

.article-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f2f2f2;
}


.article-item .article-item-title {
    justify-content: space-between;
    align-items: center;
}

.article-item .article-item-title span a {
    font-size: 1.25rem;
    color: #333;
}

.article-item .article-item-title a {
    color: var(--main-color);
    font-size: 0.85rem;
}

.article-item .article-item-body p {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #666;
    margin-bottom: 0;
    font-size: 0.85rem;
}

.article-item .article-item-footer {
    font-size: 0.85rem;
    color: #999;
}

.widget-contact {
    background-color: #fff;
    border: 3px solid var(--main-dark-blue);
    border-radius: 7px;
}

.widget-contact .widget-contact-title {
    background-color: var(--main-dark-blue);
    border-radius: 10px;
}

.widget-contact .widget-body {
    font-weight: bold;
    padding-top: 0.5rem;
}

.widget-contact p {
    font-size: 0.85rem;
    display: inline-block;
    padding: 0.5rem;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}

.widget-contact p:last-child {
    border-bottom: none;
}

.widget-contact .widget-contact-tel {
    font-size: 1.25rem;
}

.widget-recent-article .study-country-article-list li {
    line-height: 2;
}

.widget-recent-article .study-country-article-list li a {
    font-size: 0.85rem;
    color: #666;
}

.pagination {
    justify-content: center;
}

.pagination .page-item .cur {
    color: #666;
    cursor: pointer;
}

.pagination .page-link {
    border: none;
}

.article-content .bg-light-blue {
    background-color: #3771ff;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.article-content .article-content-header {
    text-align: center;
}

.article-content .article-content-header .article-content-title {
    font-size: 1.5rem;
    color: #333;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.article-content .article-content-header .article-content-meta span {
    color: #999;
    font-size: 0.85rem;
    padding: 0 0.75rem;
}

.article-content .article-content-body {
    font-size: 1rem;
    color: #666;
    text-indent: 2em;
}

.article-content .article-content-body h3 {
    font-size: 1rem;
    color: var(--main-dark-blue);
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.article-content .article-content-body blockquote, .article-content .article-content-body p {
    margin-bottom: 1.5rem;
}

.article-content .article-content-footer .article-qr-code span {
    display: inline-block;
    color: #666;
    margin-top: 0.5rem;
}

.article-content .article-content-footer .article-contact-bar {
    background-color: #ecf0f6;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    border: 1px solid var(--main-dark-blue);
    margin: 0.5rem 0;
    padding: 0.5rem;
    text-align: center;
}

.article-content .article-content-footer .article-contact-bar img {
    margin-right: 0.5rem;
}

.article-content .article-content-footer .article-contact-bar span {
    font-size: 1.5rem;
    color: var(--main-dark-blue);
}

.article-content-pager .article-content-pager-item span {
    color: #999;
    font-size: 0.85rem;
}

.page-footer .page-footer-qrcode img {
    max-width: 150px;
}

.article-recent .article-recent-wrap {
    padding: 1.25rem 0;
}

.section-title-article-recent-wrap {
    padding-bottom: 0.5rem;
}

.article-recent-list .article-recent-list-item {
    flex: 0 0 100%;
}

.top-country-article-list .country-article-top-item {
    line-height: 2.25;
}

.top-country-article-list .country-article-top-item::marker {
    color: #666;
}

.top-country-article-list .country-article-top-item:first-child {
    display: none;
}

.top-country-article-top1 {
    padding-left: 0;
    margin: 0;
    list-style: none;
    line-height: 2;
}

.top-country-article-top1 .country-article-top-item {
    position: relative;
    background-color: #ec1854;
    padding-left: 5.5rem;
    padding-right: 1rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.top-country-article-top1 .country-article-top-item::before {
    position: absolute;
    content: " ";
    left: 15px;
    top: 17px;
    width: 10px;
    height: 10px;
    background: url(/assets/images/icon-fire.png) no-repeat top center;
}

.top-country-article-top1 .country-article-top-item span {
    position: relative;
    color: #fff;
}

.top-country-article-top1 .country-article-top-item span:first-child::before {
    position: absolute;
    content: " ";
    left: -65px;
    top: 11px;
    width: 50px;
    height: 15px;
    background: url(/assets/images/icon-top1.png) no-repeat top center;
}

.top-country-article-top1 .country-article-time {
    display: none;
}

.top-country-article-top1 li::after {
    position: absolute;
    right: 15px;
    top: 5px;
    content: ">";
    color: #fff;
}

.top-country-article-list .country-article-top-item span {
    color: #666;
    font-size: 1rem;
}

.top-country-article-list {
    margin-top: 1rem;
}

.country-article-class .article-class-header {
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 1rem;
    padding-left: 3.5rem;
    padding-bottom: 1rem;
}

.country-article-class .article-class-header h3 {
    color: var(--main-orange);
    font-size: 1.25rem;
}

.country-article-class .article-class-header span {
    font-size: 1rem;
    color: #666;
}

.country-article-class .article-class-list {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 1px;
}

.country-article-class .article-class-list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2.5;
}

.country-article-class .article-class-list li:not(:first-child)::before {
    position: absolute;
    left: 5px;
    top: 45%;
    display: block;
    content: " ";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.country-article-class .article-class-list li a {
    color: #666;
    padding-left: 15px;
    font-size: 0.85rem;
}

.country-article-class .article-class-list li:first-child a {
    padding-left: 0;
    font-size: 1rem;
    color: #333;
    font-weight: bold;
}

.country-article-class .article-class-list li:first-child span {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    flex: 0 0 13%;
}

.country-article-class .article-class-list li span {
    font-size: 0.85rem;
    color: #999;
}

.country-article-class .article-class-header:nth-child(1) span::after {
    content: "Study abroad expenses";
}

.country-article-class .article-class-header:nth-child(2) span::after {
    content: "Study abroad conditions";
}

.country-article-class .article-class-header:nth-child(3) span::after {
    content: "Study abroa application";
}

.country-article-class .article-class-header:nth-child(4) span::after {
    content: "Study abroad consulting";
}

.country-article-class .article-class-header:nth-child(5) span::after {
    content: "Study abroad";
}

.country-article-class .article-class-header:nth-child(6) span::after {
    content: "Advantages of studying abroad";
}

.country-article-class .article-class-header:nth-child(7) span::after {
    content: "Study abroad policy";
}

.country-article-class .article-class-header:nth-child(8) span::after {
    content: "Study abroad exam";
}

.country-article-class .article-class-header:nth-child(9) span::after {
    content: "Study visa";
}

.country-article-class .article-class-header:nth-child(10) span::after {
    content: "Q & A";
}

.country-article-class .article-class-header:nth-child(11) span::after {
    content: "Study abroad Guide";
}

.country-article-class .article-class-header:nth-child(12) span::after {
    content: "Study abroad life";
}

.country-article-class:nth-child(1) .article-class-header {
    background-image: url(/assets/images/country-icon-1.png);
}

.country-article-class:nth-child(2) .article-class-header {
    background-image: url(/assets/images/country-icon-2.png);
}

.country-article-class:nth-child(3) .article-class-header {
    background-image: url(/assets/images/country-icon-3.png);
}

.country-article-class:nth-child(4) .article-class-header {
    background-image: url(/assets/images/country-icon-4.png);
}

.country-article-class:nth-child(5) .article-class-header {
    background-image: url(/assets/images/country-icon-5.png);
}

.country-article-class:nth-child(6) .article-class-header {
    background-image: url(/assets/images/country-icon-6.png);
}

.country-article-class:nth-child(7) .article-class-header {
    background-image: url(/assets/images/country-icon-7.png);
}

.country-article-class:nth-child(8) .article-class-header {
    background-image: url(/assets/images/country-icon-8.png);
}

.country-article-class:nth-child(9) .article-class-header {
    background-image: url(/assets/images/country-icon-9.png);
}

.country-article-class:nth-child(10) .article-class-header {
    background-image: url(/assets/images/country-icon-10.png);
}

.country-article-class:nth-child(11) .article-class-header {
    background-image: url(/assets/images/country-icon-11.png);
}

.country-article-class:nth-child(12) .article-class-header {
    background-image: url(/assets/images/country-icon-12.png);
}

.country-us .section-title-wrap .section-sub-title::before {
    content: "Study abroad process in the United States";
}

.country-study-process-step .country-study-process-mark {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    background-color: #0977ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.country-study-process-wrap {
    padding: 1rem 0;
}

.country-study-process-wrap .country-study-process-item {
    position: relative;
    flex: 0 0 20%;
    padding: 1.25rem 0.5rem;
}

.country-study-process-wrap .country-study-process-item::before, .country-study-process-wrap .country-study-process-item::after {
    position: absolute;
    content: " ";
    background-color: #ddd;
    top: 31.55%;
    width: 40%;
    height: 1px;
}

.country-study-process-wrap .country-study-process-item:not(:first-child):before {
    left: 0;
}

.country-study-process-wrap .country-study-process-item:not(:last-child):after {
    right: 0%;
}

.country-study-process-wrap .country-study-process-item:last-child:after {
    display: none;
}

.country-study-process-item .country-study-process-title h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
    color: #333;
}

.country-study-process-item .country-study-process-title span {
    font-size: 1rem;
    color: #999;
}

.article-class .article-class-title {
    background-position: left center;
    background-repeat: no-repeat;
}

.postgraduate-article-wrap .postgraduate-article-class:nth-child(1) .article-class-title {
    background-image: url(/assets/images/postgraduate-money-icon.png);
}

.postgraduate-article-wrap .postgraduate-article-class:nth-child(2) .article-class-title {
    background-image: url(/assets/images/postgraduate-filter-icon.png);
}

.postgraduate-article-wrap .postgraduate-article-class:nth-child(3) .article-class-title {
    background-image: url(/assets/images/postgraduate-service-icon.png);
}

.undergraduate-article-wrap .undergraduate-article-class:nth-child(1) .article-class-title {
    background-image: url(/assets/images/undergraduate-money-icon.png);
}

.undergraduate-article-wrap .undergraduate-article-class:nth-child(2) .article-class-title {
    background-image: url(/assets/images/undergraduate-filter-icon.png);
}

.undergraduate-article-wrap .undergraduate-article-class:nth-child(3) .article-class-title {
    background-image: url(/assets/images/under-graduate-icon2.png);
}

.hight-school-article-wrap .hight-school-article-class:nth-child(1) .article-class-title {
    background-image: url(/assets/images/high-school-money-icon.png);
}

.hight-school-article-wrap .hight-school-article-class:nth-child(2) .article-class-title {
    background-image: url(/assets/images/high-school-filter-icon.png);
}

.hight-school-article-wrap .hight-school-article-class:nth-child(3) .article-class-title {
    background-image: url(/assets/images/high-school-icon2.png);
}

.others-columns-item .others-columns-header {
    position: relative;
    padding: 0.5rem 0;
}

.others-columns-item .others-columns-header .others-columns-header-icon {
    position: absolute;
    top: -40px;
    left: 36.5%;
    width: 80px;
    height: 80px;
    background-color: #3398ff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.others-columns .col-md-6:nth-child(1) .others-columns-item .others-columns-header .others-columns-header-icon {
    background-image: url(/assets/images/country_comm_icon1.png);
}

.others-columns .col-md-6:nth-child(2) .others-columns-item .others-columns-header .others-columns-header-icon {
    background-image: url(/assets/images/country_comm_icon2.png);
}

.others-columns .col-md-6:nth-child(3) .others-columns-item .others-columns-header .others-columns-header-icon {
    background-image: url(/assets/images/country_comm_icon3.png);
}

.others-columns .col-md-6:nth-child(4) .others-columns-item .others-columns-header .others-columns-header-icon {
    background-image: url(/assets/images/country_comm_icon4.png);
}

.others-columns-item .others-columns-header .others-columns-link {
    display: flex;
    justify-content: flex-end;
    color: #999;
}

.others-columns-item .others-columns-header .others-columns-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #3398ff;
}

.others-columns-article .others-columns-article-list {
    display: flex;
    justify-content: space-between;
    line-height: 2.5;
}

.others-columns-article .others-columns-article-list a {
    color: #666;
    flex: 0 0 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.others-columns-article .others-columns-article-list span {
    color: #333;
}

.study-abroad-country .study-abroad-country-wrap.study-abroad-country-filter {
    display: none !important;
}

.study-abroad-country .study-abroad-country-wrap.study-abroad-country-filter.active {
    display: block !important;
}

.country-list-item a {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border: 1px dashed #ccc;
    border-radius: 5px;
    margin-bottom: 0.25rem;
}

.country-list-item a:hover {
    background-color: var(--main-dark-blue);
    color: #fff;
    border-color: transparent;
}

.study-form-group-exam input, .study-form-group-exam label {
    margin-bottom: 0.25rem;
    color: #fff;
}

.study-form-group-exam input[type="checkbox"]:checked {
    border-color: var(--main-orange);
    background-color: transparent;
}

.exam-form-submit-area .form-submit-row {
    background: url(/assets/images/exam-form.png) no-repeat top center;
    background-size: 100%;
}

.exam-form-submit-area .form-submit-row .study-submit {
    background-color: var(--main-light-blue);
}

.menubar .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0 !important;
}

.postgraduate-article-wrap .article-class-title, .undergraduate-article-wrap .article-class-title, .country-page .country-study-article-wrap .article-class-title {
    padding-left: 1rem;
}

.article-class-title .article-class-link {
    font-size: 0.95rem;
    color: #999;
    font-weight: 400;
}

.country-flag {
    max-width: 94px;
}

.countrys-list .study-class .study-class-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.countrys-list .study-class .study-class-item:not(:last-child):after {
    display: none;
}

.tag-list {
    padding: 0;
    margin: 0;
}

.tag-list li {
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 7px;
    font-weight: 500;
    margin-right: 4px;
}

.tag-list li a {
    background-color: #fff;
    color: #808996;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 6px 15px 6px 24px;
    display: block;
    -webkit-box-shadow: 0 0 20px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 20px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 20px rgb(82 85 90 / 10%);
    position: relative;
}

.tag-list li a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 12px;
    width: 6px;
    height: 6px;
    background-color: var(--main-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tag-list li:hover a {
    color: #333f57;
}

.tag-list li:hover a:after {
    background-color: #333f57;
}

.submenu.asia li>a, .submenu.europe li>a {
    padding-left: 6px;
    padding-right: 6px;
}

.article-content-body a {
    color: var(--main-color);
    border-bottom: 1px dashed var(--main-color);
}

.navbar-nav .nav-item:hover {
    background-color: var(--main-color-hover);
}

.footer-wechat-qrcode {
    width: 110px;
}

.top-class-title img {
    min-width: 16px;
}

.top-class .top-class-wrap:not(:first-child) span{
    padding-left: 5px;
}

.article-country-class {
    overflow: hidden;
}

.breadcrumb-item.active {
    color: inherit;
}

.top-class-title-purple .top-class-item:nth-child(1),.top-class-title-purple .top-class-item:nth-child(2),.top-class-title-purple .top-class-item:nth-child(3),.top-class-title-purple .top-class-item:nth-child(8),.top-class-title-purple .top-class-item:nth-child(9),.top-class-title-purple .top-class-item:nth-child(10){
    display: none;
}

.footer-form input:not([type='submit']), .footer-form select{
    border-color: var(--main-light-blue);
}

.article-hight-school-list li::before,.article-postgraduate-list li::before,.article-undergraduate-list li::before {
    left: 47px !important;
}