html {
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#header {
    border-bottom: 1px solid #eee;
}

#content {
    flex: 1;
}

.w-menu {
    height: 5.875rem;
}

.w-menu .logo {
    line-height: 5.875rem;
}

.w-menu ul {
    margin-top: 2rem;
}

.w-menu .nav-link {
    padding: 0.5rem 1.1rem;
}

.w-menu ul li a {
    color: #4ab98d;
}

.w-menu ul li .active {
    border-bottom: 2px solid #4ab98d;
    font-weight: bold;
}

.w-men-close {
    height: 5.875rem;
    line-height: 5.875rem;
}

.footer-menu {
    width: 90%;
    margin: 0 auto;
    font-size: 0.875rem;
}

.footer-menu a {
    color: #4ab98d;
}

.copyright {
    height: 40px;
    line-height: 40px;
    background: #eaeaea;
    font-size: 14px;
}

/*
.m-menu {
    width: 60%;
    height: 100%;
    z-index: 1000;
}
*/
.m-menu {
    width: 60%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.m-menu ul {
    line-height: 2rem;
}

.m-menu ul li a {
    color: #444;
}

@media (min-width: 577px) {
    .footer-icon {
        height: 9rem;
        line-height: 9rem;
    }
}

@media (max-width: 576px) {
    .footer-icon {
        height: 6rem;
        line-height: 6rem;
    }

    .footer-icon img {
        width: 70%;
        height: auto;
    }
}

@media screen and (max-width: 375px) {
    .product .list .goods_name {
        margin-top: 1.5rem;
        font-size: 3.2vw;
        white-space: nowrap;
    }
}

@media screen and (min-width: 376px) {
    .product .list .goods_name {
        margin-top: 1.5rem;
        font-size: 0.875rem;
        white-space: normal;
    }
}

hr {
    margin: 0;
}

/** brand **/
.mt-9 {
    margin-top: 4rem !important;
}

.join {
    z-index: 999;
}

.join .container {
    padding: 2rem 0 3rem 0;
}

.join .container img {
    margin: 0 auto;
}

.product .list {
    padding: 2rem 0;
}

.product .list .goods_name a {
    colm-menuor: #1f1f1f;
}

/** 新闻咨询页 **/
.news .list {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.news .list:hover {
    cursor: pointer;
}

.news .list .tit {
    font-size: 1rem;
}

.news .list .ck {
    font-size: 0.875rem;
}

/** 新闻咨询详情页 **/
.news-detail .tit {
    height: 2rem;
    line-height: 2rem;
    margin-top: 1rem;
    color: #666;
    font-size: 0.875rem;
}

.news-detail .tit .left {
    width: 4rem;
    border-bottom: 1px solid #666;
}

.news-detail .tit .right {
    border-bottom: 1px solid #eee;
}

.news-detail .desc {
    padding-top: 1rem;
}

.news-detail .desc .content img {
    width: 100%;
    height: auto;
}

.check .input-group-text {
    background-color: #4ab98d;
    color: #fff;
    padding: 0.375rem 1.5rem;
}

.check .desc {
    padding: 1rem 0;
}

.check .desc p {
    font-size: 0.875rem;
}

.component .desc {
    font-size: 0.875rem;
    color: #1f1f1f;
}

.btn {
    background-color: #4ab98d;
    border-radius: 1.5rem;
    padding: 0.375rem 1rem;
    border-color: #4ab98d;
}

.bg-1 {
    background-color: #ededed;
}

.f-14 {
    font-size: 0.875rem;
}

.f-12 {
    font-size: 0.75rem;
}

.p-detail .left {
    width: 50%;
}

.p-detail .right {
    width: 50%;
}

.p-detail .right .desc p {
    line-height: 1rem;
}

.p-detail .left img {
    width: 50%;
    height: auto;
}

.p-label {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 4.2rem;
    border: 1px solid #1f1f1f;
    padding: 0.25rem;
    align-items: center;
    word-break: break-all;
    word-wrap: break-word;
    color: #1f1f1f;
}

.m-menu {
    width: 60%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.menu_hide {
    transform: translateX(-100%);
}

.shade {
    position: fixed;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 10001;
    top: 0;
    left: 60%;
    height: 100%;
    transition: all 0.5s;
}

.shade_hide {
    transform: translateX(-254%);
}

.tab {
    text-align: center;
    margin: 50px auto;
}

.tab div {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tab span {
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #545454;
    border-radius: 5px;
}

.tab span.active {
    background: #4ab98e;
}

.tab span:hover {
    cursor: pointer;
}

.product {
    display: none;
}

.product.active {
    display: flex;
}

.product .list:hover {
    box-shadow: 0 0 10px #ccc;
}

.product .detail {
    width: 50%;
    margin: 20px auto;
}

.product .detail a {
    color: #757575;
    width: 90px;
    display: inline-block;
    border: 1px solid #545454;
    border-radius: 5px;
}

.page {
    text-align: center;
    margin: 30px auto;
}

.page span {
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
    color: #868686;
}

.page span:hover {
    cursor: pointer;
}

.page span.active {
    color: #fff;
    background: #545454;
}

.title {
    text-align: center;
    margin: 50px auto;
}

.title span {
    padding: 10px 40px;
    color: #353535;
    background: #e9e9e9;
}

.news .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 50px;
    box-sizing: border-box;
}

.news .list .left h2 {
    margin: 0;
}

.news .list .left P {
    font-size: 18px;
}

.news .list .right p:first-child {
    font-size: 20px;
    color: #1f1f1f;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .list .right p:last-child {
    color: #616161;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.desc .content {
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
    margin-top: 20px;
}

.desc .content p {
    color: #393939;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.desc .content p.h {
    margin: 20px 0 10px;
    font-weight: bold;
}

.desc .content p span.line {
    padding-bottom: 1px;
    border-bottom: 1px solid #999999;
}

.desc .content ul {
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 30px;
}

.desc .content ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    box-sizing: border-box;
}

.desc .content ul li img {
    width: auto !important;
    height: 200px !important;
}

.desc .content ul li {
    margin-bottom: 20px;
    vertical-align: top;
}

.desc .content ul li p {
    color: #383838;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.desc .content ul li p.t {
    margin: 20px auto 15px !important;
}

.desc .content p.img {
    text-align: center;
}

.desc .content p.img img {
    width: 800px;
    margin: 30px auto;
}

.desc .content p.paging {
    text-align: right;
    display: flex;
    flex-direction: row;
}

.desc .content p.paging span a {
    color: #383838;
}

.desc .content p.paging span:first-child {
    margin-right: 30px;
    white-space: nowrap;
}

.desc .content p.about {
    color: #0f0f0f;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
    font-size: 16px;
}

.desc .content p.about span {
    border-bottom: 1px solid #626262;
    padding-bottom: 5px;
}

.desc .content .news {
    margin: 20px auto;
}

.desc .content .news .list {
    border: none;
    padding: 20px;
}

.desc .content .news .list .right p:last-child {
    white-space: normal;
    width: 55%;
}

.desc .content p.mar_b {
    margin-bottom: 20px;
}

.desc .content p.mar_t {
    margin: 20px auto;
}

.desc .content p.mar_t img {
    /*width: 800px;*/
    width: 100%;
}

.desc .content p.p1 {
    margin-top: 20px;
    color: #444444;
    font-weight: bold;
}

.img-fluids {
    height: 100px;
    width: auto;
}

/* 导师查询 */
.teacher .title {
    font-weight: bold;
    font-size: 22px;
}

.teacher .input {
    text-align: center;
}

.teacher .input div {
    position: relative;
    margin: 0 auto;
}

.teacher .input label {
    color: #7fcdaf;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    letter-spacing: 2px;
}

.teacher .input input {
    width: 100%;
    height: 50px;
}

.teacher :-moz-placeholder,
.teacherH5 :-moz-placeholder {
    color: #7fcdaf;
    font-size: 16px;
    letter-spacing: 1px;
}

.teacher ::-moz-placeholder,
.teacherH5 ::-moz-placeholder {
    color: #7fcdaf;
    font-size: 16px;
    letter-spacing: 1px;
}

.teacher ::-webkit-input-placeholder,
.teacherH5 ::-webkit-input-placeholder {
    color: #7fcdaf;
    font-size: 16px;
    letter-spacing: 1px;
}

.teacher :-ms-input-placeholder,
.teacherH5 :-ms-input-placeholder {
    color: #7fcdaf;
    font-size: 16px;
    letter-spacing: 1px;
}

.teacher .search div {
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    margin: 50px auto 0;
}

.teacher .search p {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #4ab88d;
    font-size: 18px;
}

.teacher .search p span {
    padding: 0 15px;
}

/* 导师查询H5 */
.teacherH5 {
    background: url("../images/teacher.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.teacherH5 .logo {
    text-align: center;
    margin: 80px auto 50px;
}

.teacherH5 .logo img {
    width: 40%;
}

.teacherH5 .input {
    text-align: center;
    margin: 0 auto;
}

.teacherH5 .input input {
    width: 100%;
}

.teacherH5 .search {
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 20px;
}

.teacherH5 .search p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #00774b;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

.teacherH5 .search p span {
    padding: 0 15px;
}