.banner {
    background: url('http://www.zhuairen.com/fujia/images/banner.png') center center no-repeat;
    background-size: cover;
}

.banner_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    width: 1000px;
    border-radius: 12px;
    height: 500px;
    margin: 94px 0 0px;
}


.banner_tip {
    color: #9e9e9e;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 150px;
}

.banner_tip span {
    color: #9e9e9e;
    font-size: 16px;
}

.banner_inner h3 {
    font-size: 30px;
    padding: 68px 0 28px;
}

.banner_inner span {
    font-size: 16px;
    padding-bottom: 40px;
}

.banner_inner .download_tip {
    font-size: 16px;
    padding-top: 20px;
    font-weight: bold;
}

.banner_inner .download_tip a {
    font-size: 16px;
    color: #4D5DE1;
    text-decoration: underline;
    padding: 0 10px;
    position: relative;
}

.banner_inner2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    
	  background: url('http://www.zhuairen.com/fujia/images/zrs.jpg') center center no-repeat;
    width: 1000px;
    border-radius: 12px;
    height: 500px;
    margin: 20px 0 0px;
	text-align:left;
}
.banner_inner2 span 
{text-align:left;
    font-size: 16px;
    padding-bottom: 18px;
}
.banner_inner2 p 
{text-align:left;
    font-size: 16px;
    padding-bottom: 18px;
}
.banner_inner2 font 
{text-align:left;
     
    
}
.window_ab {
    position: absolute;
    top: -125px;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 7px;
    display: none;
    font-size: 14px;
    color: #fff;
    padding: 20px;
    font-weight: normal;
    width: 262px;
    text-align: center;
    line-height: 25px;
    animation: opcaAni 0.8s;
}
.window_ab em{
    text-decoration: black;
}
.pc_ab{
    position: absolute;
    top: -280px;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 7px;
    display: none;
    font-size: 14px;
    color: #fff;
    padding: 20px;
    font-weight: normal;
    width: 200px;
    text-align: center;
    line-height: 25px;
    animation: opcaAni 0.8s;
    z-index: 999;
}
.pc_ab img{
    width: 150px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.banner_inner .download_tip .windows_link:hover .window_ab {
    display: flex;
}

.banner_inner .download_tip .pc_box:hover .pc_ab {
    display: flex;
}

.banner_search {
    border-radius: 38px;
    overflow: hidden;
    margin-bottom: 48px;
}

.banner_search input {
    width: 640px;
    height: 77px;
    line-height: 77px;
    padding: 0 25px;
    color: #4A4A4A;
    font-size: 21px;
    background: #efefef;
}

input::-webkit-input-placeholder {
    color: #c5c5c5;
}


input:-moz-placeholder {
    color: #c5c5c5;
}


input::-moz-placeholder {
    color: #c5c5c5;
}


input:-ms-input-placeholder {
    color: #c5c5c5;
}


.banner_search_btn {
    font-size: 21px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 84, 61, 1) 0%, rgba(255, 38, 22, 1) 100%);
    line-height: 77px;
    height: 77px;
    width: 148px;
    text-align: center;
    cursor: pointer;
}

