.drive-clause_1{
    width: 52%;
    position: fixed;
    height: 600px;
    top: 20%;

    /* bottom: 0; */
    overflow: hidden;
    transition: all 0.2s;
    left: 24%;

    /* left: 16%; */
    background: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    z-index: 999999;
}

.drive-clause .active {
    height: 188px;
    border-top: 2px solid #dfe4e8;
}

.clause-inner_1 {
    position: relative;
    padding: 0 90px;
    box-sizing: border-box;
    height: 100%;
}

.clause-close_1 {
    position: absolute;
    top: -12px;
    right: -24px;
    cursor: pointer;
    background: #fff;
}

.clause-word_1 {
    height: 100%;
    padding-right: 10px;
    overflow: hidden scroll;

    /* -webkit-overflow-scrolling: touch; */
    box-sizing: border-box;
}

.clause-word_1::-webkit-scrollbar{
    width:0 !important;
}

.clause-title_1 {
    font-size: 24px;
    margin-bottom: 10px;
}

b {
    font-weight: bold;
    display: block;
}

.clause-desc_1 {
    font-size: 20px;
    line-height: 30px;
}

.clause-desc_1 p:not(:last-child) {
    margin-bottom: 25px;
}

.qiu_box {
    width: 15px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
}

.qiu_box_1{
    position:relative;
    height:100%;
}

.line_x{
    width:2px;
    height:100%;
    background:#001e50;
}

.qiu{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#001e50;
    position: absolute;
    top:0;left:-4px;
}

.QP{
    width:100%;
    height:100%;
    background:rgb(0 0 0 / 50%);
    position: fixed;
    top: 0;left: 0;
    display: none;
    z-index: 999;
}










.bold{
    font-weight: bold;
    font-size: 22px;
}

.swiper-wrapper{
    transition: .5s;
}

.sidebar-item_1 {
    position: relative;
    display: inline-block;
    height: 64px;
    padding: 0 32px;
    color: #001e50;
    font-size: 16px;
    background: #00b0f0;
    border-radius: 64px;
    overflow: hidden;
}

#red{
    color: red;
    font-weight: bold;
}

.wapper{
    width: 100%;
}

.Product{
    width: 100%;
    height: 1240px;
}


.F{
    float: left;
    width: 48.5%;
}

.M{
    float: left;
    width: 48.5%;
    margin-right: 3%;
}

.T{
    text-align: center;
}

.O{
    margin: auto;
}

.W{
    width: 80%;
}

.title{
    width: 100%;
    height: 340px;
    color: #000;
    font-size: 60px;
    text-align: center;
    line-height: 340px;
}

.content{
    width: 100%;
    height: auto;
    display: flex;
}

.content_left{
    width: 45%;
    height: 100%;
}

.content_right{
    width: 1200px;
    height: 100%;
}

.content_right img{
    width: 100%;
    height: 100%;
}

