body {
    background: #FAFAFA;
}

.wrap {
    width: 100%;
    min-width: 1200px;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.fadeInUp.in{
    display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -o-flex!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.kernel_wrap {
    height: 212px;
    background-image: url("/static/kernel/img/re_img/models_banner.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.kernel_wrap .box {
    position: relative;
}

.kernel_title {
    width: 100%;
}

.kernel_intro_wrap {
    width: 100%;
    margin-top: 61px;
    display: flex;
    justify-content: center
}

.kernel_name {
    max-width: 576px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.kernel_intro {
    width: 100%;
    color: #ddd;
    font-size: 12px;
    margin-top: 17px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.vote_up {
    width: 75px;
    height: 35px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    float: left;
    cursor: pointer;
    position: relative;
}

.vote_up img {
    position: absolute;
    width: 75px;
    height: 35px;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.vote_up span {
    position: relative;
    z-index: 2;
    margin-left: 44px;
    line-height: 35px;
}

.vote_down {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-left: 6px;
    cursor: pointer;
}

.vote_down img {
    display: block;
    width: 100%;
    height: 100%;
}

.vote_wrap {
    position: absolute;
    top: 0;
    right: 60px;
}

.vote_checked {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.kernel_user_bar {
    height: 170px;
    background: #fff;
    position: relative;
    padding: 28px 60px;
}

.user_img {
    width: 114px;
    height: 114px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.user_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.kernel_user_intro {
    float: left;
    margin-left: 30px;
}

.kernel_user_intro a {
    color: #333;
    text-decoration: none !important;
}

.kernel_user_name {
    height: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 22px;
    margin-top: 6px;
}

.kernel_user_name a {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.kernel_intro_con {
    font-size: 13px;
    color: #333;
}

.k_intro_con_icon {
    font-weight: bold;
    font-size: 23px;
    position: relative;
    top: 4px;
}

.kernel_intro_con>span {
    margin-right: 8px;
}

.mount_datas {
    color: #00a0e8;
    max-width: 300px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    top: 5px;
    text-overflow: ellipsis;
}

.kernel_user_settings {
    float: right;
}

.remove_kernel,
.edit_kernel {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    float: left;
    margin-top: 28px;
    cursor: pointer;
}

.remove_kernel img,
.edit_kernel img {
    width: 100%;
    height: 100%;
    display: block;
}

.run_kernel,
.fork_kernel {
    width: 80px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid rgba(221, 222, 225, 1);
    float: right;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    transition: .1s;
    background: #fff;
    margin-right: 10px;
    margin-top: 28px;
}

.fork_kernel {
    background: rgba(71, 149, 247, 1);
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(71, 149, 247, 1);
}

.run_kernel a {
    color: #fff;
    text-decoration: none;
}

#acccept_rules_modal a {
    color: #fff;
    text-decoration: none;
}

#kernel_settings .modal-content,
#kernel_settings .modal-dialog {
    width: 694px;
    z-index: 99;
}

#kernel_settings {
    z-index: 999999 !important;
}

#cpt_modal{
    z-index: 9999999 !important;
}

#kernel_settings .modal-body {
    padding: 0;
}


#kernel_running .modal-content,
#kernel_running .modal-dialog,
#script_running .modal-content,
#script_running .modal-dialog {
    width: 400px;
}

#rules_modal .modal-content,
#rules_modal .modal-dialog {
    width: 1041px;
    height: 498px;
}

#cpt_modal .modal-content,
#cpt_modal .modal-dialog {
    width: 827px;
    height: 571px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

#cpt_modal .modal-body{
    padding: 0;
}

#rules_modal .modal-body {
    padding: 0 50px;
}

#rules_modal .modal-header {
    padding: 0 50px;
}

#cpt_modal .modal-header {
    padding: 0 50px 20px 50px;
    border-bottom: 1px solid #F2F2F2!important;
}

.runModels_intro {
    font-size: 16px;
    text-align: center;
}

