/*é€šç”¨çš„è®¾ç½®*/

* {
    padding: 0;
    margin: 0;
    line-height: 1;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}

input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    outline: none;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
    font-size: 14px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: 14px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    font-size: 14px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
    font-size: 14px;
}

html, body {
    width: 100%;
    height: 100%;
}

.clearBoth:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearBoth {
    zoom: 1;
}

.ellipsis-1 {
    display: -webkit-box;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* é¦–é¡µçš„æ ·å¼ */

.home-container {
    width: 100%;
}

#container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 5px solid rgb(230, 0, 18);
    border-bottom: 5px solid rgb(230, 0, 18);
    padding-bottom: 35px;
    position: relative;
}

#content, .layui-container {
    width: 1200px !important;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.layui-container {
    padding: 0;
}

.teble-cell {
    display: table-cell !important;
    vertical-align: middle;
}

.text-center {
    text-align: center !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}


/* é¦–é¡µå¤´éƒ¨ */

.common-content {
    width: 100%;
}

.common-content .common-header {
    width: 1200px;
    margin: 0 auto;
}

.content-header {
    width: 1200px;
    height: 140px;
    display: table;
}

.content-header .logo-content {
    width: 83px;
    margin: 0;
}

.content-header .logo-content img {
    /*width: 68px;
    height: 68px;*/
}

.content-header .name-title {
    color: rgb(230, 0, 18);
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 5px;
}
.content-header .name-info {
    color: #ccc;
    text-align: left;
}
.content-header .substation-home-name .name-title{
  font-size: 28px;
}
.content-header .substation-home-name .name-info{
  font-size: 28px;
  color: rgb(230, 0, 18);
  font-weight: bold;
}

.content-header .name-info a {
    color: #ccc;
}

.content-header .search-input {
    width: 342px;
}

.content-header .search-bar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 43px;
    border: 1px solid #ccc;
}

.content-header .search-bar form {
    height: 100%;
}

.content-header .search-bar input {
    width: 296px;
    height: 100%;
    line-height: 43px;
    padding-left: 15px;
    float: left;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 41px white inset;
}

.content-header .search-bar .icon-search {
    width: 42px;
    height: 39px;
    background: #ececec;
    float: right;
    background-image: url(../img/search-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/search-icon.png', sizingMethod='scale');
    cursor: pointer;
    margin-top: 1px;
    margin-right: 1px;
    padding: 0;
    font-size: 0;
}

.content-header .text-help {
    width: 170px;
    text-align: right;
    color: #ccc;
}

.content-header .text-help .item-content {
    width: 100%;
    font-size: 14px;
    color: #666;
}

.content-header .text-help .item-content .item {
    cursor: pointer;
}

.content-header .text-help .item-content .borderLine {
    border-left: 2px solid #666;
    border-right: 2px solid #666;
    padding: 0 10px;
    margin-left: 8px;
    margin-right: 8px;
}


/* å†…éƒ¨é¡µé¢çš„åˆ‡æ¢å¤´éƒ¨ */

.common-content .tab-bar {
    width: 100%;
    height: 52px;
    background: rgb(230, 0, 18);
    color: #fff;
}

.common-content .tab-bar .tabLists {
    width: 1200px;
    margin: 0 auto;
}

.common-content .tab-bar li.item {
    font-size: 18px;
    line-height: 52px;
    width: 169px;
    margin: 0 2px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.common-content .tab-bar.substation_home li.item {
    width: 167px;
}

.common-content .tab-bar li.item a {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    float: left;
    line-height: 52px;
}

.common-content .tab-bar li.item.marginLeft {
    margin-left: 0px;
}

.common-content .tab-bar li.item-active {
    background: url(../img/icon-65.png) no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon-65.png', sizingMethod='scale');
}


/* å†…éƒ¨é¡µé¢çš„å¯¼èˆªæŒ‡ç¤ºæ–‡å­—  ä¾‹å¦‚ï¼šé¦–é¡µ > è¦é—»åŠ¨æ€ > çœæ”¿åºœåŠ¨æ€ */

.layui-container .meau-content {
    width: 1200px;
    height: 48px;
    line-height: 48px;
    background-color: #fffbea;
    border: 1px solid #f4e8c2;
    margin: 22px auto 24px;
    font-size: 16px;
    color: #666;
    padding-left: 25px;
}


/*ä¸»ä½“å†…å®¹*/

.layui-container .otherPagePadding {
    position: relative;
    margin-top: 22px;
}

.layui-container .pageContent {
    min-height: 430px;
    height: auto !important;
    height: 430px;
    overflow: visible;
    border: solid 1px #ececec;
    padding-left: 24px;
    padding-right: 20px;
}


/* è„šæœ¬ */

#footer {
    height: 213px;
    background: #f7f7f7;
}

#footer .select-ceontent {
    width: 1200px;
    margin: 0 auto;
}

