﻿body {
    background-color: #F4F4F4;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

i {
    font-style: initial;
}

em {
    font-style: initial;
}

.hide {
    display: none !important;
}

.yiwen {
    float: left;
    border: 1px solid #BEBEBE;
    color: #BEBEBE;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    margin: 10px 0 0 0;
    cursor: pointer;
}

    .yiwen:hover {
        background-color: #777;
        color: #fff;
        border-color: #777;
    }

.layui-upload-drag .layui-icon {
    color: #e21c20 !important;
}

.scroll_bar::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #e1e1e1;
    border-radius: 10px;
}

.scroll_bar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #e1e1e1 !important;
    border-radius: 4px;
}

.scroll_bar::-webkit-scrollbar-thumb {
    width: 2px;
    height: 5px;
    background-color: #cccccc !important;
    border-radius: 10px;
}

.p_top_box {
    padding: 0 !important;
}

.ptb_st2 {
    /*box-shadow: 0px 0px 10px #909090 !important;*/
}

.upd_box {
    width: 1300px;
    margin: 70px auto 20px;
    display: table;
}

.upd_box_left {
    width: 280px;
    float: left;
    min-height: 400px;
}

.ubl_menu1 {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

    .ubl_menu1 li {
        padding: 0 30px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #222;
        cursor: pointer;
    }

        .ubl_menu1 li i {
            display: block;
            float: right;
            border-top: 2px solid;
            border-right: 2px solid;
            width: 6px;
            height: 6px;
            border-color: #b7b7b7;
            transform: rotate(45deg);
            margin-top: 21px;
        }

        .ubl_menu1 li:hover {
            color: #e21c20;
        }

    .ubl_menu1 .dqli {
        background-color: #e21c20;
        color: #fff !important;
    }

        .ubl_menu1 .dqli i {
            border-color: #fff;
        }

.ubl_adv1 {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    min-height: 50px;
}

    .ubl_adv1 .adv_title {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #e6e6e6;
        color: #222;
        line-height: 50px;
        font-weight: 600;
        font-size: 14px;
    }

        .ubl_adv1 .adv_title span {
            padding-left: 18px;
            border-left: 4px solid #e21c20;
        }

    .ubl_adv1 ul {
        width: 100%;
        max-height: 520px;
        overflow-y: auto;
        padding-bottom: 10px;
    }

        .ubl_adv1 ul li {
            width: 252px;
            height: 190px;
            background: #fffbf4;
            border-radius: 8px;
            margin: 10px auto 0;
        }

.ubl_adv2 {
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

    .ubl_adv2 img {
        width: 100%;
        border-radius: 5px;
    }

.upd_box_right {
    width: 1000px;
    float: right;
    min-height: 400px;
}

.ubr_data {
    width: 100%;
    height: 140px;
    background-color: #fff;
    border-radius: 5px;
}

.ubr_info {
    width: 250px;
    height: 140px;
    float: left;
}

    .ubr_info div {
        width: 80px;
        height: 56px;
        margin: 42px auto;
        text-align: center;
    }

        .ubr_info div i {
            height: 33px;
            font-size: 24px;
            font-weight: 500;
            color: #333;
            line-height: 33px;
            display: block;
        }

        .ubr_info div span {
            height: 20px;
            font-size: 14px;
            font-weight: 400;
            color: #999;
            line-height: 20px;
            margin-top: 14px;
        }

    .ubr_info > span {
        width: 1px;
        height: 44px;
        background: #eee;
        border-radius: 1px;
        display: block;
        float: right;
        margin-top: -92px;
    }

.upd_menu {
    height: 58px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    padding-left: 24px;
    line-height: 58px;
}

    .upd_menu span {
        font-size: 14px;
        color: #222;
        cursor: pointer;
        margin-right: 48px;
        position: relative;
    }

        .upd_menu span:hover {
            color: #e21c20;
        }

    .upd_menu .dqmenu {
        color: #e21c20;
        border-bottom: 3px solid #e21c20;
        padding-bottom: 4px;
    }

        .upd_menu .dqmenu i {
            position: absolute;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #f0f0f0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 30px;
        }

.upd_operation {
    min-height: 300px;
    background-color: #fff;
    padding: 16px;
    margin-top: 20px;
    border-radius: 5px;
}

    .upd_operation > div {
        padding: 0 20px 30px;
        margin-top: 30px;
    }

.upd_line {
    margin-top: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.upd_tran {
    display: table;
    width: 100%;
    min-height: 40px;
    margin-top: 20px;
}

    .upd_tran .ut_title {
        font-size: 14px;
        color: #222;
        width: 102px;
        float: left;
        height: 40px;
        line-height: 40px;
        text-align: right;
    }

        .upd_tran .ut_title i {
            color: #f5222d;
            font-family: SimSun;
        }

    .upd_tran .ut_cont {
        float: left;
        margin-left: 20px;
        max-width: 805px;
    }

        .upd_tran .ut_cont .ut_img {
            width: 800px;
            height: 135px;
            /*background-color: #F6F6F6;
            border: 1px solid #e1e1e1;
            border-radius: 5px;*/
        }

            .upd_tran .ut_cont .ut_img .ut_img_dis {
                width: 180px;
                height: 135px;
                background-color: #F6F6F6;
                border: 1px solid #e1e1e1;
                border-radius: 10px;
                float: left;
                margin-right: 15px;
                display: flex;
                flex-wrap: wrap;
                overflow: hidden;
            }

                .upd_tran .ut_cont .ut_img .ut_img_dis img {
                    width: 180px;
                    height: 135px;
                    flex-grow: 1;
                    object-fit: cover;
                }

                .upd_tran .ut_cont .ut_img .ut_img_dis i {
                    position: absolute;
                    width: 24px;
                    height: 24px;
                    background-color: #fff;
                    margin: 5px 0 0 150px;
                    text-align: center;
                    line-height: 24px;
                    font-size: 25px;
                    opacity: 0.8;
                    cursor: pointer;
                }

                .upd_tran .ut_cont .ut_img .ut_img_dis span {
                    position: absolute;
                    width: 180px;
                    text-align: center;
                    font-size: 12px;
                    background-color: #fff;
                    height: 24px;
                    margin-top: 111px;
                    line-height: 24px;
                    opacity: 0.8;
                    border-radius: 0 0 9px 9px;
                    cursor: pointer;
                }

                .upd_tran .ut_cont .ut_img .ut_img_dis div {
                    width: 50px;
                    height: 50px;
                    position: absolute;
                    overflow: hidden;
                }

                    .upd_tran .ut_cont .ut_img .ut_img_dis div label {
                        position: absolute;
                        width: 80px;
                        height: 20px;
                        transform: rotate( -45deg);
                        -ms-transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        -webkit-transform: rotate( -45deg);
                        background-color: #E21C20;
                        color: #fff;
                        text-align: center;
                        font-size: 12px;
                        line-height: 20px;
                        float: left;
                        margin: 8px 0px 0 -22px;
                    }

            .upd_tran .ut_cont .ut_img .ut_img_add {
                width: 180px;
                height: 135px;
                background-color: #F6F6F6;
                border: 1px solid #e1e1e1;
                border-radius: 5px;
                float: left;
                margin-right: 20px;
                cursor: pointer;
            }

                .upd_tran .ut_cont .ut_img .ut_img_add span {
                    display: block;
                    text-align: center;
                    margin-top: 8px;
                    font-size: 46px;
                    color: #ccc;
                }

                .upd_tran .ut_cont .ut_img .ut_img_add i {
                    display: block;
                    text-align: center;
                    font-size: 12px;
                    line-height: 22px;
                    color: #bbb;
                }

        .upd_tran .ut_cont .ut_tips {
            font-size: 12px;
            color: #333;
            margin-top: 10px;
        }

        .upd_tran .ut_cont select {
            width: 472px;
            height: 38px;
            padding: 0 10px;
            border-radius: 5px;
            border: 1px solid #e1e1e1;
            float: left;
            color: #222;
        }

            .upd_tran .ut_cont select[name=s_two] {
                width: 226px;
                margin-right: 20px;
            }

            .upd_tran .ut_cont select[name=s_three] {
                width: 144px;
                margin-right: 20px;
            }

        .upd_tran .ut_cont input[type=text] {
            width: 450px;
            height: 38px;
            padding: 0 10px;
            border-radius: 5px;
            border: 1px solid #e1e1e1;
            float: left;
        }

        .upd_tran .ut_cont textarea {
            width: 450px;
            height: 120px;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #e1e1e1;
            float: left;
        }

        .upd_tran .ut_cont .add_radio {
            float: left;
            margin-right: 24px;
            margin-top: 12px;
            text-align: center;
            font-size: 12px;
            color: #E21C20;
            border: 1px solid #E21C20;
            padding: 0 2px;
            cursor: pointer;
        }

        .upd_tran .ut_cont .list_radio {
            display: contents;
        }

    .upd_tran .ut_btn {
        background-color: #E21C20;
        width: 140px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        font-size: 14px;
        color: #fff;
        border-radius: 5px;
        float: left;
        margin-left: 20px;
        cursor: pointer;
    }

    .upd_tran .ut_tjbtn {
        background-color: #E21C20;
        width: 140px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        border-radius: 5px;
        margin-left: 122px;
        cursor: pointer;
    }

    .upd_tran .tjbtn_bky {
        background-color: #ABABAB !important;
        cursor: no-drop !important;
    }

    .upd_tran .ut_cont .radio {
        float: left;
        height: 40px;
        line-height: 40px;
        margin-right: 30px;
    }

        .upd_tran .ut_cont .radio input[type=radio] {
            width: 16px;
            height: 16px;
            position: absolute;
            margin-top: 12px;
        }

        .upd_tran .ut_cont .radio label {
            color: #222;
            font-size: 14px;
            padding-left: 25px;
            cursor: pointer;
        }

        .upd_tran .ut_cont .radio i {
            font-size: 12px;
            color: #E21C20;
            border: 1px dashed #E21C20;
            padding: 0 2px;
            cursor: pointer;
        }

    .upd_tran .ut_cont .checkbox {
        float: left;
        height: 40px;
        line-height: 40px;
        margin-right: 30px;
    }

        .upd_tran .ut_cont .checkbox input[type=checkbox] {
            width: 16px;
            height: 16px;
            position: absolute;
            margin-top: 12px;
        }

        .upd_tran .ut_cont .checkbox label {
            color: #222;
            font-size: 14px;
            padding-left: 25px;
            cursor: pointer;
        }

    .upd_tran .ut_cont .ut_box {
        width: 100%;
        min-height: 40px;
        margin-bottom: 10px;
    }

        .upd_tran .ut_cont .ut_box .bu_info {
            height: 30px;
            float: left;
            margin: 5px 10px 0 0;
            border: 1px dashed #E21C20;
            padding: 0 10px;
            line-height: 30px;
            font-size: 12px;
            color: #E21C20;
        }

            .upd_tran .ut_cont .ut_box .bu_info i {
                font-size: 18px;
                display: block;
                float: right;
                margin-left: 8px;
                cursor: pointer;
            }

    .upd_tran .ut_cont .ut_select_box {
        display: table;
        width: 800px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
    }

        .upd_tran .ut_cont .ut_select_box select {
            border: 0;
            width: 200px;
            float: none;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            -ms-appearance: none;
        }

        .upd_tran .ut_cont .ut_select_box .usb_box {
            border-top: 1px solid #e1e1e1;
            height: 300px;
        }

            .upd_tran .ut_cont .ut_select_box .usb_box .usb_left {
                height: 300px;
                width: 180px;
                float: left;
                border-right: 1px solid #e1e1e1;
            }

                .upd_tran .ut_cont .ut_select_box .usb_box .usb_left span {
                    height: 40px;
                    font-size: 12px;
                    line-height: 40px;
                    display: block;
                    padding-left: 30px;
                    cursor: pointer;
                    color: #222;
                }

                    .upd_tran .ut_cont .ut_select_box .usb_box .usb_left span i {
                        display: block;
                        float: right;
                        border-top: 2px solid;
                        border-right: 2px solid;
                        width: 6px;
                        height: 6px;
                        border-color: #b7b7b7;
                        transform: rotate(45deg);
                        margin-top: 16px;
                        margin-right: 14px;
                    }

                    .upd_tran .ut_cont .ut_select_box .usb_box .usb_left span:hover {
                        color: #e21c20;
                    }

                .upd_tran .ut_cont .ut_select_box .usb_box .usb_left .dqfl2 {
                    background-color: #e21c20;
                    color: #fff !important;
                }

                    .upd_tran .ut_cont .ut_select_box .usb_box .usb_left .dqfl2 i {
                        border-color: #fff;
                    }

            .upd_tran .ut_cont .ut_select_box .usb_box .usb_right {
                float: left;
                width: 600px;
                padding: 10px 9px 10px 10px;
            }

                .upd_tran .ut_cont .ut_select_box .usb_box .usb_right span {
                    display: block;
                    float: left;
                    font-size: 12px;
                    height: 30px;
                    line-height: 30px;
                    margin: 0 20px 10px 0;
                    color: #222;
                    border: 1px solid #e1e1e1;
                    padding: 0 10px;
                }

                    .upd_tran .ut_cont .ut_select_box .usb_box .usb_right span i {
                        font-size: 12px;
                        cursor: pointer;
                        color: #e21c20;
                        display: block;
                        float: right;
                        margin-left: 10px;
                    }

.upd_xxk {
    margin-top: 20px;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
}

    .upd_xxk span {
        display: block;
        float: left;
        font-size: 14px;
        text-align: center;
        padding: 0 30px;
        height: 40px;
        cursor: pointer;
        line-height: 40px;
    }

        .upd_xxk span:hover {
            color: #e21c20;
        }

    .upd_xxk .dq_xxk {
        background-color: #E21C20;
        color: #fff !important;
        border-radius: 5px 5px 0 0;
    }

.upd_sm {
    height: 24px;
    margin-left: 122px;
    margin-top: 20px;
}

    .upd_sm input {
        width: 18px;
        height: 18px;
        float: left;
        margin: 2px 0 0 0;
    }

    .upd_sm span {
        display: block;
        float: left;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #505050;
        margin-left: 10px;
    }

        .upd_sm span label {
            cursor: pointer;
        }

        .upd_sm span a {
            color: #e21c20;
        }


/*上传文件----开始*/
.upImg1 {
    background-image: url(/images/ele_video_bg.png);
    background-repeat: no-repeat;
    background-position: 0 9px;
    display: block;
    width: 160px;
    height: 120px;
}

.upImg2 {
    background-image: url(/images/ele_video_bg.png);
    background-repeat: no-repeat;
    background-position: 0px -285px;
    display: block;
    width: 160px;
    height: 120px;
}

.webuploader-pick {
    width: 160px;
    text-align: center;
    margin-top: auto !important;
    display: table !important;
}

#_zd {
    background-color: #e21c20;
    border-radius: 0 25px 25px 0;
    height: 13px !important;
}

#SpeedOfProgress {
    margin: auto !important;
}
/*上传文件----结束*/

/*上传收益进度条----开始*/
.jdt_box {
    height: 20px;
    width: 470px;
    margin-left: 122px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.jdt {
    height: 20px;
    background-color: #D90012;
    border-radius: 50px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
}
/*上传收益进度条----结束*/
