<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wave-wrapper {
    height: 430px;
    position: relative;
}

.wave-inner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 430px;
    bottom: -1px;
    background: #374486;
}

.wave-bg-top {
    z-index: 15;
    opacity: 0.5;
}

.wave-bg-middle {
    z-index: 10;
    opacity: 0.75;
}

.wave-bg-bottom {
    z-index: 5;
}

.wave-item {
    position: absolute;
    left: 0;
    width: 200%;
    height: 430px;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.wave-top {
    background-size: 50% 100px;
}

.wave-animation .wave-top {
    animation: wave-animation 3s;
    -webkit-animation: wave-animation 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-middle {
    background-size: 50% 120px;
}

.wave-animation .wave-middle {
    animation: wave-animation 10s linear infinite;
}

.wave-bottom {
    background-size: 50% 100px;
}

.wave-animation .wave-bottom {
    animation: wave-animation 15s linear infinite;
}

.userinfo {
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 100%;
    top: 0;
    color: #fff;
}

.userinfo-avatar img {
    width: 110px;
    height: 110px;
}

.nav-noborder &gt; li.active &gt; a, .nav-noborder &gt; li.active &gt; a:focus, .nav-noborder &gt; li.active &gt; a:hover {
    border-color: #fff;
}

.statistics-nums {
    margin-top: 5px;
    color: #999;
}

.statistics a:hover {
    text-decoration: none;
}

.statistics a:hover .statistics-nums {
    color: #374486;
}

.counselor-item .row img{

    min-width: 100px;
    max-width: 455px;
    max-height: 326px;
}

.row {
    margin-left: 1px;
    margin-right: 1px;
}

.qrcode img{
    width:244px;
    height:244px;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 8%;
    left: 25%;
    width: 100%;
    height: 100%;
    background-color: #666;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 20%;
    left: 60%;
    background-color: white;
    z-index:1002; /* 鏁板瓧鐨勫ぇ灏忔寚鏄庝簡div鐨勭浉瀵瑰眰锛屾暟瀛楀ぇ鐨勫湪涓婂眰 */
    overflow: auto;
    text-align: center;
    color: #333;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}
body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #101010;
    margin: 0;
    padding: 0;
}
.fs1{
    font-size: 1.2rem;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */
ul {
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
}

ol {
    list-style: none;
}

a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}



.teacherDetail-banner {
    height: 262px;
}

.teacherDetail-head {
    font-size: 18px;
    color: #FBEDEE;
    margin-top: -180px;
    position: relative;
    z-index: 2;
}

.teacherDetail-head .picshow {
    width: 264px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: hidden;
    float: left;
    margin-right: 40px;
    margin-left: 50px;
}

.teacherDetail-head .intro {
    float: left;
    width: 960px;
}

.teacherDetail-head .intro .mf4{
    margin-left:40px;
}

.teacherDetail-head h2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin: 40px 0px;
}

.teacherDetail-head .title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 75px;
}

.teacherDetail-head .info span {
    margin-right: 40px;
    line-height: 40px;
}

.teacherDetail-head .info strong {
    font-size: 35px;
    color: #E36F75;
    font-weight: normal;
}

.teacherDetail-head .info i {
    font-style: normal;
    font-size: 10px;
}

.teacherDetail-head .info .btn-order {
    font-size: 28px;
    line-height: 1.2;
    padding: 8px 40px;
    background: #E36F75;
    color: #fff;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    float: right;
}

.teacherDetail-body {
    font-size: 18px;
    line-height: 2;
    color: #858285;
    padding: 30px 0;
}

.teacherDetail-body .tag {
    font-size: 18px;
    color: #333;
}

.teacherDetail-body h2, .teacherDetail-thanks h2 {
    font-size: 25px;
    color: #101010;
    position: relative;
    padding: 20px 0;
    margin-bottom: 40px;
}

.teacherDetail-body h2:before, .teacherDetail-thanks h2:before {
    content: "";
    width: 188px;
    height: 0px;
    overflow: hidden;
    font-size: 0;
    border-bottom: 1px solid #E36F75;
    position: absolute;
    left: 0;
    bottom: 0;
}

.teacherDetail-thanks {
    font-size: 14px;
    line-height: 2;
    color: #858285;
    padding-bottom: 35px;
}

