.kernel_content{
    background: #fff;
}
.data_select{
    width:371px;
    height:38px;
    border-radius:2px;
    border:1px solid rgba(221,222,225,1);
    margin-top: 11px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(0,0,0,1);
    cursor: pointer;
    padding: 9px 15px;
    transition: .3s;
}
.data_select_container{
    width:371px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
    border-radius:2px;
    margin-top: 10px;
    padding: 15px 0;
    display: none;
    position: absolute;
    z-index: 4;
}
.select_list{
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:20px;
    padding: 0 15px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: .3s;
}
.select_list:hover{
    background: #E6F7FF;
}
.select_text{
    float: left;
    width: 318px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select_icon{
    float: left;
    width: 13px;
}
.select_icon>img{
    width: 19px;
}
.select_selected{
    border:1px solid #4795F7;
    box-shadow: 0 0 3px rgba(71,149,247,0.3);
}
.data_contain_wrap{
    margin-top: 50px;
    display: none;
    padding: 0;
}
.detail_select{
    margin-top: 50px;
    display: none;
}
.contain_title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #000000;
    margin-top: 48px;
    margin-bottom: 16px;
}
.detial_information{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    text-align: justify;
    line-height: 28px;
}
.agreement_none{
    display: none;
}
#editor_view{
    padding: 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}
.agreement_btn{
    min-width: 106px;
    height: 32px;
    border: 1px solid #979797;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    background: #fff;
    outline: none;
    padding: 0 10px;
}
.agreement_none{
    display: none;
}
.argument_text{
    padding: 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}