/*@font-face {*/
/*    font-family: "patpat-Bold";*/
/*    src: url(./fonts/MicrosoftJhengHeiUIRegular.ttf);*/
/*}*/

@font-face {
    font-family: patpat-Regular;
    font-style: normal;
    font-display: swap;
    src: url(./fonts/Poppins-Regular.093ee89b.ttf) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: patpat-Medium;
    font-style: normal;
    font-display: swap;
    src: url(./fonts/Poppins-Medium.bf59c687.ttf) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: patpat-SemiBold;
    font-style: normal;
    font-display: swap;
    src: url(./fonts/Poppins-SemiBold.6f1520d1.ttf) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: patpat-Bold;
    font-style: normal;
    font-display: swap;
    src: url(./fonts/Poppins-SemiBold.6f1520d1.ttf) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

* {
    padding: 0;
    margin: 0;
    font-style: normal;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
}

body {
    color: #222;
    font-size: 14px;
    font-family: patpat-SemiBold, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a:hover {
    text-decoration: none;
}

a, h1, p {
    font-weight: 400;
    color: #222;
    /*font-family: patpat-Bold, serif;*/
}

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

ul li {
    font-family: patpat-Regular, sans-serif;
    -webkit-font-smoothing: antialiased;
}

p {
    font-family: patpat-Regular, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.container-header {
    /* position: sticky; */
    top: 0;
    width: 100%;
    transition: top .3s;
    z-index: 89;
    background-color: #fff;
}

.brand-tops {
    height: 40px;
    background: #222;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    text-align: center;

}

.brand-header {
    /* position: relative; */
    height: 120px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    /* z-index: 99; */
}

del {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #646464;
    font-family: patpat-Regular, serif;
    text-decoration: line-through;
}

@media screen and (max-width: 960px) {
    .brand-header {
        /*height: 56px;*/
    }
}

/* 回到顶部 */
.contactUs {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 16px;
    bottom: 64px;
    width: 40px;
    height: 40px;
    background: #222;
    border-radius: 40px;
    z-index: 100;
    transition: .4s;
    cursor: pointer;
}

.contactUs img {
    width: 28px;
    height: 28px;
}

.topSpan {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 114px;
    right: 16px;
    /*background: hsla(0, 0%, 100%, .9);*/
    background: #f4f4f4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 98;
    border: 1px solid #ececec;
    box-sizing: border-box;
    display: none;
}

.topSpan img {
    width: 30px;
    height: 30px;
}

button {
    background: none;
    border: none;
    outline: none;
}

.patpat-Light {
    font-family: patpat-Light, sans-serif
}

.patpat-Regular {
    font-family: patpat-Regular, sans-serif
}

.patpat-Medium {
    font-family: patpat-Medium, sans-serif
}

.patpat-SemiBold {
    font-family: patpat-SemiBold, sans-serif
}

.patpat-Bold {
    font-family: patpat-Bold, sans-serif
}

.patpat-Rocker {
    font-family: patpat-Rocker, sans-serif
}

#_proprofs_trk_main_header_ a {
    position: fixed !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    right: 16px !important;
    bottom: 64px !important;
    width: 40px !important;
    height: 40px !important;
    /*background: #222;*/
    border-radius: 40px;
    z-index: 100 !important;
    transition: .4s;
    cursor: pointer;
}

#_proprofs_trk_main_header_ a img {
    width: 40px !important;
    height: 40px !important;
}
.pp_chat_window_desktop_8{
    right: 16px !important;
    bottom: 65px !important;
}
._proprofs_trk_main_div_bubble_{
    box-shadow: none !important;
    border: 1px solid #ececec !important;
}
html body #_proprofs_trk_main_header_._proprofs_trk_main_header_custom_bubble_ {
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
}

#_proprofs_trk_main_header_ #proprofs_online_status {
    margin-top: -30px;
    margin-left: 20px;
    height: 8px;
    width: 8px;
}
.screenListBox button span,.leftScreenBox button{
    font-size:13px;
}