.running_btn {
    width: 250px;
    height: 35px;
    background: #00a0e8;
    border: none;
    border-radius: 4px;
    margin-left: 62px;
    margin-top: 19px;
    color: #fff;
    outline: none;
}

#remove_form {
    float: left;
}

.intro_mark {
    color: red;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    top: 5px;
}

.settings_intro {
    line-height: 36px;
    width: 112px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: 30px;
    text-align: right;
    float: left;
}

.settings_input {
    width: 300px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgba(221, 222, 225, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(171, 171, 171, 1);
    background: #fff;
    display: block;
    float: left;
    margin-bottom: 30px;
    text-indent: 8px;
    outline: none;
}

.settings_textarea {
    width: 470px;
    height: 116px;
    border-radius: 4px;
    border: 1px solid rgba(221, 222, 225, 1);
    padding: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(171, 171, 171, 1);
    line-height: 20px;
    background: #fff;
    display: block;
    float: left;
    resize: none;
    outline: none;
    margin-bottom: 30px;
}

.settings_textarea::-webkit-input-placeholder { 
    color: #ababab;
}
.settings_textarea:-moz-placeholder { 
    color: #ababab;
}
.settings_textarea::-moz-placeholder {
    color: #ababab;
}
.settings_textarea:-ms-input-placeholder { 
    color: #ababab;
}

.privacy_intro {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(71, 149, 247, 1);
    line-height: 22px;
    display: block;
    float: left;
    margin-left: 30px;
    width: 250px;
}

.privacy_btn {
    width: 60px;
    height: 34px;
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    margin-top: 12px;
    outline: none;
}

.privacy_check {
    background: #159ceb;
    color: #fff;
}

.form_share {
    color: #999999;
}


.form_share>input {
    width: 230px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgba(221, 222, 225, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-indent: 10px;
    outline: none;
}

#add_share {
    width: 76px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgba(221, 222, 225, 1);
    background: #fff;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-left: 28px;
    outline: none;
}

#word_file {
    width: 108px;
    height: 36px;
    background: rgba(71, 149, 247, 1);
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: 8px;
    border: none;
    outline: none;
}

.share_list {
    width: 100%;
    margin-top: 12px;
    border: 1px solid #eee;
}

.share_list_title {
    background: #eee;
}

.share_list th,
td {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.remove_share_list {
    color: #159ceb;
    background: #fff;
    border: none;
    outline: none;
    font-size: 13px;
}

.log_wrap {
    width: 98%;
    margin: 20px auto;
}

.log_title {
    width: 100%;
    background: #FBFBFB;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    box-sizing: border-box;
}

.log_con {
    background: #23241F;
    padding: 20px;
    box-sizing: border-box;
}

.log_title span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .4);
}

.log_con>p {
    float: left;
    width: 100px;
}

.log_info {
    float: left;
    color: white;
    margin-left: 67px;
}

