
* {
    margin: 0;
    padding: 0;
}

.f50 {
    font-size: 50px;
}

.f16 {
    font-size: 16px;
}

.btn-yellow {
    background-color: #008C95;
}

.cl-666 {
    color: #666;
}

.btn-yellow:hover {
    background-color: #07A698;
}

.faqdetail p span {
    font-family: "Arial" !important;
    font-size: 16px !important
}

body {
    background: #fff;
    color: #262626;
}

.faq-banner {
    width: 100%;
    max-width: 1232px;
    height: 132px;
    text-align: left;
    margin: auto;
    margin-top: 68px;
    background-size: cover;
}

    .faq-banner > div {
        width: 657px;
        height: 46px;
        border-radius: 5px;
        padding-left: 43px;
        background: #fff;
        border: 1px solid #8C8C8C;
        background: url(/img/img/faq/search.png) no-repeat 12px center;
        background-size: 20px;
        display: inline-block;
    }

.faq-seach-input {
    padding-right: 32px;
    /*background: rgba(245, 245, 245, 1);*/
    /*background: url(/img/img/faq/search.png) no-repeat 125px center;*/
    /*background-size: 20px;*/
    display: inline-block;
    vertical-align: text-bottom;
    height: 34px;
    line-height: 34px;
}

    .faq-seach-input input {
        width: 125px;
        color: rgba(0, 0, 0, 0.25);
        border: 0;
    }

.faq-banner h2 {
    line-height: 48px;
    color: #262626;
    font-size: 48px;
    margin-bottom: 40px;
}

.faq-banner > div input {
    width: 610px;
    height: 44px;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: normal;
}

    .faq-banner > div input::placeholder {
        padding: 12px;
    }

.faq-banner .btn-search {
    height: 46px;
    border: 0;
    border-radius: 5px;
    background: #008C95;
    color: #FFF;
    padding: 0px 39px;
    font-size: 20px;
    vertical-align: bottom;
    margin-left: 12px;
}

.faq-container {
    display: flex;
    flex-wrap: wrap;
}

    .faq-container a {
        color: #262626;
    }

        .faq-container a:hover, a:focus {
            text-decoration: none;
        }

.faq-panel-container.container {
    position: relative;
    margin: 15px auto;
    min-height: 882px;
    background-color: #fff;
    max-width: 1300px;
    width: 1300px;
    padding: 16px 0 0 240px;
}

.faq-panel-right, .faq-panel-left {
    display: inline-block;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.faq-panel-left {
    top: 0;
    left: 0;
    width: 240px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25);
    position: absolute;
}

.faq-panel-right {
    padding: 0 160px;
}

.faq-card {
    width: 400px;
    height: auto;
    padding: 20px 0px 20px 35px;
    background: #F4F4F3;
    margin: 0 16px 16px 0;
    border-radius: 20px 20px 20px 20px;
    font-size: 14px;
    color: #262626;
}

.faq-container .faq-card:nth-child(3n) {
    margin-right: 0;
}

.faq-item {
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 22px;
}

.faq-card .faq-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faq-item a {
    color: #262626;
    font-size: 16px;
}

    .faq-item a:hover {
        color: #008C95;
    }

.showall-btn {
    color: #008C95 !important;
}

.faqdetail-list a {
    word-wrap: break-word;
    word-break: normal;
    width: 100%
}

.faqindex-ul p.f24 {
    font-size: 24px;
    color: #000;
}

.faqindex-ul p a {
    font-size: 16px;
    color: #666;
}

    .faqindex-ul p a:hover {
        color: #f90;
    }

.faqdetail-content img {
    max-width: 100%;
}

.faq-bottom {
    width: 100%;
    max-width: 1920px;
    height: 300px;
    background: url(/img/img/faq/bottom.jpg) no-repeat center 0;
    text-align: center;
    margin: auto;
    padding-top: 60px;
    background-size: cover;
}

    .faq-bottom p {
        margin-bottom: 0;
        line-height: 32px;
        margin-bottom: 14px;
    }

    .faq-bottom .sumbit-btn {
        margin: 30px auto 0;
        display: block;
        width: 160px;
        height: 42px;
        border-radius: 21px;
        text-align: center;
        line-height: 42px;
        color: #ba9935;
        border: 1px solid #ba9935;
        background: #fff;
        font-size: 16px;
        font-weight: 600
    }

