.body_width {
    width: 1200px;
}

.app_bn_bg {
    background-image: url('/themes/theme-earth/assets/images/ck/banner/411/app.jpg')
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_bn_bg {
        background-image: url('/themes/theme-earth/assets/images/ck/sm/banner/app.jpg')
    }
}

.app_row_two_item {
    /*height: 1580px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -20px !important;
}

.app_row_two_1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_row_two_1 {
        width: 100%;
        /*padding: 0px 10px;*/
    }
}

.app_row_two_2 {
    height: 300px;
    box-shadow: 0px 1px 16px 0px rgba(89, 91, 118, 0.14);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    background-size: cover;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_row_two_2 {
        width: calc((100vw - 39px)/2);
        height: calc((100vw - 39px)/2);
        margin-bottom: 7px;
    }
}

.app_row_two_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 19px;
    font-size: 20px;
    color: white;
    margin-top: 0px;
    margin-bottom: 29px;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_row_two_3 {
        height: 19px;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
}


.app_row_two_4 {
    padding: 0px 30px;
    width: 100%;
    height: 163px;
    font-size: 16px;
    color: white;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_row_two_4 {
        padding: 0px 15px 15px 15px;
        height: 129px;
        font-size: 12px;
    }
}

.app_row_two_5 {
    width: 380px;
    height: 300px;
    background: rgba(17, 31, 44, 0.6);
    box-shadow: 0px 1px 16px 0px rgba(89, 91, 118, 0.14);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_row_two_5 {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: none;
    }
}

