.vex-tut .vex-content{
    width: 520px !important;
    color: black !important;
}
.vex-tut .vex-dialog-form{
    padding-bottom: 0 !important;
}

.tut-pop-container{
    width: 100%;
    position: relative;
    min-height: 180px;
    background: url('../../img/template/fcicons/Tutorial/TutorialBG.jpg') bottom center ;
    border-radius: 4px;
}
.tut-pop-container .tut-agent{
    position: absolute;
    bottom: 0;
    right: 16px;
    width: 128px;
    height: 111px;
    background: transparent no-repeat bottom;
    background-size: contain;
}
.tut-pop-container .tut-task{
    position: relative;
    float: left;
    margin: 12px 0 12px 24px;
    width: 335px;
    border-radius: 8px;
    background: rgba(255,255,255,0.8);
    padding: 8px;
    height: 100%;
}
.tut-pop-container .tut-task:before{
    content: '';
    position: absolute;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid rgba(255,255,255,0.6);
    bottom: 24px;
    right: -15px;
}
.tut-task .tut-info{

}
.tut-task .tut-form{

}
.vex-tut .vex-dialog-buttons{
    left: 24px;
    bottom: 18px;
}
.vex-tut .vex-dialog-input{
    display: none;
}