@media only screen and (max-width: 1650px) {
    .dw_nav a {
        font-size: 12px !important;
        margin: 0 15px !important;
    }

    .dw_nav span {
        font-size: 12px !important;
    }

    .dw_nav_name {
        font-size: 12px !important;
    }

    #dw_select_input {
        font-size: 12px !important;
        margin: 0 0px 2px 8px !important;
    }

    .dw_nav_leftContent {
        padding-left: 30px !important;
    }

}

@media only screen and (max-width: 1360px) {
    .dw_nav a {
        font-size: 12px !important;
        margin: 0 10px !important;
    }

    #dw_select_input {
        font-size: 12px !important;
        margin: 0 0px 2px 10px !important;
    }

    .dw_nav_leftContent {
        padding-left: 16px !important;
    }
}

/* 搜索 */
.dw_search_content_head {
    width: 16%;
    height: 34px;
    background: #F3F3F3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative;
}

.dw_search_content_head span {
    width: 40px;
    line-height: 34px;
    margin: 0 12px 0 0 !important
}

.dw_search_content_head input {
    width: 85%;
    border: none;
    height: 34px;
    background: #F3F3F3;
    padding-left: 8px;
}

.dw_search_content_head>span {
    height: 25px;
    border-left: 1px solid rgba(102, 102, 102, .26);
    width: 16%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dw_search_content_head>:last-child {
    width: 18px;
    position: absolute;
    top: 8px;
    right: 20%;
}

.dw_search_content_head>img {
    cursor: pointer;
}

/* 咨询 */
.dw_float_box {
    width: 48px;
    height: 182px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.13);
    border-radius: 24px;
    position: fixed;
    right: 32px;
    top: 315px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* padding: 13px 0px */
}

.dw_float_box>span {
    display: inline-block;
    background-color: #EAEAE9;
    height: 1px;
    width: 29px;
    margin: 14px 0;
}

.dw_float_box>div {
    height: 51px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAEAE9;
    position: relative;
}

.dw_float_box img {
    width: 24px;
}

.dw_float_box>:nth-child(1):hover .dw_floatBox_one {
    visibility: visible;
}

.dw_float_box>:nth-child(1):hover>img {
    content: url("../../images/index/listen.png");
    width: 31px;
}

.dw_float_box>:nth-child(2):hover .dw_floatBox_two {
    visibility: visible;
}

.dw_float_box>:nth-child(2):hover>img {
    content: url("../../images/index/report/h5.png");
    width: 31px;
}

.dw_float_box>:nth-child(3):hover .dw_floatBox_three {
    visibility: visible;
}

.dw_float_box>:nth-child(3):hover>img {
    content: url("../../images/index/wechat.png");
    width: 31px;
}

.dw_float_box>:nth-child(4):hover .dw_floatBox_four {
    visibility: visible;
}

.dw_float_box>:nth-child(4):hover>img {
    content: url("../../images/index/emial.png");
    width: 31px;
}

.dw_float_box_position {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute !important;
    left: -200px;
    top: -30px;
    visibility: hidden;
}

.dw_wechatTool {
    width: 200px;
    height: 100px !important;
    border: 0px !important;
    background-image: url(../../images/index/toolwechat.png);
}

.dw_qr_code_bac {
    top: -70px;
    left: -184px;
    width: 184px;
    height: 194px !important;
    border: 0px !important;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-image: url(../../images/index/squireBac.png);

}

.dw_float_box_position>span {
    margin-left: 30px;
    cursor: pointer;
}

.dw_float_box_position>:first-child {
    color: #A7A7A7;
    font-size: 16px;
    margin-bottom: 8px;
}

.dw_float_box_position>:last-child {
    color: #4691EC;
    font-size: 14px;
}

.dw_qr_code_bac>img {
    width: 100px;
    height: 100px;
    margin-right: 8px;
}

.dw_qr_code_bac>span {
    margin-left: 0 !important;
    margin-right: 8px;
    color: #666666 !important;
}