.banner_inner p {
    font-size: 17px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

/*qa*/

.qa {
    background: #F2F2F2;
    padding-bottom: 90px;
    padding-top: 18px;
}

.qa_inner {
    background: #fff;
    min-height: 655px;
}

.qa_title {
    display: flex;
    align-items: center;
    height: 73px;
    border-bottom: 1px solid #F2F2F2;
}

.qa_title img {
    width: 18px;
    margin: 0 8px 0 24px;
}

.qa_title span {
    font-size: 14px;
    color: #4A4A4A;
}

.qa_list {
    padding: 40px 25px 0;
    width: 1150px;
}

.qa_item {
    width: 100%;
    margin-bottom: 24px;
}

.qa_item h3 {
    color: #302F3C;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 11px;
}

.qa_item p {
    color: #302F3C;
    font-size: 12px;
    line-height: 19px;
}

.vip_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.vip_modal_show {
    display: flex;
}

.vip_modal_inner {
    width: 590px;
    background: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 50px;
}

.user_img {
    width: 85px;
    border-radius: 50%;
    height: 85px;
    margin: 38px 0 14px;
}

.user_name {
    margin-bottom: 2px;
}

.vip_id {
    font-size: 12px;
    margin-bottom: 2px;
    color: #AAA;
}

.user_name img {
    width: 20px;
    margin-right: 6px;
}

.user_name span {
    color: #302F3C;
    font-size: 18px;
}

.vip_tip {
    color: #302F3C;
    font-size: 20px;
    margin-bottom: 10px;
}

.pay_des {
    margin: 20px 0;
}

.pay_des img {
    width: 26px;
    margin-right: 8px;
}

.pay_des span {
    color: #62C227;
    font-size: 18px;
}

.pay_img {
    width: 160px;
    margin-bottom: 18px;
    position: relative;
}

.price_des {
    color: #302F3C;
    font-size: 18px;
    margin-bottom: 5px;
}

.price_des em {
    /*color: #F82741;*/
    font-size: 18px;
    margin-left: 10px;
}

.price_des span {
    color: #302F3C;
    font-size: 22px;
    font-weight: bold;
    margin: 0 8px;
}

.only_span_tip {
    color: #F82741;
    margin-bottom: 10px;
    font-size: 14px;
}

.vip_timer {
    color: #302F3C;
    font-size: 16px;
    max-width: 90%;
    text-align: center;
    line-height: 28px;
}

.price_list {
    width: 100%;
}

.price_item {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid #EEEEEE;
    cursor: pointer;
    margin: 0 15px;
    position: relative;
}

.price_item em {
    color: #F82741;
    font-size: 12px;
    margin-top: 5px;
}

.price_item .spe_em {
    color: #F82741;
    font-size: 12px;
    margin-top: 5px;
}

.price_item img {
    position: absolute;
    width: 25px;
    z-index: 999;
    top: 0;
    left: 0;
}

.vip_type {
    margin-bottom: 4px;
    color: #302F3C;
    font-size: 16px;
}

.vip_type span {
    font-size: 32px;
    margin-right: 8px;
}

.price_item .price {
    color: #4A4A4A;
    font-size: 18px;
    opacity: 0.9;
}

.active_border {
    border: 2px solid #F82741;
    color: #F82741;
}

.active_border .vip_type {
    color: #F82741;
}

.active_border .vip_type span {
    color: #F82741;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.code_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.code_modal_show {
    display: flex;
}

.code_modal_inner {
    background: #39393B;
    padding: 30px 0 0;
    width: 300px;
    text-align: center;
}

.code_modal_inner img {
    width: 182px;
}

.code_modal_inner .code_img {
    width: 182px;
    height: 182px;
    margin-top: 30px;
    position: relative;
}

.code_modal_inner .code_img_inner {
    width: 182px;
    height: 182px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    display: none;
}

.code_modal_inner span {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 20px 0;
}

.code_modal_inner em {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    display: none;
}

.RefreshQR_Btn {
    background: linear-gradient(135deg, rgba(255, 84, 61, 1) 0%, rgba(255, 38, 22, 1) 100%);
    padding: 0 20px;
    border-radius: 4px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    display: none;
    margin-top: 73px;
}

.material {
    margin-top: 15px;
    min-height: 90vh;
    display: none;
}

.material_inner {
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
}

.material_inner .item {
    width: 184px;
    margin-right: 14px;
    margin-bottom: 15px;
    height: 250px;
    position: relative;
    cursor: pointer;
    background: #000;
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid #F2F2F2;
}

.material_inner .active_item .choose_yes {
    display: block;
}

.material_inner .active_item .choose_no {
    display: none;
}

.material_inner .item:nth-child(6n) {
    margin-right: 0;
}

.material_inner .item:hover .download_box,
.material_inner .item:hover .preview_box,
.material_inner .other_item:hover .preview_text_icon {
    display: flex;
}

.download_box {
    padding: 0 15px;
    height: 35px;
    background: linear-gradient(135deg, rgba(255, 84, 61, 1) 0%, rgba(255, 38, 22, 1) 100%);
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #fff;
    z-index: 900;
    cursor: pointer;
    display: none;
}

.material_inner .download_box img {
    margin-right: 5px;
    width: 15px !important;
}

.preview_box,
.preview_text_icon {
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, rgba(255, 84, 61, 1) 0%, rgba(255, 38, 22, 1) 100%);
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 900;
    display: none;
}

