/* Faq  內容*/

body article.main {
    width: 90%;
    margin-right: auto;
}

body article.main section.FaqList {
    padding-bottom: 100px;
    border-bottom: 1px solid #6f6f6f;
    margin-bottom: 100px;
    max-width: 1395px;
    margin: 0 auto;
    margin-top: 80px;
}

body article.main section.FaqList .FaqType {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    padding-bottom: 50px;
}

body article.main section.FaqList .FaqType .left {
    width: 17%;
    position: relative;
}

body article.main section.FaqList .FaqType .left::before {
    width: 30px;
    height: 4px;
    background-color: #191f23;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
}

body article.main section.FaqList .FaqType .right {
    width: 83%;
}

body article.main section.FaqList .FaqType .right p {
    font-size: 2.25rem;
    font-weight: 700;
    display: inline-block;
    height: 36px;
    line-height: 1;
    padding-right: 34%;
    padding-left: 8%;
}

body article.main section.FaqList .faqContent {
    padding-top: 35px;
    padding-bottom: 32px;
    position: relative;
    margin-left: 15.5%;
    padding-right: 15%;
}

body article.main section.FaqList .faqContent a.close {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 20%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 35px;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
    overflow: hidden;
}

body article.main section.FaqList .faqContent a.close::after {
    position: absolute;
    content: '';
    background-color: #1a191d;
    display: block;
    width: 100%;
    height: 3px;
    top: calc(50% - 1.5px);
    left: 0;
}

body article.main section.FaqList .faqContent a.close::before {
    position: absolute;
    content: '';
    background-color: #1a191d;
    display: block;
    width: 100%;
    height: 3px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: calc(50% - 1.5px);
    left: 0;
}

body article.main section.FaqList .faqContent a.close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body article.main section.FaqList .faqContent p {
    display: block;
    width: 100%;
    padding-right: 12%;
    position: relative;
    z-index: 10;
}

body article.main section.FaqList .faqTitle {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
    /* padding-left: 150px; */
    margin-left: 15.5%;
}

body article.main section.FaqList .faqTitle:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

body article.main section.FaqList .faqTitle::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e5e4e4;
    content: '';
    display: block;
    right: 0;
    bottom: 0;
}

.faqitem::after {
    content: '';
    position: absolute;
    width: 85%;
    height: 1px;
    background-color: #e5e4e4;
    left: 0;
    bottom: 0;
}

.faqitem:last-child::after {
    opacity: 0;
}

body article.main section.FaqList .faqTitle p {
    display: block;
    width: 100%;
    padding-right: 47%;
    font-size: 1.125rem;
    color: #282828;
    line-height: 2.1;
    position: relative;
    font-weight: 900;
}

.main .FaqList:last-child {
    border-bottom: 0px;
}


/* // */


/* RWD */

@media only screen and (min-width: 100px) {
    body article.main section.FaqList .FaqType {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 100px) {
    body article.main section.FaqList .FaqType .left {
        width: 12%;
    }
    body article.main section.FaqList .FaqType .left::before {
        top: 9px;
        height: 2px;
        width: 25px;
    }
}

@media only screen and (min-width: 100px) {
    body article.main section.FaqList .FaqType .right {
        width: 88%;
    }
}

@media only screen and (min-width: 100px) {
    body article.main section.FaqList .FaqType .right p {
        font-size: 1.5625rem;
    }
}

@media only screen and (min-width: 650px) {
    body article.main section.FaqList .FaqType .left {
        width: 8%;
    }
    body article.main section.FaqList .FaqType .left::before {
        width: 30px;
        height: 4px;
        top: 15px;
    }
}

@media only screen and (min-width: 650px) {
    body article.main section.FaqList .FaqType .right {
        width: 92%;
    }
}

@media only screen and (min-width: 650px) {
    body article.main section.FaqList .FaqType .right p {
        font-size: 2.25rem;
    }
}


/* 我的RWD */

@media screen and (min-width: 1600px) {
    body article.main section.FaqList {}
}

@media (max-width: 1600px) and (min-width: 1300px) {
    body article.main {}
    body article.main section.FaqList {
        margin-right: 10%;
    }
    .contact-wrap .item1 {
        width: 35%;
        padding: 6% 1% 6% 6%;
    }
    .contact-wrap .item1 p {
        width: 72%;
    }
}

@media (max-width: 1300px) and (min-width: 1000px) {
    .t-template-01__navbar-item .text {
        color: #000;
    }
    body article.main {}
    body article.main section.FaqList {
        margin-right: 10%;
    }
    body article.main section.FaqList {
        margin-right: 10%;
    }
    .contact-wrap .item1 {
        width: 400px;
        padding: 6% 1% 6% 6%;
    }
    .contact-wrap .item1 p {
        width: 81%;
    }
    .contact-wrap .item2 {
        width: 350px;
    }
}

@media (max-width: 1000px) and (min-width: 700px) {
    body article.main {
        margin-left: 5%;
    }
    .grid-container {
        margin-bottom: 0;
    }
    .breadcrumbs {
        margin-bottom: 50px;
    }
    body article.main section.FaqList {
        margin-right: 10%;
    }
    body article.main section.FaqList .faqTitle p {
        font-size: 15px;
    }
    body article.main section.FaqList {
        margin-right: 10%;
    }
    .contact-wrap .item1 {
        width: 370px;
        padding: 6% 1% 6% 6%;
    }
    .contact-wrap .item2 {
        width: 350px;
    }
    body article.main section.FaqList .faqContent p {
        padding-right: 12%;
       
    }
}

@media screen and (max-width: 700px) {
    .grid-container {
        margin-bottom: 0;
    }
    .breadcrumbs {
        margin-bottom: 50px;
    }
    body article.main {
        width: 85%;
    }
    body article.main section.FaqList {
        width: 100%;
    }
    body article.main section.FaqList .faqTitle p {
        font-size: 15px;
        padding-right: 20%;
    }
    body article.main section.FaqList .faqTitle::after {
        width: 90%;
        left: 0;
    }
    .contact-wrap .item1 {
        width: 300px;
        padding: 6% 1% 6% 6%;
    }
    .contact-wrap .item1 h3 {
        font-size: 38px;
        padding-bottom: 15px;
    }
    .contact-wrap .item1 p {
        font-size: 24px;
        padding-bottom: 50px;
        line-height: 35px;
        width: 85%;
    }
    .contact-wrap .item2 {
        width: 340px;
        padding-top: 35px;
        margin-right: 30px;
    }
    .contact-wrap .item1 button {
        width: 100%;
    }
    body article.main section.FaqList .faqContent a.close{
        right: 12%;
    }
    body article.main section.FaqList .faqContent p {
        padding-right: 12%;
        
    }
}