﻿body, html {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    scroll-behavior: smooth;
}

.result_back {
    background: #012D5A !important;
}

.facebook_share {
    width: 100%;
    background: #3B5999;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    height: 50px;
    cursor: pointer;
}

.other_share {
    background: #2BA44A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 50px;
    width: 49%;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.headling_top_tag_31 {
}

.headling_top_tag_31_title {
    height: 40px;
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

    .headling_top_tag_31_title img {
        width: 22px;
        margin-right: 5px;
    }

.headling_top_tag_31_text {
    line-height: 50px;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    padding: 5px;
}

    .headling_top_tag_31_text a {
        padding-top: 1px;
        height: 35px;
        padding: 0 14px;
        background: #fff;
        border-radius: 2px;
        display: inline-flex;
        font-size: 16px;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        background: #EEEFF2;
        line-height: 35px;
    }




.headling_top_tag_31_act a {
    line-height: 50px;
    color: #202020;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    border-bottom: 1px solid #e6e8ea;
}

.headling_nav_middle {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: right;
}


.headling_test_question_image {
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    height: auto;
}

.headling_test_question_image_result {
    margin-top: 10px;
    width: 100%;
    height: auto;
}

.headling_word_main_box_test_result {
    width: 95%;
    margin-left: 2.5%;
}

.headling_word_result {
    line-height: 20px;
    color: #7B7B7B;
    font-size: 15px;
    position: relative;
    text-indent: 17px;
    margin-top: 15px;
    letter-spacing: 1px;
}

    .headling_word_result img {
        width: 15px;
        height: 15px;
        margin-top: 1px;
        position: absolute;
        left: 0;
        letter-spacing: 1px;
    }

.headling_result_title {
    color: #2C2C2C;
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 1px;
}


.headling_result_content {
    margin-top: 17px;
    color: #505050;
    font-size: 16px;
    letter-spacing: 1px;
}

.headling_test_progress_result a {
    color: #fff;
}

.headling_word_main_box_test {
    width: calc(96% - 10px);
    margin-left: 2%;
    margin-top: 10px;
    padding: 10px 5px 5px 5px;
    border-radius: 5px;
    height: auto;
    background: #fff;
}

.headling_float_top {
    transform: scale(1.05);
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 80px;
    right: 4%;
    box-shadow: 0 0 8px rgba(34,42,119,0.4);
    border-radius: 57px;
}




.headling_float_inset img {
    width: 29px;
    height: 29px;
    margin-top: 5px;
    display: block;
}

.headling_float_img_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headling_float_text {
    margin-top: 1px;
}


.headling_float_inset div {
    font-size: 13px;
    color: #A4A4A4;
}

.headling_float_inset {
    display: block;
    width: 53px;
    text-align: center;
}


.headling_float {
    position: fixed;
    bottom: 120px;
    right: 4%;
    z-index: 999999;
}

.headling_float_circle {
    width: 57px;
    height: 57px;
    box-shadow: 0 0 8px rgba(34,42,119,0.16);
    border-radius: 57px;
    background: linear-gradient(130deg, #FF7B7C 0%, #F04142 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 999;
    transform: scale(1.05);
}

.headling_float_add_hover {
    width: 23px;
    height: 23px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

.headling_float_add {
    width: 23px;
    height: 23px;
    transition: all 0.3s;
}



.headling_float_outside {
    width: 57px;
    height: 57px;
    box-shadow: 0 0 10px rgba(34,42,119,0.16);
    border-radius: 55px;
    background-color: #fff;
    transition: width 0.3s;
    position: relative;
    overflow: hidden;
}

.headling_float_outside_hover {
    /*  max-width: 230px;
        width: 230px;*/
    padding-left: 20px;
    height: 57px;
    box-shadow: 0 0 10px rgba(34,42,119,0.16);
    border-radius: 57px;
    transition: width 0.3s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}


.headling_float_inset {
}



.headling_logo {
    height: 35px;
}

footer {
    color: #828282;
    background-color: #F9F9F9;
}

    footer div {
        font-size: 14px;
        margin-bottom: 12px;
    }

    footer a {
        font-size: 14px;
        color: #828282;
    }


.headling_top {
    padding-top: 0px;
    width: 100%;
    height: 50px;
    /*background: #F04142;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.headling_top_title {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    width: calc(40% - 20px);
    padding-left: 20px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
}

.headling_top_right {
    position: absolute;
    right: 10px;
}

.headling_top_left {
    position: absolute;
    left: 10px;
}

.headling_top_tag {
    min-width: 62px;
    width: auto;
    display: inline-flex;
    height: 33.5px;
    background: #D5191D;
    line-height: 33.5px;
    align-items: center;
    font-size: 15px;
    border-radius: 16px 16px 16px 16px;
}


.headling_top_tag_mini {
    width: 62px;
    height: 33.5px;
    line-height: 33.5px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
}


.headling_red_line {
    width: 1px;
    height: 30px;
    background-color: #E86568;
    opacity: 1;
    transform: scale(0.5)
}

.heading_text_no_select {
    color: #F69699
}


.headling_middle {
    height: 43px;
    background: #F5F5F5;
    width: 100%;
}

.headling_middle_main {
    width: 100%;
    height: 100%;
    line-height: 43px;
    display: flex;
    align-items: center;
    overflow-x: auto;
}

    .headling_middle_main::-webkit-scrollbar {
        display: none;
    }


.headling_middle_tag {
    width: auto;
    height: 23px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #919191;
    margin-left: 24px;
    white-space: nowrap;
    position: relative;
}

.headling_middle_tag_active {
    width: auto;
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #CD292D;
    margin-left: 24px;
    white-space: nowrap;
    position: relative;
}

.headling_middle_tag::before {
    transition: all .4s;
    content: '';
    position: absolute;
    width: 0px;
    height: 3px;
    border-radius: 15px;
    background: #FA4319;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}


.headling_middle_tag_active::before {
    transition: all .4s;
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 15px;
    background: #FA4319;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}


.headling_main {
    height: auto;
}

.headling_main_box {
    padding-top: 15px;
    width: calc(96% - 10px);
    margin-left: 2%;
    margin-top: 9px;
    /* height: 118px; */
    display: block;
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}

.result_back .headling_main_box {
    width: calc(96% - 10px);
    margin-left: calc(2% + 5px);
    margin-top: 15px;
    height: auto;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}


.result_back .headling_main_box_right img {
    border-radius: 0;
}

.result_back .headling_main_box_title {
    padding: 9px 17px;
}

.headling_main_box_title {
    margin-top: 5px !important;
    font-size: 17px !important;
    text-align: left !important;
    margin-bottom: 5px !important;
}

.headling_main_box_right {
    height: auto !important
}

.headling_word_main_box {
    width: 92%;
    margin-left: 4%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 0px;
}

.headling_main_box_right {
    width: 100%;
    height: 230px;
    position: relative;
}


    .headling_main_box_right img {
        border-radius: 5px;
    }

.headling_main_box_image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.headling_main_box_title {
    /*height:37px;*/
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #2C2C2C;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
}


.headling_image_main_box {
    height: auto;
    width: 100%;
}

.headling_main_box_time {
    height: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #949494;
}


.headling_border {
    width: calc(100% - 2px);
    height: 1px;
    background: #E9E9E9;
    transform: scaleY(0.5);
}


.headling_word_main_box_title {
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    color: #2C2C2C;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.headling_word_main_box_title_test {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 15px;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: center;
}

.headling_test_progress_in {
    height: 9px;
    background: #3B69E6;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 60px;
}

.headling_text_progress_num {
    width: 35px;
    height: 15px;
    border-radius: 15px;
    background: #3B69E6;
    position: absolute;
    z-index: 2;
    color: #fff;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
    top: -3px;
}


.headling_test_subtitle {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #333;
    letter-spacing: 1px;
    opacity: 1;
    margin: 8px 0 8px 0;
}

.headling_text_opiotn {
    width: calc(100% - 30px);
    /* min-height: 44px; */
    background: #00BEBD;
    /* border: 1px solid #E8E8E8; */
    opacity: 1;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 9px;
    color: #fff;
    font-size: 21px;
    line-height: 27px;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px;
}

.headling_test_progress_btn {
    width: 100%;
    height: 60px;
    margin: 13px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.headling_text_image_options {
    margin: 13px 0;
    width: 100%;
    height: auto;
}

.headling_image_opiotn {
    box-sizing: border-box;
    width: 47%;
    height: auto;
    display: inline-block;
    margin: 1%;
    border: 2px solid #cdcdcd;
}

    .headling_image_opiotn:hover {
        box-sizing: border-box;
        border: 2px solid #3B69E6;
        width: 47%;
        height: auto;
        display: inline-block;
        margin: 1%;
        background: #fff;
    }

.headling_image_opiotn_hover {
    box-sizing: border-box;
    border: 2px solid #3B69E6;
    width: 47%;
    height: auto;
    display: inline-block;
    margin: 1%;
    background: #fff;
    cursor: pointer;
}

.headling_test_progress_before {
    width: 150px;
    height: 44px;
    background: #E5F0FF;
    opacity: 1;
    border-radius: 47px;
    line-height: 44px;
    font-size: 16px;
    color: #0037CE;
    text-align: center;
    margin: 7.5px;
}

.headling_test_progress_result {
    width: 150px;
    min-height: 44px;
    background: #F44336;
    opacity: 1;
    border-radius: 47px;
    line-height: 44px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    margin: 7.5px;
}



.headling_text_opiotn_hover {
    background: #f04142;
    width: calc(100% - 30px);
    /* min-height: 44px; */
    /* border: 1px solid #E8E8E8; */
    opacity: 1;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 9px;
    color: #fff;
    font-size: 21px;
    line-height: 27px;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px;
}

.headling_test_progress_out {
    width: 100%;
    height: 9px;
    background: rgba(239,239,239,0.39);
    opacity: 1;
    border-radius: 60px;
    margin: 10px 0;
    position: relative;
}


.headling_word_main_box_time {
    font-size: 13px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 10px;
    color: #B6B9C0;
    margin-bottom: 10px;
}


.headling_wrod_main_box_edit {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #2E2E2E;
    letter-spacing: 1px;
    /*letter-spacing: 40px;*/
}

.headling_point_box {
    width: 100%;
    height: 100px;
    background-color: #f9f9f9;
    position: relative;
}

.headling_point_box_min {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headling_point_btn_focus {
    width: 60px;
    height: 25px;
    border: 1px solid #cdcdcd;
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    margin-right: 7px;
    margin-left: 7px;
    letter-spacing: 1px;
    cursor: pointer;
}

.headling_point_btn {
    border: 1px solid #ececec;
    width: 60px;
    height: 25px;
    background-color: #ececec;
    color: #777;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    margin-right: 7px;
    margin-left: 7px;
    letter-spacing: 1px;
    cursor: pointer;
}


.headling_point_text {
    font-size: 12px;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
}

.swiper {
    width: 100%;
    height: 181px;
    position: relative;
    overflow: hidden;
    border: 1px solid #F5F5F5;
    display: flex;
    justify-content: center
}

.headling_swiper_num {
    width: 35px;
    display: flex;
    justify-content: right;
    vertical-align: bottom;
    align-items: end;
    height: 29px;
}

    .headling_swiper_num span {
    }


.headling_swiper_text {
    color: #686868;
    letter-spacing: 1px;
    width: calc(100% - 35px);
}

.headling_nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 91px;
}


.swiper-button-next-box {
    background: #000000;
    opacity: 0.7;
    border-radius: 4px 0px 0px 4px;
    right: 0;
    width: 33px;
    height: 65px;
    margin-top: -35px;
    z-index: 8;
    position: absolute;
    top: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}


.swiper-button-prev-box {
    background: #000000;
    opacity: 0.7;
    border-radius: 0px 4px 4px 0px;
    left: 0px;
    width: 33px;
    height: 65px;
    margin-top: -35px;
    z-index: 8;
    position: absolute;
    top: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}


.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}




.headling_swiper_num_big {
    font-size: 20px;
    font-weight: 400;
    color: #F04142;
    display: table-cell;
    vertical-align: bottom;
    line-height: normal;
}

.headling_swiper_num_small {
    font-size: 14px;
    font-weight: 400;
    color: #AFAFAF;
    display: table-cell;
    vertical-align: bottom;
    line-height: 23px;
}

.headling_nav_btn {
    height: 35px;
    border: 1px solid #F04142;
    border-radius: 35px;
    /*  display: flex;
    align-items: center;
    justify-content: center;*/
    color: #fff;
    margin: 0;
    /*padding: 0;*/
    padding: 0 10px;
    font-weight: 300;
    font-size: 15px;
    background-color: #F04142;
    white-space: nowrap;
    line-height: 35px;
    min-width: 100px;
    text-align: center;
}

.headling_nav_btn_can {
    /*width: 104px;*/
    height: 35px;
    border: 1px solid #F04142;
    border-radius: 35px;
    /* display: flex;
    align-items: center;
    justify-content: center;*/
    background-color: #F04142;
    color: #fff;
    margin: 0;
    /*padding: 0;*/
    font-weight: 300;
    font-size: 15px;
    padding: 0 10px;
    white-space: nowrap;
    line-height: 35px;
    min-width: 100px;
    text-align: center;
}


.headling_nav_num {
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.headling_next {
    width: 25px;
    height: 32px;
    margin-left: 5px;
}

.headling_prev {
    width: 25px;
    height: 32px;
    margin-left: -5px;
    transform: rotate(180deg);
}


.headling_player {
    position: absolute;
    top: calc(50% - 22.5px);
    left: calc(50% - 22.5px);
    width: 45px;
    height: 45px;
}

/*
#loading_app {
    background: #fff;
    padding: 10px;
    border-radius:5px;
}*/

.padding0 {
    padding: 0 !important;
}

.card_container {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding-bottom: 17px;
    position: relative;
    overflow: hidden;
}

.un_lock_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.un_lock_btn {
    width: 256px;
    height: 41px;
    opacity: 1;
    border-radius: 22px;
    margin-left: calc(50% - 128px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    color: #0064D5;
    margin-bottom: 16px;
    margin-top: -60px;
}

    .un_lock_btn img {
        width: 29px;
        height: 29px;
        margin-right: 6px;
    }

.un_lock_btn_bottom {
    margin-left: calc(50% - 129px);
    width: 258px;
    height: 41px;
    background: #0551A7;
    opacity: 1;
    border-radius: 5px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

    .un_lock_btn_bottom img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }

.fb_page_parent {
    width: calc(100% - 34px);
    margin-left: 17px;
    margin-top: 21px;
}

.card_container .cotain {
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
}

.card_container .cover {
    width: calc(100% - 34px);
    margin-left: 17px;
    height: auto;
    border-radius: 5px;
    margin-top: 17px;
    display: block;
}

.card_container .tip {
    font-size: 17px;
    font-weight: bold;
    color: #292929;
    opacity: 1;
    line-height: 17px;
    width: calc(100% - 34px);
    margin-left: 17px;
    margin-top: 20px;
}

.card_container .result {
    width: calc(100% - 34px);
    margin-left: 17px;
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #292929;
    margin-bottom: 15px;
    white-space: pre-wrap;
}

.title_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #FFFFFF;
    margin: 20px 0;
}


    .title_box img {
        width: 40px;
        height: 6px
    }

    .title_box span {
        margin: 0 10px;
    }

.t40 {
    margin-top: 40px;
}

.btn_box {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.share_btn_facebook {
    background: #4982FB;
    opacity: 1;
    border-radius: 5px;
    width: calc(50% - 6px);
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

    .share_btn_facebook img {
        width: 19px;
        height: 19px;
        margin-right: 5px;
        margin-left: 21px;
    }


.share_btn_twitter {
    background: #fff;
    opacity: 1;
    border-radius: 5px;
    width: calc(50% - 6px);
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000;
    margin-left: 9px;
    cursor: pointer;
}

    .share_btn_twitter img {
        width: 19px;
        height: 19px;
        margin-right: 5px;
        margin-left: 33px;
    }

.t18 {
    margin-top: 18px;
}


.share_btn_test {
    background: #2BA44A;
    opacity: 1;
    border-radius: 5px;
    width: calc(50% - 6px);
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

    .share_btn_test img {
        width: 19px;
        height: 19px;
        margin-right: 5px;
        margin-left: 43px;
    }


.share_btn_save {
    background: #E18015;
    opacity: 1;
    border-radius: 5px;
    width: calc(50% - 6px);
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 9px;
    cursor: pointer;
}

    .share_btn_save img {
        width: 19px;
        height: 19px;
        margin-right: 5px;
        margin-left: 43px;
    }

.light_tip {
    width: 100%;
    display: flex;
    font-size: 12px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 13px;
}

    .light_tip img {
        width: 16px;
        height: 16px;
        margin-right: 9px;
        margin-top: 3px;
    }

@media(min-width:750px) {

    .headling_text_opiotn:hover {
        background: #f04142;
        width: calc(100% - 30px);
        /* min-height: 44px; */
        /* border: 1px solid #E8E8E8; */
        opacity: 1;
        border-radius: 4px;
        text-align: center;
        margin-bottom: 9px;
        color: #fff;
        font-size: 21px;
        line-height: 27px;
        cursor: pointer;
        text-align: center;
        padding: 10px 15px;
    }

    .light_tip {
        width: 100%;
        display: flex;
        font-size: 13px;
        line-height: 20px;
        color: #FFFFFF;
        margin-top: 15px;
    }

        .light_tip img {
            margin-top: 4px;
            width: 23px;
            height: 23px;
            margin-right: 11px;
        }

    .card_container {
        width: 100%;
        background: #fff;
        border-radius: 8px;
        padding-bottom: 20px;
        position: relative;
    }

    .un_lock_box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .un_lock_btn {
        width: 320px;
        height: 51px;
        opacity: 1;
        border-radius: 55px;
        margin-left: calc(50% - 160px);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        margin-bottom: 16px;
        margin-top: -60px;
    }

        .un_lock_btn img {
            width: 30px;
            height: 30px;
        }


    .un_lock_btn_bottom {
        margin-left: calc(50% - 160px);
        width: 320px;
        height: 44px;
        background: #0551A7;
        opacity: 1;
        border-radius: 7px;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
        cursor: pointer;
    }

        .un_lock_btn_bottom img {
            width: 18px;
            height: 18px;
            margin-right: 6px;
        }

    .fb_page_parent {
        width: calc(100% - 34px);
        margin-left: 17px;
        margin-top: 31px;
    }

    .card_container .cotain {
        width: 100%;
        height: auto;
        border-radius: 5px;
        display: block;
    }

    .card_container .cover {
        width: calc(100% - 34px);
        margin-left: 17px;
        height: auto;
        border-radius: 5px;
        margin-top: 17px;
    }

    .card_container .tip {
        font-size: 24px;
        font-weight: bold;
        color: #292929;
        opacity: 1;
        line-height: 17px;
        width: calc(100% - 34px);
        margin-left: 17px;
        margin-top: 20px;
    }

    .card_container .result {
        width: calc(100% - 34px);
        margin-left: 17px;
        margin-top: 15px;
        margin-bottom: 17px;
        font-size: 16px;
        line-height: 28px;
        color: #292929;
    }

    .title_box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #FFFFFF;
        margin: 20px 0;
    }


        .title_box img {
            width: 60px;
            height: 9px
        }

        .title_box span {
            margin: 0 20px;
        }

    .t40 {
        margin-top: 40px;
    }

    .btn_box {
        display: flex;
        width: 100%;
        margin-top: 12px;
    }

    .share_btn_facebook {
        opacity: 1;
        border-radius: 5px;
        width: calc(50% - 6px);
        height: 44px;
        font-size: 16px;
        display: flex;
        align-items: center;
        color: #fff;
    }

        .share_btn_facebook img {
            width: 18px;
            height: 18px;
            margin-right: 7px;
            margin-left: 38px;
        }


    .share_btn_twitter {
        opacity: 1;
        border-radius: 5px;
        width: calc(50% - 6px);
        height: 44px;
        font-size: 16px;
        display: flex;
        align-items: center;
        color: #000;
        margin-left: 12px;
    }

        .share_btn_twitter img {
            width: 18px;
            height: 18px;
            margin-right: 7px;
            margin-left: 48px;
        }

    .t18 {
        margin-top: 18px;
    }


    .share_btn_test {
        opacity: 1;
        border-radius: 5px;
        width: calc(50% - 6px);
        height: 44px;
        font-size: 16px;
        display: flex;
        align-items: center;
        color: #fff;
    }

        .share_btn_test img {
            width: 18px;
            height: 18px;
            margin-right: 7px;
            margin-left: 50px;
        }


    .share_btn_save {
        opacity: 1;
        border-radius: 5px;
        width: calc(50% - 6px);
        height: 44px;
        font-size: 16px;
        display: flex;
        align-items: center;
        color: #fff;
        margin-left: 12px;
    }

        .share_btn_save img {
            width: 18px;
            height: 18px;
            margin-right: 7px;
            margin-left: 50px;
        }
}
