﻿.btn:hover, .btn:focus, .btn.focus {
    color: #f6f6f6 !important;
    text-decoration: none;
}
.interaction{
    overflow: hidden;
}
.interaction-left {
    width: 810px;
    float: left;
    margin-right: 20px;
}
.interaction-right {
    width: 370px;
    float: right;
    min-height: 399px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px
    rgba(0, 0, 0, 0.05);
}
.nav-content{
    background-color: #fff;
    padding: 0 30px 42px;

}
.nav-content-item {
    padding: 22px 0 20px 0;
    border-bottom: 1px solid #ebebeb;

}
.nav-content-item  .nav-content-item-title{
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}
.nav-content-item  .nav-content-item-time {
    font-size: 14px;
    line-height: 1em;
    color: #999999;
    /*margin-top: 23px;*/
    margin-top: 10px;
}
.nav-content-item  .nav-content-item-time  .layui-icon-time {
    margin-right: 5px;
}

.interaction-right-nav {
    height: 60px;
    background-color: #3f7cf8;
    padding-left: 36px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;

}
.interaction-right-nav::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    background-image: linear-gradient( #adc8ff, #adc8ff)
}
.form-box {
    padding: 20px 20px 20px 0;
}
.form-group{
    margin-bottom: 0;
}
.form-group .form-btn {
    margin: 30px 0 20px;
    display: flex;
    justify-content: center;
}
.form-group .form-btn .cancle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width:90px;
    font-size: 18px;
    height: 36px;
    color: #a1a1a1;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}
.form-group .form-btn .sure-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    height: 36px;
    width:90px;
    color: #fff;
    background-color: #3f7cf8;
    border: 1px solid #3f7cf8;
    margin-right: 20px;
    border-radius: 6px;
}
.form-group .form-control {
    margin-bottom: 20px;
}
.form-group .form-control.form-style {
    width: 250px;
    box-shadow: none;
}
.form-group .form-control.form-input{
    height: 36px;
    padding: 7px 12px;
}

.form-group .form-input label.form-label {
    width: 98px;
    line-height: 36px;
    font-size: 14px;
    text-align: right;
    display: inline-block;
    float: left;
    font-weight: 400;
    color: #606266;
    padding-right: 12px;
}
.form-group .form-input label.form-label .require {
    color: #fd5d64;
    margin-right: 2px;
}
.form-group .form-control input,
.form-group .form-control select ,
.form-group .form-control textarea{
    font-size: 14px;
    border: solid 1px #dcdfe6;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;

}
.btn.btn-primary.uploadBtn{
    outline: none;
    border-color: #babfcb;
    padding: 8px 14px 8px 32px;
    font-size: 13px;
    background: #babfcb url("../../app/images/upload.png") no-repeat 13px 10px ;
}
.btn-primary.uploadBtn:active:hover, .btn-primary.uploadBtn.active:hover,  .btn-primary.uploadBtn:active:focus, .btn-primary.uploadBtn.active:focus,  .btn-primary.uploadBtn:active.focus, .btn-primary.uploadBtn.active.focus{
    border-color: #babfcb!important;
    outline: none!important;
    box-shadow:none!important;
    background: #babfcb url("../../app/images/upload.png") no-repeat 13px 10px !important;
}
.hasAnswer {
    color: #3f7cf8;
    float: right;
}
.btn.btn-gray {
    border-color: #d3d3d3!important;
    background-color: #d3d3d3;
    color: #fff;
}