#footer .select-ceontent .select-form {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 56px;
    padding-top: 40px;
}

#footer .select-ceontent .layui-form-select .layui-edge {
    border-width: 5px;
    border-top-color: #000;
}

#footer .layui-form-select {
    width: 257px;
    height: 28px;
    float: left;
    margin-right: 15px;
}

#footer .layui-form-select .layui-input {
    height: 28px;
    line-height: 28px;
    border-color: #ddd;
}

#footer .website-details {
    padding-top: 44px;
    color: #333;
    font-size: 14px;
}

#footer .website-details .name {
    margin-bottom: 16px;
}

#footer .website-details span {
    cursor: pointer;
}

#footer .website-details .find-icon {
    width: 110px;
    height: 55px;
    background: url(../img/find-icon.png) no-repeat;
    background-size: contain;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/find-icon.png', sizingMethod='scale');
    margin-right: 27px;
}

#footer .website-details .gover-icon {
    width: 52px;
    height: 53px;
    background: url(../img/gover-icon.png) no-repeat;
    background-size: contain;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/gover-icon.png', sizingMethod='scale');
}

#footer .website-details .find-icon a, #footer .website-details .gover-icon a {
    float: left;
    width: 100%;
    height: 100%;
}


/* å³è¾¹å›ºå®šçš„è¾¹æ¡† */

.right-fixed-content {
    width: 80px;
    height: 500px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    position: absolute;
    right: -9%;
    top: 0px;
    background: url(../img/right-bg.png) center center no-repeat;
}

.bottom-fixed-content {
    width: 87px;
    height: 112px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 10px 0 #ccc;
    position: absolute;
    right: -9%;
    bottom: 0px;
    background: url(../img/total-icon.png) center center no-repeat;
}

.right-fixed-content .item {
    /*padding-top: 9px;
    padding-bottom: 10px;*/
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
}

.right-fixed-content .item.rss-content{
  display: none;
}
.right-fixed-content .item .icon {
    margin-bottom: 8px;
    text-align: center;
}

.right-fixed-content .phone-content {
    margin-top: 22px;
}

.right-fixed-content .phone-content .icon {
    height: 34px;
    background: url(../img/icon-10.png) center center no-repeat;
}

.right-fixed-content .pg-content {
    margin-top: 22px;
}

.right-fixed-content .pg-content .icon {
    height: 34px;
    background: url(../img/icon-pg.png) center center no-repeat;
}

.right-fixed-content .wx-content .icon {
    height: 36px;
    background: url(../img/wx-icon.png) center center no-repeat;
}

.right-fixed-content .qq-content .icon {
    height: 36px;
}

.right-fixed-content .email-content .icon {
    height: 31px;
    background: url(../img/email-icon.png) center center no-repeat;
}

.right-fixed-content .rss-content .icon {
    height: 38px;
    background: url(../img/rss-icon.png) center center no-repeat;
}

.right-fixed-content .share-content .icon {
    height: 39px;
    background: url(../img/share-icon.png) center center no-repeat;
}

