@charset "UTF-8";
body {
    background-color: #ffffff;
}

a:hover {
    text-decoration: none;
}
.head {
    height: 48px;
    /*display: table;*/
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
}



.head h3{
    color: #fff;
    margin-left: 20px;
}

video {
    width: 100%;
    height: auto;
    /*margin-top: 54px;*/
}

.container-fluid-add {
    padding-top: 10px;
    /*margin-top:10px;*/
    background-color: #FFFFFF;
    /*height: 250px;*/
}

.container-fluid-add img{
    width: 48px;
    height: 48px;
    /*border: 1px #e0e0e0 solid;*/
}

.attention {
    /*border: 1px #fb7299 solid;*/
    border-radius: 18px;
    padding: 8px 15px;
    margin-top: 5px;
    color:#FFFFFF;
    background-color: #FF431C;
    border-width: 0px;
    border-style: ;
    border-color: ;
    border-image: ;
    font-size: 15px;
    font-weight: 600;
}

.replay {
    border-radius: 18px;
    padding: 8px 15px;
    margin-top: 5px;
    color:#FFFFFF;
    background-color: rgba(255, 255, 255, 0);
}

.btn-download {
    background-color: #FF431C; 
    border-color: #FF431C; 
    width: 100px; 
    float: right;
    margin: 6px 10px; 
    font-size: 15px;
    font-weight: 600;
    border-radius: 18px;
}

.mylogo {
    margin: 4px 4px; 
    width: 40px; 
    height: 40px;
}

.small-avatar {
    width: 18px; 
    height: 18px;
}

.popup-thumbnail {
    padding: 0px;
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
    border-radius: 0px;
}

.other {
    width:100%;
    padding-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    border-top: 1px #e0e0e0 solid;
}

.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80);
}

.mycover {
    width: 100%;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mymask {
    height: 480px;
    /*display: table;*/
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    /*margin-top : 48px;*/
    z-index: 90;
    display: none;
}