/* 评论 */
.dw_comment_content h5 {
    font-size: 18px;
    color: #2B2D34;
    margin-bottom: 30px;
}

.dw_comment_content textarea {
    width: 660px;
    height: 100px;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    padding: 21px 26px;
    resize: none
}

.dw_comment_textarea-list {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.dw_comment_count_content {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #A7A7A7;
}

.dw_comment_content :last-child {
    display: flex;
}

.dw_comment_content button {
    margin-left: auto;
}

.dw_comment_textarea_content {
    margin-bottom: 30px;
}

.dw_comment_textarea_content img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: 4px;
}

/* 评论详情 */

#dw_repeat_textarea_content {
    /* display: none; */
    padding-left: 50px;
}

#dw_repeat_textarea_content>:nth-child(2) {
    display: flex;
    justify-content: end;
    align-items: center;
}

#dw_repeat_textarea_content>div>span {
    color: #006BEC;
    font-size: 14px;
    margin-right: 25px;
}

.dw_repeat_more {
    color: #4691EC;
    font-size: 14px;
    padding-left: 50px;
    cursor: pointer;
}

#dw_repeat_cancel {
    cursor: pointer;
}

#dw_repeat_confirm {
    cursor: pointer;
}

#dw_repeat_cancel_child {
    cursor: pointer;
}

#dw_repeat_confirm_child {
    cursor: pointer;
}

.dw_repeat_title {
    display: flex;
    align-items: center;
}

.dw_repeat_title_child {
    display: flex;
    align-items: center;
}

.dw_repeat_title>img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.dw_repeat_title_child>img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}


.dw_repeat_title>h5 {
    color: #2B2D34;
    font-size: 16px;
    margin: 0 15px;
}

.dw_repeat_title_child>h5 {
    color: #2B2D34;
    font-size: 16px;
    margin: 0 15px;
}

.dw_repeat_title>span {
    color: #A7A7A7;
    font-size: 14px;
}

.dw_repeat_title_child>span {
    color: #A7A7A7;
    font-size: 14px;
}

.dw_repeat_content {
    padding-left: 50px;
}

.dw_repeat_content_child {
    padding-left: 50px;
}

.dw_repeat_content>h6 {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 30px;
}

.dw_repeat_content_child>h6 {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 30px;
}

.dw_repeat_action {
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.dw_repeat_action_child {
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.dw_repeat_action_content {
    color: #31333A;
    font-size: 16px;
    width: 17px;
    height: 17px;
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 92px;
}

.dw_repeat_action_content_child {
    color: #31333A;
    font-size: 16px;
    width: 17px;
    height: 17px;
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 92px;
}

.dw_repeat_action_content>img {
    margin-left: 20px;
    cursor: pointer;
}

.dw_repeat_action_content_child>img {
    margin-left: 20px;
    cursor: pointer;
}

.dw_repeat_action_content>span {
    margin-left: 4px;
}

.dw_repeat_action_content_child>span {
    margin-left: 4px;
}


#dw_cb_btn {
    width: 77px;
    height: 26px;
    background: #F0F0F0;
    /* background:#E1ECF9; */
    border-radius: 4px;
    color: #818181;
    /* color: #006BEC; */
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    cursor: pointer;
}

#dw_cb_btn_child {
    width: 77px;
    height: 26px;
    background: #F0F0F0;
    /* background:#E1ECF9; */
    border-radius: 4px;
    color: #818181;
    /* color: #006BEC; */
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    cursor: pointer;
}

.dw_cb_btn_active {
    color: #006BEC !important;
    background: #E1ECF9 !important;
}

.dw_cb_btn_active_child {
    color: #006BEC !important;
    background: #E1ECF9 !important;
}


#dw_repeat_textarea {
    width: 659px;
    height: 106px;
    background: rgba(126, 126, 126, .03);
    border-radius: 10px;
    color: #A7A7A7;
    font-size: 14px;
    padding: 20px 26px;
    resize: none;
    border: 0;
    margin-bottom: 30px;
}