.right-fixed-content .share-content .social-share {
    position: absolute;
    top: -9px;
    right: 80px;
}
.wx-content .wx-icon{position: absolute;top: -13px;right: 80px;}
.wx-content .wx-icon.displayNone{display: none;}
.right-fixed-content .share-content .social-share.displayNone {
    display: none;
}
.bdsharebuttonbox a{background: url(https://file.henan.gov.cn/4500000016/img/fx-bg.png) !important;height: 25px!important;width: 25px!important;}
.bdshare-button-style0-16 .bds_weixin{background-position:0 0 !important}
.bdsharebuttonbox a.bds_tsina{background-position:-30px 0 !important}
.bdsharebuttonbox a.bds_sqq{background-position:-90px 0 !important}
.right-fixed-img-lists {
    width: 140px;
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 1000;
}

.left-fixed-img-lists {
    width: 140px;
    position: fixed;
    left: 0;
    top: 180px;
    z-index: 1000;
}

.right-fixed-img-lists img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.left-fixed-img-lists img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


/* tabåˆ‡æ¢ */

.m-tab-common {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.m-tab-common .layui-tab {
    margin: 0;
    width: 100%;
    position: relative;
}

.m-tab-common .layui-tab .layui-tab-title {
    height: 40px;
    line-height: 40px;
}

.m-tab-common .layui-tab .layui-tab-title li {
    padding: 0;
    padding-right: 9px;
    font-size: 18px;
    color: #666;
}

.m-tab-common .layui-tab .layui-tab-title li.leftLine {
    position: relative;
    padding-left: 9px;
    margin-left: 8px;
}

.m-tab-common .layui-tab .layui-tab-title li.layui-this, .m-tab-common .layui-tab .layui-tab-title li.layui-this a {
    color: rgb(230, 0, 18);
}

.m-tab-common .layui-tab .view-more {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    z-index: 100;
    cursor: pointer;
}

.m-tab-common .layui-tab .view-more a, .m-tab-common .layui-tab .view-more a:hover {
    color: #999;
}

.m-tab-common .layui-tab .layui-tab-title li.layui-this:after {
    height: 45px;
    border-bottom-width: 0;
}

.m-tab-common .layui-tab.layui-tab-brief .layui-tab-content {
    padding: 0;
    width: 100%;
    margin-top: 5px;
}
.science-substation.m-tab-common .layui-tab.layui-tab-brief .layui-tab-content{
  margin-top: 0px;
}

.m-tab-common .layui-tab .layui-tab-item, .m-tab-common .layui-tab .layui-tab-item>ul {
    height: 100%;
    overflow: hidden;
}

.m-tab-common .layui-tab .layui-tab-content li {
    position: relative;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    padding-left: 16px;
    padding-right: 7px;
    margin-top: 19px;
}

.m-tab-common .layui-tab .layui-tab-content li a {
    color: #666;
}

.m-tab-common .layui-tab .layui-tab-content li .title {
    display: inline-block;
    width: 82%;
    height: 100%;
    line-height: inherit;
}

.m-tab-common .layui-tab .layui-tab-content .icon-squre {
    width: 4px;
    height: 4px;
    background: #b2b2b2;
    position: absolute;
    left: 4px;
    top: 8px;
}

.m-tab-common .layui-tab .layui-tab-content .time {
    float: right;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
}

.m-tab-common .layui-tab .layui-tab-title li.leftLine::before {
    content: '';
    width: 2px;
    height: 20px;
    background: #ccc;
    position: absolute;
    left: -5px;
    top: 10px;
}

.m-tab-common.paddingLineBottom .layui-tab .layui-tab-title li.layui-this:after {
    border-bottom: 2px solid rgb(230, 0, 18);
}


/* tabåˆ‡æ¢é‡Œé¢å¸¦æœ‰å›¾ç‰‡ */

.m-tab-common .layui-tab .layui-tab-content .layui-tab-item .m-tab-img {
    width: 100%;
    height: 66px;
    background: url(../img/icon-42.png) no-repeat center;
    background-size: contain;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon-42.png', sizingMethod='scale');
    margin-top: 18px;
    padding: 0;
}

.m-tab-common .layui-tab .layui-tab-content .layui-tab-item .m-tab-img-margin {
    margin-top: 12px;
}


/*tabåˆ‡æ¢ä¸‹é¢å¸¦æœ‰ä¸‹æ»‘çº¿*/

.m-tab-line .layui-tab .layui-tab-title {
    height: 45px;
    line-height: 45px;
}

.m-tab-line .layui-tab .view-more {
    line-height: 46px;
}

.m-tab-line .layui-tab .layui-tab-title li {
    padding: 0;
    margin: 0;
    padding-left: 13px;
    padding-right: 10px;
    margin-right: 30px;
    color: #333;
}

.m-tab-line .layui-tab .layui-tab-title li a {
    line-height: 42px;
}

.m-tab-line .layui-tab .layui-tab-title li.layui-this {
    color: #cc0000;
}

.m-tab-line .layui-tab .layui-tab-title li.layui-this:after {
    height: 44px;
    border-bottom: 3px solid #cc0000;
}

.m-tab-line .layui-tab .layui-tab-content li, .m-tab-line .layui-tab .layui-tab-content li a {
    color: #333;
}

.m-tab-line .layui-tab .layui-tab-content li {
    margin-top: 17px;
}
.science-substation.m-tab-line .layui-tab .layui-tab-content li{
  margin-top: 13px;
}

.m-tab-line .layui-tab .layui-tab-content .icon-squre {
    opacity: 0.7;
    left: 3px;
}

.m-tab-line .layui-tab .layui-tab-content .layui-tab-item .m-tab-img {
    background: url(../img/icon-62.png) no-repeat center;
    margin-top: 15px;
}

.m-tab-line .layui-tab .layui-tab-content li {
    padding-left: 18px;
}

.m-tab-line .layui-tab .layui-tab-content .time {
    line-height: inherit;
}


/*ç§‘æŠ€å­ç«™*/

.science-substation .layui-tab .layui-tab-title {
    height: 45px;
    line-height: 45px;
}

.science-substation .layui-tab .layui-tab-title li {
    width: 120px;
    height: 45px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

.science-substation .layui-tab .layui-tab-title li.layui-this {
    color: #fff;
    background: #b32424;
}

.science-substation .layui-tab .layui-tab-title li .bg-substation {
    width: 120px;
    height: 45px;
    line-height: 45px;
    background: url(../img/icon-201.png) no-repeat left center;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -6px;
    z-index: 0;
}

.science-substation .layui-tab .layui-tab-title li .text-substation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    z-index: 10;
}

.science-substation .layui-tab .layui-tab-title li.layui-this:after {
    border: 0;
    height: 0;
    width: 0;
}

.science-substation .layui-tab .view-more {
    line-height: 45px;
}

.science-substation .layui-tab .layui-tab-content li {
    padding-left: 24px;
}

.science-substation .layui-tab .layui-tab-content .icon-squre {
    width: 4px;
    height: 4px;
    background: #e68a2e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 1;
    left: 10px;
    top: 9px;
}

.science-substation .layui-tab .layui-tab-content .time {
    opacity: 1;
}

.science-substation .layui-tab .layui-tab-content li .title {
    width: 78%;
}


/* å…¬å…±çš„è½®æ’­ */

.m-carousel {
    width: 100%;
    height: 100%;
}

.m-carousel .layui-carousel {
    width: 100% !important;
    height: 100% !important;
}

.m-carousel .layui-carousel img {
    width: 100% !important;
    height: 100% !important;
}

.m-carousel .layui-carousel .carousel-title {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #ffffff;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    background: url(../img/icon-33.png) no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon-33.png', sizingMethod='scale');
}

.m-carousel .layui-carousel .carousel-title a {
    float: left;
    max-width: 50%;
    width: 50%;
    width: auto !important;
    height: 44px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    white-space:normal !important;
}

.m-carousel .layui-carousel .carousel-title a:hover {
    text-decoration: underline;
}

.m-carousel .layui-carousel .layui-carousel-ind {
    height: 46px;
    top: -45px;
}

.m-carousel .layui-carousel .layui-carousel-ind ul {
    position: absolute;
    right: 0;
    top: 10px;
    padding-right: 20px;
    z-index: 101;
    background: transparent;
}

.m-carousel .layui-carousel .layui-carousel-ind ul li {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background: transparent;
    margin-left: 17px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.m-carousel .layui-carousel .layui-carousel-ind li.layui-this {
    border-color: #ffba00;
    background: #ffba00;
    opacity: 1;
}


/*ä»¥ä¸‹  ä¸“é¢˜èŸèƒçš„å—çº§è½®æ’­*/

.m-swiper-content, .m-swiper-content .swiper-container, .m-swiper-content .swiper-container .swiper-wrapper {
    height: 100px !important;
}

.m-swiper-content {
    position: relative;
}

.m-swiper-content .swiper-wrapper .swiper-slide {
    width: 294px !important;
    height: 100px !important;
}

.m-swiper-content .swiper-wrapper .swiper-slide img {
    width: 266px;
    height: 100% !important;
}

.m-swiper-content .btn {
    width: 20px;
    height: 42px;
    border-radius: 0;
    -webkit-border-radius: 0;
    cursor: pointer;
    position: absolute;
    top: 29px;
    z-index: 10;
    background: url(../img/icon-112.png) no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon-112.png', sizingMethod='scale');
}

.m-swiper-content .btn.arrow-left {
    left: 0;
}

.m-swiper-content .btn.arrow-right {
    right: 0;
    background: url(../img/icon-113.png) no-repeat;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon-113.png', sizingMethod='scale');
}

.m-swiper-content .btn .text-bg {
    width: 10px;
    height: 19px;
    position: absolute;
    left: 5px;
    top: 11px;
    background: url(../img/icon-114.png) no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon-114.png', sizingMethod='scale');
}


/*ä»¥ä¸Šéƒ½æ˜¯   ä¸“é¢˜èŸèƒçš„å—çº§è½®æ’­ */


/*æ­£åœ¨å»ºè®¾ä¸­çš„é¡µé¢æ ·å¼*/

#underBulid {
    padding-top: 20px;
}

#underBulid .bulidName {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

#underBulid .bulidImg {
    text-align: center;
    vertical-align: middle;
}

#underBulid .levelPage {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    color: #333;
}

#underBulid .levelPage .second {
    color: #0d45a5;
}