.one{
    width: 560px;
    height: auto;
    padding-top: 0;
    padding-left: 150px;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.one:last-child{
    margin-bottom: 0;
}

.one h2{
    font-size: 36px;
    color: #000;
    line-height: 48px;
}

.line{
    width: 348px;
    height: 2px;
    background: #C4CACF;
    margin-top: 11px;
    position: relative;
    margin-bottom: 30px;
}

.line_1{
    width: 200px;
    height: 4px;
    background: #001E50;
    position: absolute;
    top: -1px;left: 0;
}

.one li{
    font-size: 18px;
    color: #000;
    line-height: 38px;
}

.limited{
    width: 100%;

    /* height: 1080px; */

    /* margin-bottom: 310px; */
}

.content_box{
    width: 100%;
    height: auto;
    display: flex;
}

.imgbox{
    width: 55%;
    height: 100%;
}

.imgbox img{
    width: 100%;
    height: 100%;
}

.right_boom{
    width: 45%;
    height: 100%;
    padding-left: 80px;
    box-sizing: border-box;
}

.right_boom dl{
    margin-top: 109px;
    margin-bottom: 47px;
}

.right_boom dt{
    font-size: 48px;
    color: #000;
    margin-bottom: 18px;
}

.right_boom dd{
    font-size: 36px;
    color: #000;
}

.right_box{
    width: 100%;
    height: auto;
}

.right_box_1{
    width: 100%;

    /* height: 179px; */
    margin-bottom: 48px;
}

.right_box_1 h2{
    font-size: 26px;
    color: #000;
}

.right_box_1 li{
    font-size: 20px;
    color: #000;
    line-height: 36px;
}

.line_box{
    width: 206px;
    height: 2px;
    background: #C4CACF;
    margin-top: 11px;
    position: relative;
    margin-bottom: 16px;
}

.line_box_1{
    width: 103px;
    height: 4px;
    background: #001E50;
    position: absolute;
    top: -1px;left: 0;
}

.paragraph{
    font-size: 12px;
    color: #000;
    margin-top: 100px;
    margin-bottom: 4px;
}

.drive-form-push {
    margin-left: 0;
    margin-top: 34px;
}




@media only screen and (width <= 950px){
    .drive-clause_1 {
        box-sizing: border-box;
        left: 16%;
        padding: 20px 30px;
        width: 68%;
    }

    .clause-word_1 {
        padding-right: 40px;
        height: 100%;
    }

    .clause-inner_1 {
        position: relative;
        height: 100%;
        padding: 0;
    }

    .clause-close_1 {
        width: 15px;
        position: absolute;
        top: -20px;
        right: -26px;
        cursor: pointer;
        background: #fff;
    }

    .clause-word_1 {
        padding-right: 10px;
        height: 100%;
    }

    .clause-title_1 {
        font-size: 18px;
        margin-top: 0;
    }

    .clause-desc_1 {
        font-size: 14px;
        line-height: 26px;
    }

    .clause-desc_1 p:not(:last-child) {
        margin-bottom: 12px;
    }

    .qiu_box {
        width: 15px;
        height: 100%;
        position: absolute;
        right: -15px;
        top: 0;
    }

}




@media only screen and (width <= 750px){
    .Product {
        width: 100%;
        height: auto;
    }

    .title {
        width: 100%;
        height: 160px;
        color: #000;
        font-size: 30px;
        text-align: center;
        line-height: 160px;
    }

    .content {
        width: 100%;
        height: auto;
        display: block;
    }

    .content_right {
        width: 100%;
        height: auto;
    }

    .content_right img{
        width: 100%;
        height: 100%;
    }

    .content_left {
        width: 100%;
        height: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .one {
        width: 100%;
        height: auto;
        padding-top: 27px;
        padding-left: 0;
        box-sizing: border-box;
        margin-bottom: 6px;
    }

    .one h2 {
        font-size: 18px !important;
        color: #000;
        line-height: 24px;
        margin: 0 !important;
        font-weight: normal !important;
    }

    .line {
        width: 174px;
        height: 2px;
        background: #C4CACF;
        margin-top: 5px;
        position: relative;
        margin-bottom: 10px;
    }

    .line_1 {
        width: 100px;
        height: 4px;
        background: #001E50;
        position: absolute;
        top: -1px;
        left: 0;
    }

    .one li {
        font-size: 14px;
        color: #000;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .limited {
        width: 100%;
        height: auto;
    }

    .content_box {
        width: 100%;
        height: auto;
        display: block;
    }

    .imgbox {
        width: 100%;
        height: 100%;
    }

    .imgbox img{
        width: 100%;
        height: 100%;
    }

    .right_boom {
        width: 100%;
        height: 100%;
        padding:0 30px;
        box-sizing: border-box;
    }

    .right_boom dl {
        margin-top: 27px;
        margin-bottom: 47px;
    }

    .right_boom dt {
        font-size: 24px;
        color: #000;
        font-weight: normal;
        margin-bottom: 6px;
    }

    .right_boom dd {
        font-size: 18px;
        color: #000;
    }

    .right_box {
        width: 100%;
        height: auto;
    }

    .right_box_1 {
        width: 100%;
        margin-bottom: 13px;
    }

    .right_box_1 h2 {
        font-size: 14px !important;
        color: #000;
        margin: 0 !important;
        font-weight: bold !important;
    }

    .line_box {
        width: 112px;
        height: 2px;
        background: #C4CACF;
        margin-top: 6px;
        position: relative;
        margin-bottom: 9px;
    }

    .line_box_1 {
        width: 56px;
        height: 4px;
        background: #001E50;
        position: absolute;
        top: -1px;
        left: 0;
    }

    .right_box_1 li {
        font-size: 14px;
        color: #000;
        line-height: 26px;
    }

    .paragraph {
        font-size: 10px;
        color: #000;
        margin-top: 35px;
    }

    .W{
        width: 100%;
    }

    .F{
        float: none;
        width: 100%;
    }
    
    .M{
        float: none;
        width: 100%;
        margin-right:0;
    }

    .T{
        text-align: center;
    }
    
    .O{
        margin: auto;
    }

    .form-btn {
        width: 126px;
        height: 37px;
        line-height: 37px;
        border-radius: 26px;
        font-size: 12px;
    }

    .drive-form-push {
        width: 100%;
        margin: 30px 0;
    }

    .bold {
        font-weight: bold;
        font-size: 18px;
    }

    .right a{
        margin-top: 0 !important;
    }
}