﻿.divModalVideo .ModalVideoMain {
    top: 40px;
}

.divModalVideo .prism-player {
    height: 500px;
    width: 100%;
}

.top-right-title {
    margin: 15px 18px;
}

.top-right-title {
    font-size: 20px;
    color: #4C4C4C;
    font-weight: normal;
}
.top-right-ask {
    background-image: linear-gradient(-129deg, #50BEBE 0%, #06A1A1 45%, #0099B0 73%, #0099CB 100%) !important;
    border-radius: 4px;
    width: 246px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
}

.video-test {
    width: 800px;
    height: 500px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -400px;
}

    .video-test .close {
        float: right;
        margin-right: -60px;
        cursor: pointer;
        opacity: initial;
    }

        .video-test .close:hover, .video-test .close:focus {
            cursor: pointer;
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .video-test video {
        background: #f2f2f2;
        border-radius: 4px;
        width: 100%;
        height: 500px;
    }
.divModalAudition h4 {

}
.divModalAudition .ModalAuditionMain {
    /*width: 600px;*/
    width: 360px;
    /*margin-left: -300px;*/
    margin-left: -180px;
    height: 350px;
}

.divModalAudition .AuditionTitle {
    width: 60px;
    float: left;
    margin-top: 10px;
}

.divModalAudition .AuditionCode {
    width: 300px;
}

.divModalAudition .ModalCentent {
    margin-left: 30px;
}

.divModalAudition input {
    /*width: 80%;
    height: 34px;
    border: 1px solid #D4D4D4;*/
    /*margin: 5px 0px;*/
    /*text-indent: 10px;
    border-radius: 2px;*/
}

.divModalAudition .top-right-ask {
    margin-left: 150px
}

.divModalAudition .ModalAuditionTip {
    margin: 20px 30px 12px 0px;
    font-size: 12px;
    color: #9D9D9D;
}
