/* 页面自定义css样式 */
.gsContainer {
    margin: 0 auto;
    width: 1200px;
}

html {
    min-width: 1200px;
}

.fl {
    float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 第一屏 */
.firstScreen {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}


/* 背景轮播start */
.gsbg {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
}

.gsbg .swiper-slide img {
    width: 100%;
    height: 100vh;
}

/* 背景轮播end */


/* 顶部区域start */
.gsTop {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.gsTopBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gsLogo img {
    width: 272px;
    height: 72px;
}

.gsSite,
.gsDept {
    cursor: pointer;
    width: 100px;
    height: 36px;
    border-radius: 18px;
    background: rgb(243 248 255 / 20%);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.gsLocation {
    opacity: 1;
}

.gsLocation img {
    width: 12px;
    height: 14px;
}

.gsJiantou img {
    width: 8px;
    height: 5px;
}

.gsSelect {
    font-size: 14px;
    color: #fff;
}

.gsOutLink {
    display: flex;
    align-items: center;
}

.gsOutLink a {
    font-size: 14px;
    color: #fff;
}

.gsOutLink .fgx {
    color: #fff;
    margin: 0 5px;
    font-size: 14px;
}

.gsA11y {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 36px;
    border-radius: 4px;
    background: #36c;
}

.gsA11y a {
    color: #fff;
    font-size: 14px;
}

.gsA11y a:hover {
    color: #fff;
}

.gsA11y .fgx {
    color: #fff;
    margin: 0 5px;
    font-size: 14px;
}

.registerLoginBox {
    width: 110px;
    height: 36px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #fff;
}


/* 顶部区域end */

/* 检索区域start */
.gsSearch {
    width: 100%;
    position: absolute;
    bottom: 50%;
}

.gsSearchBox {
    /* display: flex;
    justify-content: center; */
}

.gsWelcome {
    width: 520px;
    height: 60px;
    background: url(hyy.png) no-repeat;
    background-size: 100%;
    margin-left: 320px;
}


.gsSearchBox .search {
    margin-top: 18px;
    padding-left: 250px;
}

.gsSearchBox .search-info {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}

.search-info .input {
    width: 600px;
    height: 60px;
    background: #ffffff;
    border-radius: 8px 0 0 8px;
}

.search-info .input input {
    width: 100%;
    height: 100%;
    padding: 0 60px;
    background: url(fdj.png) no-repeat 20px center;
    background-size: 20px;
    outline: none;
    border: none;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
}

.search-info .btn {
    width: 100px;
    height: 60px;
    border-radius: 0 8px 8px 0;
    background: #f79300;
    cursor: pointer;
}

.search-info .btn input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    background: #f79300;
}

.associational {
    width: 600px;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 10px 10px 21px;
    box-shadow: 0 0 5px #999990;
}

.associational .associational-content {
    height: auto;
    width: 100%;
}

.associational .associational-content li {
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 2.5;
}

.associational .associational-content li a {
    font-size: 14px;
    color: #333333;
}

.search .keywords {
    width: 600px;
    height: 66px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 10px 16px;
    box-shadow: 0 0 5px #999990;
}

.keywords .keyword-hint {
    font-size: 14px;
    color: #333333;
    height: 100%;
    width: 42px;
    line-height: 1.8;
}

.keywords .keyword-hint span {
    display: inline-block;
}

.keywords .keyword-content {
    height: 46px;
    width: 338px;
    overflow: auto;
}

.keywords .keyword-content::-webkit-scrollbar {
    width: 10px;
}

.keywords .keyword-content::-webkit-scrollbar-thumb {
    background-color: #a3bae9;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.keywords .keyword-content::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.keywords .keyword-content li {
    padding: 0 0.3px;
    font-size: 14px;
    color: #333333;
    display: inline-block;
    line-height: 1.8;
}

.keywords .keyword-content li:hover a {
    color: #1677ff;
}

.gsKeywords {
    width: 620px;
    height: auto;
    margin-left: 40px;
}

.gsKeywordsTitle {
    width: 76px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    border-radius: 4px;
    background: url(hot.png) no-repeat 10px center #ffffffa6;
    background-size: 17px 21px;
    color: #333;
    font-size: 16px;
}

.gsKeywordsBtn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: url(right.png) 50px center no-repeat #ffffffa6;
    background-size: 16px;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    padding: 0 8px;
}

.gsKeywordsBtn:hover {
    color: #7e0000;
    background: url(right.png) 50px center no-repeat #ffffff;
    background-size: 16px;
}

.gsKeywordsCon {
    width: 444px;
    height: 50px;
    margin: 0 10px;
}

.gsKeywordsList li {
    float: left;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    background: #ffffffa6;
    padding: 0 8px;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gsKeywordsList li:hover {
    background: #fff;
}

.gsKeywordsList li:hover a {
    color: #7e0000;
}

/* 检索区域end */


/* 导航区域start */
.gsNav {
    width: 100%;
    position: absolute;
    bottom: 20%;
}

.gsNavBox {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.gsNavBox li {
    width: 136px;
    height: 80px;
    background: url(navhover.png) no-repeat;
    background-size: 100%;
}

.gsNavBox li:hover {
    background: url(nav.png) no-repeat;
    background-size: 100%;
}

.gsNavBox li.actives {
    background: url(nav.png) no-repeat;
    background-size: 100%;
}

.gsNavBox li.actives span {
    color: #333;
}

.gsNavBox li span {
    display: inline-block;
    margin-top: 6px;
}

.gsNavBox li:hover span {
    display: inline-block;
    color: #333;
    margin-top: 6px;
}

.gsNavBox li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.gsNavBox li a img {
    width: 24px;
}

.gsNavBox li span {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

/* 导航区域end */

/* 查看更多区域start */
.gsMore {
    width: 100%;
    position: absolute;
    bottom: 8%;
}

.gsMoreBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gsMoreBox img {
    width: 32px;
}

.gsMoreBox a {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.gsMoreBox a:hover {
    color: #1677ff;
}

.gsMoreBox img.blinking {
    cursor: pointer;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(-10px);
    }

    30% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-6px);
    }

    50% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(-3px);
    }

    70% {
        transform: translateY(0);
    }

    80% {
        transform: translateY(-1px);
    }

    90% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

/* 查看更多区域end */



/* 第二屏start */
.gsSecond {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

/* 热门办事 */
.gsHotBS {
    width: 100%;
    margin-bottom: 30px;
}

.gsHotBSBox {
    width: 100%;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(180.00deg, #eaf0ff 0%, #fff 100%);
    border: 1px solid #eaf0ff40;
    padding: 0 20px;
}

.gsHotBSTitle {
    float: left;
    width: 130px;
    height: 100%;
    line-height: 60px;
    background: url(hotbs.png) left center no-repeat;
    background-size: 32px 32px;
    padding-left: 50px;
    font-size: 20px;
}

.gsHotBSCon {
    float: left;
    margin-left: 30px;

}

.gsHotBSCon li {
    float: left;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    margin-left: 10px;
    list-style-type: square;
    list-style-position: inside;
}

.gsHotBSCon li a:hover {
    color: #1677ff;
}

.gsHotBSCon li::marker {
    margin-right: 5px;
    color: #1677ff;
}

/* 特色专区 */
.gsFeature {
    margin-bottom: 30px;
}

.gsFeatureBox {}

.gsFeatureTitle {
    width: 100%;
    height: 35px;
    margin-bottom: 18px;
}

.gsFeatureTitle h3 {
    float: left;
    font-size: 24px;
    line-height: 35px;
    color: #333;
}

.sendMore {
    height: 100%;
    line-height: 35px;
    display: block;
    float: right;
    font-size: 14px;
    color: #666;
    padding-right: 30px;
    background: url(more3.png) center right no-repeat;
    background-size: 16px 6px;
}

.sendMore:hover {
    color: #1677ff;
    background: url(more3hover.png) center right no-repeat;
    background-size: 16px 6px;
}

.gsFeatureCon {
    width: 100%;
    height: 320px;
}

.gsFeatureConLeft {
    float: left;
    width: 386px;
    height: 100%;
}

.gsFeatureConLeft a {
    position: relative;
    display: block;
}

.gsFeatureConLeft img {
    width: 100%;
}

.gsFeatureConLeft .litTitle {
    top: 150px;
    line-height: 35px;
}

.gsFeatureConright {
    float: right;
    width: 794px;
    height: 100%;
}

.gsFeatureConright li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 386px;
}

.gsFeatureConright li:nth-child(2n+2) {
    margin-right: 0;
}

.gsFeatureConright img {
    width: 386px;
}

.bigTitle {
    position: absolute;
    top: 50px;
    left: 30px;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    display: block;
    width: 242px;
}

.litTitle {
    position: absolute;
    top: 90px;
    left: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 300px;
}

.gsFeatureConright li a {
    display: block;
    position: relative;
}

/* 特色专区蒙版效果 - 适用于左右两个区域，带圆角 */
.gsFeatureConLeft,
.gsFeatureConright li {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* 添加圆角 */
}

.gsFeatureConLeft a,
.gsFeatureConright li a {
    position: relative;
    display: block;
}

/* 标题文字默认样式 */
.gsFeatureConLeft .bigTitle,
.gsFeatureConright li .bigTitle,
.gsFeatureConLeft .litTitle,
.gsFeatureConright li .litTitle {
    position: relative;
    z-index: 3;
    transition: color 0.3s ease;
}

.gsFeatureConLeft .bigTitle,
.gsFeatureConright li .bigTitle {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.gsFeatureConLeft .litTitle,
.gsFeatureConright li .litTitle {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

/* 悬停时标题文字变白色 */
.gsFeatureConLeft:hover .bigTitle,
.gsFeatureConLeft:hover .litTitle,
.gsFeatureConright li:hover .bigTitle,
.gsFeatureConright li:hover .litTitle {
    color: #fff;
}

/* 图片元素 */
.gsFeatureConLeft img,
.gsFeatureConright li img {
    position: relative;
    z-index: 0;
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    border-radius: 15px;
    /* 图片也添加圆角 */
}

.gsFeatureConLeft:hover img,
.gsFeatureConright li:hover img {
    transform: scale(1.05);
}

/* 蒙版元素 */
.gsFeatureConLeft::before,
.gsFeatureConright li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 118, 210, 0.5);
    /* 蓝色蒙版 */
    z-index: 1;
    opacity: 0;
    border-radius: 15px;
    /* 蒙版添加圆角 */
}

/* 箭头元素 */
.gsFeatureConLeft::after,
.gsFeatureConright li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url(ztright.png) right center no-repeat;
    background-size: 25px 15px;
    z-index: 2;
    opacity: 0;
}

/* 左侧大图区域 - 从左向右滑入 */
.gsFeatureConLeft::before {
    transform: translateX(-100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.gsFeatureConLeft:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.gsFeatureConLeft::after {
    transition: opacity 0.4s ease 0.1s;
}

.gsFeatureConLeft:hover::after {
    opacity: 1;
}

/* 右侧小图区域 - 随机方向滑入 */
/* 从上方向下滑入 */
.gsFeatureConright li:nth-child(4n+1)::before {
    transform: translateY(-100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.gsFeatureConright li:nth-child(4n+1):hover::before {
    transform: translateY(0);
    opacity: 1;
}

.gsFeatureConright li:nth-child(4n+1)::after {
    transition: opacity 0.4s ease 0.1s;
}

.gsFeatureConright li:nth-child(4n+1):hover::after {
    opacity: 1;
}

/* 从下方向上滑入 */
.gsFeatureConright li:nth-child(4n+2)::before {
    transform: translateY(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.gsFeatureConright li:nth-child(4n+2):hover::before {
    transform: translateY(0);
    opacity: 1;
}

.gsFeatureConright li:nth-child(4n+2)::after {
    transition: opacity 0.4s ease 0.1s;
}

.gsFeatureConright li:nth-child(4n+2):hover::after {
    opacity: 1;
}

/* 从左方向右滑入 */
.gsFeatureConright li:nth-child(4n+3)::before {
    transform: translateX(-100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.gsFeatureConright li:nth-child(4n+3):hover::before {
    transform: translateX(0);
    opacity: 1;
}

.gsFeatureConright li:nth-child(4n+3)::after {
    transition: opacity 0.4s ease 0.1s;
}

.gsFeatureConright li:nth-child(4n+3):hover::after {
    opacity: 1;
}

/* 从右方向左滑入 */
.gsFeatureConright li:nth-child(4n+4)::before {
    transform: translateX(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.gsFeatureConright li:nth-child(4n+4):hover::before {
    transform: translateX(0);
    opacity: 1;
}

.gsFeatureConright li:nth-child(4n+4)::after {
    transition: opacity 0.4s ease 0.1s;
}

.gsFeatureConright li:nth-child(4n+4):hover::after {
    opacity: 1;
}

/* 标题定位样式 */
.gsFeatureConLeft .bigTitle,
.gsFeatureConright li .bigTitle {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 20px;
    right: 20px;
}

.gsFeatureConLeft .litTitle,
.gsFeatureConright li .litTitle {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

/* last区域start */
.gsLast {
    margin-bottom: 30px;
}

.gsLastBox {
    width: 100%;
    height: 323px;
}

/* 热点专题 */
.gsLastHot {
    float: left;
    padding: 20px;
    width: 386px;
    height: 100%;
    border-radius: 16px;
    background: #f2f6ff;
}

.gsLastHotTitle {
    width: 100%;
    height: 32px;
    background: url(rdzt.png) left center no-repeat;
    background-size: 32px 32px;
    margin-bottom: 20px;
}

.gsLastHotTitle span {
    padding-left: 52px;
    font-size: 24px;
    color: #333;
}

.gsLastHotList ul {
    width: 100%;
    height: 230px;
}

.gsLastHotList ul li {
    float: left;
    width: 168px;
    height: 98px;
    text-align: center;
    border-radius: 12px;
    background: url(rdztTitle.png) no-repeat;
    background-size: 100%;
    margin: 0 10px 10px 0;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

.gsLastHotList ul li:hover {
    animation: jumpEffect 0.6s ease;
}

@keyframes jumpEffect {
    0% {
        transform: translateY(0) scale(1);
    }

    30% {
        transform: translateY(-8px) scale(1.02);
    }

    60% {
        transform: translateY(2px) scale(0.98);
    }

    80% {
        transform: translateY(-3px) scale(1.01);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

/* 移除原有的nth-child样式以避免冲突 */
.gsLastHotList ul li:nth-child(2n+2) {
    margin-right: 0;
}


.gsLastHotList ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.gsLastHotList .swiper-container-horizontal>.swiper-pagination-bullets,
.gsLastHotList .swiper-pagination-custom,
.gsLastHotList .swiper-pagination-fraction {
    bottom: 0px;
}

.gsLastHotList .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    border-radius: 2px;
    background: #1677ff;
}

/* 公共服务 */
.gsLastService {
    float: left;
    padding: 20px;
    width: 386px;
    height: 100%;
    background: #edfbf5;
    margin: 0 20px;
    border-radius: 16px;
}

.gsLastServiceTitle {
    width: 100%;
    height: 32px;
    background: url(ggfwTitle.png) no-repeat left center;
    background-size: 32px 32px;
    margin-bottom: 20px;
}

.gsLastServiceTitle span {
    font-size: 24px;
    color: #333;
    padding-left: 52px;

}

.gsLastServiceList li {
    float: left;
    width: 168px;
    height: 70px;
    border-radius: 8px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    color: #333;
    background: url(ggfwListTitle.png) center center no-repeat;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

.gsLastServiceList li:hover {
    animation: jumpEffects 0.6s ease;
}

@keyframes jumpEffects {
    0% {
        transform: translateY(0) scale(1);
    }

    30% {
        transform: translateY(-8px) scale(1.02);
    }

    60% {
        transform: translateY(2px) scale(0.98);
    }

    80% {
        transform: translateY(-3px) scale(1.01);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

/* 移除原有的nth-child样式以避免冲突 */
.gsLastServiceList li:nth-child(2n+2) {
    margin-right: 0;
}

.gsLastServiceList li a {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.gsLastServiceList li:nth-child(2n+2) {
    margin-right: 0;
}

/* 政策资讯 */
.gsLastPolicy {
    float: left;
    padding: 20px;
    width: 386px;
    height: 100%;
    background: #fff6ec;
    border-radius: 16px;
}

.gsLastPolicyTitle {
    width: 100%;
    height: 32px;
    background: url(zczxTitle.png) no-repeat left center;
    background-size: 32px 32px;
    margin-bottom: 20px;
}

.gsLastPolicyTitle span {
    font-size: 24px;
    color: #333;
    padding-left: 52px;

}

.gsLastPolicyList li {
    width: 346px;
    height: 109px;
    background: url(zczxTitleList.png) no-repeat;
    background-size: 100%;
    padding: 16px 20px;
    margin-bottom: 12px;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

.gsLastPolicyList li:hover {
    animation: gsjumpEffects 0.6s ease;
}

@keyframes gsjumpEffects {
    0% {
        transform: translateY(0) scale(1);
    }

    30% {
        transform: translateY(-8px) scale(1.02);
    }

    60% {
        transform: translateY(2px) scale(0.98);
    }

    80% {
        transform: translateY(-3px) scale(1.01);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

/* 移除原有的nth-child样式以避免冲突 */
.gsLastPolicyList li:nth-child(2n+2) {
    margin-right: 0;
}

.gsLastPolicyList li a {
    display: block;
    width: 100%;
    height: 100%;

}

.gsLastPolicyList li a>p {
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.gsLastPolicyTime {
    width: 100%;
    height: 17px;
}

.gsLastPolicyTime p {
    font-size: 12px;
    color: #999;
}

.gsLastPolicyTime p:first-child {
    float: left;
}

.gsLastPolicyTime p:last-child {
    float: right;
}

/* last区域end */
/* 第二屏end */
/* 顶部区域固定定位样式 */
.gsTop.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    margin-top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gsTop.fixed .gsLogo img {
    width: 205px;
    height: 54px;
}

.gsTop.fixed .gsSelect {
    color: #333;
}

.gsTop.fixed .gsOutLink a {
    color: #333;
}

.gsTop.fixed .gsOutLink .fgx {
    color: #333;
}

.gsTop.fixed .registerLoginBox {
    background: #36c;

}

.gsTop.fixed .gsSite,
.gsTop.fixed .gsDept {
    background: rgb(160 193 239 / 20%);
}

.gsTop.fixed .tytb-zc {
    color: #fff;
}

.gsTop.fixed .registerLogin .fgx {
    color: #fff;
}

.gsTop.fixed .registerLogin .login-btn {
    color: #fff;
}

.login-btn:hover {
    color: #1677ff;
}

.gsOutLink a:hover {
    color: #1677ff;
}

.gsTop.fixed .gsOutLink a:hover {
    color: #1677ff;
}

/* 为第二屏添加顶部间距，防止被固定导航遮挡 */
.gsSecond {
    position: relative;
}

.gsSecond.with-fixed-nav {
    padding-top: 90px;
    /* 根据导航栏高度调整 */
}

/* 当导航栏固定时，给第二屏添加间距 */
@media screen and (min-width: 768px) {
    .gsSecond.with-fixed-nav {
        padding-top: 90px;
    }
}



/* 选择区域样式 */
#select-box {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #00000060;
    /*filter: alpha(opacity=30);*/
    display: none;
    overflow: auto;
}

#select-container {
    position: relative;
    max-height: 90%;
    overflow: auto;
    margin: 100px auto 0;
    padding: 0 40px 0 40px;
    /*border-radius: 5px;*/
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0, 0, 0, 10%);
    width: 800px;
    /*min-height: 350px;*/

}

#location-nav span {
    text-align: left;
    line-height: 80px;
    min-height: 80px;
    font-size: 16px;
    margin: 0 5px;
    color: #333333;
}

#location-nav span.location-nav-item {
    cursor: pointer;
    color: #1677ff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-decoration: underline;
}

#link-info {
    width: 100%;
    min-height: 100px;
    list-style: none;
    padding: 20px 10px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

#link-info li {
    margin-left: 10px;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    cursor: pointer;
    line-height: 28px;
    padding: 4px 8px;
    margin-bottom: 10px;
}

#link-info li:hover {
    background: #1677FF;
    color: #ffffff;
}

#link-info li.active {
    background: #1677FF;
    color: #ffffff;
}

.fl {
    float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.current-position-box {
    width: 100%;
    height: auto;
    padding: 26px 0 26px 0;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.current-position-box .current-position-title {
    color: #999999;
    display: inline-block;
}

#current-position {
    display: inline-block;
}

.ok-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #2b92f0;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 20px;
}

.cancel-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;

    white-space: nowrap;
    text-align: center;
    font-size: 14px;

    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
}

.select-btn {
    text-align: center;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #select-container {
        width: 100%;
        margin-top: 10px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #location-nav {
        line-height: 30px;
        min-height: auto;
        padding: 20px 0;
        font-size: 20px;
    }

    #location-nav span {
        font-size: 14px;
        line-height: 30px;
        min-height: 30px;
    }

    #location-nav span:nth-child(2n) {}

    #link-info {
        padding: 10px 0;
    }

    #link-info li {
        font-size: 14px;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .current-position-box {
        font-size: 14px;
    }

}

/* 选择部门样式 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#de-select-box {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #00000060;
    /*filter: alpha(opacity=30);*/
    display: none;
    overflow: auto;
}

#de-select-container {
    position: relative;
    max-height: 90%;
    overflow: auto;
    margin: 100px auto 0;
    padding: 0 40px 0 40px;
    /*border-radius: 5px;*/
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0, 0, 0, 10%);
    width: 800px;
    /*min-height: 350px;*/

}

#de-location-nav span {
    text-align: left;
    line-height: 80px;
    min-height: 80px;
    font-size: 16px;
    margin: 0 5px;
    color: #333333;
}

#de-location-nav span.de-location-nav-item {
    cursor: pointer;
    color: #1677ff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-decoration: underline;
}

#de-link-info {
    width: 100%;
    min-height: 100px;
    list-style: none;
    padding: 30px 0 20px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
}

#de-link-info li {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    cursor: pointer;
    line-height: 28px;
    width: 120px;


}

#de-link-info li:hover {
    color: #ffffff;
}

#de-link-info li:hover a {
    background: #1677FF;
    color: #ffffff;
}

#de-link-info li.active a {
    background: #1677FF;
    color: #ffffff;
}

#de-select-box a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    text-decoration: none;
    padding: 4px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

#de-link-info li.active {
    background: #1677FF;
    color: #ffffff;
}

