* {
    box-sizing: border-box;
}

body {
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #333;
    /* background: #f5f6f6; */
}

body,p,ul,li,dl,dd,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

h1,h2,h3,h4,h5,h6,em,i,b {
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
}

input {
    outline: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

img {
    border: none;
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom:1; }

input,textarea,select {
    font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    outline: none;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
}

.jdc1 {
    margin-top: 30px;
    background-color: rgba(232, 244, 255, 1);
    padding: 35px 74px;
}

.jdc1-title img {
    float: left;
    line-height: 36px;
}

.jdc1-title i {
    float: left;
    font-size: 24px;
    font-weight: bold;
    /*margin-left: 26px;*/
    margin-right: 40px;
    line-height: 36px;
}

.blcho {
    float: left;
    position: relative;
}

.blcho span {
    width: 159px;
    height: 36px;
    font-size: 17px;
    color: #fff;
    display: block;
    background-color: rgba(22, 155, 213, 1);
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.blcho-show {
    position: absolute;
    border: 1px solid #aaa;
    background-color: #fff;
    width: 100%;
    left: 50%;
    top: 100%;
    padding: 3px 6px 6px;
    display: none;
}

.blcho-show a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    background-color: #eee;
    border-radius: 3px;
    margin: 6px 0;
    text-align: center;
    border: 1px solid #aaa;
}

.blcho:hover .blcho-show {
    display: block;
}

.blcho-show a:hover {
    filter: brightness(1.1);
}

.blcho:hover span {
    filter: brightness(1.1);
}

.jdc1-d1 {
    margin-top: 25px;
}

.jdc1-d1 p {
    font-size: 18px;
    line-height: 40px;
}

.jdc1-d2 {
    margin-top: 16px;
}

.jdc1-d2 p {
    font-weight: 200;
    line-height: 26px;
}

.jdc2 {
    margin-top: 40px;
}

.jdc-title {
    text-align: center;
    position: relative;
}

.jdc-title span {
    font-weight: bold;
    font-size: 20px;
    padding: 0 50px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.jdc-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}

.small-t {
    font-weight: 200;
    margin-top: 20px;
    text-align: center;
}

.jdc-list1 {
    margin-top: 13px;
}

.jdc-list1 li {
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: 15px;
}

.jdc-list1 li span {
    float: left;
    width: 252px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: rgba(232, 244, 255, 1);
}

.jdc-list1 li em {
    float: left;
    width: calc(100% - 252px);
    line-height: 50px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

.jdc3 {
    margin-top: 50px;
}

.jdc-list2 {
    text-align: center;
}

.jdc-list2 ul {
    display: inline-block;
    margin-top: 30px;
}

.jdc-list2 ul li {
    display: inline-block;
    margin: 0 18px;
    width: 360px;
    border: 1px solid #ccc;
}

.jdc-list2 ul li span {
    border-bottom: 1px solid #ccc;
    line-height: 44px;
    font-size: 18px;
    background-color: rgba(232, 244, 255, 1);
    display: block;
}

.jdc-list2 ul li em {
    padding: 20px;
    display: block;
    text-align: center;
}

.jdc-list2 ul li em img {
    width: 100%;
    display: block;
    height: 198px;
}

.jdc4 {
    margin-top: 50px;
}

.jdc-list3 {
    text-align: center;
    margin-top: 35px;
}

.jdc-list3 img {
    width: 1015px;
}

.jdc5 {
    margin-top: 50px;
}

.jdc-list4 {
    margin-top: 40px;
}

.jdc-list4 ul {
    margin: 0 -10px;
}

.jdc-list4 ul li {
    float: left;
    padding: 0 10px;
    width: 20%;
}

.jdc-list4 ul li i {
    display: block;
    height: 114px;
    background-color: #f2f2f2;
    position: relative;
}

.jdc-list4 ul li i b {
    position: absolute;
    width:100%;
    text-align:center;
    top: 40%;
    left:0;
    color:#fff;
    text-shadow:0 0 10px #333;
}

.jdc-list4 ul li span {
    font-weight: 200;
    display: block;
    text-align: center;
    margin-top: 14px;
}

.jdc-list4 ul li i img {
    width: 100%;
    height: 100%;
}

.jdc6 {
    margin-top: 50px;
}

.jdc-list5 ul {
    margin: 30px -13px 0;
}

.jdc-list5 ul li {
    float: left;
    width: calc((100% - 78px)/4);
    margin-right: 26px;
    border: 1px solid #ccc;
}

.jdc-list5 ul li:last-child {
    margin-right: 0;
}

.jdc-list5 ul li h6 {
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    background-color: rgba(242, 242, 242, 1);
}

.lbul {
    height: 240px;
    padding: 10px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.lbul p {
    text-align: center;
}

.jdc7 {
    overflow: hidden;
    margin: 50px -13px;
}

.jdc7-l {
    /* float: left;
    padding: 0 13px;
    width: 50%; */
}

.jdc7-ul {
    padding-top: 11px;
}

.jdc7-ul li {
    margin-top: 15px;
    padding-left: 16px;
    position: relative;
}

.jdc7-ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ccc;
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    border-radius: 50%;
}

.jdc7-ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.jdc7-ul li a:hover {
    color: rgba(22, 155, 213, 1);
}

.jdc7-ul li:hover:before {
    background-color: rgba(22, 155, 213, 1);
}

.bgcc {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(47, 79, 79);
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: 8;
    display: none;
}

.tanbox {
    width: 752px;
    position: fixed;
    left: 50%;
    margin-left: -377px;
    top: 50%;
    height: 558px;
    margin-top: -279px;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.tant {
    line-height: 52px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    overflow: hidden;
}

.tant span {
    float: left;
    font-size: 22px;
    font-weight: bold;
}

.tant em {
    float: right;
    width: 24px;
    height: 24px;
    background: url(/onething/v5plus/images/u144.png) no-repeat;
    margin-top: 14px;
    cursor: pointer;
    transition: .2s;
}

.tant em:hover {
    transform: rotate(180deg);
}

.tanc {
    padding: 30px;
    height: 444px;
}

.tanc-1 p {
    color: #7F7F7F;
    margin-bottom: 19px;
}

.tanc-2 p {
    margin-top: 18px;
    line-height: 18px;
}

.tanc-2 p span {
    display: inline-block;
    width: 54px;
    height: 18px;
    background-color: rgba(22, 155, 213, 1);
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 30px;
}

.tanc-2 p em {
    margin-left: 18px;
}

.tanf {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.tanf a {
    display: inline-block;
    width: 191px;
    height: 38px;
    background-color: rgba(232, 244, 255, 1);
    text-align: center;
    line-height: 38px;
    margin: 0 18px;
    color: #10568A;
}

.tanf a:hover {
    background-color: #10568A;
    color: #fff;
}

.tips {
    margin-top: 30px;
}

.tips span {
    display: inline-block;
    padding-left: 28px;
    background: url(/Other/zwfw-new/onething/v5plus/images/u154.svg) no-repeat left center;
    font-size: 13px;
    color: #169BD5;
}

.xsetop{
    height: 280px;
    background: url(/onething/v5plus/images/topxse.png) no-repeat center top;
    background-size: cover;
}
.xse1{
    padding: 55px 0px 43px;
}
.xsrjddesc{
    width: 876px;
    padding-right: 200px;
    font-size: 16px;
    margin-top: 26px;
    color: #33261C;
    line-height: 30px;
}
.xsetop2{
    height: 598px;
    margin-bottom: 50px;
    background: url(/onething/v5plus/images/xsebg2.png) no-repeat center top;
}
.xse2{
    padding: 50px 0px;
}

.xsr-server{margin-bottom: 30px;}

.xsr-server .dzsbk_left{width: 282px;}
.xsr-server .dzsbk_right{width: calc(100% - 312px)}
.xsr-server .dzsbk_right .para{margin-bottom: 20px;}
.xsr-server .dzsbk_right a{background: #409EFF;border: none;}

.amountDesc{
    margin-bottom: 30px;
}
.frontDesc{
    font-size: 24px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 31px;
}
.behindDesc{
    background: #ECE9E3;
    border-radius: 5px;
    padding: 5px 16px;
    margin: 0 9px;
}
.behindDesc img{
    margin-right:9px;
}
.behindDesc em{
    font-size: 14px;
    font-weight: bold;
    color: #3F9CFD;
    line-height: 19px;
    padding: 0 6px;
}
.xsebox{
    height: 438px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 23px 2px rgba(224,226,228,0.68);
    border-radius: 5px;
}
.xsetitle{
    font-size: 24px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 31px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.xsedescBox{
    /*display: -webkit-box;*/
}
.xsetop7{
    margin-top: 20px;
}
.xse_left{
    float: left;
    width: 578px;
    margin-top: 29px;
    margin-bottom: 40px;
    border-right: 1px dashed #f5f5f5;
}
.xse_left h2 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    margin-bottom: 30px;
}
.xse_left ul li {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 16px;
    align-items: flex-start;
}
.xse_left ul li:last-child{
    margin-bottom: 0;
}
.xse_left ul li a {
    display: inline-block;
    width: 90%;
    font-size: 16px;
    color: #353B50;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.xse_left ul li img {
    width: 18px;
    margin-right: 9px;
    margin-top: 3px;
}

.xse_left ul li a:hover {
    color: #006EAB;
}
.xsebtn{
    margin-top: 49px;
}
.xsebtn a{
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    width: 120px;
    height: 46px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    cursor: pointer;
}
.xsebtn a:nth-child(1){
    background: #409EFF;
    color: #fff;
}
.xsebtn a:nth-child(2){
    background: #E5F2FF;
    color: rgba(0,0,0,0.85);
}
.xse_right{
    float: left;
    width: 542px;
    padding-left: 40px;
    padding-top: 29px;
}
.sma_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.sma_title span {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.sma_title div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sma_title div > span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #000000;
    margin-left: 16px;
}

.sma_title div > span.past {
    color: #C0C4CC;
}

.sma_title div > span.past em {
    background: #D8DEED;
}

.sma_title div em {
    width: 8px;
    height: 8px;
    background: #0a6cd6;
    border: 2px;
    margin-right: 5px;
}

.timestay li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 39px;
}
.timestay li:last-child{
    margin-bottom: 0;
}
.timeicon {

    width: 20px;
}

.timedesc {
    margin: 0 8px;
}

.timecompare {
    margin: 0 12px;
    flex: 1;
}

.allneed {
    display: flex;
    align-items: center;
}

.pastneed {
    font-size: 12px;
}

.allneed span:nth-child(2n+1) {
    display: inline-block;
    background: #e5e5e5;
    height:12px;
    margin-right: 5px;
}
.pastneed span:nth-child(2n+1) {
    background: #D8DEED;
    width: 85%;
}
.pastneed span:nth-child(2n+2) {
    flex: 1;
    color: #000000;
    text-decoration: line-through;
}

.nowneed span:nth-child(2n+1) {
    background: #3F9CFD;
    height: 12px;
    width: 12%;
}

.nowneed span:nth-child(2n+2) {
    color: #3F9CFD;
    font-weight: bold;
}
.lessuse {
    color: #C2C6CE;
    font-size: 14px;
}
.lessuse em{
    margin: 0 5px;
    color: #000;
    font-weight: bold;
}
.xse-title{
    text-align: center;
    position: relative;
}

.xse-title span {
    font-weight: bold;
    font-size: 24px;
    padding: 0 50px;
    position: relative;
    z-index: 2;
}

.tx-title span:before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #E5E5E5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.xse-title span:before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.xse-title span:after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.small_xseT{
    font-weight: 200;
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    color: #C5C5C5;
    line-height: 21px;
}

.xse-list1 ul li {
    float: left;
    height: 310px;
    position: relative;
    width: calc((100% + 75px)/4);
    background: url("/Other/zwfw-new/onething/v5plus/images/libg1.svg") center center no-repeat;
    background-size: 100% 100%;
    margin-left: -25px;
}

.xse-list1 ul li:first-child {
    margin-left: 0;
}
.ranknum{
    position: absolute;
    top: 50px;
    left: 45px;
}
.xse-list1 ul li h6{
    height: 120px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    padding-top: 45px;
    width: calc(100% - 50px);
    padding-left: 132px;
}
.xse-list1 ul li div.descul{
    width: calc(100% - 70px);
    margin: 0 auto;
    font-size: 16px;
    color: #717171;
    padding-top: 10px;
    line-height: 30px;
    border-top: 1px dashed #e5e5e5;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}
.newtabxse {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 408px;
    height: 64px;
    margin: 25px auto 0;
    background: #E5F2FF;
    border-radius: 32px;
}
.newtabxse span{
    display: inline-block;
    width: 204px;
    height: 64px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #409EFF;
    line-height: 64px;
    border-radius: 32px;
    cursor: pointer;
}
.newtabxse span.active{
    background: #409EFF;
    color: #fff;
}
.xse-list2 ul li {
    float: left;
    height: 264px;
    position: relative;
    width: calc((100% + 75px)/4);
    background-size: 100% 100%;
    margin-left: -25px;
}
.xse-list2 ul.imglist1 li:nth-child(1){
    background: url("/onething/v5plus/images/li2bg1.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul.imglist1 li:nth-child(2){
    background: url("/onething/v5plus/images/li2bg2.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul.imglist1 li:nth-child(3){
    background: url("/onething/v5plus/images/li2bg3.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul.imglist1 li:nth-child(4){
    background: url("/onething/v5plus/images/li2bg4.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul li:first-child {
    margin-left: 0;
}
.xse-list2 ul.imglist2 li:nth-child(1){
    background: url("/onething/v5plus/images/li1bg1.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul.imglist2 li:nth-child(2){
    background: url("/onething/v5plus/images/li1bg2.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul.imglist2 li:nth-child(3){
    background: url("/onething/v5plus/images/li1bg3.png") center center no-repeat;
    background-size: 100% 100%;
}
.imglist2{
    text-align: center;
}
.xse-list2 ul.imglist2 li{
    display: inline-block;
    float: none;
    position: relative;
}
.xse-list2 ul.imglist2 li span{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
    text-shadow: 0px 1px 0px rgba(92,115,184,0.5);
}

.sbimglist{text-align: center;}
.xse-list2 ul.sbimglist li{
    display: inline-block;
    float: none;
    position: relative;
}

.lcpic{
    height: 654px;
    padding: 40px 0;
}
.lcpic img{
    width: 100%;
    margin: 0 auto;
}
.xsetop4{
    padding-top: 30px;
    height: 1088px;
    background: #F7F9FC;
}
.wxts_box{
    display: flex;
    margin-right: -20px;
}
.dzsbk {
    flex: 1;
    background: #fff;
    margin-top: 40px;
    margin-right: 20px;
    padding: 20px;
}

.dzsbk_left {
    float: left;
    width: 220px;
}

.dzsbk_right {
    float: right;
    width: calc(100% - 257px);
    color: #333;
    position: relative;
    cursor: pointer;
}

.para_title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 30px;
}

.para {
    line-height:30px;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.codeimg {
    display: block;
    width: 100%;
}
.xsetop5{
    padding-top: 66px;
}
.xse-list4 {
    margin-top: 40px;
}

.xse-list4 ul li {
    float: left;
    width:calc((100% - 160px)/5);
    margin-right: 40px;
    height: 208px;
}
.xse-list4 ul li a{
    display: block;
    height: 100%;
    padding: 15px 0;
}
.xse-list4 ul li:nth-child(odd) a{
    background: url("/onething/v5plus/images/odd.png") center center no-repeat;
}
.xse-list4 ul li:nth-child(even) a{
    background: url("/onething/v5plus/images/even.png") center center no-repeat;
}
.xse-list4 ul li:last-child{
    margin-right: 0;
}
.xse-list4 ul li span {
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 15px;
    line-height: 24px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xse-list4 ul li a img {
    display: block;
    margin: 0 auto;
    width: 119px;
}
.xsetop6{
    margin-top: 30px;
}
.xse-list5{
    margin: 30px 0;
}
.list5_title{
    height: 50px;
    padding: 15px 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 19px;
    background: #F3F6F9;

}
.list5_title em{
    font-size: 14px;
    font-weight: bold;
    color: #3F9CFD;
    line-height: 19px;
    padding: 0 6px;
}
.list5_item{
    margin-bottom: 10px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #E4E3E4;
}
.list5_item:last-child{
    margin-bottom: 0;
}
.iline_left {
    float: left;
    width: 80%;
}
.iline_left h1 {
    margin-bottom: 12px;
}
.iline_left h1 span.tags{
    float: left;
    margin-right: 5px;
    padding: 1px 5px;
    border-radius: 4px;
    background: #E5F2FF;
    color: #4a9cdb;
    font-size: 14px;
    text-align: center;
}
.iline_left h1 a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.iline_left p {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    color: rgba(102,102,102,0.85);
    align-items: center;
}
.iline_left p span{
    margin-right: 10px;
}
.iline_right {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.iline_right a {
    display: inline-block;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    color: #9F9F9F;
    padding: 0 10px;
    line-height: 36px;
    margin-left: 16px;
}
.iline_right a.full {
    background: #409EFF;
    color: #fff;
}
.iline_right a.deep {
    border: 1px solid #409EFF;
    color: #409EFF;
}
.xse-list6{
    margin: 30px 0;
}
.list6_item{
    margin-bottom: 10px;
    padding: 20px 20px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #E4E3E4;
}
.first_title{
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a.first_title:hover{color: #409EFF;}
.second_title{
    font-size: 14px;
    color: rgba(102,102,102,0.85);
    line-height: 30px;
    margin: 16px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.third_tags span{
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3885D4;
    line-height: 19px;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
}

.zxblbox {
    width: 380px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 20px;
    z-index: 1999999999999999;
    top: 45%;
    /*margin-left: -190px;*/
    display: none;
}
.contact-close{
    width: 17px;
    height: 16px;
    cursor: pointer;
    transition: .2s;
    position: absolute;
    top: 20px;
    right: 20px;
}
.contact-close:hover {
    transform: rotate(180deg);
}
.contact-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #0d1c28;
    line-height: 40px;
    margin-bottom: 10px;
}
.contact-ft{
    height: 40px;
    width: 120px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
    text-align:center;
}
.contact-ft a{
    padding: 0 20px;
    color: #4293f4;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border: none;
    background-color: #ebf4fb;
}
.xse-title-sub{text-align: center; margin: 30px auto;}
.xse-title-sub a{display: inline-block; padding: 0 24px; line-height: 48px; background: #F3F4F4;font-size: 18px;font-weight: bold; color: #333;}
.xse-title-sub a.active{background-color: #E5F2FF; color: #409EFF;}

/*特殊群体*/
.tsqttop1 {
    height: 240px;
    background: url(/onething/v5plus/images/tsqttop1.png) no-repeat center top;
}
.tsqt-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tsqt-title i {
    float: left;
    font-size: 36px;
    font-weight: bold;
    /*margin-left: 26px;*/
    margin-right: 10px;
    line-height: 36px;
}
.tsqttop2{
    min-height: 786px;
    background: url(/onething/v5plus/images/tsqttop2.png) #f7f9fb no-repeat center top;
}
.tsqtddesc{
    width: 700px;
    padding-right: 175px;
    font-size: 16px;
    margin-top: 26px;
    color: #33261C;
    line-height: 30px;
}
.tsqtTab{
    display: flex;
    flex-wrap: wrap;
}
.tsqtTab li{
    width: calc((100% - 48px)/3);
    margin-right: 24px;
    height: 60px;
    background: #FFFFFF;
    margin-bottom: 15px;
    padding: 0 20px;
    position: relative;
}
.tsqtTab li.active{
    background: #209DE2;
}
.tsqtTab li.active:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    border-top: 6px solid #209DE2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;;
}
.tsqtTab li:nth-child(3n+3){
    margin-right: 0;
}
.tsqtTab li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
}
.tsqtTab li.active a{
    color: #FFFFFF;
}
.onetsqz{
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.onetsqz h1{
    font-size: 24px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    margin-bottom: 12px;
}
.sl_title{
    font-size: 16px;
    color: #353B50;
    line-height: 31px;
}
.tsqtBox{
    margin-top: 20px;
    min-height: 525px;
    padding: 40px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 23px 2px rgba(224,226,228,0.68);
    border-radius: 5px;
    display: none;
}
.tsqz_item {
    margin-bottom: 10px;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #E4E3E4;
}
.tsqz_item:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.tsqz_iteml {
    float: left;
    width: 80%;
}
.tsqz_iteml h1 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #353B50;
    line-height: 24px;
}
.iteml_desc{
    font-size: 16px;
    color: #9F9F9F;
    line-height: 26px;
    min-height: 72px;
}
.tsqz_itemr {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.tsqz_itemr a {
    display: inline-block;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    color: #9F9F9F;
    padding: 0 10px;
    line-height: 36px;
    margin-left: 16px;
}
.tsqz_itemr a.full {
    background: #409EFF;
    color: #fff;
}
.tsqz_itemr a.deep {
    border: 1px solid #409EFF;
    color: #409EFF;
}
.clickbtn{
    cursor: pointer;
    color:#209DE2;
    padding-left: 10px;
}
/*新版特殊群体*/
.tsqt-title2{margin-top:50px;text-align:center;position:relative}
.tsqt-title2 span{font-weight:bold;font-size:24px;padding:0 50px;position:relative;z-index:2}
.tsqt-title2 span:before{content:"";width:50px;height:4px;background-color:#ccc;position:absolute;top:50%;transform:translateY(-50%);left:-20px}
.tsqt-title2 span:after{content:"";width:50px;height:4px;background-color:#ccc;position:absolute;top:50%;transform:translateY(-50%);right:-20px}
.small_tsqtT{font-weight:200;margin:8px auto 40px;text-align:center;font-size:16px;color:#C5C5C5;line-height:21px}
.tsqt-old{display:flex;justify-content:space-between}
.tsqt-old-info1{width:400px;height:448px;padding-top:154px;padding-left:40px;background:url("/onething/v5plus/images/ico_tsqt_banner_00.png") no-repeat}
.tsqt-old-info1 h2{font-size:24px;font-weight:bold;color:#262626;line-height:31px}
.tsqt-old-info1 p{padding-top:30px;padding-right:58px;font-size:14px;color:#626B80;line-height:30px;text-align:justify}
.tsqt-old-info1 p b{font-weight:bold}
.tsqt-old-item-box1{width:380px;height:448px}
.tsqt-old-item{background:#F6F7FA;border-radius:8px;padding:30px}
.tsqt-old-item h2{font-size:18px;font-weight:bold;color:#000;background:url("/onething/v5plus/images/ico_tsqt_h2.png") left center no-repeat;padding-left:36px;margin-bottom:20px}
.tsqt-old-item h2 img{padding-left:8px}
.tsqt-old-item p{font-size:14px;color:#616A7F;line-height:24px}
.tsqt-old-item p img{float:left;margin-top:5px;margin-right:5px}
.tsqt-old-item p b{font-weight:bold}
.tsqt-old-item:hover{background:#fff;box-shadow:0px 0px 23px 0px #DBE4F3}
.tsqt-2sub{display:flex;flex-direction:column;justify-content:space-between}
.tsqt-banner02{background:url("/onething/v5plus/images/ico_tsqt_banner_02.png") no-repeat}
.tsqt-banner03{background:url("/onething/v5plus/images/ico_tsqt_banner_01.png") no-repeat}
.tsqt-ad{height:197px;padding:50px}
.tsqt-ad h2{font-size:24px;font-weight:bold;color:rgba(0,0,0,0.85);margin-bottom:20px}
.tsqt-ad p{display:block;width:630px;font-size:16px;line-height:30px;color:#626B80}
.tsqt-gr-box{display:flex}
.tsqt-gr-box .tsqt-old-item{flex:1;border-radius:0}
.tsqt-gr-box .tsqt-old-item:first-child{border-right:1px solid #DDE6F1}
.tsqt-shjz-box{display:flex}
.tsqt-shjz-box .tsqt-old-item{flex:1;background:#fff;border-radius:0}
.help-box-tsqt{width:100%;background:#F1F6FA;padding-bottom:50px}
.help-box-tsqt .tsqt-title2{padding-top:50px}
.tsqt-btn{display:block;margin-top:20px;width:102px;height:36px;background:#0E65F4;border-radius:5px;color:#fff;font-weight:bold;font-size:16px;line-height:36px;text-align:center;transition:all .3s}
a.tsqt-btn:hover{opacity:.85}

/*婚育*/
.hytop{
    height: 240px;
    background: url(/onething/v5plus/images/top_43TC1102600Y.png) no-repeat center top;
}
.hy-list2{text-align: center;}
.hy-list2 ul.imglist1 li{display: inline-block;float: none;position: relative;}
.hy-list2 ul.imglist1 li:nth-child(1){
    background-image: url("/onething/v5plus/images/hybg1.png");
}
.hy-list2 ul.imglist1 li:nth-child(2){
    background-image: url("/onething/v5plus/images/hybg2.png");
}
.hy-list2 ul.imglist1 li:nth-child(3){
    background-image: url("/onething/v5plus/images/hybg3.png");
}

.die-slick-items{width: 100%;height: 264px; position: relative;}
.die-slick-items .info{
    color: #fff;
    position: absolute;
    top: 22px;
    left: 22px;
    width: 256px;
    height: 193px;
    background: rgba(103,178,255,.78);
    padding: 20px 15px 15px;
    border-radius: 7px;
    display: none;
}
.die-slick-items:hover .info {
    display: block;
}
.die-slick-items .info h2{font-size: 16px; font-weight: bold; text-align: center;}
.die-slick-items .info p{font-size: 14px;line-height: 24px; text-align: left;}
.die-slick .slick-next {
    top: 45%;
    right: -25px;
    border-radius: 100%;
    background: url(/onething/v5plus/images/icon-right21.png) left top no-repeat;
    transition: background-color .3s ease;
    width: 40px;
    height: 40px;
    box-shadow: 0 0.15rem 1rem 0 rgb(9 41 77 / 20%);
}

.die-slick .slick-prev {
    top: 45%;
    left: -25px;
    border-radius: 100%;
    background: url(/onething/v5plus/images/icon-left21.png) left top no-repeat;
    transition: background-color .3s ease;
    width: 40px;
    height: 40px;
    box-shadow: 0 0.15rem 1rem 0 rgb(9 41 77 / 20%);
}

.die-slick .slick-next:hover,.die-slick .slick-prev:hover{background-position: left -42px; background-color: #006eab;}
.die-slick .slick-prev.slick-disabled {
    opacity: 0.5;
}
.die-slick .slick-next.slick-disabled {
    opacity: 0.5;
}
/*身后*/
.dietop{
    height: 240px;
    background: url(/onething/v5plus/images/top_43TC1102700Y.png) no-repeat center top;
}
.die-condition-con{width: 100%; height: 90px; margin: 25px auto; padding: 20px; background: url("/onething/v5plus/images/die_flow_bg.png") no-repeat center top; box-shadow: 0px 0px 23px 2px rgb(224 226 228 / 68%);border-radius: 5px;display: flex; align-items: center; justify-content: flex-start;}
.die-condition-con .num{ margin-left: 10px;}
.die-condition-con h2{padding: 0 25px; font-size: 16px;line-height: 26px; color: #333; font-weight: bold;}

.die-list2 ul.imglist1 li:nth-child(1){
    background-image: url("/onething/v5plus/images/die2bg1.png");
}
.die-list2 ul.imglist1 li:nth-child(2){
    background-image: url("/onething/v5plus/images/die2bg2.png");
}
.die-list2 ul.imglist1 li:nth-child(3){
    background-image: url("/onething/v5plus/images/die2bg3.png");
}
.die-list2 ul.imglist1 li:nth-child(4){
    background-image: url("/onething/v5plus/images/die2bg4.png");
}

/*社会保险*/
.shbxtopNew{
    height: 300px;
    background: url(/onething/v5plus/images/ztjd_banner_sb.png) no-repeat center top;
}
.ygbztopNew{
    height: 260px;
    background: url(/onething/v5plus/images/ztjd_banner_ygbz.png) no-repeat center top;
}
.ztjd_nav_box{display: flex;justify-content: center;align-items: center; height: 100px;}
.nav-list-tab{display: flex;}
.nav-list-items{width: calc(100%/3); height: 100px; display: flex; justify-content: flex-start; align-items: center; cursor: pointer;}
.nav-list-items .nav-list-ico{padding-left: 30px; padding-right: 30px;}
.nav-list-items .nav-info h2{font-size: 18px;font-weight: bold;color: #000;line-height: 24px; padding-bottom: 10px;}
.nav-list-items .nav-info p{font-size: 14px; color: #9AA1B0;}
.nav-list-items.on{background: linear-gradient(180deg, #FFFFFF 0%, #F5FAFF 100%); position: relative;}
.nav-list-items.on .nav-info h2{color: #409EFF;}
.nav-list-items.on:after{position: absolute; content: ''; left: 0; bottom: 0; width: 80px;height: 4px;background: #409EFF;}

.ztjd_sb_material{overflow: hidden; background: url("/onething/v5plus/images/ztjd_sb_box2_bg.jpg") center top no-repeat;}

.results-items{display: flex;justify-content: flex-start;align-items: flex-start; width: 100%;}
.results-items ul li{width: 50%;float: left;}

.ztjd_tab_item{margin-top: 40px; height: 90px; background: url("/onething/v5plus/images/ztjd_tab_bg.png") center no-repeat; display: flex;align-items: center;justify-content: center;}
.ztjd_tab_item span{color: #737E93;font-size: 20px; display: inline-block; height: 90px; line-height: 90px;width: calc(100%/3);text-align: center; cursor: pointer;}
.ztjd_tab_item span.on{font-weight: bold;font-size: 24px; color: rgba(0,0,0,0.85);}
.ztjd_tab_item .on.tab1{background: url("/onething/v5plus/images/ztjd_tab1_bg.png") center top no-repeat;}
.ztjd_tab_item .on.tab2{background: url("/onething/v5plus/images/ztjd_tab2_bg.png") center top no-repeat;}
.ztjd_tab_item .on.tab3{background: url("/onething/v5plus/images/ztjd_tab3_bg.png") center top no-repeat;}

.ztjd_tab_con{padding: 0 40px; height: auto; box-shadow: 0px 20px 23px 2px rgba(224,226,228,0.68);}

.ztjd_sb_box1 .xse_left{width: 860px;}
.ztjd_sb_box1 .xse_left ul li{align-items: flex-start;padding-right: 20px;}
.ztjd_sb_box1 .xse_left ul li a{white-space: normal;}
.ztjd_sb_box1 .xse_left ul li img{margin-top: 3px;}
.ztjd_sb_box1 .xse_right{width: 260px; padding-left: 30px;}
.ztjd_sb_box1 .xse_right .sma_title{margin-bottom: 18px;}

.shbxtop1 {
    height: 240px;
    background: url(/onething/v5plus/images/shbxtop1.jpg) no-repeat center top;
}
.shbx-tab .hd{text-align: center; margin-bottom: 20px;}
.shbx-tab .hd span{display: inline-block; width: 310px; height: 60px; line-height: 60px; text-align: center; background: #fff; font-weight: bold;font-size: 18px;color: rgba(0,0,0,0.85); cursor: pointer;}
.shbx-tab .hd span.active{background: #006EAA; color: #fff}
.shbx-tab .hd span:first-child{border-radius: 10px 0 0 10px;}
.shbx-tab .hd span:last-child{border-radius: 0 10px 10px 0;}

.yclb{margin: 30px auto; display: flex; justify-content: space-between; align-items: center;}
.yclb .tipsImg{width: 36px;}
.yclb .info{flex: 1; margin-left: 16px;}
.yclb .info h2{font-size: 14px; font-weight: bold;color: rgba(0,0,0,0.85);}
.yclb .info h2 em {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding: 0 6px;
}
.yclb .info p{font-size: 14px; color: #9F9F9F;}
.yclb .btn{color: #fff; font-size: 16px; height: 46px; line-height: 46px; background: #409EFF;border-radius: 5px;}

/*退休*/
.txtop1 {
    height: 240px;
    background: url(/onething/v5plus/images/txzttop1.png) no-repeat center top;
}
/*地区选择之后的提示*/
.newtc-con{
    padding: 20px 20px 0 20px;
}
.xsblsxTitle{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #EAF6FF;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.sxitemnew{
    padding-bottom: 20px;

}
.sxitemnew:last-child{
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 24px;
}
.sxitemnew_t{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-bottom: 9px;
}
.sxitemnew_b{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}
.sxitemnew_b img{
    margin-right: 16px;

}
.xstitle2{
    height: 26px;
    background: #FFF5F4;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #FF2A00;
    padding: 0 10px;
    margin-bottom: 20px;
}
#rightsHandleMsg2{
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDDDDD;
}
.askgoon{
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}
#express_title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}
.addsx-btn{
    text-align: center;
    padding: 15px 0;
}
.addsx-btn a{
    display: inline-block;
    margin-left:10px;
    margin-right: 10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    background: #409EFF;
    border-radius: 5px;
    color: #fff;
    transition: all .3s;
}
.addsx-btn a:hover{
    opacity: .85;
}

.addsx-btn a.btn-border{
    background: #fff;
    border-radius: 5px;
    font-weight: normal;
    border: 1px solid #dadada;
    color: #999;
}
.addsx-btn a.btn-border:hover{
    background: #409EFF;
    border: 1px solid #409EFF;
    color: #fff;
}
.sxitemnew_t2{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-bottom:15px;
}

/*退休*/
.tuixtopNew{
    height: 300px;
    background: url(/onething/v5plus/images/ztjd_banner_tx.png) no-repeat center top;
}
.ztjd_tx_material{
    background: linear-gradient(180deg, rgba(253,234,199,0.68) 0%, #FFFEFD 38%, #FFFEFD 56%, #FFFFFE 68%, rgba(255,255,255,0.73) 100%);
    padding-top: 40px;
}
.ztjd_tx_material .onething_btn {
    text-align: center;
    margin: 0 auto;
    border-radius: 32px;
    background: #FFFFFF;
    font-weight: bold;
    width: 414px;
    line-height: 60px;
}
.ztjd_tx_material .onething_btn span{
    width: 204px;
    height: 64px;
    font-size: 24px;
    display: inline-block;
    cursor: pointer;

}
.ztjd_tx_material .onething_btn span.on{
    background: linear-gradient(141deg, #FF9300 0%, #FF5A00 100%);
    border-radius: 32px;
    color: #FFFFFF;
}
.xse_tip{
    width: 1120px;
    height: 30px;
    box-shadow: 0px 0px 23px 2px rgba(224,226,228,0.68);
    border-radius: 0px 0px 5px 5px;
    background: url(/onething/v5plus/images/xse_tip.png) no-repeat center top;
    margin-bottom: 30px;
}
.xse_tip span{
    display: inline-block;
}
.xse_tip .tip_t{
    width: 82px;
    text-align: center;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}
.xse_tip .tip_d{
    height: 30px;
    font-size: 14px;
    color: #FF5A00;
    line-height: 30px;
}

.xse_tip2{
    width: 1120px;
    height: 30px;
    box-shadow: 0px 0px 23px 2px rgba(224,226,228,0.68);
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.xse_tip2 span{
    display: inline-block;
}
.xse_tip2 .tip_t{
    width: 82px;
    text-align: center;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}
.xse_tip2 .tip_d{
    height: 30px;
    font-size: 14px;
    color: #FF5A00;
    line-height: 30px;
}
.ztjd_tx_box1 .xse_left{
    margin-top: 0px;
    width: 100%;
}
.ztjd_tx_box1 li {
    width: 359px !important;
    margin-right: 20px;
}
.ztjd_tx_box1 li:nth-child(3n) {
    margin-right: 0;
}
.ztjd_tx_box1 ul{
    width: 100% !important;
}
/*就业*/
.jiuyetopNew{
    height: 300px;
    background: url(/onething/v5plus/images/ztjd_banner_jy.png) no-repeat center top;
}
.jy_middle{
    width: 1200px;
    height: 178px;
    margin: auto;
    position: relative;
    top: -106px;
}
.tsqtddesc.tsqtddesc_jy{
    width: 869px;
}
.ztjd_jy_material{
    background: url(/onething/v5plus/images/ztjd_jy_box2_bg.png) center top no-repeat;
    padding-bottom: 60px;
}
.ztjd_tab_item.ztjd_tab_item_yj{
    margin-top: -70px;
    background: white;
    height: 87px;
}
.wrap.wrap_jy_1{
    height: 414px;
    box-shadow: 0px 0px 23px 2px rgba(224,226,228,0.68);
    border-radius: 5px
}

.ztjd_tab_item.ztjd_tab_item_yj span{
    display: inline-block;
    width: 1120px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 24px;
    color: rgba(0,0,0,0.85);
    font-weight: bold;
    text-align: left;
    line-height: 110px;
    height: 87px;
}
.ztjd_tab_con.ztjd_jy_con{
    padding-top: 10px;
}
.ztjd_jy_box1 .xse_left{
    border-right: 1px dashed #E5E5E5;
    width: 370px;
    margin-bottom: 0;
}
.ztjd_jy_box1 .xse_right{
    width: 374px;
    padding-left: 0px;
}
.ztjd_jy_box1 .xse_right img{
    width: 374px;
    height: 254px;
}
 .ztjd_jy_box1 .xse_right .sma_title{
     margin-bottom: 0;
     padding-left: 13px;
 }
.ztjd_jy_box1 .xse_left .results-items{
    height: 150px;
}
.ztjd_jy_box1 .xse_left .xsebtn{
    margin-top: 10px;
}

.ztjd_jy_box1 .xse_left .results-items ul li{
    width: 100%;
}
.xsetop4.xsetop4_jy{
    background: #fff;
}
.xsetop7.xsetop7_jy{
    background: #F7F9FC;
}
.xsetop7.xsetop7_jy .bd-con{
    padding-top: 50px;
}
.xsetop4.xsetop4_jy .lcpic{
    height: 100%;
}
.xsetop7.xsetop7_jy .image-text_40 {
    width: 408px;
    height: 97px;
    margin: 0 auto;
    text-align: center;
}

.xsetop7.xsetop7_jy .box_13 {
    background-color: rgba(229, 242, 255, 1);
    border-radius: 32px;
    width: 409px;
    height: 64px;
    margin-top: 0;
}

.xsetop7.xsetop7_jy .text_25 {
    color: rgba(64, 158, 255, 1);
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    width: 202px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
}

.xsetop7.xsetop7_jy .text-wrapper_13 {
    background-color: rgba(64, 158, 255, 1);
    border-radius: 32px;
    height: 64px;
    margin-left: 54px;
    width: 204px;
}

.xsetop7.xsetop7_jy .text_25.on {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 700;
    background: #409EFF;
    border-radius: 32px;
}

.xsetop7.xsetop7_jy .text-group_19 {
    font-size: 16px;
    color: #C5C5C5;
    line-height: 21px;
    margin-top: 12px;
    display: inline-block;
}
.xsetop7.xsetop7_jy .tip{
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #848484;
    cursor: pointer;
}
.xsetop7.xsetop7_jy .tip .on{
    font-weight: bold;
    color: #409EFF;
}
.xsetop7.xsetop7_jy .table .table_div{
    width: 585px;
    height: 222px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
}
.xsetop7.xsetop7_jy .table .table_div:nth-child(even){
    float: right;
}
.xsetop7.xsetop7_jy .table .table_div img{
    width: 160px;
    height: 174px;
    margin: 24px;
    float: left;
}
.xsetop7.xsetop7_jy .table .table_div .ddd{
    width: 358px;
    height: 174px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 24px;
}
.xsetop7.xsetop7_jy .table .table_div .ddd span{
    display: block;
}
.xsetop7.xsetop7_jy .table .table_div .ddd .title {
    font-size: 20px;
    font-weight: bold;
    color: #262626;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xsetop7.xsetop7_jy .table .table_div .ddd .desc{
    font-size: 16px;
    color: #848484;
    line-height: 21px;
}
.xsetop7.xsetop7_jy .table .table_div .ddd .time{
    font-size: 16px;
    color: #848484;
    line-height: 21px;
    margin-top: 12px;
}
.xsetop7.xsetop7_jy .table .table_page{
    height: 130px;
}
.xsetop7.xsetop7_jy .table .table_page .rights{
    width: 166px;
    height: 40px;
    background: #067DF8;
    border-radius: 20px;
    text-align: center;
    float: right;
    margin-top: 40px;
    margin-bottom: 50px;
    cursor: pointer;
}
.xsetop7.xsetop7_jy .table .table_page .rights span {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}
.xsetop7.xsetop7_jy .table .table_page .left{
    display: inline-block;
    margin-top: 40px;
}

.xsetop7.xsetop7_jy .table .table_page  .el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #067DF8;
    color: #fff;
    border-radius: 50px;
}

.work-description{padding: 24px;width: 585px;height: 222px;background: #FFFFFF;border-radius: 5px;margin-top: 30px;display: flex;cursor: pointer;flex-direction: column;float: left;justify-content: space-between;}
.work-description:nth-child(even) {float: right;}
.work-description .work-tit{display: flex;justify-content: space-between; margin-bottom: 20px;}
.work-description .work-tit h2{font-size: 20px;font-weight: bold;color: #262626;display: flex;align-items: center;}
.work-description .work-tit h2 span{margin-left: 10px; padding: 0 8px; line-height: 24px; background: #409EFF;border-radius: 4px;font-size: 14px; color: #fff;}
.work-description .work-tit .work-price{font-weight: bold;color: #409EFF;font-size: 20px;}
.work-description .work-list{display: flex;justify-content: space-between;align-items: center;margin-bottom: 8px;}
.work-description .desc-item{width: 380px;font-size: 16px;color: #848484;line-height: 21px;}
.work-description .desc-item span{white-space: nowrap;overflow: hidden;text-overflow: ellipsis; width: 380px; font-size: 16px; color: #878787; display: block;}
.work-description .desc-item .el-scrollbar__wrap{overflow-x: hidden;}
.work-description .work-con{margin-bottom: 26px;}
.work-description .work-con p{font-size: 16px;color: #878787}
.work-description .work-add{background: #F6F6F6; border-radius: 4px;height: 30px;display: block;font-size: 16px;color: #878787;padding: 0 11px;line-height: 30px;overflow: hidden;}
.work-description .work-name{display: flex;align-items: center;flex-grow: 1;}
.work-description .work-name h2{font-size: 18px;line-height: 24px;color: #262626;display: flex;align-items: center; margin-right: 15px;}
.work-description .work-name h2 img{width: 44px;height: 44px;margin-right: 10px;}
.work-description .work-name span{font-size: 16px;color: #848484; padding-left: 15px; position: relative;flex: 0 0 auto;}
.work-description .work-name span:before{content: "|"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #848484;}


/*企业用工*/
.qyygtopNew{
    height: 300px;
    background: url(/onething/v5plus/images/ztjd_banner_qyyg.png) no-repeat center top;
}

.ztjd_qyyg_material{
    background: url(/onething/v5plus/images/ztjd_qyyg_box2_bg.png) center top no-repeat;
    padding-bottom: 60px;
}

/*食品安全*/
.foodSafetyHead{height: 240px;background: url(/onething/v5plus/images/ztjd_banner_foodSafety.jpg) no-repeat center top;}
.foodSafetyHead .fs-goHome{display: flex;justify-content: center;align-items: center;float: right; width: 122px;height: 44px; color: #fff; font-size: 16px; text-align: center; line-height: 44px; background: linear-gradient( 133deg, #1A82FD 0%, #25D6FF 100%);border-radius: 0px 0px 5px 5px;}
.foodSafetyHead .fs-goHome img{margin-right: 4px;}
.foodSafetyBanner{margin-top: -40px;height: 280px; background: url(/onething/v5plus/images/foodSafety_banner.png) center top no-repeat;padding-bottom: 60px;}
.foodSafetyMaterial{padding: 24px 14px;}
.foodSafetyMaterialItems{display: flex;flex-wrap: wrap;width: 612px;}
.foodSafetyMaterialItems li{float: left; width: 312px;height: 122px; padding: 20px 24px; transition: all .3s;}
.foodSafetyMaterialItems li:nth-child(1){background: url("/onething/v5plus/images/foodSafety_material_li_01.png") no-repeat;}
.foodSafetyMaterialItems li:nth-child(2){margin-left: -12px;background: url("/onething/v5plus/images/foodSafety_material_li_02.png") no-repeat;}
.foodSafetyMaterialItems li:nth-child(3){margin-top: -12px;background: url("/onething/v5plus/images/foodSafety_material_li_03.png") no-repeat;}
.foodSafetyMaterialItems li:nth-child(4){margin-top: -12px;margin-left: -12px;background: url("/onething/v5plus/images/foodSafety_material_li_04.png") no-repeat;}
.foodSafetyMaterialItems li:nth-child(1):hover{background: url("/onething/v5plus/images/foodSafety_material_li_01_hover.png") no-repeat;}
.foodSafetyMaterialItems li:nth-child(2):hover{background: url("/onething/v5plus/images/foodSafety_material_li_02_hover.png") no-repeat;}
.foodSafetyMaterialItems li:nth-child(3):hover{background: url("/onething/v5plus/images/foodSafety_material_li_03_hover.png") no-repeat;}
.foodSafetyMaterialItems li:nth-child(4):hover{background: url("/onething/v5plus/images/foodSafety_material_li_04_hover.png") no-repeat;}
.foodSafetyMaterialItems li:hover h2,.foodSafetyMaterialItems li:hover p{color: #fff;}

.foodSafetyMaterialItems li a{display: flex;justify-content: space-between; }
.foodSafetyMaterialItems li h2{font-weight: bold;font-size: 18px;color: rgba(0,0,0,0.85); margin-bottom: 8px;}
.foodSafetyMaterialItems li p{font-size: 14px;color: #717171;}
.foodSafetyMaterialItems li img{width: 80px;height: 80px;}
.foodSafetyMaterialItems .foodSafetyMaterial-txt{padding-top: 14px; padding-left: 12px;}

.foodSafetyArticle-content{margin-top: -40px; margin-bottom: 35px; background: linear-gradient( 180deg, #FFFFFF 0%, #F7FBFF 100%);border-radius: 5px;}
.foodSafetyArticle-content .card-title{padding: 30px 30px 20px; text-align: center;font-size: 20px;font-weight: bold;color: rgba(0,0,0,0.85);}
.foodSafetyArticle-content .card-text{padding: 0 30px; font-size: 16px;color: #333;line-height: 30px;}
.foodSafetyArticle-content .card-text p{text-indent: 2em;}
.foodSafetyArticle-content .card-footer{height: 44px; padding: 0 30px; background: linear-gradient( 90deg, #E3F2FF 0%, #F5FAFF 100%);border-radius: 0px 0px 5px 5px; display: flex;justify-content: space-between;align-items: center;}
.foodSafetyArticle-content span{font-size: 14px;color: #178BFF;}

.foodSafetyUl .bmfwul{margin-left:-10px;margin-right:-10px;padding:20px 0}
.foodSafetyUl .bmfwul li{float:left;width:calc(100% - 24px);margin:12px;padding:20px;height:347px;background:#FFFFFF;box-shadow:0px 0px 18px 0px rgba(224,226,228,0.68);border-radius:5px}
.foodSafetyUl .bmfwul li:nth-child(4n+4){margin-right:0}
.foodSafetyUl .topimg{display:block;width:100%;height:170px;border-radius:5px;position:relative}
.foodSafetyUl .topimgTemp{background:url("/onething/v5plus/images/foodsafety_file00.png") center center no-repeat;background-size:100% 100%}
.foodSafetyUl .topimg1{background:url("/onething/v5plus/images/foodsafety_file01.png") center center no-repeat;background-size:100% 100%}
.foodSafetyUl .topimg2{background:url("/onething/v5plus/images/foodsafety_file02.png") center center no-repeat;background-size:100% 100%}
.foodSafetyUl .topimg3{background:url("/onething/v5plus/images/foodsafety_file03.png") center center no-repeat;background-size:100% 100%}
.foodSafetyUl .topimg4{background:url("/onething/v5plus/images/foodsafety_file04.png") center center no-repeat;background-size:100% 100%}
.foodSafetyUl .topimg h2{color: #000;font-size: 14px;font-weight: 600;position: absolute;top: 27px;left: 50%;transform: translateX(-50%);}
.foodSafetyUl .topimg a{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:block;width:88px;margin:0 auto;height:36px;line-height:36px;background:#FFFFFF;border-radius:5px;border:1px solid #409EFF;font-size:16px;text-align:center;color:#409EFF;z-index:1}
.foodSafetyUl .topimg a:hover{cursor:pointer;background:#409EFF;border-radius:5px;border:1px solid #409EFF;font-weight:bold;color:#FFFFFF}
.foodSafetyUl .bmfwtitle{display:block;height:28px;font-size:16px;font-weight:bold;color:rgba(0,0,0,0.85);line-height:30px;margin-top:16px;margin-bottom:7px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.foodSafetyUl .bmfwCon{display:-webkit-box;overflow:hidden;white-space:normal !important;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:16px;color:rgba(0,0,0,0.85);line-height:28px}
.foodSafetyUl .bmfwul li:hover{cursor:pointer;color:#fff;background-color:#409EFF;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);box-shadow:0 1px 9px rgba(62,151,223,0.3)}
.foodSafetyUl .bmfwul li:hover .bmfwtitle,.bmfwul li:hover .bmfwCon{color:#fff}

.foodSafetyTable{margin: 25px auto 50px;}
.foodSafetyTable .el-table th.el-table__cell{background: #F4F4F4;}

.contentWrapper .flex {
    display: flex;
    align-items: center;
}

.messageList {
    margin-bottom: 40px;
}

.messageList .title {
    height: 24px;
    margin-bottom: 20px;
}

.messageList .title .line {
    width: 6px;
    height: 18px;
    border-radius: 3px;
    background-color: #409eff;
    margin-right: 15px;
}

.messageList .title span {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}

.messageList .detailList {
    display: flex;
    flex-wrap: wrap;
}

.messageList .detailList li {
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    height: 44px;
    line-height: 44px;
    margin: 0px -1px -1px 0px;
}

.messageList .detailList li .optionName {
    width: 160px;
    height: 100%;
    line-height: 44px;
    background: #f0f8ff;
    border: 1px solid #e4eef6;
    padding-left: 10px;
    box-sizing: border-box;
    margin: 0px -1px -1px 0px;
}

.messageList .detailList li .optionContent {
    height: 100%;
    flex: 1;
    background: #ffffff;
    border: 1px solid #e4eef6;
    padding-left: 10px;
    box-sizing: border-box;
    margin: 0px -1px -1px 0px;
}

.messageList .detailList li:nth-child(n) {
    width: 720px;
}

.messageList .detailList li:nth-child(2n) {
    width: 480px;
}

.standardMessageList {
    margin-bottom: 39px;
}

.standardMessageList .fileName {
    color: #198bff;
}

/*企业开办*/

.ztjd_qykb_tab_item{width: 136px;flex-shrink: 0;margin-right: 20px;}
.ztjd_qykb_tab_item>div{width: 136px;height: 130px;margin-bottom: 10px;position: relative;padding-top: 22px;padding-left: 20px; cursor: pointer;}
.ztjd_qykb_tab_item .tab1{background: url("/onething/v5plus/images/person_deactive.png") no-repeat;}
.ztjd_qykb_tab_item .tab2{background: url("/onething/v5plus/images/company_deactive.png") no-repeat;}
.ztjd_qykb_tab_item .tab1.on{background: url("/onething/v5plus/images/person_active.png") no-repeat;}
.ztjd_qykb_tab_item .tab2.on{background: url("/onething/v5plus/images/company_active.png") no-repeat;}

.ztjd_qykb_tab_item p{font-size: 14px;}
.ztjd_qykb_tab_item h2{font-size: 18px;font-weight: bold;line-height: 24px;margin-top: 4px;}
.ztjd_qykb_tab_item .on p,.ztjd_qykb_tab_item .on h2{color: #fff;}

.enterprise-detailContent{display: flex;justify-content: space-between;margin-top: 30px;}
.enterprise-leftContent{display: flex;}
.enterprise-leftContent .xse_left{width: 685px;margin-top: 0;}
.enterprise-rightContent .smallTitle {font-size: 18px;font-weight: bold;color: rgba(0, 0, 0, 0.85);line-height: 24px;}
.enterprise-rightContent .functionSelectorList {font-family: MicrosoftYaHei, MicrosoftYaHei;margin-top: 20px;}
.enterprise-rightContent .functionSelectorList li {width: 217px;height: 66px;margin-bottom: 20px;position: relative;}
.enterprise-rightContent .functionSelectorList li .bgcImg {position: absolute;top: 0;left: 0;}
.enterprise-rightContent .functionSelectorList li span, .enterprise-rightContent .functionSelectorList li .showMore{position: relative;}
.enterprise-rightContent .functionSelectorList li span {display: block;padding-top: 16px;margin-left: 54px;font-size: 14px;font-weight: bold;color: #091633;margin-bottom: 6px;}
.enterprise-rightContent .functionSelectorList li .showMore {margin-left: 54px;font-size: 12px;color: #758397;display: flex;align-items: center;cursor: pointer;}
.enterprise-rightContent .functionSelectorList li a:hover {font-weight: bold;}
.enterprise-rightContent .functionSelectorList li .showMore img {width: 14px;height: 14px;margin-left: 8px;}


.enterpriseTopNew{height: 240px;background: url(/onething/v5plus/images/ztjd_banner_enterprise.png) no-repeat center top;}
.enterpriseTopNew .enterpriseDesc {width: 880px;font-size: 16px;margin-top: 26px;color: #33261C;line-height: 30px;}
.ztjd_qykb_tab_con{background: #fff;}


.qykbStyle .tdt1-t1 {text-align: center;position: relative; padding-bottom: 15px;}
.qykbStyle .select-area-wrap {
    float: left;
    position: relative;
}
.qykbStyle .select-area-wrap {
    float: left;
    position: relative;
}

.qykbStyle .select-area-wrap .areapickerBox {
    display: flex;
    min-width: 294px;
    height: 40px;
    color: #8C9698;
    background: #F1F2F4;
    border-radius: 8px;
    text-align: left;
    line-height: 40px;
    padding-left: 20px;
}

.qykbStyle .select-area-wrap .areapickerBox b {
    display: block;
    color: #000;
    padding-right: 100px;
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qykbStyle .select-area-wrap .changeArea {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    padding: 5px 25px 5px 10px;
    border-radius: 8px;
    background: url(/onething/v5plus/images/2020_hn_jbxx_more_white.png) #409EFF 78px center no-repeat;
}

.qykbStyle .select-area-box {
    display: none;
    padding: 10px 30px 30px;
    width: 768px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(178, 192, 202, 0.88);
    border-radius: 5px;
    text-align: left;
    position: absolute;
    z-index: 10;
}

.qykbStyle .select-area-box dl {
    overflow: hidden;
    clear: both;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #DDDDDD;
}

.qykbStyle .select-area-box dl.con {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}


/*.select-area-box dt {
    float: left;
    width: 10%;
    text-align: center;
}

.select-area-box dt a {
    font-weight: bold;
    color: #666;
    cursor: pointer;
    line-height: 30px;
}*/

.qykbStyle .select-area-box dd {
    float: left;
    width: 100%;
}

.qykbStyle .select-area-box dd a {
    float: left;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    padding: 0px 15px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}

.qykbStyle .select-area-box dd a:hover,
.qykbStyle .select-area-box dd a.on {
    background: #409EFF;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.qykbStyle .choosed {
    margin-left: 16px;
}

.qykbStyle .select-area-box .rightItem {
    margin: 25px auto;
    color: #000000;
    font-size: 16px;
}

.qykbStyle .select-area-box .buttoncontainer a {
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding: 0 45px;
    line-height: 46px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
}

.qykbStyle .select-area-box .buttoncontainer .submitBtn {
    background: #409EFF;
    color: #fff;
}

.qykbStyle .select-area-box .buttoncontainer .quitBtn {
    background: #E5F2FF;
}

.qykbStyle .select-area-wrap.active .select-area-box {
    display: block;
}

.qykbStyle .select-tab-collapse-toggle {
    display: block;
    width: 100%;
    background: #F3F6F9;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 50px;
    text-align: center;
    font-size: 16px;
    color: #006EAA;
    cursor: pointer;
}
.qykbStyle .zhouq-sou {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

.qykbStyle .search2022 {
    width: 100%;
    margin-top: 1px;
    position: relative;
    height: 42px;
}


.qykbStyle .search2022 .input12020 {
    border: 1px solid #e8e8e8;
    text-indent: 10px;
    width: 100%;
    height: 42px;
    font-size: 14px;
    border-radius: 8px;
}
.qykbStyle .search2022 .input12020::placeholder{font-size: 14px;}

.qykbStyle .search2022 .btn12020 {
    width: 54px;
    height: 42px;
    background: url(/onething/v5plus/images/2020_hn_portal_search.png) no-repeat center;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.qykbStyle .zcgovlist {
    width: 100%;
}

.qykbStyle .zcgovlist li {
    list-style: none;
    line-height: 24px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #E4E3E4;
    padding: 6px 12px;
}

.qykbStyle .zcgovlist li:hover {
    background-color: #f0f9fd;
    color: #057fe9;
}

.qykbStyle .zcgovlist li:hover a,
.qykbStyle .zcgovlist li:hover span {
    color: #057fe9;
}

.qykbStyle .zcgovlist li a {
    text-decoration: none;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 6px;
}
.qykbStyle .zcgovlist li p{padding-bottom: 10px;}

.qykbStyle .zcgovlist li span {
    padding-right: 16px;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.85);
}

.enterprise-server{margin: 30px auto 0; padding-bottom: 30px; height: 336px; border-bottom: 4px solid #F9FAFF; position: relative;}
.enterprise-server:after{position: absolute; left: 0; bottom: -4px; content: ""; width: 600px;height: 4px;background: linear-gradient(305deg, #0075FF 0%, #E3F1FF 100%);}
.enterprise-server ul li{float: left; margin-right: 30px;}
.enterprise-server ul li:last-child{margin-right: 0;}
.enterprise-server-items{width: 380px; height: 302px; background: #FFFFFF;border-radius: 5px;border: 1px solid #E1E6F0;display: flex;flex-direction: column;justify-content: space-between;}
.enterprise-server-items .hd{display: flex;flex-direction: column;padding: 30px 20px 20px;}
.enterprise-server-items .hd h2{padding-left: 35px; font-size: 16px;font-weight: bold;color: rgba(0,0,0,0.85); background: url("/onething/v5plus/images/ico_enterprise_server_title.png") no-repeat;}
.enterprise-server-items .hd h3{font-size: 14px;color: #AAB0C6;padding-left: 35px;padding-top: 10px;}
.enterprise-server-items .hd p{padding-top: 10px; font-size: 14px;color: #4F4F4F;line-height: 30px;}
.enterprise-server-items .bd{display: flex;justify-content: space-between;align-items: center;width: 100%; height: 78px;background: #F9FAFF; padding: 0 20px;}
.enterprise-server-items .bd a{font-size: 14px; color: #0075FF;}
.enterprise-server-items .bd a.online-btn{font-size: 16px;border-radius: 5px;border: 1px solid #409EFF;line-height: 34px;display: inline-block;padding: 0 10px;}
.enterprise-server-items .bd a.online-btn:hover{color: #fff;background: #409EFF;}

.qykb-slick{margin: 45px auto 0;}
.qykb-slick-items{width: 100%;height: 264px; position: relative;}
.qykb-slick-items .imgClass{margin: 0 auto;}
.qykb-slick-items .info{
    color: #fff;
    position: absolute;
    top: 22px;
    left: 22px;
    width: 256px;
    height: 193px;
    background: rgba(103,178,255,.78);
    padding: 20px 15px 15px;
    border-radius: 7px;
    display: none;
}
.qykb-slick-items:hover .info {
    display: block;
}
.qykb-slick-items .info h2{font-size: 16px; font-weight: bold; text-align: center;}
.qykb-slick-items .info p{font-size: 14px;line-height: 24px; text-align: left;}
.qykb-slick .slick-next {
    top: 45%;
    right: -25px;
    border-radius: 100%;
    background: url(/onething/v5plus/images/icon-right21.png) left top no-repeat;
    transition: background-color .3s ease;
    width: 40px;
    height: 40px;
    box-shadow: 0 0.15rem 1rem 0 rgb(9 41 77 / 20%);
}

.qykb-slick .slick-prev {
    top: 45%;
    left: -25px;
    border-radius: 100%;
    background: url(/onething/v5plus/images/icon-left21.png) left top no-repeat;
    transition: background-color .3s ease;
    width: 40px;
    height: 40px;
    box-shadow: 0 0.15rem 1rem 0 rgb(9 41 77 / 20%);
}

.qykb-slick .slick-next:hover,.qykb-slick .slick-prev:hover{background-position: left -42px; background-color: #006eab;}
.qykb-slick .slick-prev.slick-disabled {
    opacity: 0.5;
}
.qykb-slick .slick-next.slick-disabled {
    opacity: 0.5;
}

/*“经适房上市交易”主题服务*/
.AffordableHousing {
    height: 240px;
    background: url(/onething/v5plus/images/affordableHousing_top.png) no-repeat center top;
}
.affordableHousing-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.affordableHousing-title i {
    float: left;
    font-size: 36px;
    font-weight: bold;
    margin-left: 26px;
    margin-right: 10px;
    line-height: 36px;
}

.affordableHousing-list1{margin: 40px auto; box-shadow: 0px 0px 23px 2px rgba(224,226,228,0.68);border-radius: 5px;}
.affordableHousing-list1 ul li {
    float: left;
    height: 394px;
    position: relative;
    width: calc(100% /5);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.affordableHousing-list1 ul li:after{content: "";position: absolute; width: 2px; height: 330px; background-color: #F4F4F4; right: 0; top: 50%;transform: translateY(-50%);}
.affordableHousing-list1 ul li:last-child:after{display: none;}
.affordableHousing-list1 ul li .imgBig{ width: 80px; height: 80px; margin-bottom: 10px;}

.affordableHousing-list1 ul li h6{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    display: block;
    height: 53px;
    margin-bottom: 25px;
}
.affordableHousing-list1 ul li div.descul{
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
}
.affordableHousing-list1 ul li em{
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #409EFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
}
.affordableHousing-list1 ul li em:before{
    position: absolute;
    content: "";
    width: 23px;
    height: 3px;
    background: #409EFF;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

/*公共*/
.ztjd_ask{margin: 40px auto;}
.ztjd_ask h2{font-size: 16px;color: #000;font-weight: bold;}
.ztjd_ask p{font-size: 14px; color: rgba(102,102,102,0.85); line-height: 20px;}
.ztjd_ask dl dt{position: relative; padding-left: 40px; margin-bottom: 15px;}
.ztjd_ask dl dt:before{position: absolute; content: ""; left: 0; top: 0; width: 30px;height: 26px; background: url("/Other/zwfw-new/onething/v5plus/images/24img/ico_ask_q.svg") no-repeat;}
.ztjd_ask dl dd{position: relative; padding-left: 40px;}
.ztjd_ask dl dd:before{position: absolute; content: ""; left: 0; top: 0; width: 30px;height: 26px; background: url("/Other/zwfw-new/onething/v5plus/images/24img/ico_ask_a.svg") no-repeat;}
.ztjd_ask dl{padding-bottom: 20px; border-bottom: 1px solid #E4E3E4;}

.ztjd_links{margin: 40px auto;}
.ztjd_links ul{display: flex;gap: 20px;}
.ztjd_links li{float: left;}

.ztjd_policyList{margin: 40px auto;}
.ztjd_policyList ul li{margin-bottom: 30px;}
.ztjd_policyList ul li a{display: flex;align-items: center;background: url("/onething/v5plus/images/24img/ico_policyList_bg.png"),linear-gradient(148deg, #FFFFFF 0%, #F4F9FF 100%); background-repeat: no-repeat;background-position: right bottom; box-shadow: 0px 0px 23px rgba(224,226,228,0.68);}
.ztjd_policyList ul li a h2{flex: none; width: 220px;height: 80px;background: url("/onething/v5plus/images/24img/ico_policyList_title.png") no-repeat;color: #fff;font-size: 20px;font-weight: bold;display: flex;align-items: center;justify-content: center;}
.ztjd_policyList ul li a p{font-size: 16px;color: #353B50;line-height: 24px; padding: 20px;}

.ztjd_policyList2{margin: 40px auto;}
.ztjd_policyList2 ul li{ position: relative; margin-bottom: 30px;width: 100%; height: 90px; font-size: 16px;font-weight: bold;color: #000; background: url("/onething/v5plus/images/24img/ico_qyhfhg_zxbltj@2x.png") rgba(255,255,255,0.39) no-repeat;background-size: cover;box-shadow: 0px 0px 23px rgba(224,226,228,0.68);border-radius: 5px;}
.ztjd_policyList2 ul li .ranknum {position: absolute;top: 20px;left: 20px;}
.ztjd_policyList2 ul li .descul{padding: 35px 120px;font-weight: normal;}


.xse_left_50 ul li{float: left; width: 50%;}
.xse_left_33 ul li{float: left; width: calc(100%/3);}

.ztjd-table{border-collapse:separate;border-spacing:0;vertical-align:middle;border:none;width:100%;font-size:14px;line-height:1.6;color:#606266;table-layout:fixed}
.ztjd-table tr td a.links{float:left;line-height:24px;color:#606266;max-width:80%;padding-left:25px;position:relative}
.ztjd-table th{padding:16px 0;text-align:left;font-size:16px;font-weight:bold;color:#596d84;height:58px;background:#F8F8F8;border: 0;}
.ztjd-table th:first-child,.ztjd-table td:first-child{padding-left:25px;text-align:left}
.ztjd-table td{padding:15px 0;text-align:left;border-top:1px solid #ededed;}

.select-tab-collapse-toggle{display:block;margin:15px auto;font-size:14px;text-align:center;background: rgba(244,246,249,0.39);color: #2E5AA6;height: 50px;line-height: 50px;}
.table-collapse-toggle{color: #2E5AA6;}
/*高效 - 残疾人*/
.efficientOneThingDeformed{}
.efficientOneThingDeformed .tsqttop1{height: 315px;background: url(/onething/v5plus/images/24img/efficientOneThing_cjr@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingDeformed .tsqtddesc{padding-right: 0;}
.efficientOneThingDeformed .ztjd_cjr_material {background: url(../images/ztjd_sb_box2_bg.jpg) center top no-repeat; margin-bottom: 40px;}
.efficientOneThingDeformed .jy_middle{height: 125px;}


.efficientOneThingDeformed .ztjd_sb_material{padding-bottom: 40px;margin-bottom: 40px;}
.efficientOneThingDeformed .wxts_box{margin-right: 0; margin-bottom: 40px;}
.efficientOneThingDeformed .dzsbk{width: 100%;background: rgba(244,248,252,0.39);border-radius: 5px; margin-right: 0;}
.efficientOneThingDeformed .xsetop4{margin-bottom: 40px; height: auto}
.efficientOneThingDeformed .lcpic{height: auto;}

/*高效 - 破产信息核查*/
.efficientOneThingBankruptcy{}
.efficientOneThingBankruptcy .tsqttop1{height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_qypcxx@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingBankruptcy .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingBankruptcy .tsqtddesc{padding-right: 0;}
.efficientOneThingBankruptcy .xsebox{height: auto;padding-bottom: 0;}
.efficientOneThingBankruptcy .dzsbk{width: 100%;background: rgba(244,248,252,0.39);border-radius: 5px; margin-bottom: 40px;}
.efficientOneThingBankruptcy .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingBankruptcy .qyzxhc{display: inline-block;text-align: center;padding: 12px 18px; height: 46px;border-radius: 5px;font-size: 16px;font-weight: bold;margin-right: 20px;cursor: pointer;background: #409EFF;color: #fff;}
.efficientOneThingBankruptcy .xsetop4{height: auto;}
.efficientOneThingBankruptcy .lcpic{height: auto;}

/*高效 - 企业合法合规*/
.efficientOneThingCompliant{}
.efficientOneThingCompliant .tsqttop1{ margin-bottom: 40px; height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_qyhfhg@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingCompliant .tsqtddesc{width: 900px; padding-right: 0;}
.efficientOneThingCompliant .dzsbk_right{cursor: default;}
.efficientOneThingCompliant .dzsbk{background: rgba(244,248,252,0.39);border-radius: 5px; margin-bottom: 40px;}
.efficientOneThingCompliant .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingCompliant .qyzxhc{display: inline-block;text-align: center;padding: 12px 0;width: 120px;height: 46px;border-radius: 5px;font-size: 16px;font-weight: bold;margin-right: 20px;cursor: pointer;background: #409EFF;color: #fff;}

.efficientOneThingCompliant .content-container {padding: 30px; background: #ffffff;box-shadow: 0px 0px 16px 0px rgba(216, 216, 216, 0.5);}
.efficientOneThingCompliant .zxhc-hd{display: flex;justify-content: space-between;align-items: center; border-bottom: 1px solid #DDDDDD; margin-bottom: 30px; padding-bottom: 20px;}
.efficientOneThingCompliant .zxhc-hd h2{font-size: 22px; font-weight: bold;color: #000;}
.efficientOneThingCompliant .form-title-hd{font-size: 16px;font-weight: bold;color: #000; margin-bottom: 30px; padding-left: 20px; position: relative;}
.efficientOneThingCompliant .form-title-hd:before{position: absolute;content: "";width: 8px;height: 8px;background: #74BDF6;border-radius: 50%;top: 50%;left: 0;transform: translateY(-50%);}
.efficientOneThingCompliant .zxhc-ft{margin-bottom: 40px; padding: 30px;text-align: center; background: #ffffff;box-shadow: 0px 0px 16px 0px rgba(216, 216, 216, 0.5);}

.efficientOneThingCompliant .areaBoxList .el-checkbox{margin-bottom: 15px;}
.efficientOneThingCompliant .queryResultsBox{margin: 15px auto; text-align: center;}
.efficientOneThingCompliant .queryResultsBox h2{margin-top: 80px;font-size: 18px;font-weight: bold;color: #000;display: flex;align-items: center;justify-content: center;}
.efficientOneThingCompliant .queryResultsBox .tipsBox{display: flex;flex-direction: column;align-items: center;}
.efficientOneThingCompliant .queryResultsBox .tipsBox img{width: 357px;}
.efficientOneThingCompliant .queryResultsBox .tipsBox span{font-size: 16px;color: #7C8FA4;}
.efficientOneThingCompliant .el-dialog__footer{text-align: center;}


/*高效 - 开办道路运输企业*/
.efficientOneThingRoad{}
.efficientOneThingRoad .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_kbdl@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingRoad .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingRoad .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingRoad .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingRoad .dzsbk{width: 100%;background: rgba(244,248,252,0.39);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingRoad .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingRoad .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingRoad .xsetop4{height: auto;}
.efficientOneThingRoad .lcpic{height: auto;}
.efficientOneThingRoad .xse_left ul li a{white-space: normal;line-height: 24px;}
.efficientOneThingRoad .xse-list1{margin: 40px auto;}
.efficientOneThingRoad .xse-list1 ul{display: flex;}
.efficientOneThingRoad .xse-list1 ul .ztjd_zc_item{width: 50%;display: flex;flex-direction: column;}
.efficientOneThingRoad .xse-list1 ul .ztjd_zc_item:nth-child(2n){margin-left: 20px;}
.efficientOneThingRoad .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingRoad .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingRoad .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingRoad .xse-list1 ul li h6{position: relative;padding-top: 30px;z-index: 5;}
.efficientOneThingRoad .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingRoad .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;}

/*高效 - 大件运输*/
.efficientOneThingTransport{}
.efficientOneThingTransport .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_djys@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingTransport .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingTransport .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingTransport .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingTransport .dzsbk{width: 100%;background: rgba(244,248,252,0.39);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingTransport .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingTransport .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingTransport .xsetop4{height: auto;}
.efficientOneThingTransport .lcpic{height: auto;}

.efficientOneThingTransport .xse-list1{margin: 40px auto;}
.efficientOneThingTransport .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingTransport .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingTransport .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingTransport .xse-list1 ul li h6{position: relative;padding-top: 30px;z-index: 5;}
.efficientOneThingTransport .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingTransport .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}

.efficientOneThingTransport .ztjd_tab_item{justify-content: flex-start;}
.efficientOneThingTransport .ztjd_tab_item span{width: 50%;padding: 0 40px;}
.efficientOneThingTransport .ztjd_tab_item span.on{font-size: 20px;text-align: left;}
.efficientOneThingTransport .ztjd_tab_item .on.tab1 {background: url(/onething/v5plus/images/24img/ztjd_tab1_bg_ban.png) left top no-repeat;}


/*高效 - 开办餐饮店*/
.efficientOneThingRestaurant{}
.efficientOneThingRestaurant .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_kbcyd@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingRestaurant .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingRestaurant .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingRestaurant .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingRestaurant .dzsbk{width: 100%;background: rgba(244,248,252,0.39);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingRestaurant .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingRestaurant .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingRestaurant .xsetop4{height: auto;}
.efficientOneThingRestaurant .lcpic{height: auto;}
.efficientOneThingRestaurant .ztjd_policyList2 ul li .descul{font-size: 16px;color: #000;line-height: 26px; padding: 18px 50px 0 100px;}


/*高效 - 水电气网联合报装*/
.efficientOneThingInstall .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_sdqwlhbz@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingInstall .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingInstall .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingInstall .xsetop4{height: auto;}
.efficientOneThingInstall .lcpic{height: auto;}

/*高效 - 农村村民建房*/
.efficientOneThingHousing .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_nccmjf@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingHousing .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingHousing .ztjd_sb_material{padding: 40px 0;}
.efficientOneThingHousing .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingHousing .dzsbk{width: 100%;background: rgba(244,248,252,0.39);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingHousing .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingHousing .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingHousing .xsetop4{height: auto;}
.efficientOneThingHousing .lcpic{height: auto;}
.efficientOneThingHousing .time-tips{display: flex;align-items: center;font-size: 14px;color: #000; margin-top: 15px; padding: 10px; background: #F4F8FC;border-radius: 5px 5px 5px 5px;}
.efficientOneThingHousing .time-tips img{margin-right: 10px;}

/*高效 - 就医*/
.efficientOneThingHospitalize{}
.efficientOneThingHospitalize .tsqttop1{ height: 318px;background: url(/onething/v5plus/images/24img/efficientOneThing_jy@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingHospitalize .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingHospitalize .ztjd_sb_material{padding: 40px 0;}
.efficientOneThingHospitalize .xsebox{height: auto;}
.ztjd_hospitalize_material{height: 110px;}
.efficientOneThingHospitalize .xse-title {margin: 50px auto 40px;}
.handleBox{height: 252px; padding: 50px 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px; position: relative; overflow: hidden; }
.handleBox p{padding-right: 400px;font-size: 16px;color: #616A7F;line-height: 26px;margin-bottom: 10px;}
.handleBox .xsebtn{margin-top: 20px;}
.handleBox .bgimgClass{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;transition: all .3s;}
.handleBox:hover .bgimgClass{transform: scale(1.1);}
.efficientOneThingHospitalize .tsqtBox{min-height: auto; margin-bottom: 50px;}

.efficientOneThingHospitalize .detail-pop {display: none;}
.efficientOneThingHospitalize .detail-pop .mask {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.6); z-index: 11}
.efficientOneThingHospitalize .detail-pop .pop-content {width: 50%;height: 368px;;border-radius: 10px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px;background-color: #fff;z-index: 12;display: flex;flex-direction: column;}
.efficientOneThingHospitalize .detail-pop .pop-header {width: 100%;display: flex;justify-content: space-between;align-items: center;height: 30px;margin-bottom: 10px;}
.efficientOneThingHospitalize .detail-pop .pop-header .title {font-size: 16px;font-weight: bold;}
.efficientOneThingHospitalize .detail-pop .pop-header > img {width: 16px;height: 16px;cursor: pointer;}
.efficientOneThingHospitalize .detail-pop .wrapper-inner{text-align: center;}
.efficientOneThingHospitalize .detail-pop .wrapper-inner .qr-pic {width:220px;height: 220px;margin: 20px auto;}
.efficientOneThingHospitalize .detail-pop .wrapper-inner .qr-pic img {width: 100%;height: 100%;}
.efficientOneThingHospitalize .detail-pop .wrapper-inner .info {font-size: 14px;height: 20px;line-height: 21px;color: #a7a7a7;}
.efficientOneThingHospitalize .detail-pop .wrapper-inner  ul{display: flex;justify-content: center;gap: 20px;margin: 25px auto;}
.efficientOneThingHospitalize .detail-pop .wrapper-inner  ul li{width:25%;}
.efficientOneThingHospitalize .detail-pop .wrapper-inner  ul li p{padding-top: 10px; font-size: 16px;color: #000000;line-height: 26px;}

/*高效 - 社会保障卡*/
.efficientOneThingSSC{}
.efficientOneThingSSC .detail-pop {display: none;}
.efficientOneThingSSC .detail-pop .mask {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.6); z-index: 11}
.efficientOneThingSSC .detail-pop .pop-content {width: 50%;height: 368px;;border-radius: 10px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px;background-color: #fff;z-index: 12;display: flex;flex-direction: column;}
.efficientOneThingSSC .detail-pop .pop-header {width: 100%;display: flex;justify-content: space-between;align-items: center;height: 30px;margin-bottom: 10px;}
.efficientOneThingSSC .detail-pop .pop-header .title {font-size: 16px;font-weight: bold;}
.efficientOneThingSSC .detail-pop .pop-header > img {width: 16px;height: 16px;cursor: pointer;}
.efficientOneThingSSC .detail-pop .wrapper-inner{text-align: center;}
.efficientOneThingSSC .detail-pop .wrapper-inner .qr-pic {width:220px;height: 220px;margin: 20px auto;}
.efficientOneThingSSC .detail-pop .wrapper-inner .qr-pic img {width: 100%;height: 100%;}
.efficientOneThingSSC .detail-pop .wrapper-inner .info {font-size: 14px;height: 20px;line-height: 21px;color: #a7a7a7;}
.efficientOneThingSSC .detail-pop .wrapper-inner  ul{display: flex;justify-content: center;gap: 20px;margin: 25px auto;}
.efficientOneThingSSC .detail-pop .wrapper-inner  ul li{width:25%;}
.efficientOneThingSSC .detail-pop .wrapper-inner  ul li p{padding-top: 10px; font-size: 16px;color: #000000;line-height: 26px;}

.efficientOneThingSSC .tsqttop1{ height: 318px;background: url(/onething/v5plus/images/24img/efficientOneThing_shbzk@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingSSC .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingSSC .ztjd_sb_material{padding: 40px 0;}
.efficientOneThingSSC .ztjd_ssc_material{height: 75px;}
.efficientOneThingSSC .xse-title {margin: 50px auto 40px;}
.efficientOneThingSSC .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingSSC .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingSSC .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingSSC .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingSSC .dzsbk_left{height: 164px; padding: 23px 17px; background: #F0F3FA;border-radius: 5px 5px 5px 5px;}
.efficientOneThingSSC .handleBox{height: 152px;}
.efficientOneThingSSC .xsebtn a:nth-child(2){background: #E4EEFE;border-radius: 5px 5px 5px 5px;border: 1px solid #409EFF;}
.ssc-material-list{display: flex;justify-content: space-between;}
.ssc-material-list .items{width: 380px;height: 260px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.ssc-material-list .items .hd{padding: 20px 30px; border-bottom:1px solid #E5E5E5;}
.ssc-material-list .items .bd{padding: 30px;}
.ssc-material-list .items h2{font-size: 20px;font-weight: bold;color: #000;}
.ssc-material-list .items p{position: relative;padding-left: 25px;background: url("/Other/zwfw-new/onething/v5plus/images/checkxse.svg") left 8px no-repeat; font-size: 16px;color: #353B50;line-height: 30px;}
.ssc-material-list .itemBg1{background: url("/onething/v5plus/images/24img/ico_ssc_sxcl_bg1.png") left top no-repeat; background-size: cover;}
.ssc-material-list .itemBg2{background: url("/onething/v5plus/images/24img/ico_ssc_sxcl_bg2.png") left top no-repeat; background-size: cover;}
.ssc-material-list .itemBg3{background: url("/onething/v5plus/images/24img/ico_ssc_sxcl_bg3.png") left top no-repeat; background-size: cover;}

.shbzk-dzsbk{display: flex;justify-content: space-between;}
.shbzk-dzsbk .items{width: 590px; height: 412px; padding: 30px; background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224, 226, 228, 0.7);border-radius: 5px 5px 5px 5px;display: flex;flex-direction: column;justify-content: space-between;}
.shbzk-dzsbk .items .items-info{padding: 20px 18px 0;text-align: center;}
.shbzk-dzsbk .items .items-links{display: block; margin: 0 auto; width: 260px;height: 46px; font-size: 16px;line-height: 46px;text-align: center; color: #fff; background: #409EFF;border-radius: 5px 5px 5px 5px;}
.shbzk-subtitle{ margin-bottom: 50px;}
.shbzk-subtitle h2{font-size: 20px;color: #616A7F;line-height: 26px;display: flex;justify-content: center;align-items: center;}
.shbzk-subtitle h2 img{margin-right: 15px;}
.shbzk-bltj_bg{height: 90px; background: url("/onething/v5plus/images/24img/shbzk_bltj_stdz.png") center no-repeat;}
.shbzk-bltj_bg h2{line-height: 90px;}
.ssc-channel{display: flex;justify-content: space-between; margin-top: 50px;}
.ssc-channel .ssc-channel-items{width: 590px;height: 170px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px;position: relative;}
.ssc-channel h2{position: absolute;left: 0;top: 0; width: 119px;height: 32px;background: #4DDDE0;border-radius: 5px 0px 20px 0px;color: #fff;font-size: 14px;font-weight: bold;line-height: 32px;text-align: center;}
.ssc-channel .ssc-channel-itemsBG1{background: url("/onething/v5plus/images/24img/ico_ssc_bsqd_bg1.png") left top no-repeat; background-size: 302px 171px;}
.ssc-channel .ssc-channel-itemsBG2{background: url("/onething/v5plus/images/24img/ico_ssc_bsqd_bg2.png") left top no-repeat; background-size: 302px 171px;}
.ssc-channel .ssc-channel-itemsBG2 h2{background: #5294ED;}
.ssc-channel p{padding-left: 240px; padding-right: 25px; padding-top: 30px; font-size: 16px;color: rgba(0,0,0,0.85);line-height: 30px;}

.ssc-server{display: flex; justify-content: space-between;flex-wrap: wrap;}
.ssc-server .ssc-server-items{width: 48%; margin-bottom: 50px;}
.ssc-server .ssc-server-items dt h2{margin-bottom: 20px;padding-left: 36px;font-weight: bold;font-size: 20px;color: #000000;background: url(../images/ico_tsqt_h2.png) left center no-repeat;}
.ssc-server .ssc-server-items dd h3{font-size: 16px;color: #409EFF;line-height: 30px;}
.ssc-server .ssc-server-items dd p{position: relative;padding-left: 25px;background: url("/Other/zwfw-new/onething/v5plus/images/24img/ico_ssc_li_dot.svg") left 8px no-repeat; font-size: 16px;color: #616A7F;line-height: 30px;}

.para_list{margin-top: 20px;}
.para_list li{position: relative;padding-left: 25px;background: url("/Other/zwfw-new/onething/v5plus/images/24img/ico_ssc_li_dot.svg") left 5px no-repeat; font-size: 14px;color: #000;line-height: 24px;}

.HandlingMatters{padding: 30px 0; background: url("/onething/v5plus/images/24img/shbzk_blsx_bg.jpg") center top no-repeat; background-size: 100% auto;}
.HandlingMatters .xse-title{margin-top: 0;}
.HandlingMatters .xse-title span:before{background: #C2DEFC;}
.HandlingMatters .xse-title span:after{background: #C2DEFC;}
.HandlingMatters ul li{padding: 22px 26px; background: #FFFFFF;border-radius: 0px 0px 5px 5px;opacity: 0.9; margin-bottom: 20px;}
.HandlingMatters ul li h2{display: flex;align-items: flex-start;}
.HandlingMatters ul li h2 img{margin-right: 15px;}
.HandlingMatters ul li h2 b{width: 120px;flex: none; font-weight: bold;font-size: 20px; color: #333;margin-right: 22px;}
.HandlingMatters ul li h2 span{font-size: 16px;color: #353B50;line-height: 24px;}
.HandlingMatters .blsx_list{margin-left:180px; margin-top: 10px;}
.HandlingMatters .blsx_list p{padding-left: 25px;background: url(../images/24img/ico_ssc_li_dot.svg) left 5px no-repeat;font-size: 14px;color: #000;line-height: 24px;}
.HandlingMatters .blsx_list p a{color: #2A74EA;}

.ServiceCategory{padding: 30px 0 50px; background: #D9ECFF;}
.ServiceCategory .xse-title{margin-top: 0;}
.ServiceCategory .xse-title span:before{background: #C2DEFC;}
.ServiceCategory .xse-title span:after{background: #C2DEFC;}
.ServiceCategory .server-category-list{display: flex; justify-content: space-between;}
.ServiceCategory .server-category-list .items{padding: 30px 14px; width: 220px; height: 300px; background-color: #fff;}
.ServiceCategory .server-category-list .items h2{margin-bottom: 26px; font-weight: bold;font-size: 20px;color: #000;line-height: 24px;text-align: center;}
.ServiceCategory .server-category-list .items p{font-size: 16px;color: #353B50;line-height: 28px;}
.ServiceCategory .server-category-list .items:nth-child(1){background: url("/onething/v5plus/images/24img/shbzk_service_bg1.png") center top no-repeat;}
.ServiceCategory .server-category-list .items:nth-child(2){background: url("/onething/v5plus/images/24img/shbzk_service_bg2.png") center top no-repeat;}
.ServiceCategory .server-category-list .items:nth-child(3){background: url("/onething/v5plus/images/24img/shbzk_service_bg3.png") center top no-repeat;}
.ServiceCategory .server-category-list .items:nth-child(4){background: url("/onething/v5plus/images/24img/shbzk_service_bg4.png") center top no-repeat;}
.ServiceCategory .server-category-list .items:nth-child(5){background: url("/onething/v5plus/images/24img/shbzk_service_bg5.png") center top no-repeat;}

.AskedQuestion{margin-bottom: 50px;}
.AskedQuestionBox{display: flex;justify-content: space-between;}
.AskedQuestionBox .items{width: 590px;height: auto; padding: 30px 20px; background: #F3F9FF;border-radius: 5px 5px 5px 5px;}
.AskedQuestionBox .items h2{font-size: 18px;color: #000;font-weight: bold;}
.AskedQuestionBox .items p{font-size: 18px; color: #353B50;line-height: 28px;}
.AskedQuestionBox .items dl dt{position: relative; padding-left: 32px; margin-bottom: 15px;}
.AskedQuestionBox .items dl dt:before{position: absolute; content: ""; left: 0; top: 0; width: 20px;height: 20px; background: url("/onething/v5plus/images/24img/ico_shbk_ask_q.png") no-repeat;}
.AskedQuestionBox .items dl dd{position: relative; padding-left: 32px;}
.AskedQuestionBox .items dl dd:before{position: absolute; content: ""; left: 0; top: 8px; width: 20px;height: 18px; background: url("/onething/v5plus/images/24img/ico_shbk_ask_a.png") no-repeat;}

.ContactInformation{padding: 30px 0 50px; background: #D9ECFF;}
.ContactInformation .xse-title{margin-top: 0;}
.ContactInformation .xse-title span:before{background: #C2DEFC;}
.ContactInformation .xse-title span:after{background: #C2DEFC;}
.ContactInformationBox{display: flex;justify-content: space-between;}
.ContactInformationBox .items{width: 590px;height: 464px; padding: 28px 20px; background: #fff;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.ContactInformationBox .items .para_title{font-size: 18px; line-height: 24px; margin-bottom: 28px;}
.ContactInformationBox .items .para_title:last-child{margin-bottom: 0;}
.ContactInformationBox .items p{font-size: 18px;color: #353B50;line-height: 28px; margin-bottom: 28px;}

.ContactInformationBox .items .PolicyList li{ margin-bottom: 20px; font-size: 18px;color: #353B50;line-height: 28px;display: flex;justify-content: space-between;align-items: flex-start;}
.ContactInformationBox .items .PolicyList li a{width:  80px;text-align: right; color: #2A74EA;flex: none;}

.efficientOneThingSSC .slickBox{position: relative;}
.efficientOneThingSSC .slickBox .slick-next{top:-40px;right:0px;background:url(/onething/v5plus/images/24img/ico_shbk_arr.png) left top no-repeat;transition:background-color .3s ease;width:24px;height:24px;transform: rotate(180deg);}
.efficientOneThingSSC .slickBox .slick-prev{top:-40px;right:30px;background:url(/onething/v5plus/images/24img/ico_shbk_arr.png) left top no-repeat;transition:background-color .3s ease;width:24px;height:24px;}
.efficientOneThingSSC .slickBox .slick-next:hover,.die-slick .slick-prev:hover{}
.efficientOneThingSSC .slickBox .slick-prev.slick-disabled{opacity:0.5}
.efficientOneThingSSC .slickBox .slick-next.slick-disabled{opacity:0.5}

.AskedQuestionBox .slickBox .slick-next,.AskedQuestionBox .slickBox .slick-prev{top: 0px;}

.content-flow{margin: 50px auto;padding: 40px 30px 0px; background: #fff;box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);}
.content-flow .hd{display: flex;justify-content: space-between;align-items: center;padding-bottom: 25px;border-bottom: 1px dashed #dddddd;margin-bottom: 30px;}
.content-flow .hd h2{font-weight: bold;font-size: 22px;color: #000;}
.content-flow .hd a{width: 120px;height: 46px;background: #409eff;border-radius: 5px 5px 5px 5px;line-height: 46px;text-align: center;font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;font-size: 16px;color: #ffffff;cursor: pointer;font-weight: bold;box-sizing: border-box;}
.content-flow .hd a:hover{background-color: #fff;color: #409eff;border: 1px solid #409eff;}

/*高效 - 企业信息*/
.efficientOneThingInformation{}
.efficientOneThingInformation .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_qyxxbg@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingInformation .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingInformation .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingInformation .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingInformation .dzsbk{width: 100%;background: rgba(244,248,252,0.39);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingInformation .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingInformation .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingInformation .xsetop4{height: auto;}
.efficientOneThingInformation .lcpic{height: auto;}
.efficientOneThingInformation .ztjd_policyList2 ul li .descul{font-size: 16px;color: #000;line-height: 26px; padding: 18px 50px 0 100px;}

/*高效 - 信用修复*/
.efficientOneThingCredit{}
.efficientOneThingCredit .detail-pop {display: none;}
.efficientOneThingCredit .detail-pop .mask {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.6); z-index: 11}
.efficientOneThingCredit .detail-pop .pop-content {width: 33%;height: 368px;;border-radius: 10px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px;background-color: #fff;z-index: 12;display: flex;flex-direction: column;}
.efficientOneThingCredit .detail-pop .pop-header {width: 100%;display: flex;justify-content: space-between;align-items: center;height: 30px;margin-bottom: 10px;}
.efficientOneThingCredit .detail-pop .pop-header .title {font-size: 16px;font-weight: bold;}
.efficientOneThingCredit .detail-pop .pop-header > img {width: 16px;height: 16px;cursor: pointer;}
.efficientOneThingCredit .detail-pop .wrapper-inner{text-align: center;}
.efficientOneThingCredit .detail-pop .wrapper-inner .qr-pic {width:220px;height: 220px;margin: 20px auto;}
.efficientOneThingCredit .detail-pop .wrapper-inner .qr-pic img {width: 100%;height: 100%;}
.efficientOneThingCredit .detail-pop .wrapper-inner .info {font-size: 14px;height: 20px;line-height: 21px;color: #a7a7a7;}
.efficientOneThingCredit .detail-pop .wrapper-inner  ul{display: flex;justify-content: center;gap: 30px;margin: 25px auto;}
.efficientOneThingCredit .detail-pop .wrapper-inner  ul li p{padding-top: 10px; font-size: 16px;color: #000000;line-height: 26px;}

.efficientOneThingCredit .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_xyxf@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingCredit .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingCredit .ztjd_sb_material{padding: 40px 0;}
.efficientOneThingCredit .xse-title {margin: 50px auto 40px;}

.efficientOneThingCredit .newtabxse{width: auto;}
.efficientOneThingCredit .newtabxse span{width: auto;padding: 0 50px;}
.efficientOneThingCredit .xsetop4{height: auto;}
.efficientOneThingCredit .lcpic{height: auto;}

.efficientOneThingCredit .xse-list1{margin: 40px auto;}
.efficientOneThingCredit .xse-list1 ul{}
.efficientOneThingCredit .xse-list1 ul li{float: left; width: 48%; height: auto;margin: 10px auto;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingCredit .xse-list1 ul li:nth-child(2n){margin-left: 20px;}
.efficientOneThingCredit .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingCredit .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingCredit .xse-list1 ul li h6{position: relative;padding-top: 30px;z-index: 5;}
.efficientOneThingCredit .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}

.efficientOneThingCredit .credit-title-tips{display: flex;align-items: center;font-size: 22px;color: #000; margin-top: 40px;}
.efficientOneThingCredit .credit-title-tips img{margin-right: 10px;}

.efficientOneThingCredit .credit-list{overflow: hidden; margin: 50px auto;}
.efficientOneThingCredit .credit-list-items{float: left; width: calc((100% - 40px) / 3); height: 136px; margin-right: 20px; margin-bottom: 20px;}
.efficientOneThingCredit .credit-list-items:nth-child(3n){margin-right: 0;}
.efficientOneThingCredit .credit-list-items dt h2{margin-bottom: 20px;padding-left: 36px;font-weight: bold;font-size: 20px;color: #000000;background: url(../images/ico_tsqt_h2.png) left center no-repeat;}
.efficientOneThingCredit .credit-list-items dd h3{font-size: 16px;color: #409EFF;line-height: 30px;}
.efficientOneThingCredit .credit-list-items dd p{position: relative;font-size: 14px;color: #616A7F;line-height: 30px;}
.efficientOneThingCredit .credit-list-items dd p a{color:#1F72FF;}
.efficientOneThingCredit .credit-list-items dd p a:hover{text-decoration: underline;}

.efficientOneThingCredit .other-btn{padding: 60px 100px;}
.efficientOneThingCredit .other-btn a{display: block;margin: 20px auto;padding: 15px;font-weight: bold;font-size: 26px;color: #039DFF;background: #E1F3FF;border-radius: 4px 4px 4px 4px;}
.efficientOneThingCredit .other-btn a:last-child{color: #fff;background: #009DFF;}
.efficientOneThingCredit .other-btn a:hover{opacity: .8;}

/*高效 - 企业注销*/
.efficientOneThingDeregistration{}
.efficientOneThingDeregistration .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_qyzx@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingDeregistration .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingDeregistration .ztjd_sb_material{padding: 40px 0;}
.efficientOneThingDeregistration .xse-title {margin: 50px auto 40px;}
.efficientOneThingDeregistration .xsetop4{height: auto;}
.efficientOneThingDeregistration .lcpic{height: auto;}
.efficientOneThingDeregistration .easyCancellation{background: #F4F8FC;border-radius: 5px 5px 5px 5px; padding: 30px;}


/**/
.medicalBox{}
.medical-hd{display: flex;justify-content: space-between;  align-items: center; margin-bottom: 20px;}
.medical-hd h2{font-size: 22px;font-weight: bold;color: #000;}
.medicalBox .goHomeBtn{display: block;width: 120px; font-size: 16px;font-weight: bold; text-align: center; line-height: 46px;color: #fff; background: #409EFF;border-radius: 5px 5px 5px 5px;}

.medical-bd .ttc-c1{position: relative;height: 70px;border: 1px solid #dddddd;margin-top: 24px;}
.medical-bd .ttc-c1 .c1-span {font-size: 16px;color: #666666; line-height: 70px;width: 216px;text-align: right; padding-right:20px;border-right: 1px solid #e0e0e0;float: left;background: #F2F2F2;}
.medical-bd .ttc-c1 .c1-dq1 {float: left;width: calc(100% - 216px);height: 100%;position: relative;display: flex;align-items: center;padding: 0 20px;}
.medical-bd .ttc-f1 a{display: block; margin: 20px auto; text-align: center; width: 120px;line-height: 40px;background: #409EFF;font-size: 16px;color: #FFFFFF; border-radius: 5px;}
.server-info-ft{text-align: center;margin: 40px auto;}
.server-info-ft h2{font-size: 16px;color: #333333;}
.medicalBox .content-container {background: #ffffff;box-shadow: 0px 0px 16px 0px rgba(216, 216, 216, 0.5);}
.medicalBox .zxhc-hd{display: flex;justify-content: space-between;align-items: center; border-bottom: 1px solid #DDDDDD; padding: 30px 30px 20px;}
.medicalBox .zxhc-hd h2{font-size: 22px; font-weight: bold;color: #000;}
.medicalBox .zxhc-bd{padding: 30px;}
.medicalBox .zxhc-bd .table-title{font-weight: bold; font-size: 18px;color: rgba(0,0,0,0.85);padding-bottom: 28px;}
.medicalBox .zxhc-bd .table-title-type{font-weight: bold; font-size: 18px;color: rgba(0,0,0,0.85);padding-bottom: 28px;display: flex;align-items: center;}
.medicalBox .zxhc-bd .table-title-type img{margin-right: 20px;}
.medicalBox-table{border-collapse:collapse;width:100%;border-top:1px solid #E8E9EC;margin-bottom: 30px;}
.medicalBox-table td{border-bottom:1px solid #E8E9EC;border-right:1px solid #E8E9EC;border-left:1px solid #E8E9EC;height:50px;font-size:16px;color:#333333;letter-spacing:0;line-height:13px}
.medicalBox-table .type_title{height:48px;text-align:center;font-size:14px;color:#333333;letter-spacing:0;text-align:center;line-height:14px;font-weight:bold;padding-top:5px}
.medicalBox-table .things_title{width:214px;background:#f2f2f2;padding:12px 12px;line-height:17px;text-align: right;}
.medicalBox-table .things_con{width:280px;padding:12px 12px;line-height:17px;}
.medicalBox-table th {background: #f8f8f8;height: 50px;font-weight: bold;font-size: 16px;color: #333;}

.medicalBox-table-center th{width: calc(100%/4);}
.medicalBox-table-center td{text-align: center;}

.medicalBox .medical-tips{display: flex;align-items: center;font-size: 16px;color: #000; margin: 40px auto;}
.medicalBox .medical-tips img{margin-right: 10px;}

.dateClass{position: relative;}
.dateClass::-webkit-calendar-picker-indicator{position: absolute;right: 0;padding-left: calc(100% - 40px); padding-right: 10px;}

/*经营性项目验收开业*/
.efficientOneThingBusiness{}
.efficientOneThingBusiness .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_jyxxm@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingBusiness .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingBusiness .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingBusiness .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingBusiness .dzsbk{width: 100%;background: rgba(244,248,252,0.39);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingBusiness .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingBusiness .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingBusiness .xsetop4{height: auto;}
.efficientOneThingBusiness .lcpic{height: auto;text-align: center;}
.efficientOneThingBusiness .lcpic img{max-width:100%; width: auto;}
.efficientOneThingBusiness .ztjd_policyList2 ul li .descul{font-size: 16px;color: #000;line-height: 26px; padding: 18px 50px 0 100px;}


/*办证*/
.accreditationOneThing{}
.accreditationOneThing .tsqttop1{ height: 318px;background: url(/onething/v5plus/images/24img/accreditation_bz@2x.jpg) no-repeat center top; background-size: cover;}
.accreditationOneThing .tsqtddesc{width: 790px; padding-right: 0;}
.accreditationOneThing .ztjd_sb_material{padding: 40px 0;}
.accreditationOneThing .xse-title {margin: 50px auto 40px;}
.accreditationOneThing .tsqtBox{min-height: auto; margin-bottom: 50px;}
.accreditationOneThing .handleBox{height: 197px; padding: 30px;}

/*养老 ccrc*/
.retirement{}
.retirement .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_yl@2x.jpg) no-repeat center top; background-size: cover;}
.retirement-box{display: flex; padding: 20px;background: #FFFFFF;box-shadow: 0px 0px 23px 2px rgba(224, 226, 228, 0.68);border-radius: 5px;}
.retirement-box .retirement-video{flex: none; width: 500px;height: 260px; margin-right: 35px;}
.retirement-box .retirement-info{width: 600px;}
.retirement-box .retirement-info .about{margin: 30px auto; font-weight: 400;font-size: 16px;color: #616A7F;line-height: 26px;}
.retirement-box .retirement-info .contact{font-weight: 400;font-size: 14px;color: #616A7F;}
.retirement-box .retirement-info .contact p{display: flex;align-items: center; margin-bottom: 14px;}
.retirement-box .retirement-info .contact img{width: 14px; margin-right: 6px;}
.retirement-box .retirement-info .contact b{font-weight: 600;color: #111;}
.retirement .wrap:last-child{margin-bottom: 50px;}

ul.sxFlexWrap{display: flex;flex-wrap: wrap;}
ul.sxFlexWrap li{width: 50%;}

/*国庆前 第二批*/
/*高效 - 申请公租房*/
.efficientOneThingPRH .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_PRH@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingPRH .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingPRH .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingPRH .xsetop4{height: auto;}
.efficientOneThingPRH .lcpic{height: auto;}
.efficientOneThingPRH .xse-title {margin: 50px auto 40px;}
.efficientOneThingPRH .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingPRH .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingPRH .para{font-size: 16px; color: rgba(102,102,102,0.85);}

/*高效 - 留学服务“一件事”*/
.efficientOneThingStudyAbroad .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_lxfw@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingStudyAbroad .xsebtn a:nth-child(2){border:none;}
.efficientOneThingStudyAbroad .select-tab-collapse-toggle{position: relative;padding-top: 12px; cursor: pointer;}
.efficientOneThingStudyAbroad .select-tab-collapse-toggle:after{content: ""; position: absolute; width: 24px; height: 22px; left: 50%; margin-left: -12px; top: 0; background: url("/Other/zwfw-new/onething/v5plus/images/24img/ico_down_ztjd.svg") center top no-repeat;background-size: 100% 100%;}
.efficientOneThingStudyAbroad .select-tab-collapse-toggle.up:after{transform: rotate(180deg);}

.HandlingMatters-study {padding: 30px 0;}
.HandlingMatters-study ul li{padding: 22px 26px; background: #F4F8FC;border-radius: 0px 0px 5px 5px;opacity: 0.9; margin-bottom: 20px;}
.HandlingMatters-study ul li h2{display: flex;align-items: flex-start;}
.HandlingMatters-study ul li h2 img{margin-right: 15px;}
.HandlingMatters-study ul li h2 b,.HandlingMatters-study ul li h2 a{width: 250px;flex: none; font-weight: bold;font-size: 20px; color: #333;margin-right: 22px;}
.HandlingMatters-study ul li h2 span{font-size: 16px;color: #353B50;line-height: 24px;}

.StudyAbroad-server ul{display: flex; justify-content: space-between;flex-wrap: wrap;}
.StudyAbroad-server .sa-server-items{width: 100%; margin-bottom: 50px; padding: 30px; background: #F4F8FC;border-radius: 5px 5px 5px 5px;}
.StudyAbroad-server .sa-server-items .hd{margin-bottom: 20px;}
.StudyAbroad-server .sa-server-items .hd h2{font-size: 18px;color: rgba(0,0,0,0.85);font-weight: bold;}
.StudyAbroad-server .sa-server-items .hd h2 span{padding-left: 10px; font-size: 14px; font-weight: normal; color: #666;}
.StudyAbroad-server .sa-server-items .bd{display: flex;max-height: 370px;overflow: hidden;}
.StudyAbroad-server .sa-server-items dl{}
.StudyAbroad-server .sa-server-items dt h2{margin-bottom: 20px;padding-left: 36px;font-weight: bold;font-size: 16px;color: #191919;background: url(../images/ico_tsqt_h2.png) left center no-repeat;}
.StudyAbroad-server .sa-server-items dd h3{font-size: 16px;color: #409EFF;line-height: 30px;}
.StudyAbroad-server .sa-server-items dd p.title{position: relative;padding-left: 25px;background: url("/Other/zwfw-new/onething/v5plus/images/24img/ico_ssc_li_dot.svg") left 8px no-repeat; font-size: 16px;font-weight: 500; color: #000;line-height: 30px;}
.StudyAbroad-server .sa-server-items dd p.illustrate{padding-left: 25px;font-size: 16px;color: rgba(102,102,102,0.85);line-height: 30px;}
.StudyAbroad-server .sa-server-items dd .resultShow{width: 300px;height: 300px; padding: 10px;text-align: center; background: #fff;border-radius: 0px 0px 0px 0px;border: 1px solid #D9E6F2;}
.StudyAbroad-server .sa-server-items dd .resultShow img{max-width: 190px; height: 100%;}
/*高效 - 住房公积金个人住房贷款购房“一件事”*/
.efficientOneThingFund .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_zfgjj@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingFund .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingFund .xsetop4{height: auto;}
.efficientOneThingFund .lcpic{height: auto;}
.efficientOneThingFund .ztjd_policyList2 ul li{float: left; width:calc(50% - 36px); margin-right: 36px;display: flex;align-items: center;}
.efficientOneThingFund .ztjd_policyList2 ul li:nth-child(2n){margin-right: 0;}

/*高效 - 退役军人服务“一件事”*/
.efficientOneThingMva .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_mva@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingMva .xsetop4{height: auto;}
.efficientOneThingMva .lcpic{height: auto;}
.efficientOneThingMva .xsebtn a:nth-child(2){border:none;}
.efficientOneThingMva .HandlingMatters-mva {padding-top: 20px;}
.efficientOneThingMva .HandlingMatters-mva ul li{padding: 22px 26px; background: #F4F8FC;border-radius: 0px 0px 5px 5px;opacity: 0.9; margin-bottom: 20px;}
.efficientOneThingMva .HandlingMatters-mva ul li h2{display: flex;align-items:center;margin-bottom: 20px;}
.efficientOneThingMva .HandlingMatters-mva ul li h2 img{margin-right: 15px;}
.efficientOneThingMva .HandlingMatters-mva ul li h2 b{flex: none; font-weight: bold;font-size: 20px; color: #333;margin-right: 22px;}
.efficientOneThingMva .HandlingMatters-mva ul li p{font-size: 16px;color: #353B50;line-height: 24px;}
.efficientOneThingMva .StudyAbroad-server .sa-server-items{margin-bottom: 20px;}
.efficientOneThingMva .StudyAbroad-server .sa-server-items:last-child{margin-bottom: 0;}
.efficientOneThingMva .StudyAbroad-server .sa-server-items dd .resultShow {width: 300px;height: 180px;}

/*高效 - 企业数据填报“一件事”*/
.efficientOneThingEnterpriseData .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_EnterpriseData@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingEnterpriseData .tsqtddesc{padding-right:0;}
.efficientOneThingEnterpriseData .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingEnterpriseData .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingEnterpriseData .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingEnterpriseData .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingEnterpriseData .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingEnterpriseData .dzsbk_left{height: 164px; padding: 23px 17px; background: #F0F3FA;border-radius: 5px 5px 5px 5px;}
.efficientOneThingEnterpriseData .about-hd{padding: 30px 40px; background: #F4F8FC;border-radius: 0px 0px 5px 5px; margin-bottom: 30px;}
.efficientOneThingEnterpriseData .about-hd p{font-size: 16px;color: #353B50;line-height: 30px;}
.efficientOneThingEnterpriseData .about-hd p b{color: #DD4910;font-weight: bold;}
.efficientOneThingEnterpriseData .detail-pop {display: none;}
.efficientOneThingEnterpriseData .detail-pop .mask {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.6); z-index: 11}
.efficientOneThingEnterpriseData .detail-pop .pop-content {width: 33%;height: auto;;border-radius: 10px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px;background-color: #fff;z-index: 12;display: flex;flex-direction: column;}
.efficientOneThingEnterpriseData .detail-pop .pop-header {width: 100%;display: flex;justify-content: space-between;align-items: center;height: 30px;margin-bottom: 10px;}
.efficientOneThingEnterpriseData .detail-pop .pop-header .title {font-size: 16px;font-weight: bold;}
.efficientOneThingEnterpriseData .detail-pop .pop-header > img {width: 16px;height: 16px;cursor: pointer;}
.efficientOneThingEnterpriseData .detail-pop .wrapper-inner{text-align: center;}
.efficientOneThingEnterpriseData .detail-pop .wrapper-inner .qr-pic {width:220px;height: 220px;margin: 20px auto;}
.efficientOneThingEnterpriseData .detail-pop .wrapper-inner .qr-pic img {width: 100%;height: 100%;}
.efficientOneThingEnterpriseData .detail-pop .wrapper-inner .info {font-size: 14px;height: 20px;line-height: 21px;color: #a7a7a7;}
.efficientOneThingEnterpriseData .detail-pop .wrapper-inner  ul{display: flex;justify-content: center;gap: 30px;margin: 25px auto;}
.efficientOneThingEnterpriseData .detail-pop .wrapper-inner  ul li p{padding-top: 10px; font-size: 16px;color: #000000;line-height: 26px;}
.efficientOneThingEnterpriseData .other-btn{padding: 35px;}
.efficientOneThingEnterpriseData .other-btn a{display: block;margin: 20px auto;padding: 15px;font-weight: bold;font-size: 26px;color: #039DFF;background: #E1F3FF;border-radius: 4px 4px 4px 4px;}
.efficientOneThingEnterpriseData .other-btn a:last-child{color: #fff;background: #009DFF;}
.efficientOneThingEnterpriseData .other-btn a:hover{opacity: .8;}


/**/
.efficientOneThingInpatientAdmissionPrice .tsqttop1{ height: 320px;background: url(/onething/v5plus/images/24img/efficientOneThing_IAP@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingInpatientAdmissionPrice .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingInpatientAdmissionPrice .handleBox{height: 277px;}
.efficientOneThingInpatientAdmissionPrice .xsebox{height: auto;}
.efficientOneThingInpatientAdmissionPrice .tsqtBox {min-height: auto;margin-bottom: 50px;}
.efficientOneThingInpatientAdmissionPrice h2.IAPtitle{margin-bottom: 20px;padding-left: 36px;font-weight: bold;font-size: 20px;color: #000000;background: url(../images/ico_tsqt_h2.png) left center no-repeat;}
.efficientOneThingInpatientAdmissionPrice .IAPtips{font-size: 16px;color: #616A7F;line-height: 26px;margin-bottom: 20px;}
.iap-server{display: flex; justify-content: space-between;flex-wrap: wrap;}
.iap-server .iap-server-items{width: 48%; margin-bottom: 50px;}
.iap-server .iap-server-items p{min-height: 144px;padding-left: 36px; font-size: 16px;color: #616A7F;line-height: 36px;}
.iap-server .iap-server-items .xsebtn{margin-top: 30px;padding-left: 36px;}

.efficientOneThingInpatientAdmissionPrice .detail-pop {display: none;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .mask {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.6); z-index: 11}
.efficientOneThingInpatientAdmissionPrice .detail-pop .pop-content {width: 50%;height: 368px;;border-radius: 10px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px;background-color: #fff;z-index: 12;display: flex;flex-direction: column;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .pop-header {width: 100%;display: flex;justify-content: space-between;align-items: center;height: 30px;margin-bottom: 10px;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .pop-header .title {font-size: 16px;font-weight: bold;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .pop-header > img {width: 16px;height: 16px;cursor: pointer;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .wrapper-inner{text-align: center;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .wrapper-inner .qr-pic {width:220px;height: 220px;margin: 20px auto;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .wrapper-inner .qr-pic img {width: 100%;height: 100%;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .wrapper-inner .info {font-size: 14px;height: 20px;line-height: 21px;color: #a7a7a7;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .wrapper-inner  ul{display: flex;justify-content: center;gap: 20px;margin: 25px auto;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .wrapper-inner  ul li{width:25%;}
.efficientOneThingInpatientAdmissionPrice .detail-pop .wrapper-inner  ul li p{padding-top: 10px; font-size: 16px;color: #000000;line-height: 26px;}

/*企业迁移登记*/
.efficientOneThingMigration .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_qyqydj@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingMigration .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingMigration .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingMigration .xsetop4{height: auto;}
.efficientOneThingMigration .lcpic{height: auto;}
.efficientOneThingMigration .ztjd_policyList2 ul li{float: left; width:calc(50% - 36px); margin-right: 36px;display: flex;align-items: center;}
.efficientOneThingMigration .ztjd_policyList2 ul li:nth-child(2n){margin-right: 0;}
.efficientOneThingMigration .ztjd_policyList2 ul li .descul{padding: 35px 20px 35px 120px;}


/*岳阳市华容县人才服务一件事专题页面*/
.efficientOneThingTalent .tsqttop1 {height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_hrxrcfw@2x.jpg) no-repeat right top;background-size: cover;}
.efficientOneThingTalent .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingTalent .ztjd_sb_material{padding: 40px 0;}
.efficientOneThingTalent .xse-list1{margin: 40px auto;}
.efficientOneThingTalent .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingTalent .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingTalent .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingTalent .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}
.efficientOneThingTalent .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingTalent .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}
.efficientOneThingTalent .xsetop4{height: auto;}

/*2025年 */

/*个人创业一件事*/
.efficientOneThingSE .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_se@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingSE .tsqtddesc{width: 900px; padding-right: 0;}
.efficientOneThingSE .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingSE .xsetop4{height: auto;}
.efficientOneThingSE .lcpic{height: auto; text-align: center;}
.efficientOneThingSE .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingSE .xse-title {margin: 50px auto 40px;}
.efficientOneThingSE .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingSE .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingSE .para{font-size: 16px; color: rgba(102,102,102,0.85);}
/*.efficientOneThingSE .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}*/
/*.efficientOneThingSE .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}*/
/*.efficientOneThingSE .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}*/
/*.efficientOneThingSE .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}*/
/*.efficientOneThingSE .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}*/
/*.efficientOneThingSE .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}*/
.efficientOneThingSE .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingSE .xse-list1 ul li:before{display: none;}
.efficientOneThingSE .xse-list1 ul li:after{display: none;}
.efficientOneThingSE .xse-list1 ul li h6{position: relative; height: auto; z-index: 5;margin-bottom: 20px;
    padding-left: 36px;  padding-top: 0;    font-weight: bold;    font-size: 20px;    color: #000000;
    background: url(../images/ico_tsqt_h2.png) left center no-repeat;}
.efficientOneThingSE .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingSE .xse-list1 ul li div.descul{display: block;width: 100%; padding-bottom: 20px;z-index: 2;position: relative;border-top: none;}

.efficientOneThingSE .other-server li{float: left; margin-right: 40px; margin-bottom: 30px; padding: 30px; width: 580px;height: 220px;background-color: #E1EEFE; background-repeat: no-repeat;border-radius: 5px 5px 5px 5px;}
.efficientOneThingSE .other-server li:nth-child(2n){margin-right: 0;}
.efficientOneThingSE .other-server li.box-bg1{background-image: url("/onething/v5plus/images/24img/25_se_slices_01.jpg")}
.efficientOneThingSE .other-server li.box-bg2{background-image: url("/onething/v5plus/images/24img/25_se_slices_02.jpg")}
.efficientOneThingSE .other-server li.box-bg3{background-image: url("/onething/v5plus/images/24img/25_se_slices_03.jpg")}
.efficientOneThingSE .other-server li.box-bg4{background-image: url("/onething/v5plus/images/24img/25_se_slices_04.jpg")}
.efficientOneThingSE .other-server li h2{    margin-bottom: 20px;padding-left: 36px;font-weight: bold;font-size: 20px;color: #000000;background: url(../images/ico_tsqt_h2.png) left center no-repeat;}

.efficientOneThingSE .other-server li p{font-size: 16px;color: #616A7F;line-height: 26px;}

.efficientOneThingSE .other-server li .ljbl-btn{margin-top: 34px;}
.efficientOneThingSE .other-server li .ljbl-btn a {display: inline-block;text-align: center;padding: 12px 0;width: 120px;height: 46px;border-radius: 5px;font-size: 16px;font-weight: bold;background: #409EFF;color: #fff; cursor: pointer;}
.efficientOneThingSE .other-server li .ljbl-btn a:hover{opacity: .75;}

.Entrepreneurship{display: flex;}
.Entrepreneurship .sxFlexWrap{flex-direction: column; width: 50%;}
.Entrepreneurship .sxFlexWrap li{width: 100%}
.Entrepreneurship .sxFlexWrap:nth-child(1) li a{cursor: auto;}
.Entrepreneurship .sxFlexWrap:nth-child(1) li a:hover{color:#353B50;}
.Entrepreneurship .sxFlexWrap:nth-child(2) li a{color: #3F9CFD;}
.Entrepreneurship .sxFlexWrap:nth-child(2) li a:hover{text-decoration: underline;}

/*新晃县畜牧养殖“一件事”主题服务*/
.efficientOneThingAnimal .tsqttop1 {height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_xhxxmyz@2x.jpg) no-repeat right top;background-size: cover;}
.efficientOneThingAnimal .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingAnimal .ztjd_sb_material{padding: 40px 0;}
.efficientOneThingAnimal .xse-list1{margin: 40px auto;}
.efficientOneThingAnimal .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingAnimal .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingAnimal .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingAnimal .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}
.efficientOneThingAnimal .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingAnimal .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}
.efficientOneThingAnimal .xsetop4{height: auto;}
.efficientOneThingAnimal .lcpic{height: auto;}
.efficientOneThingAnimal .dzsbk{background: rgba(244, 248, 252, 1);margin-bottom: 60px;}


/*固定资产投资项目审批*/
.efficientOneThingFAI .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_fai@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingFAI .tsqtddesc{width: 900px; padding-right: 0;}
.efficientOneThingFAI .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingFAI .xsetop4{height: auto;}
.efficientOneThingFAI .lcpic{height: auto; text-align: center;}
.efficientOneThingFAI .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingFAI .xse-title {margin: 50px auto 40px;}
.efficientOneThingFAI .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingFAI .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingFAI .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingFAI .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingFAI .xse-list1 ul li:before{display: none;}
.efficientOneThingFAI .xse-list1 ul li:after{display: none;}
.efficientOneThingFAI .xse-list1 ul li h6{position: relative;height: auto;z-index: 5;margin-bottom: 20px;padding-left: 36px;padding-top: 0;background: url(../images/ico_tsqt_h2.png) left 6px no-repeat;font-size: 16px;font-weight: normal;line-height: 30px;letter-spacing: normal;color: #616A7F;}

/*科技成果转化*/
.efficientOneThingSTTA .tsqttop1 {height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_stta@2x.jpg) no-repeat right top;background-size: cover;}
.efficientOneThingSTTA .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingSTTA .ztjd_sb_material{padding: 40px 0;}
.efficientOneThingSTTA .xse-list1{margin: 40px auto;}
.efficientOneThingSTTA .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingSTTA .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingSTTA .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingSTTA .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}
.efficientOneThingSTTA .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingSTTA .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}
.efficientOneThingSTTA .xsetop4{height: auto;}
.efficientOneThingSTTA .lcpic{height: auto;}
.efficientOneThingSTTA .dzsbk{background: rgba(244, 248, 252, 1);margin-bottom: 60px;}

/*个体工商户转型为企业*/
.efficientOneThingSP .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_sp@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingSP .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingSP .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingSP .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingSP .dzsbk{width: 100%;background: rgba(244,248,252,0.39);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingSP .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingSP .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingSP .xsetop4{height: auto;}
.efficientOneThingSP .lcpic{height: auto;}
.efficientOneThingSP .ztjd_policyList2 ul li .descul{font-size: 16px;color: #000;line-height: 26px; padding: 18px 50px 0 100px;}

/*工伤联办“一件事”主题服务*/
.efficientOneThingInjury .tsqttop1 {height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_injury@2x.jpg) no-repeat right top;background-size: cover;}
.efficientOneThingInjury .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingInjury .ztjd_sb_material{padding: 40px 0;}
.efficientOneThingInjury .xse-title {margin: 50px auto 40px;}
.efficientOneThingInjury .xse-list1{margin: 40px auto;}
.efficientOneThingInjury .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingInjury .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingInjury .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingInjury .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}
.efficientOneThingInjury .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingInjury .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}
.efficientOneThingInjury .xsetop4{height: auto;}
.efficientOneThingInjury .lcpic{height: auto;}
.efficientOneThingInjury .shbzk-subtitle {margin-top:40px;}
.efficientOneThingInjury .dzsbk{background: rgba(244, 248, 252, 1);margin-bottom: 60px;}
.efficientOneThingInjury .HandlingMatters-study ul li h2 b, .efficientOneThingInjury .HandlingMatters-study ul li h2 a{width: auto;margin-right: 15px;}

/*建设项目开工“一件事”主题服务*/
.efficientOneThingProjct .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_project@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingProjct .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingProjct .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingProjct .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingProjct .dzsbk{width: 100%;background: rgba(244,248,252,0.39);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingProjct .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingProjct .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingProjct .xsetop4{height: auto;}
.efficientOneThingProjct .lcpic{height: auto;}
.efficientOneThingProjct .ztjd_policyList2 ul li .descul{font-size: 16px;color: #000;line-height: 26px; padding: 18px 50px 0 100px;}
.efficientOneThingProjct .xse-list2{margin-top:40px;}
.efficientOneThingProjct .xse-list2 ul li{width: 100%; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingProjct .xse-list2 ul li:before{display: none;}
.efficientOneThingProjct .xse-list2 ul li:after{display: none;}
.efficientOneThingProjct .xse-list2 ul li h6{position: relative; padding-left: 34px; font-size: 16px;font-weight: normal;line-height: normal;letter-spacing: normal;color: #616A7F; background: url(../images/ico_tsqt_h2.png) left center no-repeat;}
.efficientOneThingProjct .xse-list2 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingProjct .xse-list2 ul li div.descul{display: block;width: 100%; padding-bottom: 20px;z-index: 2;position: relative;border-top: none;}

/*外国人来华工作“一件事”主题服务*/
.efficientOneThingForeigner .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_foreigner@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingForeigner .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingForeigner .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingForeigner .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingForeigner .dzsbk{width: 100%;background: rgba(244, 248, 252, 1);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingForeigner .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingForeigner .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);-webkit-line-clamp: unset;}
.efficientOneThingForeigner .xsetop4{height: auto;}
.efficientOneThingForeigner .lcpic{height: auto;}
.efficientOneThingForeigner .ztjd_policyList2 ul li .descul{font-size: 16px;color: #000;line-height: 26px; padding: 18px 50px 0 100px;}

/*大学生就业创业落户“一件事”主题服务*/
.efficientOneThingDxs .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_dxs@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingDxs .tsqtddesc{width: 900px; padding-right: 0;}
.efficientOneThingDxs .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingDxs .xsetop4{height: auto;}
.efficientOneThingDxs .lcpic{height: auto; text-align: center;}
.efficientOneThingDxs .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingDxs .xse-title {margin: 50px auto 40px;}
.efficientOneThingDxs .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingDxs .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingDxs .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingDxs .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingDxs .xse-list1 ul li:before{display: none;}
.efficientOneThingDxs .xse-list1 ul li:after{display: none;}
.efficientOneThingDxs .xse-list1 ul li h6{position: relative;height: auto;z-index: 5;padding-left: 36px;padding-top: 0;background: url(../images/ico_tsqt_h2.png) left 6px no-repeat;font-size: 20px;font-weight: bold;line-height: 30px;letter-spacing: normal;color: #000;}
.efficientOneThingDxs .xse-list1 ul li .descul{border-top:none;}

/*结婚落户“一件事”主题服务*/
.efficientOneThingJhlh .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_jhlh@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingJhlh .tsqtddesc{width: 900px; padding-right: 0;}
.efficientOneThingJhlh .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingJhlh .xsetop4{height: auto;}
.efficientOneThingJhlh .lcpic{height: auto; text-align: center;}
.efficientOneThingJhlh .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingJhlh .xse-title {margin: 50px auto 40px;}
.efficientOneThingJhlh .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingJhlh .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingJhlh .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingJhlh .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingJhlh .xse-list1 ul li:before{display: none;}
.efficientOneThingJhlh .xse-list1 ul li:after{display: none;}
.efficientOneThingJhlh .xse-list1 ul li h6{position: relative;height: auto;z-index: 5;padding-left: 36px;padding-top: 0;background: url(../images/ico_tsqt_h2.png) left 6px no-repeat;font-size: 20px;font-weight: bold;line-height: 30px;letter-spacing: normal;color: #000;}
.efficientOneThingJhlh .xse-list1 ul li .descul{border-top:none;}

/*怀化市人才服务“一件事”主题服务*/
.efficientOneThingHhrcfw .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_hhrcfw@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingHhrcfw .tsqtddesc{width: 900px; padding-right: 0;}
.efficientOneThingHhrcfw .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingHhrcfw .xsetop4{height: auto;}
.efficientOneThingHhrcfw .lcpic{height: auto; text-align: center;}
.efficientOneThingHhrcfw .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingHhrcfw .xse-title {margin: 50px auto 40px;}
.efficientOneThingHhrcfw .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingHhrcfw .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingHhrcfw .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingHhrcfw .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingHhrcfw .xse-list1 ul li:before{display: none;}
.efficientOneThingHhrcfw .xse-list1 ul li:after{display: none;}
.efficientOneThingHhrcfw .xse-list1 ul li h6{position: relative;height: auto;z-index: 5;padding-left: 36px;padding-top: 0;background: url(../images/ico_tsqt_h2.png) left 6px no-repeat;font-size: 20px;font-weight: bold;line-height: 30px;letter-spacing: normal;color: #000;}
.efficientOneThingHhrcfw .xse-list1 ul li .descul{border-top:none; overflow: unset;    -webkit-line-clamp: unset;}
.efficientOneThingHhrcfw .xse-list1 ul li p.p2{text-indent: 2em;}

/*家电以旧换新和手机等购新补贴申请（2025年度）*/
.efficientOneThingJDSJ .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_jdyjhx@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingJDSJ .tsqtddesc{width: 900px; padding-right: 0;}
.efficientOneThingJDSJ .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingJDSJ .xsetop4{height: auto;}
.efficientOneThingJDSJ .lcpic{height: auto; text-align: center;}
.efficientOneThingJDSJ .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingJDSJ .xse-title {margin: 50px auto 40px;}
.efficientOneThingJDSJ .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingJDSJ .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingJDSJ .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingJDSJ .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingJDSJ .xse-list1 ul li:before{display: none;}
.efficientOneThingJDSJ .xse-list1 ul li:after{display: none;}
.efficientOneThingJDSJ .xse-list1 ul li h6{position: relative;height: auto;z-index: 5;padding-left: 36px;padding-top: 0;background: url(../images/ico_tsqt_h2.png) left 6px no-repeat;font-size: 20px;font-weight: bold;line-height: 30px;letter-spacing: normal;color: #000;}
.efficientOneThingJDSJ .xse-list1 ul li .descul{border-top:none;}
.efficientOneThingJDSJ .ztjd_policyList2 ul li .descul{ padding: 20px 120px;}
.efficientOneThingJDSJ .shbzk-subtitle{background: #F4F8FC;height: 70px;display: flex;padding: 0 20px;border-radius: 0px 0px 5px 5px;opacity: 0.9;}

/*汽车以旧换新补贴申请（2025年度）*/
.efficientOneThingCar .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_car@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingCar .tsqtddesc{width: 803px; padding-right: 0;}
.efficientOneThingCar .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingCar .xsetop4{height: auto;}
.efficientOneThingCar .lcpic{height: auto; text-align: center;}
.efficientOneThingCar .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingCar .xse-title {margin: 50px auto 40px;}
.efficientOneThingCar .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingCar .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingCar .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingCar .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingCar .xse-list1 ul li:before{display: none;}
.efficientOneThingCar .xse-list1 ul li:after{display: none;}
.efficientOneThingCar .xse-list1 ul li h6{position: relative;height: auto;z-index: 5;padding-left: 36px;padding-top: 0;background: url(../images/ico_tsqt_h2.png) left 6px no-repeat;font-size: 20px;font-weight: bold;line-height: 30px;letter-spacing: normal;color: #000;}
.efficientOneThingCar .xse-list1 ul li .descul{border-top:none;}
.efficientOneThingCar .ztjd_policyList2 ul li .descul{ padding: 20px 120px;}
.efficientOneThingCar .shbzk-subtitle{background: #F4F8FC;height: 70px;display: flex;padding: 0 20px;border-radius: 0px 0px 5px 5px;opacity: 0.9;}
.efficientOneThingCar .ztjd_policyList2 ul li{float: left; width:calc(50% - 36px); margin-right: 36px;display: flex;align-items: center;}
.efficientOneThingCar .ztjd_policyList2 ul li:nth-child(2n){margin-right: 0;}
.efficientOneThingCar .xse-list2 ul li{width: calc(100%/4)}

.popStyle .detail-pop {display: none;}
.popStyle .detail-pop .mask {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.6); z-index: 11}
.popStyle .detail-pop .pop-content {width: 20%;height: 368px;;border-radius: 10px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px;background-color: #fff;z-index: 12;display: flex;flex-direction: column;}
.popStyle .detail-pop .pop-header {width: 100%;display: flex;justify-content: space-between;align-items: center;height: 30px;margin-bottom: 10px;}
.popStyle .detail-pop .pop-header .title {font-size: 16px;font-weight: bold;}
.popStyle .detail-pop .pop-header > img {width: 16px;height: 16px;cursor: pointer;}
.popStyle .detail-pop .wrapper-inner{text-align: center;}
.popStyle .detail-pop .wrapper-inner .qr-pic {width:220px;height: 220px;margin: 20px auto;}
.popStyle .detail-pop .wrapper-inner .qr-pic img {width: 100%;height: 100%;}
.popStyle .detail-pop .wrapper-inner .info {font-size: 14px;height: 20px;line-height: 21px;color: #a7a7a7;}
.popStyle .detail-pop .wrapper-inner  ul{display: flex;justify-content: center;gap: 20px;margin: 25px auto;}
.popStyle .detail-pop .wrapper-inner  ul li img{width: 180px;height: 180px;}
.popStyle .detail-pop .wrapper-inner  ul li p{padding-top: 10px; font-size: 16px;color: #000000;line-height: 26px;}

/*个人身后“一件事”主题服务*/
.efficientOneThingGrsh .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_grsh@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingGrsh .tsqtddesc{width: 790px; padding-right: 0;}
.efficientOneThingGrsh .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingGrsh .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingGrsh .dzsbk{width: 100%;background: rgba(244, 248, 252, 1);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingGrsh .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingGrsh .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);-webkit-line-clamp: unset;}
.efficientOneThingGrsh .xsetop4{height: auto;}
.efficientOneThingGrsh .lcpic{height: auto;}
/*.efficientOneThingGrsh .ztjd_policyList2 ul li .descul{font-size: 16px;color: #000;line-height: 26px; padding: 18px 50px 0 100px;}*/

/*新车上牌“一件事”主题服务*/
.efficientOneThingXcsp .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_xcsp@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingXcsp .tsqtddesc{width: 830px; padding-right: 0;font-size: 15px;line-height: 24px;}
.efficientOneThingXcsp .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingXcsp .wxts_box{flex-direction: column; margin: 40px auto;}
.efficientOneThingXcsp .dzsbk{width: 100%;background: rgba(244, 248, 252, 1);border-radius: 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingXcsp .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingXcsp .para{margin-bottom: 16px; color: rgba(102,102,102,0.85);-webkit-line-clamp: unset;}
.efficientOneThingXcsp .xsetop4{height: auto;}
.efficientOneThingXcsp .lcpic{height: auto;text-align: center;}
.efficientOneThingXcsp .lcpic img{width: auto;}
.efficientOneThingXcsp .ztjd_policyList2 h2{font-size: 16px; margin-bottom: 20px;}
.efficientOneThingXcsp .ztjd_policyList2 ul li{float: left; width:580px; margin-right: 36px;display: flex;align-items: center;}
.efficientOneThingXcsp .ztjd_policyList2 ul li:nth-child(2n){margin-right: 0;}
.efficientOneThingXcsp .ztjd_policyList2 ul li:last-child .descul{padding: 35px 50px 35px 120px;}

.efficientOneThingXcsp .xse-list11{margin: 40px auto;}
.efficientOneThingXcsp .xse-list11 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.efficientOneThingXcsp .xse-list11 ul li{float: left; width: 580px;margin-bottom: 30px; height: auto;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingXcsp .xse-list11 ul li:before{display: none;}
.efficientOneThingXcsp .xse-list11 ul li:after{display: none;}
.efficientOneThingXcsp .xse-list11 ul li h6{position: relative;height: auto;z-index: 5;padding-left: 36px;padding-top: 0;background: url(../images/ico_tsqt_h2.png) left 6px no-repeat;font-size: 18px;font-weight: bold;line-height: 30px;letter-spacing: normal;color: #000;}

/*信用修复证明“一件事”主题服务*/
.efficientOneThingICR .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_xyxfzm@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingICR .tsqtddesc{width: 900px; padding-right: 0;}
.efficientOneThingICR .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingICR .xsetop4{height: auto;}
.efficientOneThingICR .lcpic{height: auto; text-align: center;}
.efficientOneThingICR .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingICR .xse-title {margin: 50px auto 40px;}
.efficientOneThingICR .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingICR .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingICR .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingICR .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingICR .xse-list1 ul li:before{display: none;}
.efficientOneThingICR .xse-list1 ul li:after{display: none;}
.efficientOneThingICR .xse-list1 ul li h6{position: relative;height: auto;z-index: 5;padding-left: 36px;padding-top: 0;background: url(../images/ico_tsqt_h2.png) left 6px no-repeat;font-size: 20px;font-weight: bold;line-height: 30px;letter-spacing: normal;color: #000;}
.efficientOneThingICR .xse-list1 ul li .descul{border-top:none;}
.efficientOneThingICR .ztjd_policyList2 ul li .descul{ padding: 20px 120px;}
.efficientOneThingICR .shbzk-subtitle{background: #F4F8FC;height: 70px;display: flex;padding: 0 20px;border-radius: 0px 0px 5px 5px;opacity: 0.9;}
.efficientOneThingICR .shbzk-subtitle h2{font-size:16px;}

/*居民个人信息变更“一件事”主题服务*/
.efficientOneThingRES .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_res@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingRES .tsqtddesc{width: 900px; padding-right: 0;}
.efficientOneThingRES .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingRES .xsetop4{height: auto;}
.efficientOneThingRES .lcpic{height: auto; text-align: center;}
.efficientOneThingRES .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingRES .xse-title {margin: 50px auto 40px;}
.efficientOneThingRES .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingRES .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingRES .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingRES .xse-list1 ul{display: flex;justify-content: space-between;}
.efficientOneThingRES .xse-list1 ul li{width: 580px; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingRES .xse-list1 ul li:before{display: none;}
.efficientOneThingRES .xse-list1 ul li:after{display: none;}
.efficientOneThingRES .xse-list1 ul li h6{position: relative;height: auto;z-index: 5;padding-left: 36px;padding-top: 0;background: url(../images/ico_tsqt_h2.png) left 6px no-repeat;font-size: 20px;font-weight: bold;line-height: 30px;letter-spacing: normal;color: #000;}
.efficientOneThingRES .xse-list1 ul li .descul{border-top:none;}
.efficientOneThingRES .ztjd_policyList2 h2{font-size: 16px; margin-bottom: 20px;}
.efficientOneThingRES .ztjd_policyList2 ul li .descul{ padding: 20px 120px;}
.efficientOneThingRES .shbzk-subtitle{background: #F4F8FC;height: 70px;display: flex;padding: 0 20px;border-radius: 0px 0px 5px 5px;opacity: 0.9;}
.efficientOneThingRES .shbzk-subtitle h2{font-size:16px;}
.efficientOneThingRES .xse-list_jg {display: flex;justify-content: space-between;}


.efficientOneThingQFII .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_QFII@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingQFII .tsqtddesc{width: 803px; padding-right: 0;}
.efficientOneThingQFII .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingQFII .xsetop4{height: auto;}
.efficientOneThingQFII .lcpic{height: auto; text-align: center;}
.efficientOneThingQFII .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingQFII .xse-title {margin: 50px auto 40px;}
.efficientOneThingQFII .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingQFII .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingQFII .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingQFII .ztjd_policyList2 ul li .descul{ padding: 20px 120px;}
.efficientOneThingQFII .ztjd_policyList2 ul li{float: left; width:calc(50% - 36px); margin-right: 36px;display: flex;align-items: center;}
.efficientOneThingQFII .ztjd_policyList2 ul li:nth-child(2n){margin-right: 0;}
.efficientOneThingQFII .xse-list2 ul li{width: calc(100%/4)}

.efficientOneThingFTE .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_fte@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingFTE .tsqtddesc{width: 803px; padding-right: 0;}
.efficientOneThingFTE .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingFTE .xsetop4{height: auto;}
.efficientOneThingFTE .lcpic{height: auto; text-align: center;}
.efficientOneThingFTE .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingFTE .xse-title {margin: 50px auto 40px;}
.efficientOneThingFTE .wxts_box {flex-direction: column;margin: 40px auto;}
.efficientOneThingFTE .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingFTE .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingFTE .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingFTE .ztjd_policyList2 ul li .descul{ padding: 20px 120px;}
.efficientOneThingFTE .ztjd_policyList2 ul li{float: left; width:calc(50% - 36px); margin-right: 36px;display: flex;align-items: center;}
.efficientOneThingFTE .ztjd_policyList2 ul li:nth-child(2n){margin-right: 0;}
.efficientOneThingFTE .xse-list2 ul li{width: calc(100%/4)}

.efficientOneThingIMS .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_ims@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingIMS .tsqtddesc{width: 803px; padding-right: 0;}
.efficientOneThingIMS .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingIMS .xsetop4{height: auto;}
.efficientOneThingIMS .lcpic{height: auto; text-align: center;}
.efficientOneThingIMS .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingIMS .xse-title {margin: 50px auto 40px;}
.efficientOneThingIMS .wxts_box {flex-direction: column;margin: 40px auto;}
.efficientOneThingIMS .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingIMS .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingIMS .para{font-size: 16px; color: rgba(102,102,102,0.85);}
.efficientOneThingIMS .xse-list2 ul li{width: calc(100%/4)}

.efficientOneThingSAO .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_sao@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingSAO .tsqtddesc{width: 803px; padding-right: 0;}
.efficientOneThingSAO .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingSAO .xsetop4{height: auto;}
.efficientOneThingSAO .lcpic{height: auto; text-align: center;}
.efficientOneThingSAO .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingSAO .xse-title {margin: 50px auto 40px;}
.efficientOneThingSAO .xse-list1{margin-top: 30px;}
.efficientOneThingSAO .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingSAO .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingSAO .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingSAO .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}
.efficientOneThingSAO .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingSAO .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}


.efficientOneThingXXSAO .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_xx_gzx_shjz@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingXXSAO .tsqtddesc{width: 720px; padding-right: 0;}
.efficientOneThingXXSAO .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingXXSAO .xsetop4{height: auto;}
.efficientOneThingXXSAO .lcpic{height: auto; text-align: center;}
.efficientOneThingXXSAO .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingXXSAO .xse-title {margin: 50px auto 40px;}
.efficientOneThingXXSAO .xse-list1{margin-top: 30px;}
.efficientOneThingXXSAO .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingXXSAO .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingXXSAO .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingXXSAO .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}
.efficientOneThingXXSAO .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingXXSAO .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}

.efficientOneThingGA .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_GA@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingGA .tsqtddesc{width: 674px; padding-right: 0;}
.efficientOneThingGA .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingGA .xsetop4{height: auto;}
.efficientOneThingGA .lcpic{height: auto; text-align: center;}
.efficientOneThingGA .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingGA .xse-title {margin: 50px auto 40px;}
.efficientOneThingGA .xse-list1{margin-top: 30px;}
.efficientOneThingGA .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingGA .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingGA .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingGA .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}
.efficientOneThingGA .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingGA .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}
.efficientOneThingGA .wxts_box {flex-direction: column;margin: 40px auto;}
.efficientOneThingGA .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingGA .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingGA .dzsbk .para b{font-weight: bold;}


.efficientOneThingUnemployed .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_unemployed@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingUnemployed .tsqtddesc{width: 674px; padding-right: 0;}
.efficientOneThingUnemployed .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingUnemployed .xsetop4{height: auto;}
.efficientOneThingUnemployed .lcpic{height: auto; text-align: center;}
.efficientOneThingUnemployed .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingUnemployed .xse-title {margin: 50px auto 40px;}
.efficientOneThingUnemployed .xse-list1{margin-top: 30px;}
.efficientOneThingUnemployed .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingUnemployed .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingUnemployed .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingUnemployed .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}
.efficientOneThingUnemployed .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingUnemployed .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}
.efficientOneThingUnemployed .wxts_box {flex-direction: column;margin: 40px auto;}
.efficientOneThingUnemployed .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingUnemployed .dzsbk:last-child{margin-bottom: 0;}
.efficientOneThingUnemployed .xse-list1-bg2 ul li{width: 100%; height: auto;margin: 0 auto 30px;padding: 30px; box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px;background: linear-gradient( 90deg, #DAE9FF 0%, #F6FAFF 45%, #DAE9FF 100%);}
.efficientOneThingUnemployed .xse-list1-bg2 ul li:before{display: none;}
.efficientOneThingUnemployed .xse-list1-bg2 ul li:after{display: none;}
.efficientOneThingUnemployed .xse-list1-bg2 ul li h6{position: relative;height: auto;z-index: 5;padding-left: 36px;padding-top: 0;background: url(../images/ico_tsqt_h2.png) left 6px no-repeat;font-size: 20px;font-weight: bold;line-height: 30px;letter-spacing: normal;color: #000;}
.efficientOneThingUnemployed .xse-list1-bg2 ul li .descul{    margin: 0 auto;    font-size: 16px;    color: #717171;    padding-top: 10px;    line-height: 30px;    display: -webkit-box;    overflow: hidden;    white-space: normal !important;    text-overflow: ellipsis;    word-wrap: break-word;    -webkit-line-clamp: 4;    -webkit-box-orient: vertical;}

.efficientOneThingEPC .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_EPC@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingEPC .tsqtddesc{width: 674px; padding-right: 0;}
.efficientOneThingEPC .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingEPC .xsetop4{height: auto;}
.efficientOneThingEPC .lcpic{height: auto; text-align: center;}
.efficientOneThingEPC .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingEPC .xse-title {margin: 50px auto 40px;}
.efficientOneThingEPC .xse-list1{margin-top: 30px;}
.efficientOneThingEPC .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingEPC .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingEPC .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingEPC .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}
.efficientOneThingEPC .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingEPC .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}
.efficientOneThingEPC .xse-list1 ul li div.descul a{color: #409EFF;}
.efficientOneThingEPC .wxts_box {flex-direction: column;margin: 40px auto;}
.efficientOneThingEPC .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingEPC .dzsbk:last-child{margin-bottom: 0;}

.efficientOneThingPA .tsqttop1{ height: 260px;background: url(/onething/v5plus/images/24img/efficientOneThing_pa@2x.jpg) no-repeat center top; background-size: cover;}
.efficientOneThingPA .tsqtddesc{width: 800px; padding-right: 0;}
.efficientOneThingPA .ztjd_sb_material{padding: 40px 0; margin-bottom: 40px;}
.efficientOneThingPA .xsetop4{height: auto;}
.efficientOneThingPA .lcpic{height: auto; text-align: center;}
.efficientOneThingPA .lcpic img{max-width: 100%; width: auto;}
.efficientOneThingPA .xse-title {margin: 50px auto 40px;}
.efficientOneThingPA .xse-list1{margin-top: 30px;}
.efficientOneThingPA .xse-list1 ul li{width: 100%; height: auto;margin: 0 auto 30px;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.68);border-radius: 5px 5px 5px 5px;}
.efficientOneThingPA .xse-list1 ul li:before{position: absolute;content: "";width: 103px;height: 88px; left: 0;top: 0; background: url("/onething/v5plus/images/24img/ico_processing_tl.png") left top no-repeat;z-index: 1}
.efficientOneThingPA .xse-list1 ul li:after{position: absolute;content: "";width: 128px;height: 82px; right: 0;bottom: 0; background: url("/onething/v5plus/images/24img/ico_processing_br.png") left top no-repeat;z-index: 1}
.efficientOneThingPA .xse-list1 ul li h6{position: relative; height: auto; padding-top: 20px; padding-bottom: 30px; z-index: 5;}
.efficientOneThingPA .xse-list1 ul li .ranknum{z-index: 2; left: 20px;top: 10px;}
.efficientOneThingPA .xse-list1 ul li div.descul{display: block; padding-bottom: 20px;z-index: 2;position: relative;}
.efficientOneThingPA .xse-list1 ul li div.descul a{color: #409EFF;}
.efficientOneThingPA .wxts_box {flex-direction: column;margin: 40px auto;}
.efficientOneThingPA .dzsbk{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 23px 1px rgba(224,226,228,0.7);border-radius: 5px 5px 5px 5px; margin: 0 auto; margin-bottom: 20px;}
.efficientOneThingPA .dzsbk:last-child{margin-bottom: 0;}

@media screen and (max-width: 768px) {
    .efficientOneThingEnterpriseData .detail-pop .pop-content{width:90%;height: auto;}
    .efficientOneThingEnterpriseData .other-btn{padding: 20px;}
    .efficientOneThingEnterpriseData .other-btn a{font-size:18px;}

    .popStyle .detail-pop .pop-content{width: 90%;}
}