.voice_preview_box,
.voice_preview_box {
    background: rgba(0, 0, 0, 0.6) !important;
}

.video_preview_box {
    background: linear-gradient(135deg, rgba(255, 84, 61, 1) 0%, rgba(255, 38, 22, 1) 100%);
    display: flex;
}

.video_preview_icon {
    display: flex;
}

.preview_box img,
.preview_text_icon img {
    width: 15px !important;
}

.preview_text_icon p {
    display: none;
}

.material_inner .item_img {
    width: 100%;
    position: relative;
    height: 250px;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.item_img img {
    display: none;
}

.material_inner span {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 8px;
    bottom: 5px;
}

.material_inner .item img {
    height: auto;
    width: 100%;
}

.material_inner .item .img_des {
    height: 45px;
    line-height: 45px;
    background: #fff;
    font-size: 12px;
    color: #4A4A4A;
    padding: 0 10px;
    width: 167.5px;
    display: none;
}

.material_none {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    min-height: 90vh;
}

.material_none img {
    margin: 340px 0 30px;
    width: 100px;
}

.material_none p {
    text-align: center;
    color: #898989;
    font-size: 16px;
}

.preview_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.preview_inner {
    position: relative;
}

.preview_inner .download_btn {
    width: 140px;
    height: 48px;
    background: linear-gradient(135deg, rgba(255, 84, 61, 1) 0%, rgba(255, 38, 22, 1) 100%);
    border-radius: 3px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
}

.download_btn img {
    width: 15px;
    margin-right: 5px;
}

.preview_inner .bg_img {}

.preview_inner .limit_width {
    max-width: 650px;
    height: auto;
}

.preview_inner .limit_height {
    max-height: 650px;
    width: auto;
}

.preview_inner .bg_img::-webkit-scrollbar {
    display: none;
}

.other_item {
    background: linear-gradient(135deg, rgba(255, 84, 61, 1) 0%, rgba(255, 38, 22, 1) 100%);
    border-radius: 6px;
    width: 188px;
    height: 250px;
    position: relative;
    cursor: pointer;
    margin-right: 14px;
}

.other_item img {
    width: 56px;
}

.other_item p {
    display: none;
}

.other_item:hover .preview_box,
.other_item:hover .download_box {
    display: flex;
}

.voice_icon {
    display: flex;
}

.preview_text_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.preview_text_inner {
    padding: 20px;
    background: #fff;
    min-width: 300px;
    max-width: 600px;
    min-height: 150px;
}

.preview_text_inner .copy_btn {
    width: 141px;
    height: 48px;
    background: linear-gradient(135deg, rgba(255, 84, 61, 1) 0%, rgba(255, 38, 22, 1) 100%);
    border-radius: 3px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin: 15px 0 25px;
    display: none;
}

.download_btn img {
    width: 15px;
    margin-right: 5px;
}

.text_content {
    font-size: 16px;
    color: #4A4A4A;
}

#copy_input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.material_inner .item .video_icon {
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -25px;
    top: 100px;
}

.material_inner .item .video_icon img {
    width: 50px;
    height: 50px;
}

.collect_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.collect_modal_inner {
    background: #fff;
    padding: 50px 30px;
    position: relative;
    border-radius: 3px;
}

.collect_scroll {
    max-height: 700px;
    overflow-y: auto;
    width: 550px;
}