.fl {
    float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.de-current-position-box {
    width: 100%;
    height: auto;
    padding: 26px 0 26px 0;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    cursor: default;
}

.de-current-position-box .de-current-position-title {
    color: #999999;
    display: inline-block;
}

#de-current-position {
    display: inline-block;
}

.de-ok-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #2b92f0;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 20px;
}

.de-cancel-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;

    white-space: nowrap;
    text-align: center;
    font-size: 14px;

    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
}

.select-btn {
    text-align: center;
    padding-bottom: 30px;
}

.de-current-position-box span {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    #de-select-container {
        width: 100%;
        margin-top: 10px;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0 20px 0 20px;
    }

    #de-location-nav {
        line-height: 30px;
        min-height: auto;
        padding: 20px 0;
        font-size: 20px;
    }

    #de-location-nav span {
        font-size: 14px;
        line-height: 30px;
        min-height: 30px;
    }

    #de-link-info {
        padding: 10px 0;
    }

    #de-link-info li {
        width: 30%;
        font-size: 14px;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .de-current-position-box {
        font-size: 14px;
    }

}

.mb-utils {
    display: none;
}

#toast {
    position: fixed;
    top: 18%;
    left: 50%;
    padding: 10px;
    width: 200px;
    margin-left: -100px;
    background-color: rgba(22, 119, 255, 0.8);
    color: #fff;
    text-align: center;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
    z-index: 999;
    font-size: 16px;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
}

