
.fixed {
    position: fixed;
    top: 60px;
    max-width: 1250px;
    z-index: 99;
}

.borde {
    border: 1px dashed black;
}

.containe {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 50px;
    background-color: white;
}

.containe_head {
    padding-top:20px;
    padding-left: 20px;
    padding-bottom: 30px;
}

.h3_tw {
    font-size: 1.50rem;
    line-height: 45px
}
.containe_head > h3 {
    font-size: 26px;
    line-height: 30px;
    padding-top: 20px;
    font-weight: 600;
}
.containe_head > p {
    font-size: 14px;
    margin-top: 10px;
    color:#6c6c6c;
    max-width:1000px
}

.row_col_one {
    border-left: 1px solid grey;
    padding: 15px;
    font-size: 16px;
    flex: 1;
}

.display {
    display: flex
}

    .display > p > span {
        /*    color: red;
*/ font-weight: 600;
    }

.one_txt {
    font-size: 13px;
    color: gray;
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 23px
}

.row_col_one > div > img {
    width: 55px;
    height: 45px;
    margin-right: 6px
}

.row_col_one > div > p {
    font-weight: 500;
    font-size: 17px;
}

.row_col_two {
    flex: 1;
    border-left: 1px solid grey;
    padding: 5px 10px;
    line-height: 15px;
}

    .row_col_two > ul {
        margin-top: 10px;
        padding-left: 16px;
    }

.col_first {
    float: left;
    padding: 16px;
    line-height: 25px;
    width: 300px
}

.flex {
    display: flex;
}

.col_sec {
    padding: 5px 15px;
    width: 300px;
    line-height: 20px;
    font-size: 14px
}


.containe > .row {
    border: 1px solid grey;
}

.layui-colla-content > .row {
    border: 1px solid grey;
    border-top: 0;
    margin: 0 auto;
}

.layui-collapse, .layui-colla-item, .layui-colla-content {
    border: 0 !important;
}

ul > li {
    line-height: 24px;
    font-size: 14px;
    color: #6c6c6c;
}

.layui-colla-content {
    transition: all 1s;
}

.title-one {
    background-color: #dcdcdc !important;
    border: 1px solid grey;
    border-top: 0;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0 !important;
    padding-left: 15px;
}

.title-two {
    height: 60px !important;
    font-size: 17px !important;
    line-height: 60px !important;
    background-color: #eee;
    border: 1px solid grey;
    border-top: 0;
    margin: 0 !important;
    padding-left: 15px;
    font-weight: 500;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.title-two span, .title-one span {
    cursor: pointer;
}

span > i {
    padding-right: 10px;
}

@media screen and (max-width:750px) {
    .row_col_one > div > img {
        width: 50px;
        height: 40px;
        margin-right: 4px
    }

    .row_col_one > div > p {
        margin-top: 10px;
        font-size: 14px;
    }

    .display {
        display: flex;
        flex-direction: column
    }

    .one_txt {
        padding-top: 0;
    }

    .row_col_one {
        padding: 5px;
        font-size: 16px;
    }

    .row_col_two > ul {
        padding-left: 8px;
    }

    .h3_tw {
        font-size: 1.3rem;
        line-height: 35px
    }

    .containe_head {
        padding: 0 20px;
        padding-bottom: 40px;
    }

        .containe_head > p {
            font-size: 15px;
            margin-top: 6px;
        }

    .col_first {
        padding: 5px;
        line-height: 20px;
        width: 200px
    }

    .col_sec {
        line-height: 20px;
        width: 200px
    }
}
.none{
    display:none
}