html, body {
    -ms-overflow-style: scrollbar;
}
.body-box {
    position: relative;
}
.clear {
    display: block;
    width: 100%;
    clear: both;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
/*蓝色背景 白色字按钮*/
.btn-blue-white {
    color: #fff!important;
    background-color: #2C83FC!important;
    border-radius: 4px!important;
}
.btn-blue-white:hover,.btn-blue-white:active:focus,.btn-blue-white:focus {
    background-color: #115bc3!important;
    color: #fff!important;
    outline: none!important;
}
.btn-blue-white.disabled{
    pointer-events: none;
    background: #DCDCDC;
    border-color: #DCDCDC;
    color: #fff;
}
/*偏紫色背景 白色字按钮*/
.btn-purple-white {
    color: #fff!important;
    background-color: #366EFE!important;
    outline: none!important;
    border-radius: 4px!important;
}
.btn-purple-white:hover,.btn-purple-white:active:focus,.btn-purple-white:focus {
    background-color: #517cea!important;
    color: #fff!important;
    outline: none!important;
}
.btn-purple-white.disabled{
    pointer-events: none;
    background: #DCDCDC;
    border-color: #DCDCDC;
    color: #fff;
}
/*红色背景 白色字按钮*/
.btn-blue-red {
    color: #fff!important;
    background-color: #e25757!important;
    outline: none!important;
    border-radius: 4px!important;
}
.btn-blue-red:hover,.btn-blue-red:active:focus,.btn-blue-red:focus {
    background-color: #bd3838!important;
    color: #fff!important;
    outline: none!important;
}
.public-container{
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}
.public-container:after,.public-container:before{
    display: table;
    content: "";
    clear: both;
}
/*新闻资讯样式--begin*/
.public-center-content {
    margin: 10px auto 20px auto;
    width: 85%;
}
.public-head .public-title {
    font-size: 34px;font-weight: 400;color: #FFFFFF;line-height: 52px;
}
.public-head .public-sub-title {
    font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 52px;
}
.public-head .public-head-left {
    width: 60%;padding: 25px 0;
}
.public-head-left img {
    width: 80%                           ;
}
.public-head .public-head-right {
    width: 40%;
}
@media screen and (max-width: 768px) {
    .public-head .public-head-left {
        width: 100%;padding: 25px 0;
    }
    .public-head .public-head-right {
        width: 100%;
    }
}
.public-main {
    padding: 15px 25px;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 2px 20px 0 rgba(0, 59, 114, 0.1);
    -moz-box-shadow: 1px 2px 20px 0 rgba(0, 59, 114, 0.1);
    box-shadow: 1px 2px 20px 0 rgba(0, 59, 114, 0.1);
    border-radius: 6px;
    min-height: 360px;
}
.public-main .public-box {
    min-height: 250px;
    position: relative;
}
.public-nav-list {
    border-bottom: 1px solid #1B88FA;
}
.public-nav-list>li {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.public-nav-list>li>a {
    font-weight: 500;
    color: #666;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
}
.public-nav-list>li.active>a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #333;
}
.public-nav-list>li>a:hover {
    font-weight: 500;
    /*font-size: 18px;*/
    color: #333;
}
.public-nav-list>li.active:after {
    position: absolute;
    content: " ";
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 0;
    border: solid 4px #2296FB;
    background: #2296FB;
    margin: 0 auto;
    display: block;
    bottom: -4px;
    left: 0;
    right: 0;
    border-radius: 5px;
}
.public-main .news-list {
    min-height: 360px;
}
.public-main .news-list>li:hover {
    background: linear-gradient(90deg, #d9edf7 0%, rgba(43, 144, 205, 0) 100%);
    border-radius: 4px;
}
.public-main .news-list .nav>li>a:hover {
    color: #333;
}
.public-main .news-list>li>a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 120px);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.public-main .news-list>li {
    width: 50%;
    padding: 6px 6px 0 20px;
    float: left;
}
.public-main .news-list>li>.fa {
    padding-right: 5px;
    margin-top: -12px;
    vertical-align: middle;
    color: #00479D;
}
.pageOption-box {
    margin: 10px 10px;
}
.pageOption-box a {
    cursor: pointer;
    font-weight: bold;
}
.public-main .liMarquee-box .title {
    font-size: 22px;
    font-weight: 500;
    color: #051A51;
    line-height: 26px;
}
.news-box-all{
    min-height: 300px;
}
.news-box-all .news-list-ul{
    min-height: 250px;
}
.news-list-ul li {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 16px 0 16px 6px;
    list-style: none;
}
.news-list-ul a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 120px);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.news-list-ul li a::before{
    content:'';
    display: inline-block;
    width:5px;
    height:5px;
    background:#333;
    margin-right:6px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .public-center-content {
        margin: 10px auto 20px auto;
        width: 95%;
    }
}
/*新闻资讯样式--begin*/
/*新闻详情页样式-begin*/
.detail-page {
    position: relative;
    min-height: 280px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.detail-page .news-menu {
    border: 1px solid #A1D4EB;
    -webkit-box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.2);
    -moz-box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.2);
    box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.2);
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.detail-page .news-menu > li {
    border-bottom: 1px dashed #A1D4EB;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}
.detail-page .news-menu li a {
    -webkit-transition: padding-left 0.5s ease-out;
    -o-transition: padding-left 0.5s ease-out;
    transition: padding-left 0.5s ease-out;
    color: #1A110D;
    display: inline-block;
}
.detail-page .news-menu li:hover a {
    text-decoration: none;
    padding-left: 30px;
    color: #1492ff;
}
.detail-page .news-menu > li:last-child {
    border-bottom: 0;
}
.news-menu .menu-icon {
    position:relative;
    overflow:hidden;
    display: inline-block;
    float: left;
    padding: 0 10px;
}
.news-menu .menu-icon img {
    width: 25px;
    height: 25px;
    position:relative;
    filter: drop-shadow(39px 0px #1492ff);
    -webkit-filter: drop-shadow(39px 0px #1492ff);
}
.detail-page .news-menu li:hover img {
    transform: translate(-39px, 0);-webkit-transform: translate(-39px, 0);-ms-transform: translate(-39px, 0);-o-transform: translate(-39px, 0);
}
.page-content .title {
    font-size: 24px;
    /*font-weight: bold;*/
    /*color: #051A51;*/
    padding: 0 0 20px 0;
    text-align: center;
}
.page-content .info {
    text-align: center;
    color: #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
}
.page-content .sub-left , .page-content .sub-right{
    color: #999;
    margin-right: 20px;
}
.page-content ul>li>a {
    font-size: 16px;
    color: #00479D;
}
/*新闻详情页样式-end*/

.declare-btn {
    background: #5E9AFF;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(59, 120, 222, 0.3), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    -moz-box-shadow: 1px 2px 4px 0 rgba(59, 120, 222, 0.3), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    box-shadow: 1px 2px 4px 0 rgba(59, 120, 222, 0.3), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    border-radius: 4px;
    color: #fff;
}
.declare-btn:hover {
    background: #1B88FA;
    color: #fff;
}
.declare-btn-all {
    background: #5A5BFF;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(90, 91, 255, 0.29), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    -moz-box-shadow: 1px 1px 4px 0 rgba(90, 91, 255, 0.29), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    box-shadow: 1px 1px 4px 0 rgba(90, 91, 255, 0.29), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    border-radius: 4px;
    color: #fff;
}
.declare-btn-all:hover {
    background: #797aec;
    color: #fff;
}
/*在线办理框*/

.declare-content .btn-top-close {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 0;
    color: #fff;
    border-radius: 0 6px;
    background: #FF6E7F;
    border: 0;
    /*border-top: 0;*/
    /*border-right: 0;*/
    /*border-left: 4px solid #555;*/
    /*border-bottom: 4px solid #555;*/
}
.declare-content .btn-top-close:hover {
    background: #e25061;
}
.declare-table {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
}
.declare-table tbody tr:nth-child(even) {
    background: #ECF3FA;;
}
.declare-table .head{
    font-weight: bold;
    text-align: center;
    border: 0;
    background: #DAECFE;
    top: 0;
    position: sticky;
    z-index: 99;
}
.declare-table .seq{
    width: 6%;
}
.declare-table tr td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
}
.declare-tip {
    font-size: 16px;background: #FFD7D7;border-radius: 4px;padding: 10px;color: #FD213B;margin-bottom: 10px;
}
.declare-tip span {
    word-break:normal;word-wrap:break-word;overflow: hidden;
}
.declare-content .modal-title {
    font-weight: bold;font-size: 16px;
}
.declare-content .modal-title-tip {
    font-weight: normal;  color: #6ACC7B;  background: #d4f0d9;  border-radius: 4px;  padding: 2px 10px;margin-left: 20px;
}
.declare-content .modal-sub-title {
    padding: 10px 0 0 0;font-size: 16px;color: #666666;
}
/*办事大厅样式--end*/
/*loading框样式--begin*/
#contain {
    width: 250px;
    /*height: 100px;*/
    position: absolute;
    /*top: 50%;*/
    right: 0;
    left: 0;
    bottom: 50%;
    margin: auto;
    opacity: 0;
    animation: fadeIn 1s 1;
    animation-fill-mode: forwards;
}
.part {
    width: 30px;
    height: 30px;
    background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.1));
    background-color: #E3746B;
    border-radius: 50%;
    animation: scale 1000ms infinite ease-in-out alternate;
    animation-delay: -500ms;
    transform: scale(0.5);
}
.wrap {
    animation: rotate 1000ms infinite ease-in-out alternate, zindex 2000ms infinite ease-in-out;
    position: absolute;
    z-index: 0;
}
#wrap2 {
    animation-delay: -1000ms;
}
#part2 {
    background-color: #397BF9;
    animation-delay: -1500ms;
}
#wrap3 {
    animation-delay: -1500ms;
}

