        body{
            background: url('/template/default/html/images/1519ecb7fcee43a3a0f6f87b8be22080.gif') no-repeat;
            background-size: 100%;
        }
        .page-introduce{
            margin: 170px auto 0;
            width: 85vw;
            max-width: 1440px;
            color: #fff;
        }
        .page-introduce>div:nth-child(1){
            font-size: 32px;
            font-weight: 700;
            line-height: 1.4em;
        }
        .page-introduce>div:nth-child(2){
            margin-top: 10px;
            line-height: 1.7em;
            font-size: 16px;
            font-weight: 400;
        }
        .page-introduce>div:nth-child(3){
            padding: 10px 0;
        }
        .page-introduce>div:nth-child(3) .layui-breadcrumb a{
            color: #fff !important;
        }
        .page-introduce>div:nth-child(3) .layui-breadcrumb a:last-child{
            color: rgba(255,255,255,0.64) !important;
        }
        .page-container{
            background: #fff;
        }
        .faq-box{
            margin: 0 auto;
            padding: 70px 0;
            width: 85vw;
            max-width: 1440px;
        }
        .faq-title{
            text-align: center;
        }
        .faq-title>div:nth-child(1){
            line-height: 1.4em;
            font-size: 30px;
            color: #666;
        }
        .faq-title>div:nth-child(2){
            line-height: 1.7em;
            font-size: 20px;
            color: #999;
        }
        .faq-list{
            margin-top: 50px;
        }
        .faq-item{
            margin-bottom: 10px;
            padding: 10px 20px;
            border: 1px solid #ddd;
        }
        .faq-item-q, .faq-item-a{
            position: relative;
            padding-left: 30px;
        }
        .faq-item-q{
            line-height: 32px;
            font-size: 16px;
            font-weight: bold;
            color: #666;
        }
        .faq-item-q span{
            line-height: 32px;
            font-size: 16px;
            color: #005198;
        }
        .faq-item-a{
            line-height: 1.8em;
            font-size: 16px;
            color: #666;
        }
        .faq-item-q span, .faq-item-a span{
            position: absolute;
            top: 0;
            left: 0;
        }
        .faq-item-a span{
            color: #898989;
        }