#dw_repeat_textarea_child {
    width: 610px;
    height: 106px;
    background: rgba(126, 126, 126, .03);
    border-radius: 10px;
    color: #A7A7A7;
    font-size: 14px;
    padding: 20px 26px;
    resize: none;
    border: 0;
    margin-bottom: 30px;
}

.dw_more_repeat_btn {
    font-size: 14px;
    color: #2B2D34;
    width: 762px;
    height: 40px;
    background: #F0F0F0;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.dw_repeat_action_textArea {}

/* 评论区 */
#dw_show_commentArea {
    /*display: none;*/
}

/* 弹窗 */
/* 弹窗 */
#dw_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(40, 42, 48, .23);
    display: flex;
    align-items: center;
    justify-content: center;
    /*visibility: hidden;*/
}

#dw_download_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(40, 42, 48, .23);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

#dw_email_modal {
    top: 300px;
    left: 621px;
    position: fixed;
    width: 585px;
    height: 341px;
    padding: 15px 26px;
    /* margin-top: -310px; */
    margin-left: -170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 10, 19, 0.14);
    border-radius: 6px;
    visibility: hidden;
}

.dw_modal_content {
    padding: 19px 23px;
    width: 530px;
    height: 530px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.13);
    border-radius: 6px;
    /* margin: 0 auto; */
}

.dw_modal_title {
    margin-top: 10px;
    margin-bottom: 10px;
    /* line-height: 0 !important; */
}


.dw_modal_text {
    height: 480px;
    overflow-y: auto;
    display: inline-block;
}

.dw_model_form {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.dw_model_form>span {
    margin-right: 36px;
    color: #929498;
    font-size: 16px;
    width: 70px;
    display: inline-block;

}

.dw_model_form_label {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 0;
    color: #2B2D34;
}


.dw_model_form_label>label {
    margin-right: 28px;
    margin-bottom: 21px;
}

.dw_model_form_label input {
    margin-right: 11px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
}

.dw_model_form textarea {
    width: 387px;
    height: 113px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    padding: 8px;
    resize: none
}

.dw_model_commit {
    width: 100%;
    height: 46px;
    margin-top: 30px;
}

#dw_close_modal {
    cursor: pointer;
}

/* 三角形 */
.dw_up_delta {
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    /*以下四个样式对应四种三角形，任选其一即可实现*/
    border-top-color: #fff;
    display: inline-block;
    margin: 0 0 -2px -3px !important;


}

.dw_down_delta {
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    /*以下四个样式对应四种三角形，任选其一即可实现*/
    border-bottom-color: #fff;
    display: inline-block;
    margin: 0 0 3px -3px !important;
    display: none;
}

/* 下载弹窗 */
/* 清样式，如果是项目中，不推荐使用通配符来清样式，建议使用标签清样式，通配符清样式会增加页面压力 */
* {
    margin: 0;
    padding: 0;
}

.box {
    width: 1073px;
    height: 50vh;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
}

.dw_download_tabs {
    position: relative;
    display: flex;
}

/* .dw_download_tabs_item {
            flex: 1;
            height: 60px;
          } */

.dw_download_tabs_item>input {
    display: none;
}

.dw_download_tabs_item>input+label {
    display: block;
    width: 100%;
    height: 100%;
    /* background: #ccc; */
    font-size: 18px;
    text-align: center;
    /* line-height: 60px; */
    color: #46536A;
    font-size: 14px;
    width: 114px;
    height: 49px;
    line-height: 49px;
}

.dw_download_tabs_item>input+label+.dw_download_tab_box {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
}

.dw_download_tabs_item>input:checked+label {
    /* background: #333333; */
    /* color: #fff; */
    border-bottom: 3px solid #006BEC;
    font-weight: 600;
    color: #252C38;
    font-size: 16px;
}

.dw_download_tabs_item>input:checked+label+div {
    display: block;
}

.dw_download_tab_box {
    width: 1073px;
    height: 300px;
    border-top: 1px solid #EBEBEB;
}