.workspace_btn {
    min-width: 108px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgba(71, 149, 247, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    background: #fff;
    outline: none;
    display: block;
    float: left;
}

.local_upload {
    border: none;
    background: #fff;
    outline: none;
    float: left;
    height: 34px;
    width: 120px;
}

.local_upload div {
    width: 100%;
    height: 100%;
}

.webuploader-pick {
    min-width: 108px;
    height: 36px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(71, 149, 247, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1) !important;
    background: #fff;
    outline: none;
    line-height: 36px;
    background: #fff !important;
    padding: 0 !important;
}

.cpt_title {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 33px;
    margin-top: 50px;
}

.cpt_search_wrap {
    float: right;
    margin-top: 50px;
}

.cpt_srarch {
    width: 202px;
    height: 38px;
    border: 1px solid rgba(221, 222, 225, 1);
    background: #fff;
    border-radius: 4px 0 0 4px;
    border-right: none;
    display: block;
    float: left;
    outline: none;
    text-indent: 10px;
}

.cpt_search_btn {
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid rgba(221, 222, 225, 1);
    border-left: none;
    font-size: 18px;
    color: #999;
    outline: none;
    border-radius: 0 4px 4px 0;
}

.cpt_list_wrap {
    width: 100%;
    height: 361px;
    overflow: auto;
    padding-left: 5px;
    padding: 0 50px;
}

.cpt_list_wrap>li {
    list-style: none;
    transition: .5s;
    position: relative;
    cursor: pointer;
    padding-top: 19px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.cpt_list_wrap>li:hover {
    background: #F8F8F8;
}

.cpt_img {
    width: 162px;
    height: 91px;
    float: left;
}

.cpt_img>img {
    width: 100%;
    height: 100%;
}

.cpt_contain {
    float: left;
    width: 558px;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
}

.cptTitle {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 25px;
    margin-top: 2px;
    width: 450px;
}

.cptSponsor {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
    margin-top: 13px;
}

.cpttiming {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
    float: left;
    margin-top: 5px;
}

.cptAward {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(71, 149, 247, 1);
    line-height: 33px;
    float: right;
}

.is_join_cpt {
    width: 68px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #f18d32;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

.joincpt {
    display: none;
}

#page_btn_left {
    display: block;
    float: left;
    border: none;
    background: #fff;
    font-size: 22px;
    margin-top: -4px;
    color: #e5e5e5;
    outline: none;
    margin-right: 10px;
}

#page_btn_right {
    display: block;
    float: left;
    border: none;
    background: #fff;
    font-size: 22px;
    margin-top: -4px;
    color: #e5e5e5;
    outline: none;
    margin-left: 10px;
}

.page_list {
    position: absolute;
    left: 50%;
    margin-top: 12px;
}

.cpt_list_num {
    float: left;
    padding-left: 0;
    padding-top: 0;
}

.cpt_list_num>li {
    float: left;
    font-size: 14px;
    color: #999;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    list-style: none;
    transition: .5s;
    margin: 0 2px;
    cursor: pointer;
}

#add_competition {
    width: 180px;
    height: 34px;
    background: #00a0e9;
    color: #fff;
    font-size: 14px;
    border: none;
    margin-bottom: 30px;
    display: block;
    margin: 0 auto;
    outline: none;
}

.rules_wrap {
    width: 100%;
    height: 220px;
    overflow: auto;
    margin-top: 40px;
    margin-bottom: 60px;
}

._circle {
    width: 10px;
    height: 10px;
    background: #4795F7;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 6px;
    border: none;
    float: left;
}

.mount_competiiton>.mount_wrap,
.upload_files_list>.mount_wrap,
.dataset_show_list>.mount_wrap {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    background: #fff;
    padding: 7px 10px 7px 22px;
    border-radius: 4px;
    border: 1px solid rgba(221, 222, 225, 1);
    max-width: 330px;
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
}

.mount_competiiton>.mount_wrap{
    border: 1px solid #ebebeb;
    color: #00a3e4
}

.lab_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(255, 255, 255, .1);
    z-index: 9999;
}

.loading_icon_wrap {
    width: 117px;
    height: 97px;
    padding: 15px 10px 10px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -25px;
    color: #00a2e8;
    background: #fff;
    box-shadow: 0 0 10px #ccc
}

.loading_icon {
    width: 10px;
    height: 10px;
    background: #00a2e8;
    border-radius: 50%;
    float: left;
    margin-left: 5px;
    position: relative;
}

#rang_word {
    font-size: 14px;
    margin-top: 30px
}

.rang_wrap_wrap {
    width: 50px;
    height: 5px;
    border: 1px solid #00a0e8;
    margin-top: 10px;
    float: left;
}

#rang_wrap {
    height: 100%;
    background: #00a0e8;
    transition: .5s;
    width: 0;
}

#rang_num {
    float: left;
    margin-left: 4px;
    padding-top: 5px;
    font-size: 12px;
}

@keyframes myfirst {
    0% {
        top: 0
    }

    50% {
        top: 10px
    }

    100% {
        top: 0
    }
}

.loading_1 {
    animation: myfirst 1s infinite
}

.loading_2 {
    animation: myfirst 1s .25s infinite
}