#underBulid .levelPageBtn {
    width: 200px;
    height: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    font-size: 22px;
    background: #0d45a5;
    text-align: center;
    line-height: 50px;
    margin: 20px auto 0;
}

/*ç§‘æŠ€å­ç«™çš„é¦–é¡µæ ·å¼*/
.layui-container #substation_content{
  border-width: 0;
  padding: 0;
}

.m-person-query .layui-layer-title {
    height: 50px;
    line-height: 50px;
    background-color: #ff4c4c;
    color: #fff;
    font-family: MicrosoftYaHei;
    font-size: 18px;
}

.m-person-query span.layui-layer-setwin {
    top: 13px;
}
.layui-layer-dialog.m-person-query .layui-form-item {
    margin: 0;
    height: 50px;
    line-height: 50px;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    padding-left: 35px;
    position: relative;
}
.layui-layer-dialog.m-person-query .layui-layer-btn.layui-layer-btn- {
    padding: 0;
    height: 70px;
}

.layui-layer-dialog.m-person-query .layui-layer-btn .layui-layer-btn0 {
    width: 80px;
    height: 40px;
    background-color: #ff4c4c;
    border-width: 0;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0;
}
.layui-layer-dialog.m-person-query .layui-form-item .icon-squery {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #ff884c;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    left: 19px;
}
.layui-layer-dialog.m-person-query .layui-layer-setwin .layui-layer-close1 {
    background: url(../img/20191010.png) no-repeat;
    background-position: left center;
    width: 22px;
    height: 22px;
}


.layui-layer-dialog.m-person-query .layui-layer-content{
    padding: 0
}
/* é€‚è€åŒ– */
.oldModel #footer{height: auto;}
.oldModel #footer .website-details{font-size: 28px;}
.oldModel .common-content .tab-bar{height: 60px;}
.oldModel .common-content .tab-bar li.item a{line-height: 60px;font-size: 32px;}
.oldModel .layui-container .meau-content{height: 55px;line-height: 55px;font-size: 28px;}

/* é€‚è€åŒ–å…¥å£ */
.content-header {
    position: relative;
}
.wza-box {
    position: absolute;
    left: 689px;
    top: 4px;
}
.wza-box a {
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}
.wza-box a.wza {
    background: #fff;
    color: #f76b00;
    border: 1px solid #fc740d;
    border-radius: 2px 0px 0px 2px;
    margin-bottom: 20px;
}
.wza-box a.oldman {
    background: #f79600;
    color: #fff;
    border: 1px solid #f79600;
    border-radius: 0px 2px 2px 0px;
}