@font-face {
	font-family: 'DIN';
	src: url('../fonts/DIN Alternate Bold.ttf');
}
.t_head {
    padding: 0px !important;
    /* border-bottom: 1px solid #eee !important; */
}
.t_headlogo {
    width: 135px !important;
}
.t_head_inner {
    width: 1160px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.t_headnav {
    flex: 1;
}
.t_headone a {
    /* line-height: 70px; */
    font-size: 15px;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    /* padding-top: 2px; */
}
.t_headnav {
    margin-left: 18px !important;
}
.t_headli {
    padding: 0 14px !important;
}
.menu_icon {
    float: left;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.t_header1 {
    padding: 16px 24px !important;
    border-radius: 0px 0px 8px 8px !important;
    margin-top: 1px !important;
    transform: none !important;
    left: -10px;
}
.menuIconMd {
    right: 0px;
    right: 0px;
    left: auto;
    transform: none;
    padding: 14px !important;
    border-radius: 8px !important;
    /* margin-top: 0px !important; */
}
.menuIconMd .t_headerul {
    width: 180px;
}
.menuIconMd .t_headerli {
    margin-bottom: 0px !important;
}
.menuIconMd .t_headbox {
    height: 46px;
    padding: 10px 12px !important;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 4px;
    transition: all 0.36s;
}
.menuIconMd .t_headbox .t_headerzi {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #111111;
    line-height: 38px;
    font-weight: 400;
    margin-right: 9px;
    transition: all 0.36s;
    white-space: nowrap;
}
.menuIconMd .t_headbox:hover .t_headerzi {
    font-family: PingFangSC-Semibold;
    color: #005BFF;
    font-weight: 600;
}
.menuIconMd .t_headbox:hover {
    background: rgba(45, 101, 242, 0.1) !important;
}
@media screen and (max-width: 1440px) {
    .menu_icon {
        height: 70px;
    }
}
.t_header3 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-top: 1px solid #eee !important;
    border-radius: 0px 0px 0px 0px !important;
    top: 60px !important;
}
.t_header2 {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
}
.t_header3::before {
    display: none !important;
}
.t_headerul {
    /* width: 180px; */
}
.t_headerli {
    margin-bottom: 9px;
}
.t_headerli:last-child {
    margin-bottom: 0px;
}
.t_headbox{
    /* height: 46px; */
    padding: 0px !important;
    border-radius: 8px !important;
    transition:none !important;
}

.t_headbox .t_headerzi {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    font-weight: 350;
    /* margin-right: 6px; */
}
.t_headbox:hover .t_headerzi {
    font-family: PingFangSC-Semibold;
    color: #005BFF;
    /* font-weight: 600; */
}
.t_headbox .imgnohover {
    width: 12px;
    height: 12px;
    display: block;
}
.t_headbox .imghover {
    width: 12px;
    height: 12px;
    display: none;
}
.t_headbox:hover {
    background: none !important;
}
.t_headbox:hover .imghover {
    width: 12px;
    height: 12px;
    display: block;
}
.t_headbox:hover .imgnohover {
    width: 12px;
    height: 12px;
    display: none;
}

.t_headlogo a, .t_headone a, .t_headtel {
    height: 60px !important;
    line-height: 60px !important;
}
.t_headbtn, .t_soutop, .menu_icon {
    height: 60px !important;
}

/* new */
.pro-menu-wrap {
    padding: 30px 0px 20px 0px;
    width: 1160px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}
.pro-menu-item {
    /* width: 134px; */
    /* margin-right: 44px; */
}
.pro-menu-item-group {
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    color: #005BFF;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}
.pro-menu-item-child {
    margin-bottom: 9px;
    position: relative;
    display: flex;
    align-items: center;
}
.pro-menu-item-child .menu_hover_arrow {
    position: absolute;
    left: 6px;
    bottom: 5px;
    width: 15px;
    height: 15px;
    display: none;
}
.pro-menu-item-child:hover .menu_hover_arrow {
    display: block;
}
.pro-menu-item-child:hover .menu_hover_arrow img {
    position: absolute;
    animation: proFrames .9s linear infinite;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.pro-menu-item-child span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    font-weight: 350;
}
.pro-menu-item-child:hover span {
    color: #005BFF;
}

/* plan */
.plan-menu-wrap {
    padding: 30px 0px 0px 0px;
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    height: 390px;
    flex-direction: column;
    align-content: space-between;
}
.plan-menu-item {
    /* width: 112px; */
    /* max-width: 126px; */
    /* margin-right: 97px; */
    margin-bottom: 30px;
}
.plan-menu-item-group {
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    color: #005BFF;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}
.plan-menu-item-child {
    margin-bottom: 9px;
    position: relative;
    display: flex;
    align-items: center;
}
.plan-menu-a:last-child .plan-menu-item-child {
    margin-bottom: 0px;
}
.plan-menu-item-child span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    font-weight: 400;
    white-space: nowrap;
}
.plan-menu-item-child .menu_hover_arrow {
    position: absolute;
    left: 6px;
    bottom: 4px;
    width: 15px;
    height: 15px;
    display: none;
}
.plan-menu-item-child:hover .menu_hover_arrow {
    display: block;
}
.plan-menu-item-child:hover .menu_hover_arrow img {
    position: absolute;
    animation: proFrames .9s linear infinite;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.plan-menu-item-child:hover span {
    color: #005BFF;
}

.newMenuList{
    background: #FFFFFF;
    box-shadow: 0px 9px 30px 0px rgba(97,100,104,0.09) !important;
    border-radius: 8px;
    padding: 10px !important;
}
.list-menu-item {
    display: block;
    width: 180px;
    height: 46px;
    display: flex;
    align-items: center;
    padding-left: 14px;
    margin-bottom: 12px;
}
.list-menu-item:last-child {
    margin-bottom: 0px;
}
.list-menu-item span {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #111111;
    line-height: 38px;
    font-weight: 400;
    margin-right: 9px;
}
.list-menu-item img {
    width: 12px;
    height: 12px;
}
.list-menu-item .imgnohover {
    width: 12px;
    height: 12px;
    display: block;
}
.list-menu-item .imghover {
    width: 12px;
    height: 12px;
    display: none;
}
.list-menu-item:hover {
    background: #EEF4FF;
    border-radius: 6px;
}
.list-menu-item:hover span {
    font-family: PingFangSC-Semibold;
    color: #005BFF;
    font-weight: 600;
}

.list-menu-item:hover .imghover {
    width: 12px;
    height: 12px;
    display: block;
}
.list-menu-item:hover .imgnohover {
    width: 12px;
    height: 12px;
    display: none;
}
@keyframes proFrames {
    0% {
        left: 6px
    }

    33% {
        left: 10px
    }

    67% {
        left: 6px
    }

    to {
        left: 6px
    }
}
@media screen and (max-width: 1440px) {
    /* .pro-menu-wrap,
    .plan-menu-wrap {
        width: 1200px;
    } */
    .pro-menu-item {
        /* width: 125px; */
    }
}

@media screen and (min-width: 1920px){
    /* .pro-menu-wrap,
    .plan-menu-wrap {
        padding: 30px 50px 24px 100px;
    } */
}
@media screen and (max-width: 1919px){
    /* .pro-menu-wrap,
    .plan-menu-wrap {
        padding: 30px 30px 24px 70px;
    } */
}
@media screen and (max-width: 1560px) {
    /* .pro-menu-wrap,
    .plan-menu-wrap {
        padding: 30px 20px 24px 50px;
    } */
}
.menutooltip {
    position: absolute;
    padding: 8px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    font-weight: 400;
    width: 75px;
    border-radius: 8px;
    z-index: 1;
    display: none;
}
.menutooltip span {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 8px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}
.noarrow:hover::after {
    display: none;
}
.pro-menu-item-child:hover .menutooltip {
    display: block;
}
.plan-menu-item-child:hover .menutooltip {
    display: block;
}
.zkjlogo {
    margin-left: 15px !important;
    display: block;
    position: relative;
}
.zkjlogo img {
    width: 30px;
}
.logotooltip {
    position: absolute;
    padding: 8px;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    background: #000;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
    width: 90px;
    border-radius: 8px;
    z-index: 1;
    display: none;
}
.logotooltip span {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    left: 50%;
    top: -11px;
    transform: translateX(-50%);
}
.zkjlogo:hover .logotooltip {
    display: block;
}

.header-btn-wrap-r {
    margin-left: 0px !important;
    background-color: #175DFF;
    border-radius: 20px;
}
.base-tel-btn {
    width: 96px;
    height: 36px;
    background-color: #175DFF;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    border-radius: 2px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    display: block;
}
/* 波浪-按钮样式 */
.wave-wrap{
    position: relative;
    overflow: hidden;
}
.wave-wrap:hover::before{
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
}
.wave-wrap:hover a{
    position: relative;
    color: #fff !important;
}
.wave-wrap:hover i{
    position: relative;
    color: #fff !important;
    z-index: 2;
}
.wave-wrap i{
    position: relative;
    font-style: inherit;
}
.wave-wrap::before{
    content: ' ';
    width: 250px;
    height: 250px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0);
    background: #1c47c9;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-out;
}
.t_headtel {
    color: #333;
    font-family: DIN !important;
    font-size: 22px !important;
    font-weight: bold;
}
.scrm1 {
    left: 65px !important;
}
.ocr1 {
    left: 53px !important;
}
.rpa1 {
    left: 50px !important;
}
.register_second_input_industry_select .nav-content-sleft {
    background: #F3F5FC;
    width: 126px;
    height: 208px;
    position: fixed;
    border-radius: 6px 0px 0px 6px;
    padding: 8px 0px;
}
.register_second_input_industry_select .sleft-level-0 {
    min-height: 44px;
    position: relative;
    cursor: pointer;
}
.register_second_input_industry_select .sleft-level-0.active {
    background: #fff;
}
.register_second_input_industry_select .sleft-level-0>h3 {
    padding: 4px 12px 4px 14px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    font-weight: 400;
}
.register_second_input_industry_select .sleft-level-0:hover h3 {
    color: #155EFF;
}
.register_second_input_industry_select .sleft-level-0.active>h3 {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #155EFF;
    line-height: 34px;
    font-weight: 600;
}
.register_second_input_industry_select .active>h3 {
    border-bottom-color: transparent;
}

.register_second_input_industry_select .nav-content-sright {
    background-color: #fff;
    box-sizing: border-box;
    float: right;
    padding: 13px;
    width: calc(100% - 126px);
}
.register_second_input_industry_select .nav-right-sitem {
    display: none;
    position: relative;
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
}
.register_second_input_industry_select .nav-right-sitem.on {
    display: flex;
}
.register_second_input_industry_select .slevel-1 {
    padding: 3px 10px;
    background: #F6F7FB;
    border-radius: 12px;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 4px;
    cursor: pointer;
}
.register_second_input_industry_select .slevel-1:hover {
    color: #155EFF; 
}
.register_second_input_industry_select .pselect .industry_select_active {
    color: #155EFF; 
    font-weight: 500;
}
.fonthighlight {
    color: #155EFF;
}
.register_second_input_industry_close {
    position: absolute;
    width: 16px;
    height: 16px;
    background: rgba(0,0,0,0.10);
    /* border: 2px solid rgba(255,255,255,1); */
    border-radius: 50%;
    right: 38px;
    top: 12px;
    cursor: pointer;
    display: none;
}
.register_second_input_industry_close:hover {
    background: rgba(0,0,0,0.30);
}
.indu_close{
    position: absolute;
}
.indu_close::before,.indu_close::after {
    position: absolute;
    content: ' ';
    background-color: #fff;
    width: 1px;
    height: 7px;
    /* border: 1px solid; */
    left: 7.5px;
    top: 4.3px;
}
.indu_close::before {
    transform: rotate(45deg);
}

.indu_close::after {
    transform: rotate(-45deg);
}
.industry_select_next {
    padding: 8px 0px;
}
/* register_pro_box */
.register_pro_select {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 100;
    display: none;
}

.register_pro_box {
    width:1230px;
    height: 698px;
    position: fixed;
    left:50%;
    top:50%;
    z-index: 10;
    background-color: #f00;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /* margin-top:-20px; */
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(0,53,148,0.15);
    border-radius: 20px;
    padding: 32px;
}
@media screen and (max-height: 746px) {
    .register_pro_box {
        height: calc(100vh - 48px);
    }
}
.register_pro_box_close{
    position: absolute;
    width: 26px;
    height: 26px;
    background: rgba(0,0,0,0.10);
    /* border: 2px solid rgba(255,255,255,1); */
    border-radius: 50%;
    right: 20px;
    top: 16px;
    cursor: pointer;
}
.register_pro_box_close:hover {
    background: rgba(0,0,0,0.30);
}
.pro_close{
    position: absolute;
}
.pro_close::before,.pro_close::after {
    position: absolute;
    content: ' ';
    background-color: #fff;
    width: 2px;
    height: 11px;
    /* border:1px solid; */
    left: 12px;
    top: 7px;
}
.pro_close::before {
    transform: rotate(45deg);
}

.pro_close::after {
    transform: rotate(-45deg);
}
  
.register_pro_title {
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  color: #222222;
  letter-spacing: 0;
  text-align: left;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.register_pro_content {
    width: 100%;
    height: calc(100% - 58px);
}
/* @media screen and (max-height: 746px) {
    .register_pro_box {
        height: calc(100vh - 118px - 48px);
    }
} */
.register_pro_cleft {
  float: left;
  width: 870px;
  overflow-y: scroll;
  height: 100%;
}
.register_pro_tr {
    margin-bottom: 16px;
}
.register_pro_tr ul {
    display: flex;
    flex-wrap: wrap;
}
.register_pro_tr_tit {
    margin-bottom: 6px;
}
.register_pro_td {
    width: 208px;
    height: 64px;
    background: #F6F7FB;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #fff;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}
.register_pro_td:hover {
    border: 1px solid rgba(21,94,255,0.37);
}
.register_pro_tr .register_pro_td:nth-child(4n) {
    margin-right: 0px;
}
.register_pro_td .register_pro_td_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.register_pro_td .register_pro_td_top .register_pro_td_top_left {
    display: flex;
    align-items: center;
}
.register_pro_td .register_pro_td_top img {
    width: 20px;
    height: 20px;
}
.register_pro_td .register_pro_td_top .register_pro_td_top_tit {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #282828;
    font-weight: 600;
    margin-left: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 12px;
}
.register_pro_td .register_pro_td_desc {
    width: 188px;
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #787878;
    line-height: 17.39px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 7px;
}
.register_pro_cright {
  float: right;
}
.checkbox-custom {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(214,214,214,1);
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 6px;
}
.register_pro_td.checked {
    background: #F6F7FB;
    border: 1px solid rgba(21,94,255,0.37);
    border-radius: 10px;
}
.register_pro_td.checked .checkbox-custom{
    border-color: #155eff;
    background-color: #155eff;
}

/* 选中状态下的对勾样式 */
.register_pro_td.checked .checkbox-custom::after {
    content: '';
    position: absolute;
    top: 2.7px;
    left: 4.8px;
    width: 4.8px;
    height: 7px;
    border-width: 0 1.8px 1.8px 0;
    border-style: solid;
    border-color: white;
    transform: rotate(45deg);
}
/* 修改滚动条的宽度 */
.register_pro_select ::-webkit-scrollbar {
    width: 2px; /* 纵向滚动条的宽度 */
    height: 2px; /* 横向滚动条的高度 */
}

/* 滚动条轨道部分 */
.register_pro_select ::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 2px;
}

/* 滚动条滑块部分 */
.register_pro_select ::-webkit-scrollbar-thumb {
    background: #CBCBCB;
    border-radius: 2px;
}

/* 鼠标悬停在滑块上时 */
.register_pro_select ::-webkit-scrollbar-thumb:hover {
    background-color: #CBCBCB;
}
.register_pro_cright {
    height: 100%;
}
.register_pro_cright_tit {
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #333333;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}
.register_pro_cright_textarea {
    background: #F6F7FB;
    border: 0.8px solid rgba(210,210,210,1);
    border-radius: 10px;
    width: 264px;
    max-height: calc(100% - 196px);
    vertical-align: top;
    position: relative;
}
/* @media screen and (max-height: 746px) {
    .register_pro_box {
        max-height: calc(100% - 196px);
    }
} */
.register_pro_cright_tip {
    display: flex;
    align-items: center;
    width: 264px;
    height: 104px;
    background: #F6F7FB;
    border-radius: 10px;
    padding: 18px;
    margin-top: 8px;
}
.register_pro_cright_tip img {
    width: 70px;
    height: 70px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.register_pro_cright_tip_rg {
    margin-left: 10px;
}
.register_pro_cright_tip_tit {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
}
.register_pro_cright_tip_desc {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    /* line-height: 24px; */
    font-weight: 400;
}
.register_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 32px;
    right: 32px;
}
.register_btn_one {
    width: 90px;
    height: 44px;
    background: #F6F7FB;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.register_btn_one span {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #585858;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.register_btn_two {
    width: 160px;
    height: 44px;
    background: #005BFF;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    cursor: pointer;
}
.register_btn_two span {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
#myTextarea {
    width: 100%;
    padding: 8px 12px;
    overflow-y: auto; /* 隐藏滚动条 */
    box-sizing: border-box; /* 包括padding和border在内的总宽度 */
    background: #FFFFFF;
    border-radius: 10px;
    min-height: 130px;
}
.register_pro_cright_files {
    background: #F6F7FB;
    /* padding: 8px; */
    border-radius: 10px;
}
.register_pro_cright_files li {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 6px;
    width: calc(100% - 16px);
    height: 52px;
    margin: 8px;
    padding-left: 12px;
    position: relative;
}
.register_pro_cright_files li:last-child {
    /* margin-bottom: 0px; */
}
.register_pro_cright_files .file_close {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 0.8px solid rgba(210,210,210,1);
    border-radius: 50%;
    right: -4px;
    top: -4px;
    cursor: pointer;
}
.register_pro_cright_files .file_close:hover {
    /* background: rgba(0,0,0,0.30); */
}
.file_close .close{
    position: absolute;
}
.file_close .close::before,.file_close .close::after {
    position: absolute;
    content: ' ';
    background-color: #666;
    width: 1px;
    height: 6px;
    /* border:1px solid; */
    left: 6px;
    top: 4px;
}
.file_close .close::before {
    transform: rotate(45deg);
}

.file_close .close::after {
    transform: rotate(-45deg);
}
.register_pro_cright_files li img {
    width: 23px;
    height: 25px;
}
.register_pro_cright_files .file_list {
    margin-left: 8px;
}
.register_pro_cright_files .file_title {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}
.register_pro_cright_files .file_size {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: justify;
    line-height: 14px;
    font-weight: 400;
}
.file_upload_icon {
    width: 88px;
    height: 22px;
    background: #F6F7FB;
    border-radius: 14px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.file_upload_icon img {
    width: 12px;
    height: 14px;
    margin-right: 4px;
}
.file_upload_icon span {
    opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;   
}
.filetooltip {
    position: absolute;
    padding: 8px;
    /* left: 50%; */
    top: -64px;
    right: 0px;
    /* transform: translateX(-50%); */
    background: rgba(0,0,0,0.75);
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
    width: 240px;
    border-radius: 6px;
    z-index: 1;
    display: none;
}
.filetooltip i {
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    border-bottom: 6px solid transparent;
    position: absolute;
    /* left: 50%; */
    top: 52px;
    right: 30px;
    /* transform: translateX(-50%); */
}
.filetooltip p:nth-of-type(1) {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: 600;  
    text-align: left;  
}
.filetooltip p:nth-of-type(2) {
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #BBBBBB;
    line-height: 12px;
    font-weight: 400;
    text-align: left;
    margin-top: 4px;
}
.file_upload_icon:hover .filetooltip {
    display: block;
}