.title-section {
    line-height: 1.8;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none !important;
}

a:link {
    text-decoration: none;
}

.content {
    width: 61.97%;
    min-width: 1190px;
    margin: 0 auto;
}

.drive-title {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #CC0000;
}

.drive-process {
    font-size: 16px;
    color: #5f5e5e;
}

.drive-process>li {
    margin-bottom: 60px;
    overflow: hidden;
}

.drive-little-title {
    font-size: 18px;
    font-weight: bold;
}

.drive-little-con {
    min-height: 58px;
}

.drive-process-listWrap {
    overflow: hidden;
    margin-top: 50px;
    margin-right: 70px;
    line-height: 1.8;
    position: relative;
}

.drive-process-listWrap .fl {
    width: 45%;
}

.drive-process-listWrap .fr {
    width: 43%;
}

.drive-process-listWrap dl {
    overflow: hidden;
    margin-bottom: 20px;
}

.drive-process-listWrap dt {
    width: 80%;
    float: left;
}

.drive-process-listWrap dd {
    width: 17%;
    float: right;
    text-align: center;
}

.drive-process-listWrap em {
    position: absolute;
    top: 5%;
    left: 51%;
    width: 1px;
    height: 90%;
    background: #d6d6d6;
}

.drive-process li+li dt {
    width: 56%;
}

.drive-process li+li dd {
    width: 40%;
    margin-top: -18px;
}

.drive-process-width dt {
    width: 100% !important;
}

.drive-marginB {
    margin-bottom: 5px !important;
}

.drive-marginB + p {
    margin-bottom: 40px;
}

.drive-process-weChat {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 380px;
    height: 380px;
    margin-top: -160px;
    margin-left: -160px;
    text-align: center;
    background: white;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
    z-index: 2;
    padding-top: 75px;
    box-sizing: border-box;
}

.drive-process-weChat img {
    width: 50%;
    margin: 0 auto;
}

.drive-process-weChat strong {
    font-size: 18px;
    margin-top: 10px;
    display: block;
    color: #858585;
}

.drive-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 33px;
    height: 33px;
    background: url(https://media.ghac.cn/s/process/v1/img/close.png) no-repeat center;
    cursor: pointer;
}

.drive-btn-gray {
    background: #aeaeae;
    color: white;
    display: block;
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;
}

.drive-btn-gray:hover {
    background: #CC0000;
    color: white;
}

@media (min-width: 1024px) {
    .title-section .title {
        font-size: 2.375rem;
        color: #222;
        line-height: 2.11;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 3.125rem;
        font-weight: 400;
        position: relative;
    }

    .title-section .title p {
        margin-top: 7.5rem;
    }

    .title-section .title::after {
        content: "";
        width: 5.625rem;
        height: 0.1875rem;
        background: #c00;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .title-section .title {
        font-size: 0.38rem;
        line-height: 2.33;
        margin-top: 0.32rem;
        margin-bottom: 0.6rem;
        border-bottom: #e0e0e0 1px solid;
    }

    .title-section .title p {
        margin-top: 1.6rem;
    }

    .title-section .title::after {
        content: "";
        width: 1.06rem;
        height: 0.04rem;
        background: #c00;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }

    .title-section {
        margin: 0 4%;
    }

    .content {
        width: 92%;
        min-width: auto;
        margin: 0 4%;
    }

    .drive-process-listWrap em {
        display: none;
    }

    .drive-process-listWrap dt {
        width: 69%;
        float: left;
        word-break: break-all;
        min-height: auto;
    }

    .drive-process-listWrap dd {
        width: 24%;
        float: right;
        text-align: center;
    }

    .drive-process {
        font-size: 12px;
        line-height: 1.7;
    }

    .drive-title {
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 2px solid #CC0000;
    }

    .drive-little-title {
        font-size: 12px;
    }

    .drive-marginB {
        margin-bottom: 3px !important;
    }

    .drive-marginB + p {
        margin-bottom: 20px;
    }

    .drive-process>li {
        margin-bottom: 20px;
    }

    /*.drive-title + p{
        margin-bottom: 1rem;
    }*/
    /*.drive-little-title{
        font-weight: bold;
    }
    .drive-little-title + *{
        color: #808080;
    }*/
    .drive-process-listWrap li {
        border-bottom: 1px solid #d6d6d6;
        overflow: hidden;
        padding: 0.8rem 0;
    }

    .drive-process-listWrap {
        margin: 20px 0 0 0;
    }

    .drive-process-listWrap .fl {
        width: 100%;
    }

    .drive-process-listWrap .fr {
        width: 100%;
    }

    .drive-process li+li dt {
        width: 67%;
    }

    .drive-process li+li dd {
        width: 28%;
        margin-top: 0;
    }

    .drive-process-listWrap dl {
        border-bottom: 1px solid #d6d6d6;
        margin: 0 0 15px;
        padding: 0 0 15px;
    }

    .drive-process-listWrap .fr dl:last-child {
        border-bottom: none;
    }

    .drive-btn-gray {
        width: 100%;
        color: white;
        background: #aeaeae;
        text-align: center;
        border-radius: 5px;
        padding: 3px 0;
        box-sizing: border-box;
    }

    .drive-text {
        color: #808080;
        font-weight: lighter;
    }

    .drive-process-listWrap li:last-child, .drive-process>li:nth-child(2) li {
        border: none;
    }

    .drive-process>li:nth-child(5) .drive-text {
        margin-bottom: 2rem;
    }
    .drive-process-weChat {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 300px;
        height: 300px;
        margin-top: -150px;
        margin-left: -150px;
        text-align: center;
        background: white;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
        z-index: 2;
        padding-top: 50px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .drive-process-weChat img {
        width: 60%;
        margin: 0 auto;
    }

    .drive-process-weChat strong {
        font-size: 15px;
        margin-top: 5px;
        display: block;
        color: #858585;
    }
}