.index_row_s_3_app {
    width: 100%;
    margin-bottom: 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.app_row_2 {
    border-bottom: 1px solid blue !important;
    padding: 4px 4px;
}

.app_row_3 {
    border-bottom: 1px solid white;
    padding: 4px 4px;
}

.index_row_six_img_app {
    border-radius: 20px;
    width: 343px;
    height: 383px;
    /* margin-bottom: 60px; */
    margin: 10px;
    background-size: cover;
    background-image: url('/themes/theme-earth/assets/images/ck/sm/app/0.jpg');
}

.index_row_six_1_app {
    text-align: left;
    margin-top: 7px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #111F2C;
    height: 34px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_row_s_6_app:focus {
    border-bottom: 1px solid blue;
    padding: 4px 4px;
}

.index_row_s_6_app:hover {
    border-bottom: 1px solid blue;
    padding: 4px 4px;
}

.app_row_three_item {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F3F4F8
}


.app_row_three_1 {
    width: 530px;
    height: 686px;
    /*background: #006CFF;*/
    box-shadow: 0px 1px 14px 0px rgba(25, 97, 255, 0.1);
    border-radius: 30px
}

.app_row_three_2 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.app_row_three_3 {
    width: 605px;
    height: 686px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.app_row_three_4 {
    width: 605px;
    height: 156px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 21px 40px 0px 40px;
}

.app_row_three_4:hover {
    /*box-sizing: border-box;*/
    width: 605px;
    height: 156px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 39px 0px 39px;
    border: 1px solid #006CFF;
}

.app_row_three_4:hover .app_row_three_5 {
    color: white;
    width: 84px;
    height: 24px;
    background: #006CFF;
    border-radius: 0px 12px 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app_row_three_4:hover .app_row_three_6 {
    height: 23px;
    font-size: 24px;
    color: #006CFF;
    margin-top: 6px;
    margin-bottom: 18px;
}

.app_row_three_4:hover .app_row_three_7 {
    /*height: 37px;*/
    font-size: 16px;
    color: #006CFF;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app_row_three_5 {
    color: rgba(17, 31, 44, 0.8);
    width: 84px;
    height: 24px;
    background: #E2EEFF;
    border-radius: 0px 12px 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app_row_three_6 {
    height: 23px;
    font-size: 24px;
    color: #111F2C;
    margin-top: 6px;
    margin-bottom: 18px;
}


.app_row_three_7 {
    /*height: 37px;*/
    font-size: 16px;
    color: #111F2C;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.app_row_four_item {
    /*height: 685px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}

.app_row_four_1 {
    width: 100%;
    /*height: 380px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_row_four_1 {
        flex-wrap: wrap;
    }
}


.app_row_four_2 {
    background-size: cover;
    width: 180px;
    height: 380px;
    background: rgba(7, 15, 22, 0.7);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}
@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_row_four_2 {
        width: calc((100vw - 39px)/2);
        height: calc((100vw - 39px)/2);
        margin-bottom: 7px;
        background-size: cover;
    }
}

.app_row_four_2_bg {
    width: 180px;
    height: 380px;
    background: rgba(7, 15, 22, 0.6);
    border-radius: 4px 0px 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_row_four_2_bg {
        background: none;
        overflow: hidden;
    }
}


.app_row_four_3 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 100px;
    margin-bottom: 20px;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_row_four_3 {
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 5vw;
        margin-bottom: 10px;
    }
}

.app_row_four_4 {
    font-size: 16px;
    color: #FFFFFF;
    width: 116px;
    text-align: justify;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    line-height: 24px;
}


@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .app_row_four_4 {
        height: 129px;
        font-size: 13px;
        line-height: 19px;
        width: 80%;;
    }

}

.app_row_five_item {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F3F4F8;
}

.app_row_five_1 {
    width: 1200px;
    height: 416px;
    display: flex;
    flex-direction: row;
}

.app_row_five_2 {
    width: 460px;
    height: 416px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #EBEBEB;
    padding-top: 30px;
}

/*.app_row_five_2:hover {*/
/*    width: 460px;*/
/*    height: 416px;*/
/*    color: white;*/
/*    background: #006CFF;*/
/*    border-radius: 4px 0px 0px 4px;*/
/*    border: 1px solid #EBEBEB;*/
/*    padding-top: 30px;*/
/*}*/

.app_row_five_3 {
    overflow: hidden;
    z-index: 0;
    width: 740px;
    height: 416px;
    background: white;
    padding: 31px;
    position: relative;
    border: 1px solid #EBEBEB;
    margin-left: -1px;
}

.app_row_five_4:hover {
    width: 460px;
    height: 80px;
    color: white;
    background: #006CFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    padding-left: 30px;

}

.app_row_five_4 {
    width: 460px;
    height: 80px;
    color: #111F2C;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    padding-left: 30px;
    font-size: 18px;
}

.app_row_five_5 {
    color: white;
    font-size: 20px;
    width: 48px;
    height: 28px;
    background: #006CFF;
    border-radius: 0px 14px 14px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.app_row_five_6 {
    font-size: 18px;
    width: 677px;
    height: 330px;
    overflow: hidden;
    line-height: 200%;
    text-align: justify;
}

.app_row_five_7 {
    z-index: 0;
    position: absolute;

    bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 677px;
    height: 58px;
    background-color: white;
    opacity: 0.9;
    font-weight: 400;
    font-size: 18px;
    color: #006CFF;
    cursor: pointer;
}

.app_row_five_8 {
    overflow: hidden;
}

.app_row_five_10:focus {
    width: 460px;
    height: 80px;
    color: white;
    background: #006CFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    padding-left: 30px;
}

.app_row_five_11:focus {
    width: 460px;
    height: 80px;
    color: white;
    background: #006CFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    padding-left: 30px;
}

.app_row_five_9 {
    margin-top: -111px;
    margin-left: 457px;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.app_row_five_11:active .app_row_five_9 {
    margin-top: -437px;
}

.app_row_five_12:focus {
    width: 460px;
    height: 80px;
    color: white;
    background: #006CFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    padding-left: 30px;
}

.app_row_five_12:active .app_row_five_9 {
    margin-top: -864px;
}

.app_row_five_13:focus + .app_row_five_9 {
    margin-top: -111px;
    margin-left: 457px;
    /*width: 0px;*/
    /*height: 0px;*/
}

.index_row_three_8_app{
    width: 100%;
    max-height: 234px;
    overflow: hidden;
    text-align: justify;
    margin-top: 5px;
    -webkit-line-clamp: 12;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #111F2C;
    font-family: PingFangMedium;
}