#part3 {
    background-color: #F4B400;
    animation-delay: -2000ms;
}

#wrap4 {
    animation-delay: -2500ms;
}
#part4 {
    background-color: #0F9D58;
    animation-delay: -3000ms;
}
@keyframes zindex {
    25% {
        z-index: 1;
    }
    75% {
        z-index: -1;
    }
}
@keyframes fadeIn {
    100%{
        opacity: 1;
    }
}
@keyframes rotate {
    100% {
        transform: translateX(200px);
    }
}
@keyframes scale {
    100% {
        transform: scale(1);
    }
}
/*第二种--begin*/
.loading-modal .modal-content{
    margin:0 auto;margin-top: 250px;padding: 20px; display: table;width: 200px;
}
.loading-modal .loading-box {
    text-align: center;
    vertical-align: middle;
}
.loading-modal .text-tip {
    text-align: center;font-weight: bold;margin: 0;
}
@-moz-keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* :not(:required) hides this rule from IE9 and below */
.timer-loader:not(:required) {
    border: 6px solid #5DA1FF;
    -moz-border-radius: 24px!important;
    -webkit-border-radius: 24px!important;
    border-radius: 24px!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
}
.timer-loader:not(:required)::before {
    -moz-animation: timer-loader 1250ms infinite linear;
    -webkit-animation: timer-loader 1250ms infinite linear;
    animation: timer-loader 1250ms infinite linear;
    -moz-transform-origin: 3px 3px;
    -ms-transform-origin: 3px 3px;
    -webkit-transform-origin: 3px 3px;
    transform-origin: 3px 3px;
    background: #5DA1FF;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 19.2px;
    left: 15px;
    top: 15px;
}
.timer-loader:not(:required)::after {
    -moz-animation: timer-loader 15000ms infinite linear;
    -webkit-animation: timer-loader 15000ms infinite linear;
    animation: timer-loader 15000ms infinite linear;
    -moz-transform-origin: 3px 3px;
    -ms-transform-origin: 3px 3px;
    -webkit-transform-origin: 3px 3px;
    transform-origin: 3px 3px;
    background: #5DA1FF;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 16px;
    left: 15px;
    top: 15px;
}
/*第二种--end*/
/*第三种；蓝色圆点-begin*/
.page-loading{
    top: 50%;
    position: absolute;
    width: 150px;
    height: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.page-loading span{
    display: inline-block;
    width: 15px;
    height: 100%;
    margin-right: 5px;
    border-radius: 50%;
    background: #1492ff;
    -webkit-animation: load 1.04s ease infinite;
}
.page-loading span:last-child{
    margin-right: 0px;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}
.page-loading span:nth-child(1){
    -webkit-animation-delay:0.13s;
}
.page-loading span:nth-child(2){
    -webkit-animation-delay:0.26s;
}
.page-loading span:nth-child(3){
    -webkit-animation-delay:0.39s;
}
.page-loading span:nth-child(4){
    -webkit-animation-delay:0.52s;
}
.page-loading span:nth-child(5){
    -webkit-animation-delay:0.65s;
}
/*第三种；蓝色圆点-end*/
/*loading框样式--end*/

/*modal 框样式修改(不改变原有布局) begin*/
.pms-modal{}
.pms-modal .modal-dialog{
    background-color: #fff;
    border-radius: 5px!important;
}
.pms-modal .modal-content{
    /*background: url("../pms/img/modal-bg.png") no-repeat bottom center;*/
    /*!*background-size: 100% auto;*!*/
    /*background-size: cover;*/
    /*border-radius: 5px!important;*/
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 40%), 0px 4px 20px rgb(0 0 0 / 33%);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 6px!important;
    outline: 0;
}
.pms-modal .pms-content{
    background: url("../pms/img/valid_bg.png") no-repeat bottom center;
    background-size: cover;
    border-radius: 5px!important;
}
.pms-modal .modal-header .close{
    margin-top: 0;
    width: 9px;
    height: 9px;
    text-indent: -10000px;
    background-repeat: no-repeat !important;
    outline: none;
    background-image: url(../../lib/assets/global/img/remove-icon-small.png) !important;
    background-color: #E9F1FF;
    opacity:1;
    padding: 13px 20px;
    right: 0;
    top: 0;
    position: absolute;
    background-size: 11px;
    background-position: center;
    border-top-right-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}
