

.d_cont, .e_cont{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    background-color:#0007;
    z-index:10;
}

.d_box, .e_box{
    width:100%;
    max-width:400px;
    margin:auto;
    margin-top:20%;
    background-color:white;
    border-radius: 10px;
    overflow: auto;
    box-shadow: 3px 3px 3px #0003;
}

.d_box .title, .e_box .title{
    width:100%;
    background-color:#379;
    height:30px;
    line-height:30px;
    text-align:center;
    color:white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.d_box .question{
    line-height:30px;
    text-align: center;
    margin:10px;
}

.d_box .buttons, .e_box .buttons{
    text-align:center;
    margin-bottom:15px;
}

.d_box .btn, .e_box .btn{
    width: 100%;
    max-width:100px;
    display:inline-block;
    height:50px;
    line-height:50px;
    padding: 0 5px;
    border-radius:25px;
    border:1px solid #778;
    cursor:pointer;
    transition-property: background-color;
    transition-duration: 0.2s;
}

.d_box .btn:hover, .e_box .btn:hover{
    background-color:#0001;
}

.add_video{
    height:100px;
    border:1px solid #79f;
    border-radius:10px;
    margin:5px;
    line-height:100px;
    text-align:center;
    color:#79f;
    font-size:60px;
    box-sizing: border-box;
    cursor:pointer;
    transition-property: background-color;
    transition-duration:0.2s;
}

.add_video:hover{
    background-color:#0492;
}

.d_box, .e_box{
    max-height:calc(100% - 10px);
}

.e_box{
    margin-top:5px;
}

.e_box .e_content{
    overflow:auto;
}

.e_box .option{
    box-sizing: border-box;
    margin:5px;
    border-radius:10px;
}

.e_box .option .option_name{
    border:1px solid #589;
    border-bottom:none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width:100%;
    background-color: #eee;
    height:30px;
    line-height: 30px;
    text-align: center;
    color: #333;
}

.e_box .option input{
    border:1px solid #589;
    border-top:none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display:block;
    width:100%;
    text-align:center;
    outline:none;
    line-height:20px;
    height:40px;
    padding:10px;
}

.e_box .option .indexkep{
    width:50%;
    height:auto;
    border-radius:15px;
}

.e_box .option .bottom{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border:1px solid #589;
    border-top:none;
    text-align:center;
}

.e_box .option .btn.switch{
    display:block;
    margin: 0 auto 10px auto;
}