.loading_3 {
    animation: myfirst 1s .5s infinite
}

.loading_4 {
    animation: myfirst 1s .75s infinite
}

.upload_files_list {
    margin-top: 12px;
    margin-left: 142px;
}

.remove_data_btn {
    margin-left: 12px;
    cursor: pointer;
}

.settings_sub {
    width: 112px;
    height: 45px;
    background: rgba(71, 149, 247, 1);
    border-radius: 4px;
    display: block;
    margin: 30px auto 42px auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    outline: none;
    border: none;
}

.kernel_toolbar {
    margin-top: 20px;
}

.kernel_toolbar .box {
    background: #fff;
    padding: 0 60px;
    height: 78px;
}

.toolbar_wrap {
    border-bottom: 1px solid #F2F2F2;
    height: 100%;
}

.kernel_bar {
    margin-bottom: 0;
    float: left;
}

.kernel_bar>li {
    float: left;
    padding: 42px 17px 8px;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #999999;
    line-height: 25px;
    margin-right: 42px;
}

.kernel_bar_en>li{
    float: left;
    padding: 42px 17px 8px;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #999999;
    line-height: 25px;
    margin-right: 42px;
}

.kernel_bar>li>a {
    color: #999999;
    text-decoration: none;
}

.kernel_content {
    width: 100%;
    background: #23241F;
    height: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 60px;
}

.download {
    width: 100%;
    background: #23241F;
    height: 70px;
    line-height: 70px;
}

.download span {
    color: #666666;
    margin-left: 20px;
}

.download button {
    width: 151px;
    height: 36px;
    background: #555;
    color: #fff;
    border: none;
    margin-top: 20px;
    margin-right: 20px;
    outline: none;
}

.download a {
    float: right;
    line-height: 36px;
}

.download i {
    margin-right: 10px;
}

.script_code_wrap pre {
    border: none;
    border-radius: 0;
    padding: 0;
}

.download {
    width: 100%;
    background: #23241F;
    height: 70px;
    line-height: 70px;
}

.download span {
    color: #666666;
    margin-left: 20px;
}

.download button {
    width: 151px;
    height: 36px;
    background: #555;
    color: #fff;
    border: none;
    margin-top: 20px;
    margin-right: 20px;
}

.download a {
    float: right;
    line-height: 36px;
}

.download i {
    margin-right: 10px;
}

#picker {
    display: none;
    margin-right: 10px;
}

.pageWrap,
.pageWrap_dataset {
    text-align: left;
    color: #ccc;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
}

.pageWrap a,
.pageWrap_dataset a {
    display: inline-block;
    color: #666;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 1px solid rgba(221, 221, 221, 1);
    margin: 0 4px;
    border-radius: 6px;
    vertical-align: middle;
    font-size: 14px;

}

.pageWrap a:hover,
.pageWrap_dataset a:hover {
    text-decoration: none;
}

.pageWrap span.current,
.pageWrap_dataset span.current {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    color: #fff;
    background-color: #1677FF;
    border: 1px solid #1677FF;
    border-radius: 6px;
    vertical-align: middle;
}

.pageWrap span.disabled,
.pageWrap_dataset span.disabled {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin: 0 4px;
    color: #333;
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    vertical-align: middle;
    font-size: 18px;
}

.pageWrap .nextPage,
.pageWrap .prevPage,
.pageWrap_dataset .nextPage,
.pageWrap_dataset .prevPage {
    font-size: 18px;
}

.cpt_dataset_wrap {
    float: left;
    margin-top: 42px;
    margin-bottom: 0;
}

.cpt_dataset_wrap li {
    float: left;
    padding: 8px 14px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 25px;
    margin-right: 25px;
    cursor: pointer;
}

.cpt_dataset_wrap_check {
    border-bottom: 3px solid #4795F7;
    font-weight: 500;
    color: rgba(51, 51, 51, 1) !important;
}

.mount_dataset_wrap {
    display: none;
}

