html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    font-family: "Microsoft JhengHei";
}

button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

a {
    text-decoration: none;
    color: rgb(77, 77, 77);
}

/* menu */

.menu {
    width: 100%;
    height: 50px;
    background-color: #008fbc;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
}

.menu ul li {
    font-family: "Microsoft JhengHei";
    display: inline-block;
    color: #fff;
    margin: 0 30px;
    letter-spacing: 2px;
    width: 140px;
    cursor: pointer;
}

.menu ul li a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.menu ul li a:hover {
    color: yellow;
    transition: 0.3s;
}

.menu ul li p {
    display: inline-block;
}

.m-img {
    float: left;
}

@media screen and (max-width: 768px) {
    /* mobile menu */
    .m-menu {
        width: 100%;
        height: 50px;
        background-color: #008fbc;
        display: flex;
        align-items: center;
    }
    .m-menu .back {
        position: absolute;
        top: 15px;
        width: 30px;
        height: 30px;
        background-size: cover;
        background-image: url("../../fimg/back.png");
        margin-left: 15px;
    }
    .m-menu h2 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        color: #fff;
        font-family: "Microsoft JhengHei";
        font-size: 20px;
        font-weight: bold;
    }
    .m-menu ul {
        width: 100%;
        position: absolute;
        top: 50px;
    }
    .m-menu ul li {
        width: 49.7999%;
        height: 40px;
        float: left;
        border: 1px #f3f3f3 solid;
        border-right: none;
    }
    .m-menu ul li a {
        font-family: "Microsoft JhengHei";
        font-size: 18px;
        height: 100%;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* contain */

/* title */

.title {
    font-family: "Microsoft JhengHei";
    padding: 10px 0 30px 0;
}

.title ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.title ul li {
    display: inline-block;
}

.titleImg {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-image: url("../../fimg/helpCenter/question.png");
    margin: 10px;
}

.title h2 {
    color: rgb(77, 77, 77);
    font-size: 30px;
    letter-spacing: 4px;
}

/* contain left */

.contain-left {
    width: 27%;
    float: left;
    padding-right: 2.9%;
    border-right: 1px solid rgb(230, 230, 230);
}

/* input search */

#input-search {
    position: relative;
    /*    width: 83%;*/
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background-color: white;
    padding: 10px;
    margin-bottom: 30px;
    transition: .3s;
}

.i-search {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-image: url("../../fimg/helpCenter/search.png");
    top: 100px;
    /*    left: 20%;*/
    transition: .3s;
}

.btn-cancel {
    width: 48px;
    font-family: "Microsoft JhengHei";
    font-size: 18px;
    color: red;
    transition: .3s;
    border-radius: 5px;
}

/* .contain-left .btn-cancel:hover{
    background-color: rgb(223, 223, 223);
} */

.searchResult-wrap .left-title {
    background-color: rgb(190, 190, 190);
}

.left-title {
    font-family: "Microsoft JhengHei";
    background-color: #008fbc;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 8px 0;
}

.left-title h3 {
    font-size: 20px;
    color: #fff;
    padding: 10px;
    display: inline-block;
}

.i-arrow-up {
    width: 22px;
    height: 22px;
    background-size: cover;
    /* background-image: url("../../fimg/helpCenter/arrow-up.png"); */
    float: right;
    margin-right: 35px;
    margin-top: 10px;
}

.left-title-list {
    font-family: "Microsoft JhengHei";
}

.left-title-list ul {
    width: 100%;
}

.left-title-list ul li {
    height: 26px;
    color: rgb(77, 77, 77);
    font-size: 18px;
    padding: 20px 10px;
    cursor: pointer;
}

.left-title-list ul li a {
    width: 283px;
    height: 66px;
}

.i-q-b {
    width: 24px;
    height: 24px;
    background-size: cover;
    background-image: url("../../fimg/helpCenter/question-black.png");
    float: left;
    margin-right: 10px;
}

.left-title-list ul li h4 {
    padding-top: 2px;
    float: left;
    font-size: 16px;
}

.contain-right {
    width: 65%;
    float: left;
    padding-left: 3%;
    padding-right: 2%;
    font-family: "Microsoft JhengHei";
}

.right-title {
    font-family: "Microsoft JhengHei";
    font-size: 25px;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.right-contain {
    padding-right: 20px;
}

.i-arrow-right {
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url("../../fimg/helpCenter/arrow-black-right.png");
    float: right;
    margin-right: 25px;
}

@media screen and (max-width: 815px) {
    .btn-cancel {
        width: 60px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .contain-left {
        width: 100%;
        padding-right: 0;
    }
    #input-search {
        width: 80%;
        height: 40px;
        left: 5%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .i-search {
        top: 65px;
        left: 78%;
    }
    .contain-left-wrap {
        margin-top: -10px;
    }
    .left-title {
        padding: 8px 0 8px 10px;
    }
    .left-title-list ul li {
        padding: 20px 10px 20px 20px;
    }
    .left-title-list ul li a {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .i-search {
        left: 75%;
    }
}

/* popup window */

.popup {
    position: fixed;
    padding: 50px 20px;
    width: 60%;
    max-height: 700px;
    overflow-y: auto;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #1f1f1fcc, -5px -5px 18px #1f1f1fcc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 1;
}

.popup:target {
    visibility: visible;
    opacity: 1;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.close-popup {
    background: rgba(0, 0, 0, .7);
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
}

.popup:target+.close-popup {
    opacity: 1;
    visibility: visible;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.popup h3 {
    font-family: "Microsoft JhengHei";
    font-size: 28px;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 30px;
}

.close-popup-btn {
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url("../../fimg/helpCenter/cross.png");
    position: absolute;
    top: 30px;
    right: 30px;
}

.p-wrap {
    max-height: 630px;
    overflow-y: auto;
    font-family: "Microsoft JhengHei";
}

.popup p {
    margin-top: 30px;
    /* max-height: 500px;
    overflow-y: auto; */
}

@media screen and (max-width: 414px) {
    .popup {
        padding: 20px;
        max-height: 75vh;
        width: 80%;
    }
    .popup h3 {
        padding-bottom: 20px;
    }
    .close-popup-btn {
        top: 20px;
        right: 20px;
    }
    .p-wrap {
        max-height: auto;
        overflow-y: auto;
    }
}

@media screen and (max-width: 320px) {
    .popup {
        max-height: 400px;
    }
    .p-wrap {
        max-height: 330px;
        overflow-y: auto;
    }
}

.bottom {
    font-family: "Microsoft JhengHei";
    /*	position: absolute;*/
    /*	bottom: 0;*/
    width: 100%;
    letter-spacing: 2px;
    padding: 30px 0;
    border-top: 1px solid rgb(230, 230, 230);
    display: flex;
    justify-content: center;
    align-items: center;
}