.teacherDetail-thanks li {
    margin-bottom: 32px;
}

.teacherDetail-thanks h2 {
    color: #E36F75;
    margin-bottom: 60px;
}

.teacherDetail-thanks .avatar {
    width: 74px;
    float: left;
    margin-right: 46px;
    text-align: center;
    font-size: 15px;
}

.teacherDetail-thanks .avatar img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}

.teacherDetail-thanks .thanks {
    width: 852px;
    float: left;
    background: #f5f5f5;
    padding: 10px 24px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.teacherDetail-thanks .thanks pre {
    color: inherit;
    border: none;
    font-size: 0.9rem;
}

.container {
    width: 1440px !important;
}


@media (max-width:1700px) {
}

@media (max-width:1439px) {
    .container {
        width: 1280px !important;
    }

    .teacherDetail-head .intro {
        width: 896px;
    }
}

@media (max-width:1199px) {
    .container {
        min-width: 1280px;
    }

    .teacherDetail-head .picshow {
        margin-left: 0px;
    }

    .teacherDetail-head .intro {
        width: 900px;
    }
}

@media (max-width:767px) {
    body {
        font-size: 14px;
    }

    .white_content {
        top: 10%;
        left: 20%;
        color: #333;
    }

    .black_overlay {
        top: 0%;
        left: 0%;
        width: 100%;
        height: 300px;
    }

    .main-content .container-fluid {
        padding: 0;
    }

    .main-content .row {
        margin-left: 0;
        margin-right: 0;
    }

    .main-content .wave-wrapper {
        height: 246px;
    }

    .container {
        min-width: inherit !important;
        width: auto !important;
    }

    header.space-header {
        /*padding: 12px 50px 12px 15px !important;*/
        width: 100%;
    }

    header .fs1 {
        font-size: 0.8rem;
    }

    .teacherDetail-head .picshow {
        width: 100px;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        position: absolute;
        left: 5px;
        top: 15px;
    }

    .teacherDetail-banner {
        height: auto;
    }

    .teacherDetail-head {
        margin-top: 0px;
        padding: 15px;
        padding-left: 90px;
        position: relative;
        font-size: 14px;
    }

    .teacherDetail-head .intro {
        float: left;
        width: auto;
        display: block;
        margin-left: 1.2rem;
    }

    .teacherDetail-head .intro .mf4{
        margin-left:1.6rem;
    }

    .teacherDetail-head h2 {
        font-size: 1.1rem;
        margin: 0.6rem 0;
    }

    .teacherDetail-head .title {
        font-size: 0.9rem;
        margin-bottom: 0.6rem;
    }

    .teacherDetail-head .info  {
       font-size: 0.9rem;
    }

    .teacherDetail-head .info span {
        margin-right: 20px;
        line-height: 20px;
    }

    .teacherDetail-head .info strong {
        font-size: 1rem;
        font-weight: bold;
    }

    .teacherDetail-head .info i {
        display: block;
        padding: 10px 0;
    }

    .teacherDetail-head .info .btn-order {
        font-size: 16px;
        padding: 6px 30px;
    }

    .teacherDetail-body {
        padding: 15px;
        font-size: 14px;
    }

    .teacherDetail-body .tag {
        font-size: 0.9rem;
        color: #333;
    }

    .teacherDetail-body h2, .teacherDetail-thanks h2 {
        font-size: 1rem;
        padding: 0.6rem 0;
        margin-bottom: 0.8rem;
    }

    .teacherDetail-thanks li {
        padding-left: 1.5rem;
        position: relative;
    }

    .teacherDetail-thanks .avatar {
        width: 60px;
        position: absolute;
        left: 0px;
        top: 0px;
        margin-right: 0px;
    }

    .teacherDetail-thanks .avatar img {
        margin-bottom: 10px;
    }

    .teacherDetail-thanks .thanks {
        float: none;
        width: auto;
        margin-left: 3rem;
    }

    #footer .footer__link li {
        margin-right: 0.8rem;
    }

    #footer .container-fluid .wrap .code_01 p {
        font-size: 0.9rem;
        margin-top: 0.6rem;
    }

    #footer ul.item3 {
        background-color: #282A2B;
        padding-bottom: 0.3rem;
        text-align: center;
        margin-top: 0;
    }
}
@media screen and (max-width: 960px) {
}</pre></body></html>