.dataset_list_wrap {
    height: 361px;
    overflow: auto;
    padding: 0 50px;
}

.dataset_list_wrap li {
    padding: 19px 0 20px 0;
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    cursor: pointer;
}

.dataset_title {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 25px;
}

.dataset_into {
    max-height: 44px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    margin-top: 13px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dataset_account {
    margin-top: 10px;
}

.datasetAccount_user {
    float: left;
}

.datasetAccount_userimg {
    width: 28px;
    height: 28px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.datasetAccount_userimg img {
    width: 100%;
    height: 100%;
}

.datasetAccount_user span {
    display: block;
    float: left;
    max-width: 140px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 20px;
    margin-top: 4px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.datasetAccount_time,
.datasetAccount_comment,
.datasetAccount_active {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    margin-top: 4px;
    margin-left: 20px;
    float: left;
}

.datasetAccount_time img,
.datasetAccount_comment img,
.datasetAccount_active img{
    display: block;
    float: left;
    margin-right: 3px;
    margin-top: -1px;
}

.datasetAccount_page {
    float: left;
    margin-left: 20px;
}

.datasetAccount_page img {
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}

.datasetAccount_page span {
    display: block;
    float: left;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    margin-top: 4px;
}

.datasetAccount_page_none {
    display: none;
}

.kernel_privacy_img {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin-top: 5px;
}

.kernel_name_line {
    width: 5px;
    height: 18px;
    background: rgba(71, 149, 247, 1);
    float: left;
    margin: 8px 10px;
}

.kernel_title_detail {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.kernel_detail_section {
    float: left;
    margin-right: 17px;
}

.kernel_detail_section img {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
}

.kernel_detail_section .kernel_detail_text {
    height: 18px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 18px;
    float: left;
    margin-top: 1px;
    margin-left: 3px;
}

.user_wrap {
    margin-top: -60px;
}

.kernel_user_infor {
    width: 936px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 18px;
    margin-top: 8px;
    height: 36px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.kernel_user_detail {
    margin-top: 18px;
}

.user_detail_section {
    float: left;
    margin-right: 20px;
}

.user_detail_section img {
    height: 22px;
    display: block;
    float: left;
}

.user_detail_section span {
    display: block;
    float: left;
    height: 18px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 18px;
    margin-top: 1px;
    margin-left: 5px;
}

.user_detail_com {
    float: left;
    margin-right: 20px;
}

.user_detail_com img {
    display: block;
    float: left;
    margin-top: 2px;
}

.user_detail_com span {
    height: 18px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(71, 149, 247, 1);
    line-height: 18px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 2px;
}

.kernel_containe .box {
    overflow: hidden;
}

#delete_define_modal .modal-dialog,
#delete_define_modal .modal-content,
#acccept_rules_modal .modal-dialog,
#acccept_rules_modal .modal-content{
    width: 570px;
    height: 212px;
}

#delete_define_modal .modal-body,
#acccept_rules_modal .modal-body{
    padding: 0;
    padding-top: 50px;
}

.delete_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    margin-top: 46px;
    text-align: center;
    margin-bottom: 0;
}

.delete_text {
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:22px;
    margin-top: 10px;
    margin-left: 70px;
}

.add_dataset_footer {
    margin-top: 30px;
}

.add_dataset_footer button {
    width:112px;
    height:45px;
    border-radius:4px;
    outline: none;
}

.delete_define_cancel {
    margin-right: 24px;
    background: #fff;
    margin-left: 282px;
    background:rgba(250,250,250,1);
    border-radius:4px;
    border:1px solid rgba(153,153,153,1)
}

.delete_define_define {
    color: #fff;
    background:rgba(71,149,247,1);
    border: 1px solid #4795F7;
}

.dataset_titleimg {
    display: block;
    margin: 15px auto;
    padding-left: 56px;
}

.kernel_title_into {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 33px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.share_list_wrap {
    width: 470px;
    max-height: 190px;
    border-radius: 4px;
    border: 1px solid rgba(221, 222, 225, 1);
    margin-top: 20px;
    margin-left: 142px;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
}

.error_alert_wrap {
    width: 410px;
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -205px;
    z-index: 999999999;
}

.error_alert_section {
    width: 410px;
    min-height: 45px;
    background: rgba(255, 240, 239, 1);
    border-radius: 4px;
    border: 1px solid rgba(255, 171, 166, 1);
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.error_alert_none {
    display: none;
}

.error_alert_icon img {
    width: 22px;
    height: 22px;
    display: block;
    margin-top: 11px;
    margin-right: 4px;
}

.error_alert_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.privacy_wrap {
    float: left;
    margin-top: 6px;
    width: 500px;
    margin-bottom: 30px;
}

.privacy_section {
    float: left;
    cursor: pointer;
    background: #fff;
    border: none;
    outline: none
}

.privacy_section img {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 5px;
}

.privacy_section span {
    display: block;
    float: left;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.private_section_wrap {
    margin-left: 50px;
}

.share_list_container {
    min-height: 40px;
    margin-bottom: 15px;
}

.share_list_container:nth-last-child(1) {
    margin-bottom: 0;
}

.share_list_userimg {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.share_list_userimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.share_list_content {
    width: 234px;
    float: left;
    margin-left: 13px;
}

.sharelist_conName {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.sharelist_conEmail {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.share_list_settings {
    width: 43px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 40px;
    float: right;
}

.delete_sharelist {
    background: #fff;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(71, 149, 247, 1);
    outline: none;
    border: none;
    line-height: 40px;
}

.label_wrap {
    float: left;
    width: 470px;
    margin-bottom: 34px;
}

.add_label_text {
    width: 137px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgba(221, 222, 225, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: block;
    float: left;
    outline:none;
    text-indent: 10px;
}

.add_label_btn {
    width: 24px;
    height: 24px;
    background: rgba(71, 149, 247, 1);
    float: left;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    border: none;
    outline: none;
    margin-top: 6px;
    margin-left: 20px;

}
.label_add_wrap{
    display: inline-block;
    margin-bottom: 10px;
}
.label_list_wrap{
    display: inline-block;
}
.label_wrap_icon{
    min-height: 36px;
    line-height: 34px;
    padding: 0 22px;
    border-radius:4px;
    border:1px solid rgba(221,222,225,1);
    background: #fff;
    outline: none;
    cursor: text;
    margin-right: 30px;
    display: block;
    float: left;
    margin-bottom: 10px;
}
.label_text{
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-right: 22px;
    display: block;
    float: left;
    line-height: 22px;
    margin-top: 4px;
    text-align: left;
    max-width: 357px;
    word-break: break-all;
}
.label_delete{
    font-size: 22px;
    color: #DDDEE1;
    display: block;
    float: left;
    cursor: pointer;
    line-height: 32px;
}
.kernel_label_text{
    display: inline-block;
    max-width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.delete_into{
    font-size:18px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:25px;
    margin-left: 40px;
}
.delete_into img{
    display: block;
    float: left;
    margin-top: 2px;
}
.delete_intro_text{
    margin-left: 10px;
    float: left;
}
.fork_rules_btn{
    margin-left: 398px;
}
.fork_rules_text{
    margin-left: 50px;
    color: #000000
}

.mount_name{
    max-width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-top: 2px;
}

.linkto_contain_wrap{
    float: left;
    width: 350px;
    margin-left: 30px;
}

.linkto_contain_wrap_en{
    width: 278px;
    float: left;
    margin-left: 30px;
}

.linkto_contain_wrap_en .mount_name{
    max-width: 190px
}

.linkto_contain_wrap_en .mount_wrap,
.linkto_contain_wrap_en .mount_wrap,
.linkto_contain_wrap_en .mount_wrap {
    max-width: 276px;
}

.mount_delete{
    display: block;
    float: right;
    margin-left: 15px;
    cursor: pointer;
    font-size: 16px;
}
.cpt_dataset_title_none,
.data_select_tab_hide{
    display: none;
}