

/*头部样式*/
.bannerList{
    padding: 100px 0;
    background-image: url(https://www.dgylec.com/static/web/images/faq.jpg);
}
.bannerList .titleBox .en_title {
    color: rgb(41, 108, 175);
    font-family: Lato, sans-serif;
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.bannerList .titleBox .tw_title {
    color: rgb(55, 55, 55);
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3.04px;
    line-height: 1.47;
    position: relative;
}
.bannerList .txt {
    color: rgb(88, 88, 88);
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.6875;
    max-width: 490px;
}
.bannerList .titleBox:after {
    display: block;
    content: "";
    width: 94px;
    height: 3px;
    background-color: #2883dd;
    margin-top: 30px;
}

/*主体*/
.classBoxRow {
    margin-top: 20px;
    margin-bottom: 50px;
}
.classBox {
    position: relative;
    z-index: 4;
}
.classBoxRow .classLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

.classBoxRow .classLink li {
    padding: 0 10px 15px;
}
.classBoxRow .classLink a, .classBoxRow .classLink span {
    min-width: 245px;
    display: block;
    color: #505050;
    font-size: 17px;
    font-weight: 500;
    padding: 15.5px 15px;
    letter-spacing: 0.34px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
    box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
}
.classBox a, .classBox span {
    cursor: pointer;
}
.classBoxRow .classLink a h2, .classBoxRow .classLink a h3, .classBoxRow .classLink span h2, .classBoxRow .classLink span h3 {
    font-weight: 500;
}
.classBoxRow .classLink a.current, .classBoxRow .classLink a, .classBoxRow .classLink span.current, .classBoxRow .classLink span{
    color: #ffffff;
    background-color: #2883dd;
}






.mainArea {
    padding: 65px 0 80px;
}
@media (max-width: 768px) {
    .mainArea {
        padding: 50px 0 70px;
    }
}

.mainArea .contentBox {
    clear: both;
}

.faqList {
    width: 100%;
}

.faqList .faqItem {
    border-radius: 3px;
    margin-bottom: 26px;
}

.faqList .title {
    color: #43414b;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.08px;
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.faqList .title:before {
    position: absolute;
    left: -1.5px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 3px;
    height: 33px;
    background-color: #2883dd;
}

.faqList .title:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: #2f71b2;
    opacity: 0;
}

.faqList .title .titleMain {
    padding: 30px 80px 28px 36px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1180px) {
    .faqList .title .titleMain {
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .faqList .title .titleMain {
        padding: 25px 20px;
    }
}
@media (max-width: 480px) {
    .faqList .title .titleMain {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.faqList .title b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
    width: 70px;
    color: #2883dd;
    font-size: 28px;
    line-height: 1.285;
    letter-spacing: 0.56px;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    background: #5d93c9;
    background: -webkit-gradient(linear, left top, right top, from(#5d93c9), to(#2469AE));
    background: linear-gradient(to right, #5d93c9 0%, #2469AE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
@media (max-width: 600px) {
    .faqList .title b {
        width: 55px;
        margin-right: 15px;
    }
}
@media (max-width: 480px) {
    .faqList .title b {
        font-size: 25px;
        letter-spacing: 0.5px;
    }
}

.faqList .title b:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #2883dd;
}

.faqList .title .tit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 40px;
}

.toggleOpen {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 8px;
    font-size: 13px;
    color: #fff!important;
    background-color: #2883dd;
    cursor: pointer;
}
@media (max-width: 768px) {
    .toggleOpen {
        right: 20px;
    }
}

.icon_chevronDown {
    color: #ffffff;
    width: 9px;
    height: 5px;
}

.definition {
     display: none;
     padding: 40px 110px 45px 36px;
     font-size: 14px;
     color: #686868;
     line-height: 1.8;
     background-color: #f5f5f5;
     -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
     box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
     border-radius: 0 0 3px 3px;
}
@media (max-width: 1180px) {
    .definition {
        padding: 40px 30px;
    }
}
@media (max-width: 768px) {
    .definition {
        padding: 30px 20px;
    }
}

.definition .leftBox {
    width: 70px;
}
@media (max-width: 600px) {
    .definition .leftBox {
        width: 55px;
    }
}

.definition .num {
    color: #2883dd;
    font-size: 28px;
    line-height: 1.285;
    letter-spacing: 0.56px;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    background: #5d93c9;
    background: -webkit-gradient(linear, left top, right top, from(#5d93c9), to(#2469AE));
    background: linear-gradient(to right, #5d93c9 0%, #2469AE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
@media (max-width: 480px) {
    .definition .num {
        font-size: 25px;
        letter-spacing: 0.5px;
    }
}

.definition .rightBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 31px;
}
@media (max-width: 600px) {
    .definition .rightBox {
        padding-left: 15px;
    }
}

.textEditor {
    clear: both;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    margin: initial;
    image-rendering: -webkit-optimize-contrast;
    font-family: "Poppins","Noto Sans TC",sans-serif;
}
@media (max-width: 960px) {
    .textEditor {
        font-size: 15px;
    }
}
.definition .editorBox {
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
}
@media (max-width: 480px) {
    .definition .editorBox {
        font-size: 15px;
    }
}

.definition.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.definition .num:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #2883dd;
}

