.pms-modal .modal-header .close:hover{
    background-color: #284F86;
}
.pms-modal .modal-header{
    /*border:none;*/
    /*text-align: center;*/
    /*color: #284F86;*/
    /*padding: 20px 10px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: linear-gradient(to top, #FAFAFA 20%, #f3f6f9 100%);
}
/*header里加../img/x2.png的图片*/
.pms-modal .modal-header img{
    position: absolute; right: -1px; top: 0; height: 96px
}
.pms-modal .modal-title{
    font-size: 24px;
    font-weight: bold;
}
/*.pms-modal .modal-title:before,.pms-modal .modal-title:after{*/
/*    content: "";*/
/*    margin: 2px 15px;*/
/*    display: inline-block;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    transform: rotateZ(45deg) skew(10deg, 10deg);*/
/*    background: #284F86;*/
/*}*/
.pms-modal .modal-body{
    /*font-size: 14px;*/
    /*padding: 10px 10px 40px 10px;*/
    /*line-height: 20px;*/
    background-image: url(../img/lifecycle.png);
    background-position: bottom right;
    background-size:42% auto;
    background-repeat: no-repeat
}
.pms-modal .modal-body h4{
    margin: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.pms-modal .modal-footer{
    /*padding: 20px 10px;*/
    /*border: none;*/
    /*text-align: center;*/
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    background-image: linear-gradient(to top, #FAFAFA 20%, #f3f6f9 100%);
}
.pms-modal .modal-footer button{
    border-radius: 5px!important;
    padding: 6px 40px;
}
/*modal 框样式修改(不改变原有布局) end*/
/*滚动条样式 begin*/
.modal-scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.modal-scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: #99ccf0;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}
.modal-scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
}
/*滚动条样式 end*/

/*字段占位样式  begin*/
.grid_col_public .control-label {
    font-weight: bold;
    font-size: 14px;
    color:#394565!important;
    text-align: left!important;
}

.grid_col_public .select-btn {
    width: 28%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 34px;
    line-height: 34px;
}
.grid_col_public .select-input {
    width: 70%;
}
.grid_col_public {
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
}
.grid_col_left {
    float: left;
    display: block;
    margin: 0;
    padding: 5px;
    line-height: 20px;
    position: relative;
}
.grid_col_public .required_fields:after{
    content: "*";
    display: inline-block;
    font-size: 16px;
    color: #FD3535;
    vertical-align: middle;
}
.grid_col_right {
    float: left;
    display: block;
    position: relative;
}
.grid_col_1 {
    width: 50%;
}
.grid_col_left_1 {
    width: 30%;
}
.grid_col_right_1 {
    width: 67%;
}
.grid_col_3 {
    width: 100%;
}
.grid_col_left_3 {
    width: 15%;
}
.grid_col_right_3 {
    width: 83.33%;
}
@media (max-width: 768px){
    .grid_col_1,.grid_col_3 {
        width: 100%;
    }
    .grid_col_left_1,.grid_col_left_3 {
        width: 96.67%;
    }
    .grid_col_right_1,.grid_col_right_3{
        width: 96.67%;
    }
}

@media (min-width: 769px) and (max-width: 992px){
    .grid_col_1 ,.grid_col_3{
        width: 100%;
    }
    .grid_col_left_1 ,.grid_col_left_3{
        width: 20%;
    }
    .grid_col_right_1,.grid_col_right_3 {
        width: 78%;
    }
}
@media (min-width: 993px){
    .grid_col_1 {
        width: 50%;
    }
    .grid_col_right_1 {
        width: 30%;
    }
    .grid_col_right_1 {
        width: 67%;
    }
    .grid_col_3 {
        width: 100%;
    }
    .grid_col_left_3 {
        width: 15%;
    }
    .grid_col_right_3 {
        width: 83.33%;
    }
}
.custom-grid-col .grid_col_left_3 {
    width: 24%;
}
.custom-grid-col .grid_col_right_3 {
    width: 70%;
}
.grid_col_public .canEdit[readonly] {
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}
.grid_col_public .input-group input[type="text"]{
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
}
.grid_col_public .input-group .input-group-addon{
    border-bottom-right-radius: 4px!important;
    border-top-right-radius: 4px!important;
}
.grid_col_right select,.grid_col_right input,.grid_col_right textarea {
    border-radius: 4px!important;
}
.grid_col_right label.checkbox-inline, .grid_col_right label.radio-inline {
    margin: 0 10px;
}
.grid_col_right .radioLabel input{
    height: 30px;
}
.grid_col_right .grid_col_right_text{
    line-height: 30px;
}
/*多选框 单选 begin*/
.grid_col_right .radioLabel{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.grid_col_right label.checkbox-inline, .grid_col_right label.radio-inline{
    margin:0 10px;
}
.grid_col_right label.checkbox, .grid_col_right label.radio{
    padding-left: 25px;
    margin: 0;
}
.grid_col_right div.checkbox, .grid_col_right div.radio{
    padding-left: 25px;
    margin: 0;
}
.grid_col_right label input[type=radio]{
    margin-top: 0px;
}
/*多选框 单选 end */
/*字段占位样式  end*/
.valid-head-title {
    color: #294260;
    font-weight: bold;
    font-size: 16px;
    /*margin-bottom: 10px;*/
}
.valid-box{
    padding-top: 10px;
}
.valid-item-head {
    position: relative;
    font-weight: bold;
    color: #294260;
    padding-left: 15px;
    font-size: 16px;
}
.valid-item-head:before {
    content: ' ';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #294260;
    border-radius: 4px!important;
}
.valid-item-tip {
    line-height: 26px;
    padding-left: 24px;
    color: #000;
    font-size: 16px;
}
.other-error {
    padding-left: 6px;
    color: #F63E3E;
    font-weight: 600;
    font-size: 16px;
}
.error-tips{
    font-size: 14px;
    color: red;
    position: relative;
    padding-left: 20px;
}
.error-tips::before {
    content: "!";
    background-color: #f66;
    position: absolute;
    top: 3px;
    left: 2px;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    font-size: 12px;
}
