body{
    font-family: "Microsoft YaHei","微软雅黑";
}
.curse_tit_name {
    float: left;
    font-size: 22px;
    color: #444444;
}
.curse_left {
    float: left;
    font-size: 22px;
    color: #444444;
}
.tit_Return {
    font-size: 18px;
    cursor: pointer;
    color: #1890FF;
    padding-right: 10px;
    border-right: 2px solid #9e9e9e;
}
.i_Return {
    font-size: 24px;
    padding-right: 5px;
}
.select_wrap {
    float: left;
    font-size: 14px;
    color: #444444;
    margin-left: 10px;
    height:30px;
    line-height:30px;
    position:relative;
    cursor: pointer;
    border: 1px solid transparent;
    -moz-user-select: none;
}
.select_span {
    display: block;
    padding: 0 10px 0 10px;
    position: relative;
    cursor:pointer;
}
.Size_s {
    height: 36px;
    line-height: 34px;
}
.isBorder {
    border: 1px solid #DCDCDC;
}
.isBorders{
    border: 1px solid #DCDCDC;
}
.s_i {
    margin-left: 5px;
    font-size: 16px;
}
.MarginL_i {
    margin-left: 35px;
}
.select_ul1 {
    display: none;
    position: absolute;
    border: 1px solid #dcdcdc;
    z-index: 100;
    background: #FFFFFF;
}
.select_ul1> li {
    padding-right: 10px;
    padding-left: 10px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select_ul1 > li:hover {
    background: #dcdcdc;
}
.select_ul1 > li > a {
    color: #444444;
}

.select_ul {
    display: none;
    position: absolute;
    max-height:210px;
    overflow:auto;
    top:30px;
    left:-1px;;
    z-index: 100;
    background: #FFFFFF;
    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
}
.select_ul > li {
    padding-right: 10px;
    padding-left: 10px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select_ul > li:hover {
    background: #F9F9F9;
}
.select_ul > li > a {
    color: #444444;
}

.isHide_ {
    display: none;
}
.isShow_ {
    display: block;
}
.a_newBtn {
    height:27px;
    width: 100%;
    margin-bottom:10px;
}
.userstrategy_newBtn{
    width: 100%;
    height:30px;
    margin-bottom:10px;
}
.a_newBtnBor {
    border-bottom: 1px solid #DCDCDC;
}
.newBtn_Left {
    cursor: pointer;
    float: left;
}
.a_newBtn_s,.a_newBtn_w {
    display:block;
    background: #1890FF;
    color: #fff;
    border-radius: 2px;
    float: left;
    line-height: 25px;
    cursor: pointer;
    font-size:12px;
    border:1px solid #1890FF;
    height: 25px;
    padding: 0 16px 0 14px;
}
.select_w {
    float: left;
}
.s_w {
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 18px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}
.a_newBtn_s > span,.a_newBtn_w > span {
    display: block;
    float: left;
    height: 28px;
    line-height: 24px;
    padding: 0 5px 0 12px;
    color: #FFFFFF;
    font-size: 22px;
}
.newBtn_Right {
    float: right;
}
.newBtn_Right_input {
    display: block;
    width: 166px;
    height: 25px;
    border: 1px solid #c8c8c8;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #4B4B4B;
    float: left;
}
/*搜索框样式*/
.newBtn_Right_input_new {
    width: 193px;
    height: 26px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    border: 1px solid rgba(230,230,230,1);
}

.newBtn_Right_input:hover,.kqyt_w > input:hover,.tr_s > td > input:hover {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #9cc7e9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(33,118,218,.4);
}
.newBtn_Right_input:focus,.kqyt_w > input:hover,.tr_s > td > input:focus {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #9cc7e9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(33,118,218,.4);
}
.newBtn_Right_input:hover,.kdlist_w > input:hover,.tr_s > td > input:hover {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #9cc7e9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(33,118,218,.4);
}
.newBtn_Right_input:focus,.kdlist_w > input:hover,.tr_s > td > input:focus {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #9cc7e9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(33,118,218,.4);
}
.newBtn_Right_inputs{
    box-shadow: 1px 1px 5px #DCDCDC,-1px -1px 5px #DCDCDC;
}
.newBtn_Right_a{
    display: block;
    width: 29px;
    height: 25px;
    line-height:25px;
    border: 1px solid #c8c8c8;
    border-left: transparent;
    text-align:center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    float: left;
    cursor: pointer;
}
.newBtn_Right_a i{
    color:#1890FF;
    line-height:25px;
}
.sousuo_ico1{
    background: url(../images/bkw_icoall.png) -197px -126px no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 7px;
}
.newBtn_Right_a:hover{
    background: #F2F2F2;
}
.iframe_content {
    width: 100%;
    margin-top: 10px;
}
.iframe_tr {
    width: 100%;
    text-align: center;
    height: 50px;
}
.iframe_tr > td {
    background: #f6f8fa;
    border: 1px solid #dcdcdc;
    border-left: transparent;
    border-right: transparent;
    font-size: 12px;
    color: #4b4b4b;
    font-weight: bold;
    padding:0 5px;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.iframe_tr > td > span {
    /* display: block;
    border-right: 1px solid #DCDCDC; */
}
.iframe_tr > td:nth-child(1){
    /* width: 6.4%; */
}
.iframe_tr > td:nth-child(3){
    width: 10.7%;
}
.iframe_tr > td:nth-child(4){
    width: 10.7%;
}
/* .iframe_tr > td:nth-child(5){
	width: 13.2%;
} */
.iframe_tr_td{
    width: 12.6%;
    cursor: pointer;
}
.iframe_tr_Thirdtd {
    white-space: nowrap;
}
.iframe_tr_t{
    position: relative;
}
.iframe_tr_td > span {
}
.iframe_tr_ul {
    position: absolute;
    top: 29px;
    left:0;
    z-index: 1050;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-top: transparent;
    color: #000000;
}
.iframe_tr_ul > li {
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}
.iframe_tr_ul > li > a {
    color: #444444;
    font-weight: normal;
}
.iframe_tr_ul > li:hover {
    background: #eee;
}
.tr_firtit{
    height:30px !important;
}
.iframe_bg > td {
    background: #ffffff;
    border: transparent;
    border-bottom: 1px solid #DCDCDC;
    font-weight: normal;
}
.iframe_bg > td > span {
    border: transparent;
}
.operation_ {
    width:70%;
    margin: 0 auto;
    text-align: center;
}
.operation_ a {
    color: #1890FF;
}
.operation_ a:hover {
    text-decoration: underline;
}
.importQus {
    width: 694px;
    background: #FFFFFF;
    z-index: 105;
    display: none;
    padding-top:10px;
}
.popup_wrap {
    width: 550px;
    background: #FFFFFF;
    z-index: 105;
    display: none;
    padding-top:10px;
}
.titBottom_w table tr td:first-child{
    text-align: right;
}
.titBottom_w table tr td:first-child span{
    /*padding-right:*/
}
.titBottom_w table{
    margin-bottom:10px;
}
.tr_s_file{
    height:55px;
}
.kqyt_w_file {
    position: relative;
    padding-top:10px;
    padding-bottom: 10px;
}
.button_file{
    height:22px;
    font-size:14px;
    line-height: 1;
}
.popup_wrap_f {
    width: 694px;
    background: #FFFFFF;
    z-index: 105;
    display: none;
    padding-top:10px;
}

.live_file {
    display:inline-block;
    width: 56px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    color: #8b8b8b;
    text-align: center;
    margin-bottom: 8px;
    position:relative;
    margin-top: 8px;
}
.live_file input{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.live_file:hover {
    color: #1890FF;
    box-shadow: 1px 1px 5px #DCDCDC,-1px -1px 5px #DCDCDC;
}
.showFileName,.fileerrorTip{
    display: inline-block;
}
.popup_wrap1 {
    width: 694px;
    background: #FFFFFF;
    z-index: 105;
    display: none;
}
.kdjj_content{
    height: 350px;
    margin:0 20px;
    margin-bottom: 20px;
    text-align: center;
    overflow-y:auto;
    overflow-x:hidden;
}
.popup_tit {
    width: 100%;
    /* border-bottom: 1px solid #dcdcdc; */
}
.titTop_w {
    width: 95%;
    margin: 0 auto;
    height: 50px;
    line-height:50px !important;
    font-size: 16px;
    font-weight: bold;
    color: #4b4b4b;
}
.titLeft_ {
    float: left;
}
.titRight_ {
    float: right;
    font-size: 20px;
    padding-top: 20px;
    cursor: pointer;
}
.titRight_:hover{
    color: #1890FF;
}
.titBottom_w {
    width: 85%;
    margin: 0 auto;
}
.status_ {
    width: 100%;
    color: #4b4b4b;
}
.first_tr {
    height: 60px;
    line-height: 60px;
}

.first_tr > td > a {
    color: #4b4b4b;
}

.tr_a {
    margin-right: 40px;
    cursor: pointer;
    font-size: 14px;
}
.tr_as {
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #4b4b4b;
}
.tr_as:hover,.tr_a:hover {
    color: #1890FF;
}
.img_s {
    background: url(../images/xz.png) no-repeat center left;
    padding-left: 25px;
}
.img-s {
    background: url(../images/xzz.png) no-repeat center left;
    padding-left: 25px;
}
.f_imgs {
    background: url(../images/fx_box.png) no-repeat center left;
    padding-left: 25px;
}
.f_img-s {
    background: url(../images/fx_boxs.png) no-repeat center left;
    padding-left: 25px;
}

.status_s {
    width: 20%;
}
.kqyt_w {
    position: relative;
}

.kdlist_w {
    position: relative;
}
.tr_s {
    width: 100%;
    height: 55px;
}
.tr_s > td > input {
    display: block;
    width: 82%;
    font-family: "微软雅黑";
    cursor:pointer;
    color: #4b4b4b;
    padding-left: 2.5%;
    padding-right: 7.5%;
    height: 34px;
    border: 1px solid #DCDCDC;
}
.i_s {
    position: absolute;
    right:10px;
    top: 17px;
    font-size: 20px;
    cursor: pointer;
}
.d_btn {
    display: block;
    color: #1890FF;
    /* margin-top: 15px; */
    font-size: 14px;
}
.d_btn > div {
    margin-right: 15px;
    float: right;
    margin-top: 12px;
    margin-bottom: 12px;
}
.d_btn > div > a{
    display: block;
    float: left;

    border-radius: 4px;
    border:1px solid rgba(217,217,217,1);
    padding:0;
    width:65px;
    height:24px;

    font-size:14px;
    font-weight:400;
    text-align: center;
    line-height: 24px;

    color:rgba(0,0,0,0.65);
    background:rgba(255,255,255,1);

    cursor: pointer;
}

.d_btn > div > a input{
    color:#fff;
    cursor: pointer;
    line-height:24px;
}
.d_btn > div > a:hover {
    box-shadow: 2px 2px 10px #DCDCDC,-2px -2px 10px #DCDCDC;
}
.Save_s {
    display: block;
    float: left;

    border-radius: 4px;
    border:1px solid #1890FF !important;
    width:65px;
    height:24px;

	line-height: 26px;
	font-size: 14px;
	text-align: center;
	font-weight:400;

    color:rgba(255,255,255,1) !important;
    background:#1890FF !important;

    cursor: pointer;
}

.linepopup_button a:nth-child(2){
    margin-left: 8px !important;
}
.d_btn a:nth-child(2){
    margin-left: 8px !important;
}

.kqyt,.kdlist {
    position: absolute;
    top: 45px;
    left: 0px;
    z-index:5;
    border: 1px solid #DCDCDC;
    border-top: transparent;
    background: #FFFFFF;
}
.kqyt ul,.kdlist ul{
    max-height:100px;
    overflow: auto;
}
.kqyt > ul > li:hover {
    background: #DCDCDC;
}
.kdlist > ul > li:hover {
    background: #DCDCDC;
}
.kqyt > ul > li > a,.kdlist > ul > li > a {
    color: #4B4B4B;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display:block;
}
.i_w {
    position: absolute;
    left: 96%;
    top: 17px;
    font-size: 20px;
    cursor: pointer;
}
.z_index {
    z-index: 1050;
}
#nre_alert {
    /* height: 264px; */
}
#nre_alertTrainingAgreement {
    /* height: 264px; */
}
.Padding_top {
    padding-top: 20px;
}
.tr_ {
    height: 50px;
}
.blue_ {
    color: #1890FF;
}
.blue_:hover {
    text-decoration: underline;
}
.tr_firtit td{
    overflow: visible !important;
    position: relative;
}
.tit_ul_wang{
    top:29px;
    left:0;
}
.Abolish_s{
    color:#1890FF;
    border:1px solid #dcdcdc;
}
.btn_css_chapter{
    float:right;
    display: block;
    padding:0 15px;
    height: 26px;
    line-height: 26px;
    background: #1890FF;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    cursor: pointer;
}
.face img{
    width: 100px;
}
.sousuo_r input{
    box-sizing:content-box;
}
.hover_shadow:hover{
    box-shadow: 1px 1px 3px #DCDCDC,-1px -1px 3px #DCDCDC;
}
.last_list_zhibo{
    text-align: center;
}
.last_list_zhibo a{
    padding:0 20px;
}
.table_layout{
    table-layout: fixed;
}
.operation_ table tr td{
    text-align: center;
}
.table_layout{
    table-layout: fixed;
}
.tableNoData{
    width: 100%;
    text-align: center;
    height: 45px;
}
.line_xiugai{
}
.new_box_twobtn .layui-layer-content{
    height:auto !important;
}
.Merge_knowledge {
    width: 694px;
    background: #FFFFFF;
    z-index: 105;
    display: none;
    padding-top:10px;
}
.lang_select_icon{
    right:2% !important;
}

.Abolish_s1{
    display: block;
    float: right;

    width: 65px;
    height: 24px;
    margin: 10px 26px 10px 0;

    border-radius: 4px;
    border: 1px solid #DCDCDC;

    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;

    background-color: #fff;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
}

/*改版后的 搜索框样式*/
.newBtn_Right_ai {
    position: absolute;
    right: 20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: rgba(153,153,153,1);
    cursor: pointer;
}
.newBtn_Right_input_ai {
    width: 193px;
    height: 26px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    border: 1px solid rgba(230,230,230,1);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #4B4B4B;
    float: left;

}
.newBtn_Right_input_ai:hover,.kqyt_w > input:hover,.tr_s > td > input:hover {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #9cc7e9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(33,118,218,.4);
}
.newBtn_Right_input_ai:focus,.kqyt_w > input:hover,.tr_s > td > input:focus {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #9cc7e9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(33,118,218,.4);
}
.newBtn_Right_input_ai:hover,.kdlist_w > input:hover,.tr_s > td > input:hover {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #9cc7e9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(33,118,218,.4);
}
.newBtn_Right_input_ai:focus,.kdlist_w > input:hover,.tr_s > td > input:focus {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #9cc7e9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(33,118,218,.4);
}