#toast.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#gr-fr-reg {
    position: relative;
    display: inline-block;
}

.gr-fr-register-hover {
    display: none;
    position: absolute;
    left: -17px;
    top: 30px;
    width: 110px;
    height: 90px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.3);
    -o-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.3);
    box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.3);
    opacity: 0.97;
    z-index: 99;
    border-radius: 5px;
}

#gr-fr-reg .gr-fr-register-hover:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 25px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
}

#gr-fr-reg .gr-fr-register-hover li:first-child {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
}

#gr-fr-reg .gr-fr-register-hover li {
    margin: 0;
    line-height: 35px !important;
    height: 35px;
    width: 100%;
}

#gr-fr-reg .gr-fr-register-hover li a:first-child {
    font-size: 14px;
    color: #666666;
}

#gr-fr-reg .gr-fr-register-hover li a:hover {
    color: #1677ff;
}

.tytb-zc {
    cursor: default;
    color: #fff;
}

.registerLogin {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 35px;
    position: relative;
}

.login-btn {
    color: #fff;
}

.registerLogin .fgx {
    color: #fff;
}

/* 登录成功 */
.login_success {
    position: relative;
    width: auto;
    height: 28px;
    display: flex;
    justify-content: flex-start;
}

.login_success .select-box {
    display: block;
    position: absolute;
    width: 140px;
    right: 0;
    top: 28px;
    background: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 100;
    border-radius: 3px;
}

.login_success .select-box:before {
    display: block;
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    background: #333333;
    z-index: 9999;
}

.login_success:hover .select-box {
    display: block;
}

.login_success .select-box ul {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
}

.login_success .select-box ul li {
    margin-left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 33%;
    line-height: 40px;
    color: #333333;
    padding: 0 20px;
}

.login_success .select-box ul li:first-child {
    border-top: none;
}

.login_success .select-box ul li a {
    display: block;
    border-top: 1px solid #e8e8e8;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    color: #666666;
}

.login_success .select-box ul li:first-child a {
    border-top: none;
}

.login_success .select-box ul li a img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 0;
}

.login_success .select-box ul li span {
    color: #666666;
    font-size: 14px;
}

.login_success .login .photo {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.login_success .login .select {
    margin-left: 5px;
    width: 9px;
    height: 5px;
    vertical-align: middle;
}

.login_success .name {
    color: #fff;
}

.login_success .login {
    text-align: center;
    height: 100%;
    line-height: 28px;
}

@media (min-width: 1200px) {
    .ty-footer-con h2 {
        height: auto;
        line-height: normal;
    }
}