.viewall-btn {
    display: block;
    width: 110px;
    height: 38px;
    border: 1px solid #ccc;
    color: #666;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

.faqlist-text .paginationzone a {
    line-height: 24px;
}

.faqindex-ul li p {
    margin: 15px 0;
}

.faqlist-text li {
    line-height: 36px;
}

    .faqlist-text li a {
        color: #666;
        font-size: 16px;
        display: inline-block
    }

.faqlist-find {
    height: 42px;
    border-radius: 21px;
    padding-left: 40px;
    outline: none;
    border: 1px solid #bdbdbd;
    background: url(/img/img/faq/search.png) no-repeat 10px center;
}

    .faqlist-find:focus {
        border-color:#008C95
    }

.faqlist-title {
    margin-top: 12px;
    line-height: 28px;
    font-size: 14px;
}

    .faqlist-title > span * {
        color: rgba(0, 0, 0, 0.45);
    }

    .faqlist-title > span > span:last-child * {
        color: #000;
    }

.faqdetail-content {
    padding: 40px 0px 40px 0;
}

.layui-layer-setwin a {
    width: 21px;
    height: 21px;
    background: url(/img/img/faq/cha.png) no-repeat 0 0 !important;
}

.faq-pop {
    width: 560px;
    height: 600px;
    padding: 60px 40px;
    background: #fff;
    font-size: 16px
}

.faq-separator {
    margin: 0 8px;
}

.faq-pop select {
    width: 470px;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    float: right;
    font-size: 16px;
    padding-left: 15px;
}

.faq-pop textarea {
    width: 470px;
    height: 200px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    float: right;
}

.faq-pop .div-input1 {
    width: 470px;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    float: right;
    padding-left: 15px;
}

.code-input {
    width: 180px;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding-left: 15px;
}

.code {
    width: 100px;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    background: pink
}

.pop-btnbox a {
    display: block;
    width: 160px;
    height: 48px;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
}

.ok-btn {
    color: #fff !important;
    border: 0;
    margin: 40px auto 0;
}

    .ok-btn:active {
        height: 42px;
        line-height: 42px;
        margin: 43px auto 0;
        width: 154px;
        font-size: 14px;
    }

.layui-layer-page .layui-layer-content {
    padding: 0;
}

.minshow {
    display: none
}

    .minshow .pull-left {
        width: 280px;
        margin-right: 20px;
        background: #fff;
        padding-top: 15px;
        font-size: 16px;
        color: #333;
        padding-bottom: 25px;
    }

    .minshow .pull-right {
        width: 900px;
        background: #fff;
        line-height: 34px;
        padding-left: 30px;
        list-style: initial;
        padding-top: 15px;
        font-size: 14px;
        color: #333;
        padding-bottom: 25px;
        padding-right: 20px
    }

    .minshow .pull-left li {
        height: 36px;
        line-height: 36px;
    }

        .minshow .pull-left li a {
            display: block;
            padding-left: 20px;
            width: 100%;
            text-decoration: none
        }

    .minshow .pull-left a {
        color: #333
    }

    .minshow .pull-right a {
        color: #333
    }

    .minshow .pull-left a:hover {
        color: #f90
    }

    .minshow .pull-right a:hover {
        color: #f90
    }

    .minshow .pull-left li a.active {
        color: #f90 !important;
        font-weight: bold
    }

    .minshow .pull-right .active a {
        color: #fff !important
    }

@media (min-width: 1232px) {
    .container {
        width: 1232px;
        margin: auto;
    }

    ul {
        margin-bottom: 0
    }
    /*首页*/
    .faqindex-ul {
        border-bottom: 1px solid #e3e3e3;
        overflow: hidden;
        width: 1160px;
        margin: auto
    }

        .faqindex-ul:nth-of-type(3) {
            border: 0px solid #ccc
        }

        .faqindex-ul li:nth-of-type(1) {
            padding: 40px 40px 40px 0;
        }

        .faqindex-ul li:nth-of-type(2) {
            padding: 40px 20px;
        }

        .faqindex-ul li:nth-of-type(3) {
            padding: 40px 0px 40px 40px;
        }
    /*列表*/
    .faqlist-find {
        width: 350px;
    }
    /*详情*/
    .faqdetail {
        width: 100%;
        padding: 0;
    }

    .faqdetail-list {
        margin: 15px 0;
        width: 350px;
        float: right;
        padding: 0
    }

    .faqdetail p {
        margin-bottom: 0;
    }

    .faqdetail-list a {
        line-height: 20px;
        font-size: 16px;
        color: #333333;
    }

    .faqdetail-list li {
        margin: 20px 0
    }
}

@media (max-width: 1232px) {
    .faqdetail-list a {
        line-height: 26px;
        font-size: 16px;
        color: #333333;
    }

    .faqdetail-list {
        margin: 15px 0;
        width: 300px;
    }
}

@media (min-width: 1232px) {

    .minshow {
        display: block
    }

    .minhide {
        display: none
    }
}

@media (min-width: 992px) {
    .container {
        padding: 20px 0px 60px;
    }

    .faqlist-find {
        width: 350px;
        float: right;
    }
}

@media (max-width: 750px) {

    .container {
        padding: 40px 15px;
    }

    .faq-banner {
        height: 200px;
        padding: 0
    }

        .faq-banner > div {
            width: 300px;
            height: 34px;
            border-radius: 27px;
            background: #fff;
            padding-left: 10px;
            margin: auto;
        }

        .faq-banner h2 {
            line-height: 90px;
            color: #fff;
            font-size: 24px;
            margin: 0
        }

        .faq-banner > div input {
            width: 260px;
            height: 34px;
            border: 0px;
            line-height: 34px;
            outline: none;
            font-size: 16px;
            font-weight: normal;
        }

    .faqlist-title {
        padding: 30px 0;
    }

    .faqlist-text {
        padding: 0;
    }

    .faqdetail-list {
        margin: 15px 0;
        width: 100%;
    }

        .faqindex-ul p, .viewall-btn, .faqdetail-list li, .faqlist-text li {
            margin-bottom: 20px;
        }
}