.dw_download_tab_box>span {
    font-size: 14px;
    color: #A2A3A7;
    line-height: 40px;
}

.dw_download_tab_list>div {
    height: 54px;
    background: #F5F7FA;
    border-radius: 6px;
    display: flex;
    align-items: center;
    color: #52607B;
    font-size: 14px;
    justify-content: space-between;
    margin-bottom: 10px
}

.dw_download_tab_list>div>div {
    margin: 0 30px;
    display: flex;
    align-items: center;
}

.dw_download_tab_list>div>div>:first-child {
    margin-right: 23px;
}

.dw_tabs_download_icon {
    position: relative;
    cursor: pointer;
    width: 37px;
    height: 37px;
    background-image: url("../../images/index/download/down_dark.png");
}

.dw_tabs_download_icon:hover {
    background-image: url("../../images/index/download/download.png");
}

.dw_tabs_email_icon {
    position: relative;
    cursor: pointer;
    width: 37px;
    height: 37px;
    background-image: url("../../images/index/download/email_dark.png");
}

.dw_tabs_email_icon:hover {
    background-image: url("../../images/index/download/email.png");
    background-size: 37px 37px;
}

.dw_tabs_email_icon:hover .dw_tabs-email_tooltip {
    display: block;
    right: -80px;
    bottom: -30px;
}

.dw_tabs_download_icon:hover .dw_tabs-download_tooltip {
    display: block;
    right: -80px;
    bottom: -34px;
}

.dw_tabs-download_tooltip {
    position: absolute;
    width: 101px;
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 10, 19, 0.14);
    border-radius: 4px;
    display: none;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

.dw_tabs-email_tooltip {
    position: absolute;
    width: 101px;
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 10, 19, 0.14);
    border-radius: 4px;
    display: none;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

/* 下载 */
.dw_download_modal_box {
    width: 1063px;
    background: #fff;
    height: 700px;
    padding: 10px 34px;
}

.dw_download_tabs {
    position: relative;
    display: flex;
}

/* .dw_download_tabs_item {
            flex: 1;
            height: 60px;
          } */

.dw_download_tabs_item>input {
    display: none;
}

.dw_download_tabs_item>input+label {
    display: block;
    width: 100%;
    height: 100%;
    /* background: #ccc; */
    font-size: 18px;
    text-align: center;
    /* line-height: 60px; */
    color: #46536A;
    font-size: 14px;
    width: 114px;
    height: 49px;
    line-height: 49px;
}

.dw_download_tabs_item>input+label+.dw_download_tab_box {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
}

.dw_download_tabs_item>input:checked+label {
    /* background: #333333; */
    /* color: #fff; */
    border-bottom: 3px solid #006BEC;
    font-weight: 600;
    color: #252C38;
    font-size: 16px;
}

.dw_download_tabs_item>input:checked+label+div {
    display: block;
}

.dw_download_tab_box {
    width: 1073px;
    height: 592px;
    border-top: 1px solid #EBEBEB;
    overflow-y: auto;
}

.dw_download_tab_box>span {
    font-size: 14px;
    color: #A2A3A7;
    line-height: 40px;
}

.dw_download_tab_list>div {
    height: 54px;
    background: #F5F7FA;
    border-radius: 6px;
    display: flex;
    align-items: center;
    color: #52607B;
    font-size: 14px;
    justify-content: space-between;
    margin-bottom: 10px
}

.dw_download_tab_list>div>div {
    margin: 0 30px;
    display: flex;
    align-items: center;
}

.dw_download_tab_list>div>div>:first-child {
    margin-right: 23px;
}

.dw_tabs_download_icon {
    position: relative;
    cursor: pointer;
    width: 37px;
    height: 37px;
    background-image: url("../../images/index/download/down_dark.png");
}

.dw_tabs_download_icon:hover {
    background-image: url("../../images/index/download/download.png");
}

.dw_tabs_email_icon {
    position: relative;
    cursor: pointer;
    width: 37px;
    height: 37px;
    background-image: url("../../images/index/download/email_dark.png");
}

