html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans HK', sans-serif;
    max-width: 100%;
    font-size: 19px;
    font-weight: 400;
    color: #000929;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: #fff;
}

a {
    color: #01B8B9;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: #01B8B9;
    opacity: 0.75;
}

a.login-right-now {
    color: #000929;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

a.login-right-now:hover {
    color: #000929;
    opacity: 0.75;
}

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

img {
    max-width: 100%;
}

.logo {
    position: absolute;
    top: 12px;
    left: 48px;
    z-index: 50;
}

.table-area {
    width: 350px;
    max-width: 80%;
    margin: 50px auto;
    text-align: left;
}

.table-area input[type="text"], .table-area input[type="email"], .table-area input[type="password"], .table-area input[type="submit"] {
    width: 100%;
    height: 48px;
    background: #F7F7FD;
    border: solid 1px #E0DEF7;
    outline: none;
    padding: 0 15px;
    border-radius: 8px;
}

.table-area input {
    font-size: 15px;
}

.pw-eyes {
    width: 40px;
    height: 30px;
    background-image: url("../images/eyes_icon.png");
    background-position: right 14px center;
    background-size: 18px auto;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}

.table-area input[type="submit"] {
    background: #01B8B9;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.table-area input[type="submit"]:hover {
    opacity: 0.75;
}

.human-bg {
    width: 50%;
    height: 100vh;
    background-image: url("../images/human_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -10;
    top: 0;
    right: 0;
}

.human-img {
    position: relative;
    z-index: 20;
}

.header {
    width: 100%;
    box-shadow: 3px 3px 9px #ccc;
}

.header a {
    color: #000;
    margin: 0 25px;
    font-weight: bold;
}

.header a:hover {
    opacity: 1;
    color: #00B8B9;
    text-decoration: none;
}

.header a.active {
    color: #00B8B9;
}

.home-banner {
    width: 100%;
    height: 500px;
    background-image: url("../images/home_banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.home-banner h3 {
    font-size: 42px;
}

.subpage-banner {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.subpage-banner h3 {
    font-size: 42px;
}

.search-bar {
    width: 100%;
    background: #fff;
    border-radius: 75px;
    padding: 12px 120px 12px 50px;
    box-shadow: 2px 2px 5px #666;
    color: #000;
}

.search-bar h4 {
    font-size: 19px;
    color: #000;
}

.search-bar select {
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    color: #666;
    padding: 5px;
}

.search-bar .right-border {
    border-right: solid 1px #ddd;
}

.search-bar input[type="button"] {
    width: 62px;
    height: 62px;
    background-color: #00B8B9;
    background-image: url("../images/search_icon.png");
    background-position: center center;
    background-size: 24px auto;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    border-radius: 150px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -31px;
    color: #fff;
}

.dropbtn {
    width: 100%;
    display: block;
    color: #777;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.dropdown {
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
}

.header .dropdown {
    display: inline-block;
    width: auto;
}

.dropdown button {
    outline: none;
}

.dropdown-content {
    font-size: 15px;
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 50%;
    margin-right: -125px;
    background-color: #5E5E5E;
    color: #fff;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
}

.header .dropdown-content {
    right: 50%;
    width: 100px;
    margin-right: -47px;
}

.header .dropdown-content a {
    display: block;
    color: #fff;
}

.dropdown-content:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 18px 13px;
    border-color: transparent transparent #5E5E5E transparent;
    transform: rotate(0deg);
    top: -13px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
}

.dropdown-content label {
    margin: 5px 0;
    display: block;
    cursor: pointer;
}

.dropdown-content input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -2px;
    cursor: pointer;
}

.dropdown-content h4 {
    color: #00B8B9;
    font-size: 19px;
    margin: 15px 0;
}

.dropdown-items {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    /*display: block;*/
    opacity: 1;
    pointer-events: auto;
}

/* price range */
#slider-div {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

#slider-div>div {
    margin: 8px;
}

.slider-label {
    position: absolute;
    background-color: #eee;
    padding: 4px;
    font-size: 0.75rem;
}

.slider.slider-horizontal {
    width: 200px;
    display: block;
}

.slider-label {
    background-color: #00B8B9;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    top: 20px !important;
}

.slider-track-high {
    background: #5CFEFF !important;
    height: 3px;
}

.slider-selection {
    background: #5CFEFF !important;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    background: #00B8B9 !important;
}

.card-box {
    border: solid 1px #ddd;
    border-radius: 12px;
    margin: 25px 0;
}

.card-box.style02 {
    overflow: hidden;
}

.card-box-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.card-box.style02 .card-box-img {
    border-radius: 0;
    min-height: 240px;
}

.card-box-text {
    position: relative;
    padding: 25px 25px 25px 25px;
}

.box-tag {
    position: absolute;
    left: -15px;
    top: -18px;
    background-color: #00B8B9;
    color: #fff;
    padding: 5px 25px 5px 40px;
    border-radius: 10px 10px 10px 0;
    background-image: url("../images/star_icon.png");
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 28px auto;
}

.box-tag:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 10px 0;
    border-color: transparent #00746B transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    bottom: -9px;
}

