.video-new{
            width: 1200px;
            margin: 20px auto;
            overflow: hidden;
            background: #fa4b46;
            padding: 26px 0;
        }
        .video-new-title h2{
            text-indent: 17px;
            color: white;
            font-size: 25px;
        }
        .video-new-table{
            background: white;
            font-size: 14px;
            text-align: center;
            border-collapse: collapse;
            width: 400px;
            color: #5b5b5b;
        }
        .video-new-table th,td{
            border: 1px solid #b3b3b3;
            padding: 8px 0;
        }
        .video-new-table-box{
            display: flex;
            background: white;
            width: 800px;
            margin: 10px 17px;
        }
        .video-new-table:nth-child(1){
            margin-right: 7px;
        }
        .video-new-btn-zx{
            width: 90%;
            padding: 3px 8px;
            border: none;
            background: red;
            border-radius: 5px;
            color: white;
            font-size: 11px;
            cursor: pointer;
        }
        .video-new-table-me{
            width: 80px;
        }
        .video-new-header-box{
            display: flex;
        }
        .video-new-header-box .video-mp4{
            margin: 10px 0;
            background: black;
            height: 227px;
            display: flex;
        }
        .video-mp4 video{
            width: 350px;
        }
        .video-form-box{
            background: white;
            width: 1167px;
            margin: 1px 17px;
            display: flex;
        }
        .video-new img {
            width: 100%;
            height: 100%;
        }
        .video-form-icon{
            width: 50px;
        }
        .video-form-item{
            font-size: 15px;
            font-weight: 600;
            color: #fa4b46;
            padding: 10px 20px;
        }
        .video-form-item:nth-child(1){
            border-right: 20px solid #fa4b46;
            display: flex;
            align-items: center;
            width: 160px;
        }
        .video-form-item:nth-child(2){
            width: 100%;
        }
        .video-form-icon-text{
            margin-left: 11px;
        }
        .video-form-title{
            color: #5b5b5b;
            font-size: 16px;
            font-weight: 600;
        }
        .video-form-new{
            display: flex;
        }
        .video-form-new-input,.video-form-new-button{
            margin: 8px 14px 0 0;
        }
        .video-form-new-input input{
            width: 210px;
            line-height: 29px;
            text-indent: 10px;
            border-radius: 3px;
            border: 1px solid #5b5b5b;
            outline: none;
        }
        .video-form-new-button button{
            background: #fa4b46;
            width: 200px;
            line-height: 29px;
            border: 1px solid #fa4b46;
            border-radius: 5px;
            color: white;
            cursor: pointer;
        }
        .video-new-title-two h2{
            text-indent: 0;
        }