.dw_tabs_email_icon:hover {
    background-image: url("../../images/index/download/email.png");
    background-size: 37px 37px;
}

.dw_tabs_email_icon:hover .dw_tabs-email_tooltip {
    display: block;
    right: 20px;
    bottom: -30px;
}

.dw_tabs_download_icon:hover .dw_tabs-download_tooltip {
    display: block;
}

.dw_tabs-download_tooltip {
    position: absolute;
    width: 101px;
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 10, 19, 0.14);
    border-radius: 4px;
    display: none;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    right: -80px;
    bottom: -34px;
    z-index: 2;
}

.dw_tabs-email_tooltip {
    position: absolute;
    width: 101px;
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 10, 19, 0.14);
    border-radius: 4px;
    display: none;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    right: 20px;
    bottom: -30px;
    z-index: 2;
}

/* 邮箱 */
.dw_email_modal_file {
    width: 430px;
    height: 54px;
    background: #F5F7FA;
    border-radius: 6px;
    border: none;
    margin-left: 19px;
    background-repeat: no-repeat;
    background-position: 20px 19px;
    padding-left: 50px;
    color: #52607B;
    background-image: url('../../images/index/report/y_file.png');
}

.dw_email_modal_address {
    width: 459px;
    height: 48px;
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    margin-left: 19px;
    padding-left: 20px;

}

#dw_email_modal>div>div {
    font-size: 16px;
    color: #929498;
    margin-bottom: 30px;
}

#dw_email_modal>:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

#dw_email_modal>:last-child>button {
    width: 179px;
    height: 37px !important;
    /* background: #E5E5E5; */
    border-radius: 19px;
    cursor: pointer;
}

.dw_nav_rightContent_iconBtn {
    cursor: pointer;
}

/* 发布下拉 */
.dw_publish_select {
    position: relative;
}

.dw_publish_select_content {
    position: absolute;
    width: 105px;
    height: 126px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.13);
    border-radius: 0px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
    visibility: hidden;
    bottom: -156px;
    z-index: 3;
}
.dw_publish_select_content>h6:hover{
    color: #006BEC;
}
.dw_publish_select_content>h6{
    cursor: pointer;
    font-size: 14px !important;
    color:#2B2D34 ;
}
.dw_publish_outside_box:hover span{
    border-bottom: 3px solid rgba(0,107,236,.16);
}
.dw_publish_outside_box:hover .dw_publish_select_content{
    visibility: visible;
}
.dw_publish_outside_box{
    height: 50px;
}
#dw_copyright {
    position: fixed !important;
    background-color: rgba(248, 250, 254) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 50px !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
}
#dw_copyright>:first-child>span {
    cursor: pointer;
}

#dw_copyright span {
    display: inline-block;
    /* margin:8px 16px; */
    margin-right: 45px;
    font-size: 14px;
    color: #6F7486;
}

#dw_copyright :nth-child(2) :last-child {
    margin-right: 0;
}

.dw_copyright_left {
    margin-left: 28px;
}

.dw_copyright_right {
    margin-right: 28px;
}
.dw_nav_name {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    height: 50px;
    /* margin-left: 90px; */
}

.dw_nav_name img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 50%;
}

.dw_nav_name .dw_nav_signout {
    position: absolute;
    width: 110px;
    height: 60px;
    top: 48px;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.13);
    border-radius: 0px 16px 16px 16px;
    z-index: 120;
    font-size: 14;
    padding-bottom: 13;
    box-shadow: 0px 0px 16px 0px rgba(0, 107, 236, 0.1);
    display: none;
}

.dw_nav_name .dw_nav_signout .dw_nav_signout_sanjiao {
    position: absolute;
    top:-19px;
    left: 40px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dw_nav_name .dw_nav_signout .dw_nav_signout_btn {
    width: 110px;
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    color:#2B2D34 ;
}

.dw_nav_name .dw_nav_signout .dw_nav_signout_btn:hover {
    background-color: rgba(24, 144, 255, 0.2);
}
