@charset "UTF-8";
/* CSS Document */
/*****列表*****/
.faqList > li {
    padding: 0;
    margin-bottom: 22px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

.faqList > li:nth-child(-n+9) h3 b::before {
    content: '0';
}

.faqList h3 {
    position: relative;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #060606;
    cursor: pointer;
}

@media (min-width: 641px) {
    .faqList h3 {
        display: flex;
        align-items: center;
    }
    .faqList h3 b, .faqList h3 .toggleOpen {
        flex-shrink: 0;
    }
    .faqList h3 .toggleOpen {
        margin-left: auto;
    }
}

.faqList h3 b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
    color: #35b67e;
}

.faqList h3 sub {
    padding-top: 5px;
	padding-right:5px;
}

.toggleOpen {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #35b67e;
    cursor: pointer;
}

.toggleOpen:hover {
    color: #fff;
    background-color: #35b67e;
}

@media (max-width: 640px) {
    .toggleOpen {
        width: 100px;
        margin: 10px auto 0;
    }
}

.definition {
    display: none;
    padding: 15px;
    border-top: 1px solid #e3e3e3;
    background-color: #f9f9f9;
}
