/** ........... 初始化 ........... **/
@font-face {

    font-family: "Alibaba PuHuiTi";

    src: url("fonts/Alibaba Puhuiti/AlibabaPuHuiTi-3-55-RegularL3.woff2") format("truetype");

}

html,
body {
    -webkit-font-feature-settings: 'kern' 1;
    -moz-font-feature-settings: 'kern' 1;
    -o-font-feature-settings: 'kern' 1;
    text-rendering: geometricPrecision;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}

body {
    font-family: "Alibaba PuHuiTi", "Microsoft YaHei", "PingFang SC", "tahoma", "Arial", "黑体",
    "宋体", "sans-serif", "Lantinghei SC", "HanHei SC", "Helvetica Neue",
    "Open Sans", "Hiragino Sans GB", "微软雅黑", "STHeiti",
    "WenQuanYi Micro Hei", "SimSun", "sans-serif";
    font-weight: 400;
    background:  linear-gradient(270deg, #E5F4FF 0%, #DEEBFF 11%, #E8EFF7 25%, #E6EEFF 70%, #F0F3F5 100%);
}

body::-webkit-scrollbar {
    display: none;
}


dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form,
pre {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #222;
}

/* body{
	min-width: 1200px;
} */
button {
    cursor: pointer
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: unset;
    height: unset;
}

h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

[v-cloak] {
    display: none;
}

/** ........... 初始化 End ........... **/

/** ........... 滚动条 ........... **/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-button:vertical {
    display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    background-color: #00000000;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #CCCCCC99;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #CCCCCC99;
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: #CCCCCC99;
}

/** ........... 滚动条 End ........... **/

/** ........... Header ........... **/
header {
    background: #283a5e;
    /*position: fixed;*/
    width: 100%;
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 1500;*/
    height: 68px;
    /*border-bottom: 16px solid #f8f8fa;*/
    margin-bottom: 16px;
}

.page-container {
    width: 1720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.register-container {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.details-page-container{
    width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/** ........... Header End ........... **/

/** ........... Left-Menu ........... **/

.left-menu-box {
    width: 260px;
    position: fixed;
    top: 84px;
    bottom: 20px;
    z-index: 99;
}

.business-card {
    width: 100%;
    /* 	height: 86px; */
    background: linear-gradient(90deg, #074b87 0%, #0260b3 100%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
}

.business-card .char-but {
    font-size: 12px;
    color: #ffffff;
    border: 0px;
}

.page-nav {
    padding: 10px 10px 120px;
}

.page-nav-group {
    margin-bottom: 18px;
}

.nav-group__title {
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 16px;
    display: flex;

}

.nav-group__title.active {
    color: #006fff;
    background: linear-gradient(90deg, #EBF2FE, #F7F7FA);
}

.page-group__content {
    padding: 8px 12px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 12px;
}

.page-nav-itme {
    width: calc(50% - 2px);
    cursor: pointer;
}

.page-nav-itme p {
    font-size: 14px;
    color: #86909C;
}

.page-nav-itme:hover p {
    color: #007ec4;
}

.page-nav-itme p.tit-active {
    color: #0260b3;
    font-weight: 600;
}

.page-nav-itme p.active {
    color: #006fff;
}


/** ........... Left-Menu End ........... **/


.content-box {
    padding-left: 276px;
}

/** ........... Container ........... **/

.page-right-content-wrap {
    padding-left: 276px;
}

.page-tabs-box {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    z-index: 90;
}

.page-tabs.el-tabs {
    background: #F1F5FF;
}

.page-breadcrumb .el-breadcrumb__item:first-of-type {
    display: none;
}

.page-breadcrumb .el-breadcrumb__item:nth-of-type(2) {
    font-size: 18px;
}

/** ........... Container End ........... **/

/** ........... String ........... **/

/** ........... String End ........... **/


/* ...........head........... */
.qqyx-body img {
    /* background: url(../img/qqyx-body.jpg) no-repeat center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.xzcp img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.head-top {
    background-color: #FFFFFF;
    height: 80px;
}

.head-top-box {
    width: 100%;
    height: 80px;
    /* background: #255BFB; */
    min-width: 1340px;
    border-bottom: 1px solid #ccc;
}

nav {
    height: 80px;
    margin: 0px 8%;
    position: relative;
}

.head-top-con {
    height: 100%;
    /* margin: 0 auto; */
    /* background: #333333; */
}

.head-logo-h2 {
    float: left;
    position: relative;
    font-size: 20px;
    margin-top: 14px;
    margin-left: 28px;
    color: #666;
}

/* ...........title........... */
.head-menu-withmore a {
    padding: 0;
}

.head-top .container .menu-box .menu-list-content .head-menu-withmore .yx-head-tit-p {
    color: #2e367e;
    font-size: 17px;
}

.head-menu-bar {
    height: 100%;
    margin: 0 auto;
}

.menu-box {
    text-align: center;
    width: 60%;
    display: inline-block;
}

.menu-list-content {
    height: 100%;
    display: inline-block;
    /* margin-left: 120px; */
}

.menu-list-content .yx-head-tit-p {
    height: 64px;
    line-height: 68px;
    text-align: left;
    text-decoration: none;
    color: #0260b3;
}

.menu-list-content .active .yx-head-tit-p {
    /* font-weight: 600; */
    color: #0260b3;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #0260b3;
}

.head-menu-withmore {
    float: left;
    color: #333;
    font-size: 16px;
    /* font-family: Alibaba PuHuiTi; */
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding: 0 20px;
}

.hmw-w {
    position: relative;
    cursor: pointer;
    line-height: 80px;
    height: 80px;
    padding: 0 24px;
    display: inline-block;
}

.hmw-w-xl {
    display: none;
}

.hmw-w:hover .hmw-w-xl {
    display: block;
}

.text-gray9,
.line-gray9,
.lines-gray9 {
    color: #999999;
}

.jrfw-xiala:hover .hmw-w-xl {
    display: block;
}

.hmw-w-xl-box {
    width: 140px;
    padding: 6px 0;
    position: absolute;
    background: #fff;
    top: 70px;
    right: 0;
    border-radius: 4px 4px;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    color: #333;
    z-index: 14;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.hmw-w-xl-box a {
    text-decoration: none;
}

.hmw-w-xl-box a:hover {
    text-decoration: none;
}

.hmw-w-xl-box a:focus {
    text-decoration: none;
}

.hmw-w-xl-box p {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    /* text-indent: 22px; */
    margin: 0;
    color: #333;
    font-size: 14px;
}

.hmw-w-xl-box p:hover {
    background: #eee;
    /* color: #f5310a; */
    color: #333;
}

.nav > li > a {
    padding: 0;
}

.head-menu-withmore:active p,
.head-menu-withmore:hover p {
    font-weight: 600;
    color: #0260b3;
    border-bottom: 2px solid #0260b3;
    text-decoration: none;
}

.menu-box > ul.menu-list-content li {
    float: left;
    cursor: pointer;
}

.head-whiteBg{
    background: #FFFFFF;
}

.head-whiteBg .yx-head-tit-p,
.head-blackBg .yx-head-tit-p {
    height: 60px;
    line-height: 60px;
    text-align: left;
    text-decoration: none;
    color: #0260b3;
}

.menu-list-box {
    display: inline-block;
    text-decoration: none;
}

.menu-list-box :visited {
    text-decoration: none;
}

.menu-list-box :hover {
    text-decoration: none;
}

.head-function {
    height: 100%;
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.gongsirzh {
    width: 100px;
    /* background-color: #13C2C2; */
    height: 100%;
    float: left;
    margin-left: 14px;
}

.gongsirzh p {
    margin-bottom: 0;
}

.gongsirzh-qym {
    font-size: 14px;
    color: #222;
    margin-top: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* line-height: 40px; */
}

.gongsirzh-img {
    float: right;
    margin-top: 30px;
}

.gongsirzh-rzh2t {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.head-function-a {
    height: 80px;
    border: 0px;
    margin-right: 20px;
}

.header-banli-but {
    border: 0px !important;
}

.head-top .head-function-a {
    height: auto;
}

.head-function-li {
    position: relative;
    /* background-color: #999; */
    display: flex;
    align-items: center;
}

.head-grxinxi {
    width: 100px;
    height: 64px;
}

.head-grxinxi-pdiv {
    width: 2px;
    height: 12px;
    background-color: #666666;
    margin: 0 20px;
}

.head-grxinxi p {
    float: right;
    /* padding: 0 10px; */
    line-height: 80px;
}

.header-grxinxi-zhx {
    padding-left: 20px;
}

.header-grxinxi-dl {
    padding-right: 20px;
}

.head-function-news {
    margin-right: 24px;
    padding-top: 27px;
}

/*
.head-function-news img {
	width: 18px;
	margin-left: 4px;
}
 */
.head-function-news p {
    color: #999999;
}

.head-function-img {
    margin-top: 10px;
    float: left;
}

.head-function-imgbox {
    display: none;
}

.head-function .head-function-li:hover .head-function-imgbox {
    display: block;
}

.head-menu-withmore:hover .hmw-w-xl {
    display: block;
}

.HFI-li {
    width: 180px;
    padding: 6px 0;
    position: absolute;
    background: #fff;
    top: 58px;
    right: 0;
    border-radius: 4px 4px;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    color: #444;
    z-index: 14;
}

.HFI-li a {
    text-decoration: none;
}

.HFI-li a:hover {
    text-decoration: none;
}

.HFI-li p {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-indent: 22px;
    margin: 0;
    color: #666;
}

.HFI-li-p img {
    margin-right: 24px;
}

.HFI-li-p:hover {
    background: #eee;
    color: #444;
}

.head-banner-box {
    margin-top: 20px;
    /* height: 120px; */
    /* display: flex; */
    /* 如果需要让图片各方位居中 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-banner-box img {
    /* width: auto; */
    /* height: auto; */
    max-width: 100%;
    max-height: 100%;
}

/* ...........登录后........... */
.header-function {
    display: flex;
    align-items: center;
    column-gap: 32px;
}

.header-function-li {
    float: left;
    display: inline-block;
    position: relative;
    /* background-color: #999; */
}

.header-grxinxi {
    margin-top: 16px;
}

.header-function-img {
    height: 44px;
    cursor: pointer;
}

.header-function-imgbox {
    display: none;
}

.header-function .header-function-li:hover .header-function-imgbox {
    display: block;
}

.header-banner-box {
    margin-top: 20px;
    /* height: 120px; */
    /* display: flex; */
    /* 如果需要让图片各方位居中 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-banner-box img {
    /* width: auto; */
    /* height: auto; */
    max-width: 100%;
    max-height: 100%;
}

/* -------------------其他------------------- */
.track-pot {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #bac6d0;
    border: 10px solid #e8ebec;
    color: #FFFFFF;
    font-size: 14px;
    /* line-height: 36px; */
    /* text-align: center; */
    box-shadow: rgba(232, 235, 236, 0.8) 0px 0px 5px;
}

.track .active {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #0f7afe;
    border: 10px solid #b3dbff;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}

.track .line-active {
    /* height: 2px;
    width: 14%; */
    background-color: #0f7afe;
    margin-top: 18px;
}

.track-line {
    height: 2px;
    width: 12%;
    background-color: #e8ebec;
    margin-top: 18px;
}

.track-txt-kongge {
    width: 91px;
    height: 2px;
    background-color: #e8ebec00;
}

.track {
    text-align: center;
    margin: 30px auto 0;
    /* padding: 28px 13%; */
    width: 1000px;
    height: 40px;
}

.track li {
    float: left;
    text-align: center;
}

.track-txt {
    /* margin-top: 25px;
    margin-left: 8%; */
    margin: 10px auto 0;
}

.track-txt span {
    /* margin-right: 10%; */

}

.track-txt div {
    /* margin-right: 10%; */
    display: inline-block;
}

.track-txt .active {
    color: #0f7afe;
}

/* 进度条 */
.ProcessProgress {
    height: 74px;
    background-color: #FFFFFF;
    margin-top: 0px;
    text-align: center;
}

.eStep-warp {
    width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

.eStep {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}

.eStep-item {
    flex: 1;
    height: 2px;
    background: #e4e4e4;
    position: relative;
}

i {
    text-decoration: none;
    font-style: normal;
}

.eStep-progress {
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #978787;
}

/*进度条结束*/
.eStep--point-warp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
}

.eStep--point-item {
    position: absolute;
    top: -10px;
    display: block;
    height: 50px;
}

.eStep--point {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: -2px;
    background: #bac6d0;
    border: 10px solid #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.eStep--point.done {
    width: 40px;
    height: 40px;
    background: #f5310a;
    border: 10px solid #ffd2d2;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.eStep--point.done:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.eStep--text {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -16px;
    left: -48px;
    text-align: center;
}

[v-cloak] {
    display: none !important;
}

.showSearch1 {
    display: block;
}

.hideSearch1 {
    display: none;
}

.D-zishu {
    /* 定位至 input 尾部 */
    position: absolute;
    top: 8px;
    left: 310px;
    z-index: 1;
    /* 屏蔽点击事件 */
    pointer-events: none;
}

/* 侧边栏 */
.sidebar-fixed-wrapper {
    position: fixed;
    left: 50%;
    bottom: 40px;
    z-index: 10;
    margin-left: 606px;
}

.sidebar-fixed-wrapper a {
    color: #ccc;
    text-decoration: none;
}

.sidebar-fixed-wrapper .sidebar-fixed_box {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding-top: 6px;
    padding-left: 10px;
}

.back-to-top:hover {
    background-color: #0054BFdd;
    color: #FFFFFF;
}

.back-to-top:active {
    background-color: #0054BF;
    color: #FFFFFF;
}

/* 侧边栏 */
.JXSxinxi-sousuo-box {
    float: right;
    position: relative;
    margin: 8px 0;
}

.JXSxinxi-sousuo-box input {
    height: 32px;
    width: 240px;
    border-radius: 16px;
    border: 1px solid #ccc;
    color: #666666;
    text-indent: 16px;
}

.JXSxinxi-sousuo-box button {
    border: none;
    position: absolute;
    height: 32px;
    width: 50px;
    right: 0;
    top: 0px;
    background-color: #00000000;
}

/* ------------------i-input------------------ */
.D-zishu {
    /* 定位至 input 尾部 */
    position: absolute;
    top: 8px;
    left: 310px;
    z-index: 1;
    /* 屏蔽点击事件 */
    pointer-events: none;
}

.ivu-input {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 6px 0px;
    text-indent: 18px;
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 6px;
    color: #999;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    -webkit-transition: border .2s ease-in-out, background .2s ease-in-out,
    -webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out, background .2s ease-in-out,
    -webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out, background .2s ease-in-out,
    box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out, background .2s ease-in-out,
    box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.ivu-select-single .ivu-select-selection {
    height: 40px;
    position: relative;
}

.ivu-select-single .ivu-select-selection .ivu-select-placeholder {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    overflow: hidden;
    text-indent: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    padding: 0;
    /* padding-left: 8px; */
    /* padding-right: 24px; */
}

.ivu-select-selection {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #999;
}

.ivu-input:hover {
    border-color: #57a3f3;
}

.ivu-input:focus {
    border-color: #57a3f3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, .0);
    box-shadow: 0 0 0 2px rgba(45, 140, 240, .0);
}

.D-beizhu {
    text-indent: 18px;
    line-height: 40px;
}

.beizhu-i {
    position: absolute;
    top: 38px;
    left: 0;
}

/* ------------------i-input------------------ */

/* ...........登录后 end........... */

/* ...........title end........... */

/* ...........head end........... */
input[type=file] {
    display: none;
}

[class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 弹框 */
.white_content-sqs {
    display: block;
    position: fixed;
    top: 12%;
    left: 16%;
    width: 68%;
    /* height: 80%; */
    /* padding: 0 20px 20px 20px; */
    border: none;
    border-radius: 10px;
    background-color: white;
    z-index: 1002;
    /* overflow: auto; */
}

.tanchuang-cord {
    min-width: 400px;
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    /* width: 48%; */
    /* height: 225px; */
    /* padding: 0 20px 20px 20px; */
    border: none;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content-sqs-title {
    width: 100%;
    height: 60px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #f3f2f2;
}

.white_content-sqs-title h4 {
    margin: 0;
    width: 60%;
    line-height: 60px;
    font-size: 18px;
    color: #F5301A;
    text-indent: 18px;
    float: left;
}

.white_content-sqs-title img {
    float: right;
    margin-top: 14px;
    margin-right: 20px;
}

.white_content-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
}

.white_content-title h4 {
    margin: 0;
    width: 60%;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-indent: 18px;
    float: left;
}

.white_content-title img {
    float: right;
    margin-top: 14px;
    margin-right: 20px;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=88);
}

.black_overlay-sqs {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=88);
}

.black_overlay .hite_bhwb {
    border: none;
    margin-top: 10px;
    margin-left: 20px;
    color: #666;
    max-height: 120px;
    min-height: 120px;
    resize: none;
}

.hite-sqs {
    /* position: relative; */
    /* padding: 20px 40px; */
    /* overflow: auto; */
    /* overflow-x: scroll; */
    /* height: 80%; */

}

.shaixvan {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2000;
}


.cd-tj {
    /* display: contents; */
    text-align: left;
    z-index: 10001;
}


.yichu {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yichu td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}


.yichu-huanhang {
    word-break: break-all;
}


.step-descr {
    min-height: 18px;
    padding-bottom: 10px;
}

.step-time {
    font-size: 12px;
    color: #333;
}

.description {
    font-size: 12px;
    color: #999;

}


/* 特殊 */

/* ----------------------------------
单页面-自定义
---------------------------------- */
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.deta-p-left {
    color: #8b8f98;
    float: right;
    /* font-size: 12px; */
    padding-right: 20px;
}

.deta-i-left {
    color: #8b8f98;
    float: right;
    padding-right: 10px;
}

.deta-p-right {
    color: #333;
    float: left;
}

.ColdS-up-img {
    width: 80%;
    height: 60px;
}

.text-al-ju {
    text-align: justify !important;
    text-justify: inter-character;
}

.text-ind-x {
    text-indent: 12px;
}

.text-ind-xl {
    text-indent: 20px;
}

.all-content-box {
    background-color: #fff;
}

.all-content-header {
}

.JXSxinxi-box {
    /* height: 56px; */
    padding: 0 20px;
    background-color: #FFF;
    box-shadow: 0 0 8px 0 #eee;
    border-top: 4px solid #f15536;
    box-sizing: border-box;
}

.JXSxinxi-box .m-t-20 {
    margin-top: 14px;
}

.JXSxinxi-box .text-lh-58 {
    line-height: 52px;
}

.JXSxinxi-box-2 {
    box-shadow: 0 0 8px 0 #eee;
}

.border-b {
    border-bottom: 1px solid #eee;
}

.Level2DH-box {
    height: 52px;
    width: 100%;
    background-color: #fff;
}

.Level2DH-h3 {
    line-height: 52px;
    font-sice: 20px;
    color: #444;
    font-weight: 600;
}

.title-top-red {
    width: 86px;
    height: 10px;
    background-color: #F5310A;
    border-radius: 5px;
}

.input-tit-p {
    text-align: right;
    font-size: 14px;
    color: #999;
    line-height: 36px;
    padding-right: 14px;
}

.notbody-td {
    /* background-color: #F2F9FC; */
    border: 1px solid #E4EEF6;
    padding-left: 20px;
    padding-rigth: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.youshi-icon-bg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    /* border: 10px solid #ffecec; */
}

/* .notbody-td-content{
	background-color: #F2F9FC;
	border: 1px solid #E4EEF6;
	padding-left: 20px;
	padding-rigth: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
} */

/* --
核心企业-index
-- */
.icon-circularBg-48 {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
}

.text-center {
    text-align: center;
}

.text-red {
    color: red;
}

.text-cen {
    text-align: center;
}

.text-lh-28 {
    line-height: 28px;
}

.page-table-del {
    width: 100%;
}

.page-table-del thead th {
    background-color: #DBE1ED;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #f0f0f0;
    line-height: 23px;
    padding: 8px 10px;
    font-weight: unset;
}

.page-table-del tbody td {
    border-bottom: 1px solid #f0f0f0;
    line-height: 23px;
    padding: 8px 10px;
}

.text-lh-16 {
    line-height: 16px;
}

.m-tb-14 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.margin-right-sm {
    margin-right: 20px;
}

.margin-left-xl {
    margin-left: 50px;
}

.footer-fiexd {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background: #FFFFFF;
    border-top: 1px solid #CCCCCC;
}

@media screen and (max-width: 1780px) {
    /* 在这里应用适合宽度小于1780px屏幕的样式 */
    .page-container {
        width: 1580px;
    }
}

@media screen and (max-width: 1620px) {
    /* 在这里应用适合宽度小于1620px屏幕的样式 */
    .page-container {
        width: 1460px;
    }
}

@media screen and (max-width: 1520px) {
    /* 在这里应用适合宽度小于1620px屏幕的样式 */
    .page-container {
        width: 1320px;
    }
}
.red-cell{
    background: #FFF5F7 !important;
}