.collect_scroll::-webkit-scrollbar {
    display: none;
}

.collect_title {
    padding-bottom: 20px;
    color: #302F3C;
    font-size: 14px;
    font-weight: bold;
}

.collect_title span,
.collect_title a,
#btn_name {
    color: #FF2616;
    display: inline-block;
    margin: 0 5px;
}

.collect_scroll img {
    width: 100%;
    margin-bottom: 40px;
}

.collect_scroll img .ht {
    width: auto;
    height: 100%;
    text-align: center;
}

#collect_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.voice_download {
    display: flex;
    background: rgba(0, 0, 0, 0.6);
}

.layui-layer-dialog .layui-layer-padding {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    color: #fff !important;
    background: transparent !important;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 20px 0 !important;
    color: #fff !important;
    width: 60px !important;
    height: 24px !important;
}

.layui-layer {
    background: transparent !important;
    border: none !important;
}

.layui-layer-ico {
    background: url(../js/theme/default/loading-0.gif)no-repeat !important;
}

.layui-layer-hui {
    background: rgba(0, 0, 0, .6) !important;
}

.preview_text_icon {
    background: rgba(255, 255, 255, .1) !important;
}

.change_btn {
    width: 40px;
    margin-top: -25px;
    cursor: pointer;
}

.preview_bgbox {
    margin: 0 30px;
}

/* 濯掍綋鏌ヨ */

@media screen and (min-width:992px) and (max-width:1450px) {
    .banner_inner {
        width: 900px;
        height: 400px;
    }

    .banner_inner h3 {
        padding: 50px 0 20px;
        font-size: 24px;
    }

    .banner_search {
        border-radius: 100px;
    }

    .banner_search input {
        width: 440px;
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
        font-size: 18px;
    }

    .banner_search_btn {
        height: 60px;
        font-size: 18px;
        line-height: 60px;
    }

    .banner_tip {
        padding-bottom: 100px;
    }

    .qa_inner {
        min-height: 500px;
    }

    .vip_modal_inner {
        width: 500px;
        padding-bottom: 20px;
    }

    .user_img {
        width: 70px;
        height: 70px;
        margin: 20px 0 10px;
    }

    .user_name {
        margin-bottom: 10px;
    }

    .vip_tip {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .price_item {
        width: 130px;
        height: 130px;
    }

    .price_item img {
        width: 20px;
    }

    .vip_type span {
        font-size: 28px;
        margin-right: 2px;
    }

    .price_item .price {
        font-size: 18px;
    }

    .pay_des {
        margin: 14px 0;
    }

    .price_des {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .price_des span {
        font-size: 20px;
    }

    .collect_modal_inner {
        padding: 40px 20px;
    }

    .collect_scroll {
        width: 420px;
        max-height: 600px;
    }

    #collect_close {
        top: 10px;
        right: 10px;
        width: 20px;
    }

    .collect_title {
        font-size: 13px;
        padding-bottom: 15px;
    }

    .collect_scroll img {
        margin-bottom: 20px;
    }

    .vip_timer {
        font-size: 15px;
    }

    .material_none {
        min-height: 70vh;
    }

    .material_none img {
        margin: 240px 0 30px;
    }

    .preview_inner .limit_height {
        max-height: 500px;
    }

    .preview_inner .limit_width {
        max-width: 500px;
    }

    /* .change_btn{
        width: 30px;
        margin-top: -20px;
    } */
}

#bg_img {
    cursor: pointer;
}

#user_name_top {
    display: block;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.funciton_item {
    height: 45px;
    background: linear-gradient(135deg, rgba(255, 84, 61, 1) 0%, rgba(255, 38, 22, 1) 100%);
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    width: 130px;
    border-radius: 6px;
}

.funciton_item2 {
    background: transparent;
    color: #000;
}

.funciton_item img {
    width: 20px;
    margin-right: 10px;
    display: none;
}

.funciton_item .no {
    display: block;
}

.funciton_ac .yes {
    display: block;
}

