body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
hr,
thead,
tbody,
tfoot,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    line-height: 1.5;
    font-size: 14px;
    height: 100%;
    color: #333;
}

html,
body {
    width: 100%;
}

body,
button,
input,
select,
textarea {
    font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 5px;
}

table th {
    font-weight: inherit;
    border-bottom-width: 2px;
    border-bottom-color: #ccc;
}

img {
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

select[size],
select[multiple],
select[size][multiple] {
    border: 1px solid #AAA;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video,
progress {
    display: inline-block;
}


input::-webkit-input-speech-button {
    display: none
}

button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*文字超出隐藏*/
.w_break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

strong,
em,
i {
    font-style: normal;
    font-weight: normal;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.clearfix {
    zoom: 1;
}

/* 公共css */
.pub_bg_white {
    background-color: #fff;
}

.pub_bg_grey {
    background-color: #F5F5F5;
}

.container_basic {
    width: 1150px;
    margin: 0 auto;
}

/* 选择事项head */
.pub_head_select {
    width: 100%;
    height: 475px;
    background: url('../images/select_banner.png') no-repeat center top;
    /* background-attachment: fixed; */
}

.container {
    width: 1140px;
    margin: 0 auto;
}

.pub_head_select .head_con {
    /* display: flex;
    flex-direction: column; */
    height: 100%;
    position: relative;
}

.pub_head_select .head_con img {
    width: 191px;
    height: 54px;
    margin: 40px 0 65px 21px;
}

.pub_head_select .head_con p {
    text-align: center;
}

.pub_head_select .head_con p strong {
    font-size: 56px;
    font-family: PangMenZhengDao;
    line-height: 64px;
}

.pub_head_select .head_con p strong:nth-of-type(1) {
    margin-right: 42px;
}

.pub_head_select .head_con ul {
    width: 120%;
    /*width: 1339px;*/
    position: absolute;
    bottom: 0;
    display: flex;
    /* margin: 57px auto 0 auto; */
    left: 50%;
    transform: translateX(-50%);
    height:90px;
    line-height:75px;

}

.pub_head_select .head_con ul li {
    /*width: 180px;*/
    /*height: 80px;*/
    background: rgba(0, 0, 0 ,0);
    margin-right: 20px;
}

.pub_head_select .head_con ul li:last-of-type {
    margin-right: 0;
}

.pub_head_select .head_con ul li a {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000;
    position:relative;
}
.pub_head_select .head_con ul li a:after{
    content:'';
    width:100%;
    height: 5px;
    background: #1770e3;
    position: absolute;
    bottom: 8px;
    left: 0;
    display: none;
}
.pub_head_select .head_con ul li.on a:after{
    display: block;
}
.pub_head_select .head_con ul li.on a {
    font-size: 16px;
    color: #1770e3;
}
.search-banner{
    position: absolute;
    top: 185px;
    right: -55px;

    display: flex;
    justify-content: flex-end;
    position: relative;
}

.search-banner span {
    display: block;
    width: 90px;
    height: 55px;
    background-color: #1770e3;
    text-align: center;
    line-height: 55px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.search-banner input {
    width: 380px;
    height: 55px;
    background: #fff;
    font-size: 15px;
    padding: 0 10px 0 45px;

}
.search-banner img{
    width:22px !important;
    height: 22px !important;
    margin:0 !important;
    position: absolute;
    top:18px;
    right: 435px;
}
/* 遮罩 */
.dialog_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}

.dialog_mask .center_mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 920px;
    min-height: 350px;
    background-color: #fff;
}

.dialog_mask .center_mask .close {
    position: absolute;
    right: 28px;
    top: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url('../images/closeBtn.png') no-repeat center center;
}


/* 关闭按钮旋转 */
.dialog_mask .center_mask .close:hover {
    /* animation: romate 0.3s forwards; */
}

@keyframes romate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}



/* 事项步骤head */
.pub_head_thing {
    width: 100%;
    height: 238px;
    background: url('../images/thing_banner.png') no-repeat center top;
}

.step_container {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.pub_head_thing .top {
    position: relative;
}

.pub_head_thing .top p {
    font-size: 36px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    /* line-height: 50px; */
    padding-top: 58px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.pub_head_thing .top p span {
    position: relative;
}

.pub_head_thing .top p .tips {
    margin-left: 30px;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.pub_head_thing .top p .title:after {
    content: '';
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 12px;
    right: -12px;
}

.pub_head_thing .top p .city {
    cursor: pointer;
    /* display: inline-block; */
    /* padding: 10px 24px; */
    line-height: 42px;
    border: 1px solid #fff;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 47px;

    padding: 0px 24px;
}

.pub_head_thing .top p .city .location {
    display: block;
    width: 13px;
    height: 16px;
    margin-right: 8px;
}

.pub_head_thing .top p .city .dowmIcon {
    display: block;
    /* width: 14px;
    height: 14px; */
    margin-left: 5px;
}

.pub_head_thing .top .tool-btn-content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%);
}

.pub_head_thing .top .tool-btn-content .toolBtn {
    padding: 5px 26px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    color: rgba(245, 246, 248, 1);
    text-align: center;
    background-color: #1770E3;
}

.pub_head_thing .top .tool-btn-content .toolBtn.disabled {
    color: #FFFFFF;
    padding: 10px 26px;
    /* border: 1px solid rgba(255, 255, 255, .4); */
    cursor: default !important;
    background: linear-gradient(270deg, rgba(51, 123, 240, 1) 0%, rgba(51, 123, 240, 1) 100%);
}

.pub_head_thing .top .tool-btn-content .toolBtn:hover {
    /* box-shadow: 0 0 5px rgba(245, 245, 245, 1); */
    background: rgba(255, 255, 255, 0.2);
}

.pub_head_thing .top .tool-btn-content .toolBtn.disabled:hover {
    box-shadow: none;
    pointer-events: none;
    background: rgba(255, 255, 255, 0);
    /* box-shadow: 0 0 5px rgba(245, 245, 245, 1); */
}

.pub_head_thing .top .tool-btn-content .staging {
    margin-left: 463px;
    cursor: pointer;
}

.pub_head_thing .top .tool-btn-content .collect,
.pub_head_thing .top .tool-btn-content .dowmload {
    cursor: pointer;
    margin-left: 20px;
}


.pub_head_thing .foot {
    width: 100%;
    height: 102px;
    background: rgba(245, 245, 245, 1);
}

.pub_head_thing .foot ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pub_head_thing .foot ul li {
    display: inline-block;
    width: 124px;
    overflow: hidden;
}

.pub_head_thing .foot ul li:last-of-type {
    width: 56px;
}

.pub_head_thing .foot ul li .effect {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(204, 204, 204, 1);
    border-radius: 50%;
    font-size: 20px;
    color: #CCCCCC;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 5;
    margin-bottom: 10px;
}

.pub_head_thing .foot ul li span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}


.pub_head_thing .foot ul li .effect::after {
    content: "";
    width: 94px;
    height: 4px;
    background-color: #CCCCCC;
    position: absolute;
    right: -96px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.pub_head_thing .foot ul li:last-of-type .effect::after {
    display: none;
}

/* 效果 active on*/

.pub_head_thing .foot ul li.active span {
    color: #1B172E;
}

.pub_head_thing .foot ul li.active .effect {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(23, 112, 227, 1);
    color: #1770E3;
}

.pub_head_thing .foot ul li.active.on .effect {
    background: rgba(23, 112, 227, 1);
    color: #fff;
}

.pub_head_thing .foot ul li.active.on .effect::after {
    background-color: #1770E3;
}



/* 按钮 */
.btn {
    display: block;
    width: 140px;
    height: 40px;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}



.btn.default {
    color: #1770E3;
    background-color: #fff;
    border: 1px solid rgba(23, 112, 227, 1);
    cursor: pointer;
}

.btn.primary {
    color: #fff;
    background-color: #1770E3;
    cursor: pointer;
}

.btn.stop {
    pointer-events: none;
    color: #fff;
    background-color: #909399;
}


/* 阴影 */
.btn.primary:hover,
.btn.default:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* 果冻 */
/* .btn.primary:hover,
.btn.default:hover {
    animation: jelly 0.5s;
} */

/* 果冻效果 */
@keyframes jelly {

    0%,
    100% {
        transform: scale(1, 1);
    }

    33% {
        transform: scale(0.9, 1.1);
    }

    66% {
        transform: scale(1.1, 0.9);
    }
}

/* 脉冲 */
/* .btn::after {
    content: "";
    z-index: -1;
    position: absolute;
    background: #111;
    top: -50%;
    left: 0%;
    bottom: -50%;
    width: 35px;
    transform: translate3d(-200%, 0, 0) rotate(35deg);
}

.btn.primary:hover::after,
.btn.default:hover::after {
    transition: transform 0.5s ease-in-out;
    transform: translate3d(500%, 0, 0) rotate(35deg);
} */


/* 气泡 */
/* .btn::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #9254de;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale(0, 0);
    transition: transform 0.4s ease-in-out;
}

.btn.default:hover {
    color: #fff;
}

.btn.primary:hover::before,
.btn.default:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(15, 15);
} */


/* 返回顶部 回到首页 */
.returnTop {
    width: 65px;
    min-height: 50px;
    background-color: #fff;
    font-size: 12px;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    box-shadow: 0 0 4px rgba(153, 153, 153, .6);
    z-index: 5;
}

.returnTop .item {
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    justify-content: center;
}

.returnTop .top {
    background: url(../images/returntop_1.png) no-repeat center;
    background-position-y: 10px;
}

.returnTop .home {
    background: url(../images/returnhome_1.png) no-repeat center;
    background-position-y: 10px;
}

.returnTop .download {
    background: url(../images/returndown_1.png) no-repeat center;
    background-position-y: 10px;
    position: relative;
}

.returnTop .top:hover {
    color: #fff;
    background: url(../images/returntop_2.png) no-repeat center;
    background-color: #0c8a5e;
    background-position-y: 10px;
}

.returnTop .home:hover {
    color: #fff;
    background: url(../images/returnhome_2.png) no-repeat center;
    background-color: #0c8a5e;
    background-position-y: 10px;
}


.returnTop .download:hover {
    color: #fff;
    background: url(../images/returndown_2.png) no-repeat center;
    background-color: #0c8a5e;
    background-position-y: 10px;
}

.returnTop .download:hover .downloadApp {
    display: block;
}

.returnTop .download .downloadApp {
    display: none;
    position: absolute;
    left: -176px;
    bottom: 0;
    width: 156px;
    height: 180px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    transition: all .3s;
}

.returnTop .download .downloadApp .down_icon {
    width: 128px;
    height: 128px;
    background: url('../images/download_app_icon.png') no-repeat center;
    background-size: 100% 100%;
    margin: 15px auto 0 auto;
}

.returnTop .download .downloadApp .down_tips {
    text-align: center;
    color: #1770E3;
    margin-top: 10px;
}


/* 办事解读  导航栏  重置 */
@media screen and (max-width: 1500px) {
    .main-bar {
        display: none;
    }
}


/* 没有更多了 */
.no-more {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 40px;
    text-align: center;
}


/* 各色按钮 */
.wz-btn {
    text-align: center;
    display: inline-block;
    padding: 10px 42px;
    background: rgba(255, 255, 255, 1);
    color: #333333;
    font-size: 14px;
    border: 1px solid rgba(215, 219, 224, 1);
    border-radius: 3px;
    cursor: pointer;
}

.wz-btn:hover {
    background: rgba(240, 242, 245, 1);
    color: #333333;
}

/* 中等按钮 */
.wx-btn-mid {
    padding: 10px 32px;
}

/* 小型按钮 */
.wx-btn-small {
    padding: 7px 26px;
}

.wz-btn.wz-btn-primary {
    background: #1cc98d;
    color: #fff;
}

.wz-btn.wz-btn-primary:hover {
    background: #1CC98DFF;
    color: #FFFFFF;
}