

.example_bn_bg {
    background-image: url('/themes/theme-earth/assets/images/ck/banner/411/example.jpg')
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_bn_bg {
        background-image: url('/themes/theme-earth/assets/images/ck/sm/banner/example.jpg')
    }
}

.body_width {
    width: 1200px;
    /*height: 1711px;*/
}

.example_row_one_item {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.example_row_one_0 {
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 1px 14px 0px rgba(25, 97, 255, 0.1);
    border-radius: 8px;
    padding: 10px 0px 10px 10px;
    margin-top: 20px;
    margin-bottom: 21px;
    cursor: pointer;
}


@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_one_0 {
        width: 100%;
        margin-top: 10px;
        padding: 0px 0px 0px 0px;
        margin-bottom: 21px;
        cursor: pointer;
    }
}

.example_row_one_1 {
    margin: 10px;
    padding: 7px 15px 7px 15px;
    background: #F7F8FA;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(17, 31, 44, 0.7);
    line-height: 26px;
}


@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_one_1 {
        width: 75px;
        height: 30px;
        margin: 5px;
        padding: 7px 0px 7px 0px;
        border-radius: 4px;
        font-size: 12px;
        line-height: normal;
        text-align: center;
    }

    .example_row_one_1:hover {
        width: 78px;
        height: 30px;
        margin: 5px;
        padding: 7px 0px 7px 0px;
        border-radius: 4px;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        color: #0377FE;
        background: rgba(3, 119, 254, 0.06);
    }

    .example_row_one_1:focus {
        width: 78px;
        height: 30px;
        margin: 5px;
        padding: 7px 0px 7px 0px;
        border-radius: 4px;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        color: #0377FE;
        background: rgba(3, 119, 254, 0.06);
    }
}

.example_row_one_1:focus {
    background: rgba(3, 119, 254, 0.06);
    color: #0377FE;
}

.example_row_one_1:hover {
    background: rgba(3, 119, 254, 0.06);
    color: #0377FE;
}

.example_row_one_1_ac {
    box-sizing: border-box;
    margin: 10px;
    padding: 7px 15px 7px 15px;
    background: #F7F8FA;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(17, 31, 44, 0.7);
    line-height: 26px;
    color: #0377FE;
    /*border: 1px solid #0377FE;*/
    background: rgba(3, 119, 254, 0.06);
    color: #0377FE;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_one_1_ac {
        width: 78px;
        height: 30px;
        margin: 5px;
        padding: 7px 0px 7px 0px;
        border-radius: 4px;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        color: #0377FE;
        background: rgba(3, 119, 254, 0.06);
    }
}

.example_row_one_2 {
    display: block;
    width: 97px;
    margin: 10px;
    padding: 7px 15px 7px 15px;
    background: rgba(3, 119, 254, 0.06);
    border-radius: 4px;
    font-size: 16px;
    color: #0377FE;
    font-weight: 500;
    line-height: 26px;
}


@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_one_2 {
        width: 78px;
        height: 30px;
        margin: 5px;
        padding: 7px 15px 7px 15px;
        border-radius: 4px;
        font-size: 12px;
        line-height: normal;
    }
}


.example_row_one_3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_one_3 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

.example_row_one_4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
}


@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_one_4 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        /*justify-content: space-between;*/
    }
}

.example_row_one_5 {
    width: 116px;
}

.example_row_two_1 {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_two_1 {
        justify-content: space-between;
    }
}


.example_row_two_0 {
    width: 1220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}


@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_two_0 {
        width: 100%;
    }
}

.example_row_two_2 {
    margin: 0px 10px 20px 10px;
    width: 285px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(89, 91, 118, 0.14);
    border-radius: 4px;
    /*margin-bottom: 20px;*/
    display: block;
}


@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_two_2 {
        margin: 0px 0px 7px 0px;
        width: calc((100vw - 39px)/2);
        height: auto;
    }
}


.example_row_two_3 {
    width: 100%;
    height: 286px;
    /*background: #006CFF;*/
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}



@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_two_3 {
        width: calc((100vw - 39px)/2);
        height: calc((100vw - 39px)/2);
    }
}

.example_row_two_4 {
    display: block;
    height: 28px;
    /* font-family: "PingFangBold"; */
    font-weight: 550;
    margin: 12px 0px 10px 19px;
    font-size: 18px;
    color: #111F2C;
    line-height: 28px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_two_4 {
        height: 22px;
        margin: 5px 0px 5px 10px;
        font-size: 15px;
    }
}

.example_row_two_5 {
    width: 250px;
    margin-left: 19px;
    font-weight: 400;
    font-size: 16px;
    color: #111F2C;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .example_row_two_5 {
        width: 91%;
        margin-left: 10px;
        font-size: 12px;
        line-height: normal;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