.funciton_ac .no {
    display: none;
}

.material_inner .choose_icon_box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 25px !important;
    z-index: 99;
    padding: 10px;
}

.material_inner .choose_icon {
    width: 23px !important;
}

.material_inner .choose_yes {
    display: none;
}

.select_fixed {
    height: 87px;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.babel_link {
    margin-right: 60px;
}

.babel_link span {
    color: #737373;
    font-size: 14px;
    margin-right: 10px;
}

.babel_link a {
    color: #4D5DE1;
    font-size: 14px;
    max-width: 500px;
}

#chrome_tip {
    display: none;
}

#chrome_tip a {
    display: inline;
}

.qa_title .download_qa {
    font-size: 16px;
    font-weight: bold;
}

.qa_list .download_p {
    font-size: 16px;
}

.download_p a {
    display: inline-block;
    font-weight: bold;
}

#content p {
    display: none;
}

.youtube {
    width: 100%;
    display: none;
    min-height: 90vh;
    align-items: center;
    font-size: 0;
    padding-top: 80px;
    flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.youtube_box {
    cursor: pointer;
    font-size: 0;
    height: auto;
    position: relative;
}

.youtube_tip {
    color: #FF2616;
    font-size: 14px;
    padding-top: 30px;
}

.youtube_box .background_youtube {
    width: 800px;
}

.youtube_box .youtube_icon {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 9;
}

.youtube_box .youtube_icon_hover {
    width: 70px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 9;
}

.youtube_box:hover .youtube_icon {
    display: none;
}

.youtube_box:hover .youtube_icon_hover {
    display: block;
}

.download_youtube {
    padding-top: 30px;
    max-width: 1000px;
}

.download_itemyou {
    padding-bottom: 20px;
}

.download_itemyou span {
    font-size: 14px;
    display: inline-block;
    width: 210px;
    float: left;
}

.download_a {
    float: left;
    max-width: 720px;
}

.download_itemyou a {
    margin-right: 15px;
    font-size: 14px;
    color: #275ef8;
    display: inline-block;
    margin-bottom: 10px;
}

.download_itemyou a em {
    font-size: 14px;
    color: #888;
    display: inline-block;
    margin-left: 2px;
}

.youtube_par {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pro_des {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
}

.pro_des em {
    color: #275ef8;
    display: inline;
}

.pro_des span {
    display: inline;
}

.pro_des a {
    color: #275ef8;
    display: inline;
    text-decoration: underline;
}

/*鍙�11娲诲姩*/
.banner_inner .spe_tip {
    color: rgba(255, 84, 61, 1);
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.banner_inner .spe_tip span {
    color: blue;
    cursor: pointer;
}

.pay_code_ab,
.pay_expired_ab {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    display: none;
}

.pay_code_ab span {
    color: #fff;
    font-size: 14px;
}

.RefreshPay_Btn {
    background: linear-gradient(135deg, rgba(255, 84, 61, 1) 0%, rgba(255, 38, 22, 1) 100%);
    padding: 0 20px;
    border-radius: 4px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
}

.six_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: none;
}

.six_modal_inner {
    background: #fff;
    padding: 80px;
    position: relative;
    border-radius: 6px;
}

.six_modal_inner h4 {
    /* font-weight: bold; */
    font-size: 24px;
    padding: 30px 0 30px;
}

.six_modal .solve_tip {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    color: #F82741;
    width: 100%;
    justify-content: center;
}

.six_modal .download_url {
    width: 100%;
    padding: 50px 0;
}

.six_modal .download_url span {
    font-size: 18px;
}

.six_modal .download_url a {
    font-size: 18px;
    text-decoration: underline;
    color: #1a73e8;
}

.six_contact {
    width: 100%;
    font-size: 18px;
}

#six_close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 25px;
    z-index: 999;
    cursor: pointer;
}

.download_applink {
    font-size: 14px;
    margin-left: 30px;
    color: #4D5DE1;
    text-decoration: underline;
}