<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, p, h1, h2, h3, h4, h5, h6, table, tr, th, td, span {
    margin: 0;
    padding: 0;
    /*font-family: "æ–°ç´°æ˜Žé«”", "æ–°ç»†æ˜Žä½“", PMingLiu,Microsoft JhengHei, "ç´°æ˜Žé«”", "ç»†æ˜Žä½“", MingLiu,    Helvetica, "Myriad Pro", Arial, sans-serif,Microsoft JhengHei;*/
}
body {
    position: relative;
    padding-top: 98px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    display: inline-block;
    text-decoration: none;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 180;
    background-color: #3391c1;
    transition: all 0.3s;
}
#head-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1250px;
    margin: 0 auto;
    padding: 10px 0;
}
#head-menu .head-else {
    width: 25%;
    display: flex;
    align-items: center;
}
#head-menu .head-else .logo-img {
    width: 75%;
    padding-left: 3%;
}
#head-menu .head-else .logo-img img {
    width: 100%;
}
#head-menu .head-else .people {
    margin-left: 4%;
    color: #fff;
    line-height: 1.5em;
}
#head-menu .flag-jiantou {
    display: none;
}
@keyframes flag-jiantouMove {
    0%, 50%, 100% {
        transform: translateX(0px);
    }
    25% {
        transform: translateX(3px);
    }
    75% {
        transform: translateX(-3px);
    }
}
#head-menu .menu {
    width: 75%;
    display: flex;
    justify-content: space-between;
}
#head-menu .menu .menu-item {
    position: relative;
    width: 15%;
    text-align: center;
    transition: all 0.3s;
}
#head-menu .menu .menu-item .menu-item-head {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#head-menu .menu .menu-item:nth-of-type(1) .menu-item-head {
    justify-content: center;
}
#head-menu .menu .menu-item .menu-item-head a {
    color: #fff;
    font-size: 20px;
}
#head-menu .menu .menu-item .menu-item-head .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    margin-left: 5%;
    margin-top: 4%;
    transition: all 0.3s;
}
#head-menu .menu .menu-item .menu-item-item {
    display: none;
    position: absolute;
    width: 100%;
    top: 108%;
    left: 0%;
    padding: 10% 0;
    background-color: #f2f2f2;
    z-index: 2;
}
.menu .menu-item .menu-item-item li {
    transition: all 0.3s;
}
.menu .menu-item .menu-item-item li a {
    transition: all 0.3s;
}
.menu .menu-item .menu-item-item li:hover {
    background: #ededed;
}
.menu .menu-item .menu-item-item li:hover a {
    color: #3391c1;
}
.menu .menu-item .menu-item-item li:not(:nth-of-type(1)) {
    margin-top: 10px;
}
.menu .menu-item .menu-item-item a {
    color: #323232;
}
.menu-item .menu-item-item .red a {
    color: #ba0000;
    font-weight: bold;
}
#head-menu .menu .menu-item:nth-of-type(5) .menu-item-item {
    width: 120%;
    left: -10%;
}
.visible_body1 {
    display: none;
}
.visible_body2 {
    display: none;
}
.menu .active {
    position: relative;
}
.menu .active::after {
    content:"";
    position: absolute;
    bottom: -2px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.menu-m {
    display: none;
}
#menu-button {
    display: none;
}
.icon {
    position: absolute;
    bottom: 100%;
    left: 0%;
    width: 100%;
    z-index: 10;
}
.icon img {
    display: block;
    width: 100%;
}
.icon img:nth-of-type(2) {
    display: none;
}
/* é¢åŒ…å±‘å¯¼èˆªæ&nbsp; */
 .crumbs {
    width: 1250px;
    margin: 1% auto 2%;
}
.crumbs a:nth-of-type(1) {
    color: #000;
}
.crumbs a:not(:nth-of-type(1)) {
    color: #7f7f7f;
}
/* ä¾§è¾¹å¯¼èˆªæ&nbsp;æ&nbsp;·å¼ */
 .side-menu {
    width: 20%;
}
.side-menu .menu-title {
    font-size: 20px;
    color: #666;
}
.side-menu .dentist_menu {
    padding-top: 5%;
}
.side-menu .dentist_menu li {
    border-bottom: 1px solid #b4c0c6;
    transition: all 0.3s;
    cursor: pointer;
}
.dentist_menu li a {
    display: block;
    padding: 8px 0;
    color: #005e96;
}
.dentist_menu li:hover {
    background: #eeeeee;
    padding-left: 25px;
    border-bottom: 1px solid #ba0000;
}
.dentist_menu li:hover a {
    color: #ba0000;
}
/* å°¾éƒ¨æ&nbsp;·å¼ */
 footer {
    background: #3391c1;
    width: 100%;
    color: #fff;
}
footer a {
    color: #fff;
}
footer .footer_frame {
    width: 1250px;
    margin: 0 auto;
    padding-top: 80px;
    font-size: 24px;
}
footer .footer_top {
    vertical-align: middle;
}
footer .footer_top .footer_phone {
    float: left;
    display: flex;
    align-items: center;
}
footer .footer_top .footer_phone img {
    width: 25px;
    margin-right: 10px;
}
footer .footer_top .footer_icon {
    float: right;
}
footer .footer_top .footer_icon a:nth-of-type(1) img {
    margin-right: 10px;
    width: 35px;
}
footer .footer_top .footer_icon a:nth-of-type(2) img {
    margin-right: 40px;
}
footer .footer_top::after {
    content:"";
    display: block;
    clear: both;
}
footer .footer_middle {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
footer .footer_middle .footer_middle_content {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
footer .footer_middle_content {
    margin: 4% auto;
    letter-spacing: 2px;
}
footer .footer_middle_content p {
    margin: 0%;
}
footer .footer_middle_content li {
    flex: 1;
}
footer .footer_middle_content li .headline {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    align-items: center;
}
footer .footer_middle_content li .headline img {
    width: 50px;
}
footer .footer_middle_content li .headline .sub p:nth-of-type(1) {
    font-size: 20px;
}
footer .footer_middle_content li .headline .sub p:nth-of-type(2) {
    font-size: 12px;
}
footer .footer_middle_content li .classColumn {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    font-size: 16px;
    transition: all 1s;
}
footer .footer_middle_content li .classColumn a {
    margin-top: 15px;
}
footer .footer_bottom {
    font-size: 18px;
    padding: 40px 0;
}
footer .footer_bottom .logo_img {
    float: left;
    width: 35%;
    margin-top: 35px;
    margin-right: 5%;
}
footer .footer_bottom .logo_img img {
    width: 100%;
}
footer .footer_bottom .logo_img img:nth-of-type(2) {
    display: none;
}
footer .footer_bottom .address {
    float: right;
    width: 60%;
}
footer .footer_bottom .address p {
    margin: 18px auto 0;
}
footer .footer_bottom .address p:nth-of-type(1) {
    color: #cf0000;
}
footer .footer_bottom .address .privacy {
    margin: 18px auto 0;
    font-size: 14px;
}
footer .footer_bottom .address .privacy span {
    margin-left: 3%;
}
footer .footer_bottom::after {
    content:"";
    display: block;
    clear: both;
}
.headline-wrap .show-button {
    display: none;
}
/* å½ˆå‡ºæ¡† */
 .link-tip {
    display: none;
    position: fixed;
    width: 280px;
    display: none;
    top: 40%;
    left: 50%;
    padding: 20px 10px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    z-index: 210;
}
.link-tip .link-text {
    font-size: 16px;
}
.link-tip .link-text p:nth-of-type(2) {
    margin: 5px auto;
}
.link-tip .link-text p:nth-of-type(3) {
    font-weight: bold;
}
.link-tip .click-button {
    display: flex;
    justify-content: space-between;
    width: 240px;
    margin: 16px auto 0;
}
.link-tip .close {
    color: #00a6f7;
    background: #e4e4e4;
    width: 110px;
    padding: 10px 0;
    border-radius: 5px;
}
.link-tip .true {
    color: #fff;
    background: #00a6f7;
    width: 110px;
    padding: 10px 0;
    border-radius: 5px;
}
.tip-mb {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    z-index: 200;
    transition: 1s;
}
.banner {
    height: 41.66vw;
}
.links .link_title {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.links .link_title p {
    display: inline-block;
}
.links .link_title img {
    width: 24px;
    margin-left: 3px;
    cursor: pointer;
}
.links .link_item {
    display: none;
}
.links a {
    font-size: 16px;
    transition: 0.5s;
    margin-right: 5px;
    color: #FFF;
}
#links-m {
    display: none;
}
/* å¾®ä¿¡æ·»åŠ&nbsp;æ¼”ç¤º */
 .wechat-remind {
    display: none;
}
.wechat-remind-mb {
    display: none;
}
@media screen and (max-width: 1400px) {
    body {
        padding-top: 84.38px;
    }
    #head-menu {
        width: 980px;
    }
    #head-menu .head-else .people {
        font-size: 15px;
    }
    #head-menu .menu .menu-item .menu-item-head a {
        font-size: 16px;
    }
    .menu-item .menu-item-item {
        font-size: 15px;
    }
    .crumbs {
        width: 980px;
    }
    footer .footer_frame {
        font-size: 20px;
        padding-top: 50px;
        width: 1024px;
    }
    footer .footer_top .footer_phone {
        display: flex;
    }
    footer .footer_middle_content li .headline .sub p:nth-of-type(1) {
        font-size: 18px;
    }
    footer .footer_bottom {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    #head-menu {
        width: 94%;
        justify-content: space-between;
    }
    .crumbs {
        width: 94%;
    }
    footer .footer_frame {
        width: 94%;
    }
    footer .footer_frame .footer_top {
        padding-bottom: 10px;
    }
    footer .footer_frame .footer_phone {
        font-size: 20px;
    }
    footer .footer_middle_content li .headline .sub p:nth-of-type(1) {
        font-size: 17px;
    }
    footer .footer_middle_content li .classColumn a {
        font-size: 14px;
    }
    footer .footer_bottom {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .banner {
        height: 80vw;
    }
    header {
        background-color: unset;
    }
    #head-menu {
        position: relative;
        width: 100%;
        /* padding: 3% 3% 5%; */
        padding: 0px 10px;
        box-sizing: border-box;
        background-color: #3391c1;
    }
    #head-menu .head-else {
        width: 70%;
    }
    #head-menu .head-else .logo-img {
        padding-left: 0%;
        width: 45%;
    }
    #head-menu .menu {
        display: none;
    }
    #head-menu .head-else .people {
        font-size: 16px;
    }
    #head-menu .flag-jiantou {
        display: block;
        position: absolute;
        right: 62px;
        top: 40%;
        width: 40px;
        animation: flag-jiantouMove linear 1s infinite;
    }
    #head-menu .flag-jiantou img {
        width: 100%;
    }
    #menu-button {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        padding-top: 14px;
        background-color: #1982b8;
        box-sizing: border-box;
        cursor: pointer;
        overflow: hidden;
    }
    #menu-button #open-button {
        display: block;
    }
    #menu-button span {
        display: block;
        width: 80%;
        height: 4px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 2px;
        transition-duration: 0.5s;
    }
    #menu-button #open-button span:nth-of-type(2) {
        margin: 6px auto;
    }
    #menu-button #close-button {
        display: none;
    }
    #menu-button #close-button span:nth-of-type(1) {
        position: absolute;
        top: 18%;
        left: 15%;
        transform-origin: left;
        transform: rotate(40deg);
        width: 90%;
    }
    #menu-button #close-button span:nth-of-type(2) {
        position: absolute;
        top: 18%;
        right: 15%;
        transform-origin: right;
        transform: rotate(-40deg);
        width: 90%;
    }
    /*åº•éƒ¨å¯¼èˆªæ&nbsp;*/
    @keyframes numJump {
        0%, 20%, 40%, 100% {
            transform: translateY(0);
        }
        10%, 30% {
            transform: translateY(-3px);
        }
    }
    header .moblie_menu_bottom {
        width: 100%;
        background-color: #fff;
        position: fixed;
        bottom: -68px;
        z-index: 999;
        display: block !important;
        border-top: 1px solid #eee;
        transition: all 0.3s;
    }
    header .moblie_menu_bottom ul {
        margin: 0;
        padding: 0;
    }
    header .moblie_menu_bottom ul:after {
        content:"";
        display: block;
        clear: both;
    }
    header .moblie_menu_bottom ul li:nth-of-type(2n-1) {
        float: left;
        width: 33%;
        padding: 5px 0;
        text-align: center;
        box-sizing: border-box;
    }
    header .moblie_menu_bottom ul li span {
        float: left;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }
    header .moblie_menu_bottom ul li span a {
        display: block;
        color: #000;
    }
    header .moblie_menu_bottom ul li span a img {
        width: 34px;
    }
    header .moblie_menu_bottom ul li:nth-of-type(3) span a img {
        animation: numJump 1.5s linear 2s infinite;
    }
    header .moblie_menu_bottom ul li:nth-of-type(2n) {
        width: 0.3%;
        height: 43px;
        display: inline-block;
        background: #1296db;
        float: left;
        margin: 12px 0;
    }
    /* phone whatsappå¼¹æ¡† */
    .visible_body1 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        opacity: 0;
        z-index: 999;
        transition: 1s;
    }
    .visible_body1 .body_confirm {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        width: 290px;
        padding: 20px;
        border-radius: 10px;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    .visible_body1 .body_confirm .confirm_top p {
        text-align: center;
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        line-height: unset;
    }
    .visible_body1 .body_confirm .confirm_top p:nth-of-type(1){
        color: #088dce;
        font-size: 20px;
        font-weight: bold;
    }
    .visible_body1 .body_confirm .confirm_top p:nth-of-type(2){
        text-align: justify;
        line-height: 1.5em;
        margin-top: 10px;
    }
    .visible_body1 .body_confirm .confirm_bottom {
        display: flex;
        justify-content: space-around;
        margin-top: 16px;
    }

    .visible_body1 .body_confirm .confirm_bottom span {
        padding: 10px 8px;
        border-radius: 5px;
        display: block;
        width: 80px;
        text-align: center;
        font-size: 15px;
    }

    .visible_body1 .body_confirm .confirm_bottom span:nth-of-type(1) {
        color: #00a6f7;
        background: #e4e4e4;
    }

    .visible_body1 .body_confirm .confirm_bottom span:nth-of-type(2) {
        color: white;
        background: #00a6f7;
    }
    .menu-m {
        /* display: none; */
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0%;
        transition: all 0.5s;
        z-index: 6;
        background: #ddd;
        display: block;
        height: 0;
        overflow: hidden;
    }
    .menu-m .active {
        background-color: #fff !important;
    }
    .menu-m .active .menu-item-head a {
        color: #3391c1;
    }
    .menu-m .active .triangle {
        border-color: #3391c1 transparent transparent transparent !important;
    }
    .menu-m .menu-item {
        padding: 13px 0;
        text-align: center;
    }
    .menu-m .menu-item:nth-of-type(1) {
        padding-top: 30px;
        border-radius: 10px 10px 0 0;
    }
    .menu-m .menu-item .menu-item-item {
        /* display: none; */
        height: 0px;
        overflow: hidden;
    }
    .menu-m .menu-item .menu-item-head {
        font-size: 18px;
    }
    .menu-m .menu-item .menu-item-head a {
        position: relative;
    }
    .menu-m .menu-item .menu-item-head .flag {
        position: absolute;
        top: 12%;
        left: -36%;
        font-size: 14px;
        color: #fff;
        background: #ff0000;
        padding: 0px 5px;
        border-radius: 4px;
        font-weight: bold;
    }
    .menu-m a {
        color: #323232;
    }
    .menu-item .menu-item-item {
        font-size: 17px;
    }
    .menu-item .menu-item-item li {
        margin-top: 2%;
        background: #fff;
    }
    .menu-m .menu-item .menu-item-head .triangle {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #54595f transparent transparent transparent;
        margin-left: 1%;
        transition: 0.3s;
    }
    .icon img:nth-of-type(1) {
        display: none;
    }
    .crumbs {
        font-size: 15px;
        margin: 3% auto 2%;
    }
    /* ä¾§è¾¹å¯¼èˆªæ&nbsp; */
    .side-menu {
        display: none;
    }
    /* å°¾éƒ¨å¯¼èˆªæ&nbsp; */
    footer .footer_frame .footer_phone {
        display: flex;
        align-items: flex-start;
    }
    footer .footer_top .footer_icon {
        display: none;
    }
    footer .footer_middle .footer_middle_content {
        flex-wrap: wrap;
        margin: 40px auto;
    }
    footer .footer_middle .footer_middle_content li {
        flex: 25%;
    }
    footer .footer_middle .footer_middle_content li .headline .sub p:nth-of-type(1) {
        font-size: 18px;
    }
    footer .footer_middle .footer_middle_content li .headline .sub p:nth-of-type(2) {
        font-size: 12px;
    }
    footer .footer_middle_content li .classColumn {
        margin-top: 0%;
    }
    footer .footer_middle .footer_middle_content li .classColumn a {
        font-size: 16px;
    }
    footer .footer_middle .footer_middle_content li:nth-of-type(n + 5) {
        margin-top: 35px;
    }
    footer .footer_bottom {
        font-size: 16px;
        padding: 40px 0 15px;
    }
    footer .footer_bottom .logo_img {
        float: unset;
        width: 45%;
        margin: 0 auto;
    }
    footer .footer_bottom .address {
        float: unset;
        width: 100%;
    }
    footer .footer_bottom .address .privacy {
        font-size: 13px;
    }
    footer .footer_bottom .logo_img img:nth-of-type(2) {
        display: block;
    }
    .links .link_title {
        font-size:16px
    }
    .links .link_title p {
        color: #fff!important;
        margin: 0!important;
    }
    .links .link_title img {
        width:20px;
        margin-left:3px;
        margin-top:2px
    }
    .links a {
        color:#000eee;
    }
    #links-m {
        display: block;
        margin-top: 18px;
    }
    #links-pc {
        display: none;
    }
    .wechat-remind {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #efefef;
        box-shadow: 0px 0px 5px 2px #eee;
        padding: 5% 2%;
        border-radius: 10px;
        text-align: center;
        width: 80%;
        background: #fff;
        z-index: 1000;
    }
    .wechat-remind h2 {
        font-size: 22px;
        margin-bottom: 6%;
        color: #0783f8;
    }
    .wechat-remind p {
        font-size: 17px;
        font-weight: bold;
        color: #333;
    }
    .wechatbook-button {
        text-align: center;
        margin-top: 30px;
    }
    .wechatbook-button button {
        font-size: 16px;
        border: unset;
        outline: unset;
        padding: 3% 10%;
        border-radius: 5px;
    }
    .wechatbook-button #wechat-cancel {
        background: #eaeaea;
        color: #a0a0a0;
    }
    .wechatbook-button #wechat-sure {
        background: #0283f9;
        margin-left: 15px;
        color: #fff;
    }
    .wechat-remind .process-gif {
        width: 150px;
        display: block;
        margin: 0 auto;
    }
    .wechat-remind-mb {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
    }
}
@media screen and (max-width: 580px) {
    #menu-button {
        width: 30px;
        height: 30px;
        padding: 0 1px;
        padding-top: 6px;
    }
    #menu-button span {
        width: 80%;
        height: 2px;
    }
    footer .footer_frame {
        padding-top: 25px;
    }
    footer .footer_top .footer_phone span:nth-of-type(2) {
        display: block;
        margin-left: 34px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 500px) {
    footer .footer_middle {
        border: unset;
    }
    footer .footer_middle .footer_middle_content li {
        width: 100%;
        flex: unset;
    }
    footer .footer_middle .footer_middle_content {
        margin: 5px auto;
    }
    footer .footer_middle_content li .headline img {
        display: none;
    }
    footer .footer_middle_content li .headline .sub {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .headline-wrap {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 7px 0;
        justify-content: space-between;
        align-items: center;
    }
    .headline-wrap .show-button {
        position: relative;
        display: flex;
        transition: 0.5s;
    }
    .headline-wrap .show-button span:nth-of-type(1) {
        display: inline-block;
        width: 16px;
        height: 2px;
        background: #fff;
    }
    .headline-wrap .show-button span:nth-of-type(2) {
        display: inline-block;
        width: 16px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        transform: rotate(90deg);
    }
    footer .footer_middle_content li:nth-of-type(1) .headline-wrap {
        border-top: 1px solid #fff;
    }
    footer .footer_middle .footer_middle_content li .headline .sub p:nth-of-type(1) {
        font-size: 18px;
    }
    footer .footer_middle .footer_middle_content li .headline .sub p:nth-of-type(2) {
        font-size: 14px;
        margin-left: 5px;
    }
    footer .footer_middle_content li .classColumn {
        margin-top: 0%;
        text-align: left;
        text-indent: 1em;
        height: 0;
        overflow: hidden;
        transition: all 1s;
    }
    footer .footer_middle .footer_middle_content li .classColumn a {
        font-size: 16px;
        margin: 0;
        padding: 5px 0;
        border-bottom: 1px solid #fff;
        background: #d0e6f1;
        color: #000;
    }
    footer .footer_middle .footer_middle_content li:nth-of-type(n + 5) {
        margin-top: unset;
    }
    footer .footer_bottom .logo_img {
        width: 65%;
    }
    .links .link_title {
        font-size:16px
    }
    .links a {
        font-size:15px
    }
    .links .link_title img {
        width:18px
    }
}
@media screen and (max-width: 425px) {
    #head-menu .head-else {
        width: 90%;
    }
    #head-menu .head-else .logo-img {
        width: 49%;
    }
    #head-menu .head-else .people {
        font-size: 14px;
    }
    #head-menu .head-else .people p span:nth-of-type(1) {
        display: block;
        font-size: 16px;
    }
    #head-menu .head-else .people p:nth-of-type(2) {
        margin-top: 2%;
    }
    #head-menu .flag-jiantou {
        right: 50px;
        top: 36%;
        width: unset;
    }
    .wechat-remind h2 {
        margin: 3%;
        font-size: 20px;
    }
    .wechatbook-button {
        margin-top: 20px;
    }
    .wechat-remind p {
        font-size: 16px;
    }
}</pre></body></html>