body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
    overflow: hidden;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    text-align: left;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}
a {
    text-decoration: none;
    color: #000;
}
i {
    font-style: normal;
}
/*字体大小*/
.ft12 {
    font-size: 12px;
}
.ft14 {
    font-size: 14px;
}
.ft16 {
    font-size: 16px;
}
.ft18 {
    font-size: 18px;
}
/*颜色*/
.color-light{
    color: #666;
}
.color-grav{
    color: #999;
}
.color-red{
    color: #d43f3a;
}
.color-orange{
    color: #ff5630;
}
.color-green{
    color:#40ac4b;
}
.color-org{
    color:#ff8a01;
}
.color-999{
    color: #999;
}
.color-333{
    color: #333;
}
.color-6{
    color: #666666;
}
.color-4{
    color: #444444;
}
.hh-w-80{
    width: 80px;
}
.hh-w-200{
    width: 200px;
}
.hh-w-208{
    width: 208px;
}
.hh-w-220{
    width: 220px;
}
.hh-w-250{
    width: 250px;
}
.hh-w-400{
    width: 400px;
}
/*查询表单*/
.hh-dh .hh-yz-fl{
    float: left;
    margin-bottom: 0px;
}
.hh-yz-r .hh-fl{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.hh-dh .hh-fl{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
/*浮动*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: block;
    content: '';
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
/*定位*/
.relative {
    position: relative;
}
.ie-tip {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #999;
}
/*输入框*/
input[type='text'] {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 2px;
}
input:focus {
    /*border颜色暂定*/
}
textarea{
    padding-left: 10px;
    border: 1px solid #e1e1e1;
    outline: none;
    border-radius: 2px;
}
/*下拉框*/
select {
    outline: none;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.inB{
    display: inline-block;
}
/*一行显示*/
.lineup{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*按钮样式*/
.btn{
    padding: 0 18px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
}
.btn-margin-right{
    margin-right: 15px;
}
.btn.btn-xs{
    padding: 0 5px;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}
.btn.btn-xs-f14{
    padding: 0 5px;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
}
.btn-default{
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    color: #333;
}
.btn-default-grav{
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    color: #000;
}
.btn-default:hover{
    background-color: #fff;
}
.btn-primary{
    background-color: #40ac4b;
    border: 1px solid #40ac4b;
    color: #fff;
}
.btn-default-new{
    background-color: #fff;
    border: 1px solid #40ac4b;
    color: #40ac4b;
}
.btn-default-new:hover{
    background-color: #fff;
}
.btn-primary-o{
    background-color: #f0f9eb;
    border: 1px solid #40ac4b;
    color: #40ac4b;
}
.btn-primary-o:hover{
    background-color: #fff;

}
.btn-warning{
    background-color: #ff8a01;
    border: 1px solid #e78b24;
    color: #fff;
}
.btn-primary:hover{
    background:#63bc6b;
    border: 1px solid #63bc6b;
}
.btn-del{
    background-color: #eb0000;
    border: 1px solid #d43f3a;
    color: #fff;
}
.btn-del:hover{
    background-color: #d43f3a;
}
.btn-sm{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
}
/*公共新图标按钮样式*/
.btn-icon{
    width: 34px;
    height: 34px;
    text-align: center;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    color: #333;
}
.btn-icon:focus{
    outline: 0;
}
.btn-icon:hover{
    background: #fff;
}
.btn-icon-primary{
    background: #40ac4b;
    color: #ffffff;
    border: 1px solid #40ac4b;
}
.btn-icon-primary:hover{
    background: #40ac4b;
    opacity: 0.8;
}
/**/
.btn-disable{
    color:#999;
    cursor:no-drop!important;
}
.operate-disable{
    color: #ccc!important;
    cursor:no-drop;
}
.iserror{
    border-color: #d43f3a;
    outline-color: #d43f3a;
}
/*错误信息提醒*/
.hh-error{
    margin-left: 20px;
    color: #d43f3a;
    vertical-align: top;
}
/*上传提醒*/
.upRemind{
    display: none;
    position:absolute;
    top: 62px;
    left: 0;
    padding:10px 0;
    text-align: center;
    font-size:12px;
    line-height:12px;
    background-color:#d43f3a;
    color: #fff;
    width: 100%;
}
/*验证提醒*/
.verRemind{
    position:absolute;
    font-size:12px;
    line-height:12px;
    color:#d43f3a;
}
/*操作完成后的提示*/
.hh-remind-whether .lgy-modal-con{
    position: absolute;
    top: 50%;
    left: 50%;
}
/*放大图片*/
.magnify-show{
    padding:0;
}
.modal-darg-tit{
    position: relative;
    line-height: 40px;
    height: 40px;
}
.modal-darg-tit .lgy-modal-close {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% 70%;
    z-index: 12;
}
/*暂无消息*/
.hh-con-p20{
    padding:0 20px;
}
/*上传附件*/
.webuploader-container {
    position: relative;
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.upload-btn .webuploader-pick {
    position: relative;
    cursor: pointer;
    background: #15ae67;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.upload-btn .webuploader-pick-hover {
    background: #14a15f;
}

.upload-btn .webuploader-pick-disable {
    opacity: 0.6;
    pointer-events:none;
}
.operation{
    text-align: right;
}
.edit_attr{
    float: left;
    color:#ff8a01;
    font-size: 14px;
    cursor: pointer;
}
.update_file{
    display: inline-block;
    font-size: 14px;
    color: #45aad6;
}
.img_look{
    color: #15ae67;
    cursor: pointer;
}
.lgy-upload-btn .webuploader-pick {
    position: relative;
    cursor: pointer;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.lgy-upload-btn .webuploader-pick-disable {
    opacity: 0.6;
    pointer-events:none;
}
.img-lists{
    margin: 20px 0;
    clear: both;
}
.upload-k{
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 160px;
    padding: 10px 10px;
    border: 1px solid #e1e1e1;
}
.upload-pic-k,.upload-wh{
    cursor: pointer;
    height: 160px;
    width:160px;
}
.upload-inputdate{
    background-image: url("../images/date-grav.png");
    background-repeat: no-repeat;
    background-position: 95% center;
}
.upload-k .upload-sl{
    width: 70px;
    color: #999;
    display: inline-block;
}
.upload-k .upload-close{
    display: none;
    position: absolute;
    background-image: url(../images/close-cir.png);
    width: 28px;
    height: 28px;
    right: 5px;
    top:5px;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 99;
}
.upload-pic{
    position: relative;
}
.upload-progress-con{
    display: none;
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 7px;
}
.upload-progress-a{
    padding-top: 3px;
    float: left;
    width: 85%;
}
.upload-progress{
    position: relative;
    height: 7px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.upload-progress span{
    position: absolute;
    top: 0;
    background-color: #15ae67;
    display: inline-block;
    height: 7px;
}
.upload-progress-b{
    float: left;
    width: 15%;
    text-align: center;
    font-size: 12px;
}
.upload-progress .upload-progress-cur{
    width: 0;
}
.upload-h .upload-h-title{
    padding: 10px 0;
    font-size: 12px;
    height: 35px;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.upload-h-sm{
    line-height: 22px;
    font-size: 12px;
}
/*模态框通用*/
.modal-common{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    z-index: 9999;
}
.modal-mask{
    position: absolute;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    background-color: #ccc;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    z-index: 10000;
}
.modal-common-con{
    position: absolute;
    top:20%;
    background-color: #fff;
    box-shadow: 0 0 12px #bbb;
    z-index: 10001;
}
.modal-common-con{
    animation: showon .3s ;
    -moz-animation: showon .3s; /* Firefox */
    -webkit-animation: showon .3s; /* Safari and Chrome */
    -o-animation: showon .3s; /* Opera */
    animation-fill-mode: forwards;
    border-radius: 2px;
}
.modal-common-foot{
    margin:20px 20px 30px;
    text-align: right;
}
.modal-c{
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right:0;
    z-index: 1000;
}
.modal-common-con .modal-k{
    padding: 10px 20px;
    margin-bottom: 0px;
    line-height: 22px;
    overflow: hidden;
    text-align: left;
    color:#666;
}
.modal-br{
    width: 100%;
    display: inline-block;
    border-left: 1px solid #e1e1e1;
    color: #15ae67;
}
/*弹出框表单格式*/
.modal-table{
    margin-top: 20px;
    padding-bottom: 20px;
}
.modal-tr{
clear: both;
}
.modal-tr div{
    float: left;
    padding: 10px 0;
}
.modal-tr .modal-td-o{
    width: 85px;
    color:#666;
}
.modal-tr .modal-td-right{
    text-align: left;
    margin-left: 20px;
}
.modal-tr .modal-td-t{
    width: 70%;
}
.modal-td-right span{
    padding-right: 15px;
}
.mtp10{
    margin-top: 10px;
}
/*边框字体颜色*/
.btn-color-grav{
    color: #999;
    border: 1px solid #999;
}
.btn-color-red{
    background-color: #d43f3a!important;
    color: #fff;
    border: 1px solid #d43f3a;
}
.btn-bac-greed{
    background-color: #14a15f!important;
    color: #fff;
    border: 1px solid #14a15f;
}
.btn-color-green{
    color:#14a15f;
    border: 1px solid #14a15f;
}
/*上边框*/
.border-top{
    border-top: 1px solid #e5e5e5;
}
/*下边框*/
.border-bottom{
    border-bottom: 1px solid #e5e5e5;
}
/*状态按钮*/
.status-red{
    border: 1px solid #ea5a5c;
    padding: 3px 12px;
    border-radius: 15px;
    color: #ea5a5c;
}
.status-gray{
    border: 1px solid #999999;
    padding: 3px 12px;
    border-radius: 15px;
    color: #999999;
}
.status-green{
    border: 1px solid #40ac4b;
    padding: 3px 12px;
    border-radius: 15px;
    color: #40ac4b;
}
/*删除按钮旁提示*/
.delete-tip{
    color: red;
    font-size: 12px;
}
/* 签章进度 */
.signature-progress-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 16px;
  padding: 0 10px;
  font-size: 12px;
  color: #999999;
}

.signature-progress-total{
  color: #000;
}

.signature-progress-suc{
  color: #40ac4b;
}

.signature-progress-fail{
  color: #d43f3a;
}

.signature-progress-percent{
  margin-top: 5px;
  position: relative;
  border-radius: 16px;
  background-color: #ccc;
  height: 16px;
  overflow: hidden;
}

.signature-progress-percent-bg{
  background-color: #40ac4b;
  height: 100%;
  width: 50%;
}

.signature-progress-percent-num{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #ffffff;
}


/* 证书 */
.pay-cert-body {
    position: relative;
}

.pay-cert-body .pay-tabs-body {
    margin: 20px auto 0 auto;
    width: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pay-cert-body .pay-tabs-body .pay-cut-tabs {
    display: flex;
    width: 392px;
    height: 34px;
    border: 1px solid #06C063;
    border-radius: 100px;
    background-color: #06C063;
    color: #fff;
}

.pay-cert-body .pay-tabs-body .pay-cut-tabs .pay-cut-tab {
    flex: 1 1;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.pay-cert-body .pay-tabs-body .pay-cut-tabs .pay-cut-tab:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.pay-cert-body .pay-tabs-body .pay-cut-tabs .pay-cut-tab:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.pay-cert-body .pay-tabs-body .pay-cut-tabs .pay-cut-tab.active {
    position: relative;
    background-color: #fff;
    color: #06C063;
}

.pay-cert-body .pay-tabs-body .pay-cut-tabs .pay-cut-tab.active::after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    display: block;
    content: "";
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-right: 1px solid #06C063;
    border-bottom: 1px solid #06C063;
    transform: rotate(45deg) skew(10deg, 10deg);
    -ms-transform: rotate(45deg) skew(10deg, 10deg);
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    z-index: 100;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane {
    margin-top: 15px;
    padding: 5px;
    width: 100%;
    background-color: #B1E3CA;
    border-radius: 5px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-mt5 {
    margin-top: 5px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 {
    background-color: #ffffff;
    border-radius: 5px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-t {
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    font-weight: 500;
    color: #06C063;
    border-bottom: 1px dashed #B1E3CA;
}

.pay-cert-body .pay-pane-acc-t .voucher-dec {
    margin-left: 20px;
    color: #ff4d4f;
    font-size: 12px;
}
.pay-cert-body .pay-pane-acc-t .voucher-dec-img {
    color: #1890ff;
    text-decoration: underline;
    cursor: pointer;
}

.a-dec{
    margin-left: 10px;
    font-size: 12px;
    color: #fe9700;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-img {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 12px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-img img {
    width: 88px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item {
    padding: 5px 20px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row {
    display: flex;
    color: rgba(0, 0, 0, 0.85);
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row .pay-pane-acc-col{
    line-height: 24px;
    display: flex;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row .pay-pane-acc-laber{
    flex: 0 0 90px;
    justify-content: flex-end;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row .item-required::before {
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    content: '*';
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row .pay-pane-acc-control {
    margin-left: 5px;
}


.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row.acc-item-input {
    margin-top: 10px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row.acc-item-input .pay-pane-acc-col {
    line-height: 32px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row.acc-item-input:last-child {
    margin-bottom: 20px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row.acc-item-input input {
    padding: 4px 10px;
    border: 1px solid #B1E3CA;
    width: 280px;
    height: 32px;
    line-height: 32px;
    outline: none;
    border-radius: 2px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row.acc-item-input textarea {
    padding: 4px 10px;
    border: 1px solid #B1E3CA;
    width: 280px;
    height: 76px;
    line-height: 1.5715;
    outline: none;
    border-radius: 2px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b1 .pay-pane-acc-item .pay-pane-acc-row.acc-item-input input:focus {
    box-shadow: none;
    border: 1px solid #B1E3CA;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 {
    padding: 10px 20px;
    background-color: #F6FFF0;
    border-radius: 5px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 .pay-rule-t {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
    color: #06C063;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 .pay-rule-t::before {
    margin-right: 5px;
    content: '';
    width: 50px;
    border-top: 1px dashed #B1E3CA;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 .pay-rule-t::after {
    margin-left: 5px;
    content: '';
    width: 50px;
    border-top: 1px dashed #B1E3CA;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 .pay-rule-dec {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 .rules-color-red {
    color: #F24C4C;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 {
    padding: 10px 20px;
    background-color: #F6FFF0;
    border-radius: 5px;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 .pay-rule-t {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
    color: #06C063;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 .pay-rule-t::before {
    margin-right: 5px;
    content: '';
    width: 50px;
    border-top: 1px dashed #B1E3CA;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 .pay-rule-t::after {
    margin-left: 5px;
    content: '';
    width: 50px;
    border-top: 1px dashed #B1E3CA;
}

.pay-cert-body .pay-tabs-body .pay-tab-pane .pay-pane-b2 .pay-rule-dec {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.pay-cert-body .pay-tabs-body .pay-operation {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    padding-bottom: 10px;
    width: 100%;
}

.pay-cert-body .pay-tabs-body .pay-operation .pay-btn {
    padding: 0;
    width: 106px;
    border-radius: 20px;
    border: 1px solid #06C063;
    color: #06C063;
    height: 32px;
    line-height: 32px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}

.pay-cert-body .pay-tabs-body .pay-operation .pay-btn.pay-btn-primary {
    background: #06C063;
    border-radius: 20px;
    border: 1px solid #06C063;
    color: #fff;
}

.voucher-modal.modal-c {
    z-index: 99999;
}

.voucher-modal.modal-c .voucher-row {
    margin: 20px;
    display: flex;
}

.voucher-modal.modal-c .voucher-row .voucher-col {
    margin-right: 30px;
}

.voucher-modal.modal-c .voucher-row .voucher-col .voucher-col-tit {
    font-size: 16px;
    color: #06C063;
    line-height: 1;
}

.voucher-modal.modal-c .voucher-row .voucher-col .voucher-col-dec {
    margin: 20px 0;
    font-size: 16px;
    color: #333333;
    line-height: 1;
}

.voucher-modal.modal-c .voucher-row .voucher-col .voucher-col-img-box img {
    display: block;
}

.cert-drag-box{
    position: fixed;
    top: 0;
    z-index: 9999;
    cursor: move;
}

.cert-drag-box .drag-header{
    padding: 16px;
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
}

.cert-drag-box .drag-close{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    transform:rotate(45deg);
    cursor: pointer;
}

.cert-drag-box .drag-close::before{
    content: '';
    border-bottom: 1px solid #333;
    width: 16px;
}

.cert-drag-box .drag-close::after{
    position: absolute;
    content: '';
    border-bottom: 1px solid #333;
    width: 16px;
    transform:rotate(90deg);
}

.cert-drag-box img{
max-height: 600px;
}