/*
 * @Author: PC-201906241208\Administrator 73154667@qq.com
 * @Date: 2023-02-20 11:46:35
 * @LastEditors: PC-201906241208\Administrator 73154667@qq.com
 * @LastEditTime: 2023-02-21 14:14:40
 * @FilePath: \vidoec:\wwwroot\downni\public\static\css\home_index.css
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */


.instructions_container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.instr_moudle {
    display: flex;
    flex-direction: column;
    width: 1200px;
    align-items: center;
}

.instr_moudle>h2 {
    font-size: 34px;
    font-weight: bold;
    color: #15182a;
    line-height: 48px;
    margin-top: 86px;
}

.instr_moudle>p {
    color: #999;
    text-align: center;
    margin-top: 12px;
}

.instr_moudle .info_c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 86px;
}

.instr_moudle .info_c>img {
    width: 440px;
}

.instr_moudle .info_c .info_c_left {
    display: flex;
    flex-direction: column;
    width: 740px;
}

.instr_moudle .info_c .info_c_left .item {
    display: flex;
    align-items: center;
}

.instr_moudle .info_c .info_c_left .item:first-child {
    margin-bottom: 32px;
}

.instr_moudle .info_c .info_c_left .item>img {
    width: 200px;
    height: 200px;

}

.instr_moudle .info_c .info_c_left .item .item_instr {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.instr_moudle .info_c .info_c_left .item .item_instr>h2 {
    color: #15182a;
    font-weight: bold;
    line-height: 34px;
}

.instr_moudle .info_c .info_c_left .item .item_instr>p {
    color: #15182a;
    opacity: .85;
    margin-top: 16px;
}

.instr_moudle .public_select_c {
    margin-top: 16px;
}

.adv_moudle {
    flex-direction: row;
    justify-content: space-between;
    margin: 86px 0 140px 0;
}

.adv_moudle .adv_item {
    width: 582px;
    border-radius: 8px;
    background-color: #dbecfb;
    height: 296px;
    display: flex;
    align-items: center;
    transition: .25s all;
}

.adv_moudle .adv_item:hover {
    background-color: #3f9df1;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgb(11 102 187 / 40%);
    transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -o-transform: translateY(-16px);
}

.adv_moudle .adv_item>img {
    width: 224px;
    height: 224px;
    margin: 0 16px;
}

.adv_moudle .adv_item .adv_text {
    display: flex;
    flex-direction: column;
    padding-right: 24px;
}

.adv_moudle .adv_item .adv_text h2 {
    font-size: 34px;
    font-weight: bold;
    color: #15182a;
}

.adv_moudle .adv_item .adv_text p {
    color: #15182a;
    margin-top: 16px;
}

.help_moudle {
    width: 100%;
    height: 600px;
    background-image: url(../imgs/index/info6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.help_moudle .help_moudle_c {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.help_moudle .help_list {
    display: flex;
    flex-wrap: wrap;
    width: 588px;
}

.help_moudle .help_list .help_item {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all .2s;
    background-color: #fff;
    width: 294px;
    height: 166px;
}

.help_moudle .help_list .help_item:hover {
    background-color: #dbecfb;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
}

.help_moudle .help_list .help_item:nth-child(1) {
    margin-bottom: 10px;
    width: 100%;
}

.help_moudle .help_list .help_item:nth-child(2),
.help_moudle .help_list .help_item:nth-child(3) {
    width: 289px;
}

.help_moudle .help_list .help_item:nth-child(2) {
    margin-right: 5px;
}

.help_moudle .help_list .help_item:nth-child(3) {
    margin-left: 5px;
}

.help_moudle .help_list .help_item .tit {
    display: flex;
    align-items: center;
}

.help_moudle .help_list .help_item .tit img {
    width: 34px;
    height: 34px;
    margin-right: 8px;
}

.help_moudle .help_list .help_item .tit p {
    color: #15182a;
}

.help_moudle .help_list .help_item>p {
    color: rgba(25, 26, 48, .6);
}

.help_moudle .help_list .help_item>a {
    display: inline-flex;
    align-items: center;
    color: #3c4047;
    justify-content: flex-end;
}

.help_moudle .help_list .help_item>a span {
    color: #3c4047;
    margin-left: 3px;
}

.help_moudle .help_text {
    display: flex;
    flex-direction: column;
    width: 330px;
    margin-right: 120px;
}

.help_moudle .help_text>h2 {
    font-size: 34px;
    font-weight: 4000;
    color: #15182a;
}

.help_moudle .help_text>p {
    color: rgba(25, 26, 48, .6);
    margin: 24px 0 40px;
    line-height: 24px;
}

.help_moudle .help_text>a {
    background-color: #15182a;
    color: #fff;
    width: 175px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
}

.common_moudle {
    width: 1200px;
    margin: 0 auto 70px;
    position: relative;
}

.common_moudle>h2 {
    font-size: 34px;
    color: #15182a;
    font-weight: 700;
    margin: 96px 0 48px 0;
    text-align: center;
}

.common_moudle .item {
    width: 372px;
    height: 233px;
    border-radius: 8px;
    background-color: #dbecfb;
    box-sizing: border-box;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    transition: .2s all;
}

.common_moudle .item .position {
    color: #2088e4;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}

.common_moudle .item .common_text {
    color: #15182a;
    opacity: .7;
    margin-bottom: auto;
}

.common_moudle .item .common_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_moudle .item .common_info .common_info_text {
    display: flex;
    flex-direction: column;
}

.common_moudle .item .common_info .common_info_text>p {
    color: #15182a;
}

.common_moudle .item .common_info .common_info_text .rage {
    display: flex;
    align-items: center;
}

.common_moudle .item .common_info .common_info_text .rage>p {
    color: #15182a;
    opacity: .7;
    display: inline-block;
    margin-right: 8px;
}

.common_moudle .item .common_info .common_info_text .rage_ {
    display: flex;
    color: #2088e4;
}

.common_moudle .item .common_info .common_info_text .rage_ span {
    font-size: 14px;
}

.common_info>img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.common_moudle .common_container {
    overflow: hidden;
    width: 1200px;
    height: 320px;
}

.common_moudle .swiper-button-next,
.common_moudle .swiper-button-prev {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 326px;
    color: #2088e4 !important;
    font-weight: 700;
}

.common_moudle .swiper-button-next,
.common_moudle .swiper-rtl .swiper-button-prev {
    right: -82px !important;
}

.common_moudle .swiper-button-next:after,
.common_moudle .swiper-button-prev:after {
    font-size: 22px !important;
}

.common_moudle .swiper-button-prev,
.common_moudle .swiper-rtl .swiper-button-next {
    left: -100px !important;
}

.common_moudle .swiper-slide {
    transition: .2s all;
}

.common_moudle .swiper-slide:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
}

.common_moudle .swiper-wrapper {
    margin-top: 24px;
}

.common_moudle .item:hover {
    background-color: #3f9df1;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(11, 102, 187, 0.4);
}

.common_moudle .item:hover .position {
    color: #fff;
}

.common_moudle .item:hover .common_text {
    color: #fff;
}

.common_moudle .item:hover .common_info .common_info_text>p {
    color: #fff;
}

.common_moudle .item:hover .common_info .common_info_text .rage_ {
    color: #fff;
}

.common_moudle .item:hover .common_info .common_info_text .rage>p {
    color: #fff;
}


/*no sup layer start*/
.no_sup_layer {
    display: none;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    width: 320px;
}

.no_sup_model {
    overflow: hidden !important;
    border-radius: 8px !important;
}

.no_sup_layer>a {
    position: absolute;
    color: #858585;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.no_sup_layer_c {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding: 32px;
    flex-direction: column;
    align-items: center;
}

.no_sup_layer_c>img {
    margin-bottom: 16px;
    width: 136px;
    height: 116px;
}

.no_sup_layer_c>strong {
    font-size: 20px;
    color: #15182a;
    font-weight: bold;
}

.no_sup_layer_c .tips {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.no_sup_layer_c .tips p {
    color: rgba(25, 26, 48, .6);
    font-size: 14px;
}

.no_sup_layer_c .tips a {
    color: #15182a;
    text-decoration: underline;
}


.no_sup_layer_c .button_c {
    display: flex;
    text-align: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.no_sup_layer_c .button_c button {
    width: 180px;
    height: 40px;
    color: #FFF;
    background-color: #15182a;
    border-radius: 4px;
    font-size: 14px;
}

.no_sup_layer_c .button_c span {
    font-size: 16px;
    color: rgba(25, 26, 48, .4);
    cursor: pointer;
    display: inline-block;
    height: 44px;
    line-height: 44px;
}

.no_sup_content {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.no_sup_content .err_kefu_qrcode {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no_sup_content .err_kefu_qrcode img {
    width: 160px;
    height: 160px;
}

.no_sup_content .err_kefu_qrcode p {
    font-size: 14px;
    color: #15182a;
    text-align: center;
    margin-top: 6px;
}

.no_sup_content .err_kefu_qrcode .aff_btn {
    color: #fff;
    margin-right: 4px;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #487ddf;
    height: 44px;
    margin-top: 16px;
}

.no_sup_content .err_kefu_qrcode .aff_btn span {
    color: #fff;
    margin-right: 3px;
}

.no_sup_info_c {
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
}

.no_sup_info_c strong {
    font-size: 20px;
}

.no_sup_info_c input {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    width: 100%;
    height: 32px;
    margin: 8px 0;
    color: #ccc;
    font-size: 14px;
    padding-left: 8px;
}

.no_sup_info_c p {
    font-size: 14px;
    color: #858585;
    margin-bottom: 4px;
}

.no_sup_layer_c .tips {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
}

.no_sup_other_text{
    margin-top: 8px;
}

.no_sup_other_text P {
    color: #656565;
    font-size: 12px;
    text-align: center;
}


/*no sup layer end*/



/*feedback layer start*/

.feedback_layer {
    display: none;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    width: 320px;
    height: 500px;
}

.feedback_model {
    overflow: hidden !important;
    border-radius: 8px !important;
}

.feedback_layer>a {
    position: absolute;
    color: #858585;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.feedback_layer_c {
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../imgs/index/feedback_bg.png);
    background-repeat: no-repeat;
    background-size: 320px 500px;
    background-position: center;
    flex-direction: column;
}

.feedback_layer_c .tit {
    font-size: 16px;
    font-weight: bold;
    color: #15182a;
}

.feedback_layer_c .feedback_from {
    width: 100%;
    padding-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feedback_layer_c .feedback_from .input_item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.feedback_layer_c .feedback_from .input_item p {
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
}

.feedback_layer_c .feedback_from .input_item span {
    color: #f22525;
}

.feedback_layer_c .feedback_from .input_item input {
    width: 100%;
    height: 32px;
    padding-left: 8px;
    background-color: #f1f1f2;
    border-radius: 4px;
    font-size: 12px;
    color: #15182a;
}

.feedback_layer_c .feedback_from .input_item.mb24 {
    margin-bottom: 24px;
}

.feedback_layer_c .feedback_from .input_item textarea {
    width: 100%;
    height: 120px;
    padding: 8px;
    background-color: #f1f1f2;
    border-radius: 4px;
    font-size: 12px;
    color: #15182a;
}

.feedback_layer_c .feedback_from .button_c {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

.feedback_layer_c .feedback_from .button_c button {
    width: 72px;
    height: 32px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
}

.feedback_layer_c .feedback_from .button_c .cancel {
    border: 1px solid #ededee;
    color: #c5c5cb;
    font-size: 12px;
}

.feedback_layer_c .feedback_from .button_c .submit {
    background: #15182a;
    color: #fff;
    margin-left: 8px;
}

.feedback_from .input_item .counter {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 12px;
}

.feedback_from .input_item .counter span {
    color: #666;
}


/*feedback layer end*/


.over_download_num_layer {
    display: none;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    width: 320px;
    height: 360px;
}

.over_download_num_model {
    overflow: hidden !important;
    border-radius: 8px !important;
}

.over_download_num_layer>a {
    position: absolute;
    color: #858585;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.over_download_num_layer_c {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding: 32px 32px 8px 32px;
    flex-direction: column;
    align-items: center;
}

.over_download_num_layer_c img {
    margin-top: 16px;
}

.over_download_num_layer_c h2 {
    color: #15182a;
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0 6px 0;
}

.over_download_num_layer_c p {
    font-size: 14px;
    color: #999;
}

.over_download_num_layer_c p i {
    font-weight: bold;
    color: #ff5b00;
    font-style: normal;
    cursor: pointer;
}

.over_download_num_layer_c .button_c {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.over_download_num_layer_c .button_c button {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #15182a;
    color: #fff;
    font-size: 14px;
}

.over_download_num_layer_c .button_c span {
    cursor: pointer;
    line-height: 40px;
    margin-top: 8px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.video_result_table.audio .format {
    flex: 1 !important;
}






/*download btn css*/

.video_result_table .tbody .item .download .progressBar {
    height: 7px;
    background: #F6F7FC;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.video_result_table .tbody .item .download .options_t {
    font-size: 20px;
    margin-left: 4px;
    color: #A2A2AB;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.video_result_table .tbody .item .download .progressBar p {
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    margin-left: 8px;
    cursor: pointer;
}

.video_result_table .tbody .item .download .progress_c {
    position: absolute;
    height: 7px;
    background: #2D55FF;
    left: 0;
    top: 0;
    border-radius: 100px;
}

.video_result_table .tbody .item .download .progressCont{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-right: 24px;
}

.video_result_table .tbody .item .download .progressCont .tit{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    justify-content: space-between;
}

.error_download_c {
    background: rgba(255, 255, 255, .04);
    width: 420px;
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.error_download_c>p {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.error_download_c>p img {
    height: 26px;
}

.error_download_c .error_input_c {
    display: flex;
}

.error_download_c .error_input_c p {
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    color: rgba(255, 255, 255, .24);
    border: 1px solid rgba(255, 255, 255, .08);
    line-height: 32px;
    box-sizing: border-box;
    font-size: 12px;
    padding-left: 8px;
    flex: 1;
}

.error_download_c .error_input_c span {
    width: 100px;
    height: 32px;
    background: rgba(255, 255, 255, .16);
    margin-left: 8px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    border-radius: 4px;
}

.right_input_c .download .icon-loading {
    margin-right: 0 !important;
}

.pwa_tips {
    width: 234px;
    height: 234px;
    border-radius: 8px;
    position: absolute;
    top: 76px;
    left: 24px;
    margin-top: 12px;
    padding-top: 9px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    justify-content: center;
    box-shadow: 0px 6px 30px 5px rgba(22, 23, 47, 0.05), 0px 16px 24px 2px rgba(22, 23, 47, 0.04), 0px 8px 10px -5px rgba(22, 23, 47, 0.08);
}

.pwa_tips.show{
    display: flex;
}

.pwa_tips .bg_ {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.32);
    border-radius: 100px 100px 100px 100px;
    position: absolute;
}

.pwa_tips .pwa_tips_text {
    color:#737482;
    font-size: 14px;
    line-height: 22px;
}

.pwa_tips .pic {
    width: 80px;
    height: 80px;
    background: #16172F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.pwa_tips .pic span{
    background: -webkit-linear-gradient(left, #9D46FE, #4978FE 25%, #7CE9EA 50%, #8B9FF3 75%, #9D46FE);
    color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 5s infinite linear;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
}

.pwa_tips .pwa_close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 12px;
    top: 12px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .45);
}

.pwa_tips .pwa_tips_btn{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 150% */
    height: 40px;
    cursor: pointer;
    padding: 0 24px;
    border-radius: 100px;
    background: #16172F;
    color: #fff;
    font-weight: bold;
    margin: 32px 0 12px 0;
}





.video_result_table .item_pics {
    width: 196px;
    height: 111px;
    object-fit: cover;
    border-radius: 4px;
}

.pic_result_table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 24px 24px 0 24px;
    width: 100%;
    justify-content: space-between;
    max-height: 420px;
    overflow-y: auto;
}

.pic_result_table .item {
    position: relative;
    margin-bottom: 24px;
    cursor: pointer;
    overflow: hidden;
}

.pic_result_table .item .pic_mask {
    position: absolute;
    transition: all .22s;
    background-color: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 32px;
    border-radius: 4px;
    top: 8px;
    right: 8px;
    border-radius: 4px;
    transform: scale(0);
}

.pic_result_table .item:hover .pic_mask {
    transform: scale(1);
}

.pic_result_table .item .pic_mask .pic_mask_item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pic_result_table .item .pic_mask .pic_mask_item span {
    font-size: 16px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.pic_result_table .item .pic_mask .pic_mask_item p {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
}


.pic_result_table::after {
    content: '';
    width: 196px;
}

.all_download_pic_btn {
    margin-left: auto;
    background: rgba(255, 255, 255, .04);
    color: #fff;
    font-size: 14px;
    padding: 0 16px;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    margin-top: 8px;
    cursor: pointer;
}



/*fixed tools css start*/

.fixed_bottom {
    position: fixed;
    bottom: 16px;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
}

.fixd_tools_banner {
    width: 100%;
    margin-top: 24px;
    display: flex;
    position: relative;
    height: 54px;

    background: url('../imgs/index/xiniu_banner.png') no-repeat center;
    background-size: cover;
    border-radius: 8px;
}

.fixd_tools_banner p {
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid rgba(255, 255, 255, .64);
    font-size: 12px;
    border-radius: 4px;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .08);
    height: 20px;
    box-sizing: border-box;
    padding: 0 4px;
    display: flex;
}

.fixd_tools_banner span {
    position: absolute;
    top: 4px;
    right: 4px;
    color: rgba(255, 255, 255, .4);
    font-size: 20px;
    cursor: pointer;
    display: flex;
    width: 20px;
    height: 20px;
}

.fixd_tools_banner img {
    width: 100%;
    border-radius: 16px;
}

.fixd_tools_link {
    width: 100%;
    background-color: rgb(34, 39, 75);
    border-radius: 12px;
    padding: 0 0 12px 12px;
    box-sizing: border-box;
    transition: all .4s;
    position: relative;
}

.fixd_tools_link.active {
    display: none;
}

.fixd_tools_link>a {
    position: absolute;
    right: 16px;
    top: 8px;
    color: rgba(255, 255, 255, .85);
    font-size: 12px;
}

.fixd_tools_link_list {
    display: flex;
    flex-wrap: wrap;
}

.fixd_tools_link .item {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-right: 16px;
    width: 168px;
}

.fixd_tools_link .item>img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.fixd_tools_link .item .t_ {
    display: flex;
    flex-direction: column;
}

.fixd_tools_link .item .t_ p {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.fixd_tools_link .item .t_ span {
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
}

.fixd_tools_link>p {
    position: absolute;
    right: 16px;
    font-size: 12px;
    bottom: 8px;
    color: rgba(255, 255, 255, .55);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 4px;
    height: 22px;
    line-height: 20px;
    padding: 0 4px;
    box-sizing: border-box;
}


/*fixed tools css end*/

.mix_video_load_bar p {
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
}








/*merge_videos_tips_layer css start*/
.merge_videos_tips_layer {
    width: 320px;
    height: 268px;
    background-color: #fff;
    display: none;
    position: relative;
}

.merge_videos_tips_model {
    position: relative;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.merge_videos_tips_layer>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.merge_videos_tips_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.merge_videos_tips_content .scene {
    position: relative;
    z-index: 2;
    height: 110px;
    width: 110px;
    display: grid;
    place-items: center;
    margin: 32px 0 8px 0;
}

.merge_videos_tips_content .cube-wrapper {
    transform-style: preserve-3d;
    animation: bouncing 2s infinite;
}

.merge_videos_tips_content .cube {
    transform-style: preserve-3d;
    transform: rotateX(45deg) rotateZ(45deg);
    animation: rotation 2s infinite;
}

.merge_videos_tips_content .cube-faces {
    transform-style: preserve-3d;
    height: 40px;
    width: 40px;
    position: relative;
    transform-origin: 0 0;
    transform: translateX(0) translateY(0) translateZ(-20px);
}

.merge_videos_tips_content .cube-face {
    position: absolute;
    inset: 0;
    background: #110d31ff;
    border: solid 1px #ff8484ff;
}

.merge_videos_tips_content .cube-face.shadow {
    transform: translateZ(-40px);
    animation: bouncing-shadow 2s infinite;
}

.merge_videos_tips_content .cube-face.top {
    transform: translateZ(40px);
}

.merge_videos_tips_content .cube-face.front {
    transform-origin: 0 50%;
    transform: rotateY(-90deg);
}

.merge_videos_tips_content .cube-face.back {
    transform-origin: 0 50%;
    transform: rotateY(-90deg) translateZ(-40px);
}

.merge_videos_tips_content .cube-face.right {
    transform-origin: 50% 0;
    transform: rotateX(-90deg) translateY(-40px);
}

.merge_videos_tips_content .cube-face.left {
    transform-origin: 50% 0;
    transform: rotateX(-90deg) translateY(-40px) translateZ(40px);
}

@keyframes rotation {
    0% {
        transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
        animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    }

    50% {
        transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
        animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    }

    100% {
        transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
        animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    }
}

@keyframes bouncing {
    0% {
        transform: translateY(-20px);
        animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    }

    45% {
        transform: translateY(20px);
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }

    100% {
        transform: translateY(-20px);
        animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    }
}

@keyframes bouncing-shadow {
    0% {
        transform: translateZ(-40px) scale(1.3);
        animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
        opacity: 0.05;
    }

    45% {
        transform: translateZ(0);
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 0.3;
    }

    100% {
        transform: translateZ(-40px) scale(1.3);
        animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
        opacity: 0.05;
    }
}

.merge_videos_tips_content p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
}

.merge_videos_tips_content>.text_c {
    display: flex;
    font-size: 14px;
    color: #656565;
    align-items: center;
}

.merge_videos_tips_content>.text_c span {
    color: #15182a;
    font-weight: bold;
}

.merge_videos_tips_content>.text_c i {
    display: flex;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    color: #656565;
    align-items: center;
    justify-content: center;
    animation: turn 1s linear infinite;
}

/*merge_videos_tips_layer css end*/


/*download_success_tips_layer css start*/
.download_success_tips_layer {
    width: 280px;
    height: 340px;
    background-color: #fff;
    display: none;
    position: relative;
}

.download_success_tips_model {
    position: relative;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.download_success_tips_layer>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.download_success_tips_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.download_success_tips_content .download_success_tips_content_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4a81e6;
    height: 180px;
    width: 100%;
    background-image: url(../imgs/layer/cloud.png);
    background-position: bottom left;
    background-size: 280px 60px;
    background-repeat: no-repeat;
}

.download_success_tips_content .download_success_tips_content_pic .success_c {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.download_success_tips_content .download_success_tips_content_pic .success_c img {
    width: 70px;
    height: 63px;
    margin-right: 12px;
}

.download_success_tips_content .download_success_tips_content_pic .success_c p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.download_success_tips_content>p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: auto;
    text-align: center;
}

.download_success_tips_content .bottom_options {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 24px 8px 24px;
    align-items: center;
}

.download_success_tips_content .bottom_options a {
    width: 100%;
    height: 44px;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    background-color: #4a81e6;
    box-shadow: 0 8px 12px rgba(72, 125, 223, .3);
    line-height: 44px;
    text-align: center;
}

.download_success_tips_content .bottom_options span {
    color: #999;
    font-size: 14px;
    height: 44px;
    display: inline-flex;
    line-height: 44px;
    cursor: pointer;
}

/*download_success_tips_layer css end*/



/*download_err_tips_layer css start*/
.download_err_tips_layer {
    width: 320px;
    height: 360px;
    background-color: #fff;
    display: none;
    position: relative;
}

.download_err_tips_model {
    position: relative;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.download_err_tips_layer>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.download_err_tips_content {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;

    background-image: url(../imgs/layer/tips_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.download_err_tips_content>img {
    width: 180px;
    height: 160px;
}

.download_err_tips_content .text_c {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}

.download_err_tips_content .text_c p:nth-child(1) {
    color: #15182a;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.download_err_tips_content .text_c p:nth-child(2) {
    color: #797d8e;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.download_err_tips_content .bottom_options {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 8px;
    align-items: center;
    position: relative;
}

.download_err_tips_content .bottom_options>a {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: #2d55ff;
    line-height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    border-radius: 8px;
}

.download_err_tips_content .bottom_options>a span {
    margin-right: 4px;
}

.download_err_tips_content .bottom_options>span {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 2px solid #0e0f13;
    box-sizing: border-box;
    z-index: 8;
}

.base_btn1 {
    display: inline-block;
    position: relative;
    outline: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
    box-sizing: border-box;
    color: #333;
    user-select: none;
}

.base_btn1:focus {
    outline: none;
}

.download_err_tips_content .base_btn1:active {
    transform: initial;
}

.base_btn1:active {
    transform: translate(6px, 6px);
}

/*download_err_tips_layer css end*/

/*over_download_layer css start*/
.download_over_download_layer {
    height: 320px;
    width: 320px;
    background-color: #fff;
    display: none;
    position: relative;
}

.download_over_download_model {
    position: relative;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.download_over_download_layer>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.download_over_download_content {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 16px 24px 16px 16px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.download_over_download_content>img {
    width: 220px;
}

.download_over_download_content .text_c {
    display: flex;
    flex-direction: column;
}

.download_over_download_content .text_c p {
    color: #15182a;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.download_over_download_content .bottom_options {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 8px;
    align-items: center;
    position: relative;
    margin-top: 16px;
}

.download_over_download_content .bottom_options>a {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: #0e0f13;
    box-shadow: 0 8px 12px rgba(72, 125, 223, .3);
    line-height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.download_over_download_content .bottom_options>a span {
    margin-right: 4px;
}

.download_over_download_content .bottom_options>span {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 2px solid #0e0f13;
    box-sizing: border-box;
    z-index: 8;
}

/*over_download_layer css end*/







.scroll_container {
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.scroll_container .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move1 3s ease-out infinite;
}

.scroll_container .chevron:first-child {
    animation: move1 3s ease-out 1s infinite;
}

.scroll_container .chevron:nth-child(2) {
    animation: move1 3s ease-out 2s infinite;
}

.scroll_container .chevron:before,
.scroll_container .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.scroll_container .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.scroll_container .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

.scroll_container .text {
    position: absolute;
    bottom: -64px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

@keyframes move1 {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}






/*4.0css start*/
.step_moudle{
    margin: 160px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step_moudle .moudle_title{
    color: #16172F;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; 
}

.step_moudle .desc{
    margin-top: 12px;
    margin-bottom: 56px;
    color: #16172F;
}

.step_moudle .moudle_title span{
    color: #2D55FF;
}

.step_moudle_c{
    width: 1200px;
    border-radius: 16px 16px 16px 16px;
    display: flex;
    box-sizing: border-box;
    padding: 0 40px;
}

.step_moudle_swiper{
    display: none;
}

.step_moudle_c .left_c{
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step_moudle_c .step_c{
    display: flex;
    flex-direction: column;
    padding-right: 4px;
}

.step_moudle_c .step_c .item{
    display: flex;
    align-items: center;
    height: 102px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    cursor: pointer;
    position: relative;
    transition: .3s ease-out;
}

.step_moudle_c .step_c .item img{
    width: 40px;
    margin-right: 16px;
}

.step_moudle_c .step_c .item img.special_icon{
    padding: 4px;
    box-sizing: border-box;
}

.step_moudle_c .step_c .item .text_c{
    display: flex;
    flex-direction: column;
}

.step_moudle_c .step_c .item .text_c .tit_{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.step_moudle_c .step_c .item .text_c .t{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px;
}

.step_moudle_c .right_c{
    width: 820px;
    background: #16172F;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_moudle_c .right_c img{
    display: none;
    width: 80%;
}

.step_moudle_c .right_c img.active{
    display: block;
}



.step_moudle_c .step_c .item.active{
    pointer-events: none;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.step_moudle_c .step_c .item::after{
    content: '';
    height: 1px;
    width: 0;
    background-color: #2D55FF;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: .4s ease-out;
}

.step_moudle_c .step_c .item:nth-child(1).active::after{
    width: 33.3333%;
}

.step_moudle_c .step_c .item:nth-child(2).active::after{

    width: 66.6666%;
}

.step_moudle_c .step_c .item:nth-child(3).active::after{
    width: 100%;
}

.step_moudle_c .right_c .layui-anim{
    animation-duration: .4s;
    webkit-animation-duration: .4s;
}

.step_moudle_c .other{
    font-size: 12px;
    font-weight: 400;
    color: #427EF7;
    line-height: 20px;
    margin-top: 24px;
}

.step_moudle .step_moudle_c .general_style{
    border-radius: 8px;
    background-color: #2D55FF;
    height: 58px;
    width: 232px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.step_moudle .step_moudle_c .general_style i{
    color: #fff;
    margin-right: 8px;
}

.step_moudle .step_moudle_c .general_style span{
    color: #fff;
    font-weight: bold;
}

.step_moudle .swiper-pagination{
    display: none;
}

.step_moudle .mobile_step{
    display: none;
}

.step_moudle .mobile_step .item{
    display: none;
}

.step_moudle .mobile_step .item.active{
    display: flex;
    align-items: center;
}

.step_moudle .mobile_step .item img{
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.step_moudle .mobile_step .item .text_c{
    display: flex;
    flex-direction: column;
}

.step_moudle .mobile_step .item .text_c .tit_{
    font-size: 16px;
    color: #16172F;
    line-height: 24px;
    margin-bottom: 8px;
}

.step_moudle .mobile_step .item .text_c .t14{
    color: #737482;
}

.why_choose{
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.why_choose .tit{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why_choose .tit h2{
    color: #16172F;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
}

.why_choose .tit h2 span{
    color: #2D55FF;
    margin: 0 4px;
    font-size: 48px;
    line-height: 56px;
}

.why_choose .tit p{
    margin-top: 24px;
    color: #16172F;
}

.why_choose .list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 56px;
    justify-content: space-between;
}

.why_choose .list .item{
    padding: 16px 24px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 16px 48px 0px rgba(6, 6, 36, 0.16);
    overflow: hidden;
    position: relative;
    width: calc(33.3333% - 16px);
    background-image: url(../imgs/step/list_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.why_choose .list .item .h{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.why_choose .list .item .h i{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #2D55FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.why_choose .list .item .h p{
    font-weight: 500;
    color: #16172F;
    margin-left: 12px;
}

.why_choose .list .item > p{
    color: #16172F;
}

.why_choose .list .item > span{
    display: none;
}

.down_question{
    margin: 136px auto 136px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 1200px;
}

.down_question h2{
    color:#16172F;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; 
}

.down_question .options{
    display: flex;
    margin: 32px 0 56px 0;
}

.down_question .options a{
    border-radius: 100px;
    height: 56px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px;
    font-size: 16px;
    font-weight: 500;
    background: #F6F7FC;
}

.down_question .options a i{
    margin-right: 8px;
}

.down_question .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.down_question .list .item{
    box-sizing: border-box;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 16px 48px 0px rgba(6, 6, 36, 0.16);
    background-image: url(../imgs/step/list_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: calc(50% - 10px);

    margin-bottom: 24px;
}

.down_question .list .item p{
    margin-bottom: 12px;
    color: #16172F;
}

.down_question .list .item span{
    color: #16172F;
}

.down_question .list .item span a{
    color: #2D55FF;
}


.down_msg{
    display: flex;
    flex-direction: column;
    margin: 0 auto 160px;
    width: 1200px;
    align-items: center;
}

.down_msg h2{
    color: #16172F;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 116.667% */
    margin-bottom: 56px;
}

.down_msg .list{
    display: flex;
    justify-content: space-between;
}

.down_msg .list .item{
    width: calc(33.3333% - 16px);
    box-sizing: border-box;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .2s;
    /* Shadow-3 */
}

.down_msg .list .item:nth-child(1){
    background-color: #EFF8FB;
}

.down_msg .list .item:nth-child(2){
    background-color: #FEF8E7;
}

.down_msg .list .item:nth-child(3){
    background-color: #F1F6FE;
}

.down_msg .list .item:hover{
    box-shadow: 0px 6px 30px 5px rgba(22, 23, 47, 0.05), 0px 16px 24px 2px rgba(22, 23, 47, 0.04), 0px 8px 10px -5px rgba(22, 23, 47, 0.08);
}

.down_msg .list .item .head_c{
    display: flex;
    align-items: center;
}

.down_msg .list .item .head_c img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 16px;
}

.down_msg .list .item .head_c .text_c{
    display: flex;
    flex-direction: column;
}

.down_msg .list .item .head_c .text_c p{
    margin-bottom: 4px;
    color: #16172F;
}

.down_msg .list .item .head_c .text_c span{
    color: #737482;
}

.down_msg .list .item .head_c .eval{
    display: flex;
    margin-left: auto;
    margin-bottom: 16px;
}

.down_msg .list .item .head_c .eval i{
    color: #F7CD51;
}

.down_msg .list .item > p{
    color: #16172F;
    margin-top: 24px;
}

.down_msg .msg_moudle_swiper{
    display: none;
}

.down_msg .msg_moudle_swiper .item{
    box-sizing: border-box;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .2s;
    margin: 0 16px;
    /* Shadow-3 */
}

.down_msg .msg_moudle_swiper .item:hover{
    box-shadow: 0px 6px 30px 5px rgba(22, 23, 47, 0.05), 0px 16px 24px 2px rgba(22, 23, 47, 0.04), 0px 8px 10px -5px rgba(22, 23, 47, 0.08);
}

.down_msg .msg_moudle_swiper .item .head_c{
    display: flex;
    align-items: center;
}

.down_msg .msg_moudle_swiper .item .head_c img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 16px;
}

.down_msg .msg_moudle_swiper .item .head_c .text_c{
    display: flex;
    flex-direction: column;
}

.down_msg .msg_moudle_swiper .item .head_c .text_c p{
    margin-bottom: 4px;
    color: #16172F;
}

.down_msg .msg_moudle_swiper .item .head_c .text_c span{
    color: #737482;
}

.down_msg .msg_moudle_swiper .item .head_c .eval{
    display: flex;
    margin-left: auto;
    margin-bottom: 16px;
}

.down_msg .msg_moudle_swiper .item .head_c .eval i{
    color: #F7CD51;
}

.down_msg .msg_moudle_swiper .item > p{
    color: #16172F;
    margin-top: 24px;
}

.zpb_tools{
    width: 1504px;
    margin: 0 auto 160px;
    display: flex;
    flex-direction: column;
}

.zpb_tools h2{
    color: #16172F;
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 48px;
    font-size: 40px;
}

.zpb_tools .list{
    /* display: flex; */
    /* justify-content: space-between; */
    width: 100%;
    /* flex-wrap: wrap; */
    display: grid;
    /* 关键属性：创建5列等宽网格 */
    grid-template-columns: repeat(5, 1fr);
    gap: 16px; /* 网格间隙 */
}

.zpb_tools .list .item{
    padding: 24px 12px;
    box-sizing: border-box;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(22, 23, 47, 0.08);
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.zpb_tools .list .item img{
    width: 56px;
    height: 56px;
    margin-right: 12px;
}

.zpb_tools .list .item .text_c{
    display: flex;
    flex-direction: column;
}

.zpb_tools .list .item .text_c p{
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #16172F;
    margin-bottom: 8px;
}

.zpb_tools .list .item .text_c p i{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #EB465C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    position: relative;
    transform: scale(.9);
    margin-left: 8px;
}

.zpb_tools .list .item .text_c p i::before{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 11px;
    left: -1px;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #e44a42;
    transform: rotate(-135deg);
}

.zpb_tools .list .item .text_c span{
    color: #737482;
}






.result_layer{
    display: none;
    width: 960px;
    position: relative;
}

.result_layer > span{
    position: absolute;
    top: 24px;
    right: 32px;
    color: #737482;
    cursor: pointer;
    z-index: 1;
}

.result_model{
    border-radius: 24px !important;
    box-shadow: none !important;
}

.result_mobile_model{
    border-radius: 24px 24px 0 0!important;
    box-shadow: none !important;
}

.result_layer_content{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 32px;
    box-sizing: border-box;
}

.result_layer_content > h2{
    color: #16172F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 24px 0 16px 0;
    text-align: center;
}

.result_layer_content .pic_result{
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    border-radius: 16px;
    background: #F6F7FC;
    display: flex;
    align-items: center;
}

.result_layer_content .pic_result .cover_c{
    width: 200px;
    height: 113px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
}

.result_layer_content .pic_result .cover{
    height: 100%;
    object-fit: cover;
}

.result_layer_content .pic_result .pic_result_text{
    display: flex;
    flex-direction: column;
    width: calc(100% - 216px);
}

.result_layer_content .pic_result .pic_result_text > span{
    color: #737482;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: none;
}

.result_layer_content .pic_result .pic_result_text > p{
    color:#16172F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 16px 0;
}

.result_layer_content .pic_result .pic_result_text .options{
    display: flex;
    justify-content: flex-end;
}

.result_layer_content .pic_result .pic_result_text .options a{
    border-radius: 100px;
    height: 32px;
    padding: 0 24px;
    border: 1px solid #EBECF0;
    font-size: 16px;
    color: #16172F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 32px;
}

.result_layer_content .pic_result .pic_result_text .options a:first-child{
    margin-left: 0;
}

.result_layer_content .url_result{
    margin: 24px 0;
}

/*4.0css end*/



/* download desk layer start*/
.download_desk_layer {
    display: none;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    width: 311px;
    height: 336px;
}

.download_desk_model {
    overflow: hidden !important;
    border-radius: 8px !important;
}

.download_desk_layer>a {
    position: absolute;
    color: #16172F;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.download_desk_layer .download_desk_layer_content{
    background-image: url(../imgs/layer/download_desk_layer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.download_desk_layer .download_desk_layer_content img{
    width: 100px;
    height: 100px;
    margin-top: auto;
    margin-bottom: 40px;
}

.download_desk_layer .download_desk_layer_content button{
    border-radius: 100px;
    background: #16172F;
    box-shadow: 0px 0px 12px 4px rgba(255, 255, 255, 0.40) inset;
    width: 287px;
    height: 48px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 24px;
    border: none;
    cursor: pointer;
}
/* download desk layer end */

/*download页面隐藏请求相关内容*/
.is_download_page .toViewStudyVidoe{
    display: none;
}


/*loading弹窗样式 start*/
.no_timeout_load_layer {
    display: none;
    border-radius: 8px;
    background:none !important;
    position: relative;
    width: 600px;
}

.no_timeout_load_model {
    overflow: hidden !important;
    border-radius: 16px !important;
    background:none !important;
    border: 2px solid seagreen;
}
.no_timeout_load_content{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    padding: 32px;
    box-sizing: border-box;
}

.no_timeout_load_content .load_text{
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    width: calc(100% - 124px);
}

.no_timeout_load_content .load_text .text_c{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}


.no_timeout_load_content .load_text p{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    display: flex;
    align-items: center;
}

.no_timeout_load_content .load_text  span{
    font-size: 14px;
    color: rgba(255,255,255,.55);
    line-height: 22px;
}


.no_timeout_load_content .loader {
    position: relative;
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 25px 25px 75px rgba(0,0,0,0.55);
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.no_timeout_load_content .loader::before {
    content: '';
    position: absolute;
    inset: 10px;
    background: transparent;
    border: 1px dashed#444;
    border-radius: 50%;
    box-shadow: inset -5px -5px 25px rgba(0,0,0,0.25),
    inset 5px 5px 35px rgba(0,0,0,0.25);
}

.no_timeout_load_content .loader::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px dashed#444;
    box-shadow: inset -5px -5px 25px rgba(0,0,0,0.25),
    inset 5px 5px 35px rgba(0,0,0,0.25);
}

.no_timeout_load_content .loader span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 100%;
    background: transparent;
    transform-origin: top left;
    animation: radar81 2s linear infinite;
    border-top: 1px dashed #fff;
}

.no_timeout_load_content .loader span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: seagreen;
    transform-origin: top left;
    transform: rotate(-55deg);
    filter: blur(30px) drop-shadow(20px 20px 20px seagreen);
}

.no_timeout_load_content .arrows {
    margin-left: 8px;
}

.no_timeout_load_content .arrow {
    opacity: 0;
    display: inline-block;
    animation: arrow-wave 1.5s infinite;
}

.no_timeout_load_content .arrow:nth-child(2) { animation-delay: 0.3s; }
.no_timeout_load_content .arrow:nth-child(3) { animation-delay: 0.6s; }

@keyframes arrow-wave {
    0%, 100% {
        opacity: 0;
    }
    15%, 35% {
        opacity: 1;
    }
}

@keyframes radar81 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*loading弹窗样式 end*/


















