/*
Theme Name: Miguo Theme
Theme URI: https://www.miguoeducation.com/
Author: Eyson
Author URI: https://eyson.cn/
Description: 米果留学咨询官网
Version: 1.0
License: no-license
License URI: https://www.miguoeducation.com/
Tags: miguoeducation
Text Domain: miguo
*/

/* 重置样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    overflow: auto;
    margin: 0;
}

html {
    overflow-y: auto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "思源黑体", Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, pre, code, blockquote {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea, select, button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    outline: none;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

/* 公用样式 */
.header__bg {
    position: relative;
    /*left: 0;
    top: 0;
    right: 0;*/
    width: 100%;
    height: 68px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
/*    backdrop-filter: blur(4px);*/
/*    z-index: 99;*/
}

.header {
    width: 1200px;
    height: 68px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.header__logo {
    display: flex;
    align-items: center;
}

.header__logo-img {
    width: 40px;
    height: 40px;
}

.header__logo-title {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.header__nav {
    box-sizing: border-box;
    flex: 1;
    padding-right: 47px;
}

.header__nav ul {
    float: right;
    display: flex;
    flex-wrap: wrap;
}

.header__nav ul li {
    position: relative;
    margin-left: 25px;
}

.header__nav ul li:first-child {
    margin-left: 0;
}

.header__nav ul li a {
    display: block;
    height: 68px;
    line-height: 68px;
    padding: 0 19px;
    font-size: 16px;
    color: #333;
}

.header__nav ul li a.nav__on {
    background: #008767;
    color: #FFF;
}

.header__nav ul li a:hover, .header__nav ul li a:active {
    background: #008767;
    color: #FFF;
}

.subnav {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 78px;
    transform: translate(-50%, 0);
    background: #FFF;
    z-index: 999;
}

.subnav ul li {
    position: relative;
    height: 48px;
    margin: 0;
}

.subnav ul li::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(164, 169, 177, 0.15);
}

.subnav ul li:last-child::after {
    display: none;
}

.subnav ul li a {
    box-sizing: border-box;
    display: block;
    padding: 0;
    padding-left: 58px;
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #000;
}

.subnav ul li a:hover, .subnav ul li a:active {
    background: #008767;
    color: #fff;
}

.header__language {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.header__language-chinese {
    position: relative;
    color: #6A6E73;
    margin-right: 15px;
}

.header__language-chinese::after {
    position: absolute;
    content: '';
    right: -9px;
    top: 50%;
    transform: translate(0, -50%);
    height: 11px;
    border-right: 1px solid #A4A9B1;
}

.header__language-en {
    color: #008767;
}

.module {
    margin: auto;
    width: 1200px;
}

.module__hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module__hd-title {
    display: flex;
    align-items: center;
}

.module__hd-title h1 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #051624;
}

.module__hd-title h1::after {
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: 2px solid #008767;
    left: 0;
    right: 0;
    bottom: -18px;
}

.module__hd-title span {
    display: block;
    margin-left: 21px;
    font-size: 20px;
    color: rgba(106, 110, 115, 0.5);
}

.module__hd-more a {
    color: #008767;
    font-size: 14px;
}

.footer {
    background: #2A2A32;
    padding: 36px 0 26px;
}

.footer__content {
    display: flex;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
    padding-bottom: 53px;
}

.footer__left-logo {
    display: flex;
    align-items: center;
}

.footer__logo-img {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.footer__logo-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.footer__left-about {
    margin-top: 12px;
}

.footer__left-about a {
    font-size: 14px;
    line-height: 18px;
    color: #A4A9B1;
}

.footer__left-about span {
    color: #A4A9B1;
    font-size: 13px;
/*    line-height: 18px;*/
    padding-left: 5px;
    padding-right: 5px;
}

.footer__left-info {
    width: 809px;
    margin-top: 29px;
    font-size: 14px;
    line-height: 24px;
    color: #A4A9B1;
}

.footer__left-address {
    margin-top: 37px;
    font-size: 14px;
    color: #A4A9B1;
}

.footer__content-right {
    width: 280px;
}

.footer__right-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.footer__right-link {
    display: flex;
    margin-top: 20px;
}

.footer__right-link a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #A4A9B1;
    margin-right: 16px;
}

.footer__right-link a::after {
    position: absolute;
    content: '';
    right: -9px;
    top: 50%;
    transform: translate(0, -50%);
    height: 11px;
    border-right: 1px solid #A4A9B1;
}

.footer__right-link a:last-child::after {
    display: none;
}

.footer__right-QRcode {
    margin-top: 12px;
}

.footer__right-QRcode img {
/*    display: block;*/
    width: 100px;
    height: 100px;
}

.footer__right-us {
    margin-top: 22px;
    display: flex;
}

.footer__right-us a {
    margin-right: 10px;
    border: 0.8px solid #6A6E73;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__right-us a.on {
    border-color: #aaaaaa;
}

.footer__right-us a:last-child {
    margin-right: 0;
}

.footer__right-us a img {
    display: block;
    width: 32px;
    height: 32px;
}

.footer__copyright {
    position: relative;
    padding-top: 34px;
    text-align: center;
}

.footer__copyright::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid rgba(164, 169, 177, 0.15);
}

.footer__copyright p {
    font-size: 14px;
    color: #6A6E73;
    margin-bottom: 12px;
}

.footer__copyright p:last-child {
    margin-bottom: 0;
}

/* 分页 */
.ui-page {
    display: flex;
    justify-content: flex-end;
    margin-top: 46px;
}

.ui-page a,
.ui-page span {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    text-align: center;
    line-height: 32px;
    margin-left: 8px;
    font-size: 14px;
    color: #333;
}

.ui-page a:hover {
    border-color: #008767;
}

.ui-page a.on {
    border-color: #008767;
    background-color: #008767;
    color: #fff;
}

.ui-page span.text {
    margin-left: 0;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: right;
    border: none;
}

.ui-page a.prev {
    background: url('./image/page_arrow_2.png') no-repeat;
    background-size: 32px 32px;
}

.ui-page a.next {
    background: url('./image/page_arrow_3.png') no-repeat;
    background-size: 32px 32px;
}

.ui-page span.more {
    background: url('./image/page_arrow_more.png') no-repeat;
    background-size: 32px 32px;
}