.box-icon-area {
    border-top: solid 1px #ddd;
    color: #777;
    padding-top: 15px;
}

.box-icon-01 {
    background-image: url("../images/room_icon01.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 30px;
    margin-right: 10px;
    background-size: 32px;
}

.box-icon-02 {
    background-image: url("../images/room_icon02.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 30px;
    margin-right: 10px;
    background-size: 32px;
}

.box-icon-03 {
    background-image: url("../images/room_icon03.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 30px;
    background-size: 32px;
}

.box-price {
    font-size: 24px;
    color: #00B8B9;
    font-weight: bold;
    margin-bottom: 5px;
}

.box-price span {
    font-size: 17px;
    color: #000929;
    font-weight: normal;
}

.wish-btn {
    width: 48px;
    height: 48px;
    border: solid 1px #ddd;
    border-radius: 250px;
    background-image: url("../images/wish_icon.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center center;
    display: inline-block;
    cursor: pointer;
}

.wish-btn.active {
    background-image: url("../images/wish_icon_filled.png") !important;
}


.show_favorite {
    background-repeat: no-repeat;
    background-size: 42px;
    background-position: center center;
    display: inline-block;
    cursor: pointer;
}

.show_favorite.active {
    background-image: url("../images/wish_icon_filled.png") !important;
}

.dropdown {
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
}

.home-map {
    margin: 50px 0;
}

.home-map iframe, .cs-area iframe, .rental_details iframe {
    width: 100%;
    height: 580px;
    border-radius: 12px;
    box-shadow: 2px 2px 9px #ddd;
}

.rental_details iframe {
    margin: 50px 0;
}

.search-left iframe {
    width: 50%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.footer-bar {
    background: #324A5E;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

.footer-bar a {
    color: #01B8B9;
    text-decoration: none;
}

.footer-icon {
    display: inline-block;
    padding: 10px 0 10px 35px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px auto;
    margin: 0 35px;
}

.footer-icon.icon01 {
    background-image: url("../images/footer_icon01.png");
}

.footer-icon.icon02 {
    background-image: url("../images/footer_icon02.png");
}

.footer-icon.icon03 {
    background-image: url("../images/footer_icon03.png");
}

.footer {
    padding: 50px 0;
    font-size: 15px;
    line-height: 25px;
    background-color: #F9FAFB;
}

.footer a {
    color: #000929;
}

.footer a:hover {
    color: #01B8B9;
    text-decoration: none;
    opacity: 1;
}

.footer h4 {
    font-size: 19px;
}

.copy-right {
    margin-top: 50px;
    padding-top: 25px;
    border-top: solid 1px #ccc;
}

h3.high-light-title {
    position: relative;
    display: inline-block;
}

h3.high-light-title:after {
    content: '';
    position: absolute;
    left: -5%;
    bottom: -2px;
    background: #C1E6E5;
    width: 110%;
    height: 16px;
    z-index: -1;
}

.cs-area {
    margin: 100px 0;
}

.top-right a {
    margin: 0;
}

.subpage-area {
    width: 100%;
    display: block;
    margin-top: 75px;
}

.subpage-area.style02 {
    margin-top: 0;
}

a.btn {
    background-color: #00B8B9;
    padding: 10px 40px 10px 20px;
    color: #fff;
    text-decoration: none;
    background-image: url("../images/arrow_icon.png");
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 20px auto;
    border-radius: 8px;
}

.subpage-area ul {
    margin-bottom: 35px;
}

.subpage-area ul li {
    margin: 10px 0;
    position: relative;
}

.subpage-area ul {
    list-style: none
}

.subpage-area li::before {
    width: 8px;
    height: 8px;
    content: ""; 
    background: #00B8B9;
    border-radius: 250px;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -4px;
}

.service-part2 {
    background: #00B8B9;
    color: #fff;
    padding: 50px 0;
    margin-top: 50px;
}

.service-part2 h3 {
    z-index: 0;
}

.service-part2 h3.high-light-title:after {
    background: #fff !important;
    opacity: 0.25;
}

.green-box {
    background-color: rgb(41, 195, 196);
    padding: 20px 0;
    display: inline-block;
    margin: 45px auto;
    position: relative;
    border-radius: 15px;
    width: 620px;
    max-width: 90%;
}

.green-box-front {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgb(41, 195, 196);
    border-radius: 15px;
}

.green-box-back {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 5;
    background-color: rgb(0, 156, 154);
    border-radius: 15px;
}

.green-box-text {
    position: relative;
    z-index: 20;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.green-box-text span {
    font-size: 19px;
    opacity: 0.75;
    font-weight: normal;
}

.green-box .have-border {
    border-right: solid 4px #fff;
    position: relative;
    right: -2px;
}

.ch-box {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 3px 3px 9px #ccc;
    background: #fff;
    color: #777;
    text-align: center;
    overflow: hidden;
}

.ch-box h3 {
    color: #000;
}

.ch-box .ch-box-img {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.margin-bottom {
    margin-bottom: -220px;
}

.margin-bottom-space {
    width: 100%;
    height: 220px;
    display: block;
}

.service-part3 {
    margin: 50px 0;
}

.notice-box {
    background: #fff;
    box-shadow: 3px 3px 9px #ccc;
    padding: 15px 25px;
    font-weight: bold;
}

.green-text {
    color: #00B8B9;
}

.gallery-box {
    width: 100%;
    height: 445px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.gallery-box.small {
    height: 210px;
    margin-bottom: 25px;
}

.gallery-box .more-gallery {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    color: #fff;
    font-size: 48px;
    text-align: center;
}

.progress-bar.color-black {
      background-color: #000 !important;
}

hr {
    border: solid 1px #ddd;
    margin: 40px 0;
}

.rental-icon-group img {
    margin: 5px;
}

.book-now-card {
    box-shadow: 3px 3px 9px #ccc;
    padding: 25px 30px;
    border-radius: 15px;
}

.book-now-card h3 {
    margin: 0;
    font-weight: bolder;
    font-size: 35px;
}

.book-now-card input[type="text"], .book-now-card input[type="tel"] {
    width: 100%;
    height: 48px;
    border: solid 2px #ddd;
    outline: none;
    resize: none;
    color: #000;
    padding: 0 15px;
    margin-top: 15px;
}

.book-now-card a.book-btn {
    color: #fff;
    background: #00B8B9;
    font-size: 17px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.book-now-card a.add-wish-btn {
    color: #000;
    background-color: #fff;
    font-size: 17px;
    border: #666 solid 1px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-image: url("../images/add_wish_icon.png");
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: left 43% center;
    padding: 0 30px 0 60px;
}

.re-book-now-card {
    padding: 15px;
    width: 100%;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.94);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
    box-shadow: -2px -2px 6px #ccc;
    border-radius: 12px 12px 0 0;
}

.re-book-now-card h3 {
    font-size: 31px;
}

.re-book-now-card input[type="text"], .re-book-now-card input[type="tel"] {
    width: 100%;
    height: 32px;
    border: solid 2px #777;
    outline: none;
    resize: none;
    color: #000;
    padding: 0 10px;
    margin-top: 5px;
}

.re-book-now-card a.book-btn {
    color: #fff;
    background: #00B8B9;
    font-size: 17px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: block;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.re-book-now-card a.add-wish-btn {
    color: #000;
    background-color: #fff;
    font-size: 17px;
    border: #666 solid 1px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: block;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-image: url("../images/add_wish_icon.png");
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: left 38% center;
    padding: 0 30px 0 50px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    text-shadow: 2px 2px 6px #777;
}

.rent-popup-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -9999;
}

.rent-popup-box.active {
    opacity: 1;
    z-index: 500;
}

.rent-popup-box-mask {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 600;
    left: 0;
    top: 0;
    opacity: 0.75;
}

.rent-popup-box-gallery {
    position: relative;
    width: 800px;
    max-width: 100% !important;
    height: 450px;
    z-index: 700;
    overflow: hidden;
    margin: auto;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.partner-area {
    margin: 100px 0;
}

.search-left {
    padding-top: 130px;
    width: 100%;
    height: 100%;
}

.search-right {
    padding-top: 130px;
    width: 95%;
}

.search-right select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: solid 2px #777;
    outline: none;
    resize: none;
    border-radius: 8px;
}


.detail_page_img {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    overflow:hidden;

}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0, 0, 0, .6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    transition: background .1s ease;
}

.ui.green.label, .ui.green.labels .label {
    background-color: #21ba45 !important;
    border-color: #21ba45 !important;
    color: #fff !important;
}

.ui.yellow.label, .ui.yellow.labels .label {
    background-color: #fbbd08 !important;
    border-color: #fbbd08 !important;
    color: #fff !important;
}

.ui.label:first-child {
    margin-left: 0;
}

.ui.label, .ui.labels .label {
    font-size: .85714286rem;
}


.chartered-content {
    padding: 0% 25%;
    text-align: center;
}

.chartered-title {
    background: #ED6F00;
    color: white;
    margin-top: 0;
}

.chartered-header {
    background: #ED6F00;
    color: white;
    font-size: 25px;
    width: 400px;
    border-radius: 30px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.chartered-row {
    background: #FEF8E3;
    color: black;
    font-size: 25px;
    width: 93%;
    border-radius: 15px;
    padding: 20px;
    margin: 15px auto;
}

.escrow-content {
    padding: 0% 25%;
    text-align: center;
}

.escrow-title {
    background: #007ECA;
    color: white;
    margin-top: 0;
}

.escrow-header {
    background: #007ECA;
    color: white;
    font-size: 25px;
    width: 400px;
    border-radius: 30px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.escrow-row {
    background: #EDF7F7;
    color: black;
    font-size: 25px;
    width: 93%;
    border-radius: 15px;
    padding: 20px;
    margin: 15px auto;
}
.characteristics-content {
    padding: 0% 25%;
    text-align: center;
}

.introduction-content {
    padding: 0% 25%;
    text-align: left;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.business-introduction {
    height: 1000px;
}

.right-icon-group {
    position: fixed;
    right: 15px;
    top: 50%;
    margin-top: -200px;
    z-index: 5000;
    color: #fff;
    text-align: center;
    transition: all 0.6s ease 0s;
}

body.scroll .right-icon-group {
    right: -200px;
}

.right-icon-group a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
}

.right-icon-group a:hover {
    opacity: 0.85;
}

.right-icon-group .right-icon {
    width: 120px;
    height: 120px;
    border-radius: 200%;
    background: #ccc;
    margin: 10px 0;
    border: solid 2px #fff;
    overflow: hidden;
}

.right-icon-group .right-icon img {
    margin: 10px 0 0 0;
    width: 56px;
}

.right-icon-group-small {
    position: fixed;
    right: -100px;
    top: 50%;
    margin-top: -87px;
    z-index: 5000;
    color: #fff;
    text-align: center;
    transition: all 0.6s ease 0s;
}

body.scroll .right-icon-group-small {
    right: 0;
}

.right-icon-group-small a {
    display: block;
    padding: 5px;
}

.right-icon-group-small a:hover {
    opacity: 0.85;
}

.right-icon-group-small a img {
    width: 45px;
}
/* The Modal (background) */
.wechat-modal {
    display: none;
    position: fixed;
    z-index: 1055;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 150px 0 0 0;
    opacity: 1 !important;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    z-index: 1055;
}

/* The Close Button */
.close {
    color: #fff;
    position: absolute;
    top: -50px;
    right: -6px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.wechat-img {
    max-width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent
}

.wechat-header {
    font-size: 21px;
    width: 100%;
    height: 121px;
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: solid 1px #ccc;
    z-index: 1;
    opacity: 0.95;
}
.close-wechat-qr {
    background-color: #1b1c1d;
    color: #fff;
    text-shadow: none;
    background-image: none;
}