:root {
    --head-bg-color: #181818;
    --bg-color: #2196F3;
}

img {
    width: 100%;
}

.fr {
    float: right !important;
}

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

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.d-flex {
    display: flex;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-between {
    justify-content: space-between;
}

body {
    background-color: #F2F2F2;
}

@media screen and (max-width: 767.98px) {
    .layui-container {
        padding: 0 10px !important;
    }
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

/* 顶部 */
.head-top {
    width: 100%;
    height: 40px;
    background-color: var(--head-bg-color);
    color: #fff;
}

.head-top marquee,
.head-top .login {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.head-top .login a {
    margin: 0 10px;
    color: #fff;
}

.head-nav {
    padding: 30px 0 10px;
    background-color: #fff;
}

.head-nav .search {
    padding-left: 100px;
    margin-top: 5px;
}

.head-nav .search .layui-input-block {
    position: relative;
    margin-left: 0;
}

.head-nav .search .layui-input-block .layui-input {
    border: 1px solid #000;
    border-radius: 5px;
    height: 40px;
}

.head-nav .search .layui-input-block .btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 50px;
    height: 100%;
    background: var(--bg-color);
    color: #fff;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

.head-nav .wx,
.head-nav .xhs {
    width: 45px;
    margin: 0 auto;
    cursor: pointer;
}

.search2{
    margin-top: 15px;
}

.search2 .layui-input-block{
    margin: 0;
}

.search2 .layui-input-block .btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 50px;
    height: 100%;
    background: var(--bg-color);
    color: #fff;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
/* 导航 */
.head-menu {
    border-top: 1px solid #eaeaea;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    z-index: 900;
    width: 100%;
}
.head-menu .menu-btn{
    display: none;
    position: absolute;
    top: 6px;
    right: 20px;
}
.head-menu .menu-btn .layui-icon{
    font-size: 23px;
}
.head-menu .layui-nav {
    padding: 0 20px;
    background-color: transparent;
    border-radius: 0px;
    box-sizing: border-box;
    transition: max-height 0.5s;
}

.head-menu .layui-nav .layui-nav-item {
    line-height: 50px;
    margin: 0 20px;
}

.head-menu .layui-nav .layui-nav-item a {
    color: #000;
    font-size: 16px;
    padding: 0;
}

.head-menu .layui-nav .layui-nav-item a:hover {
    color: var(--bg-color);
}

.head-menu .layui-nav-bar {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background-color: var(--bg-color);
    transition: all .2s;
    -webkit-transition: all .2s;
    pointer-events: none
}

.head-menu .layui-nav .layui-this:after {
    height: 3px;
    background-color: var(--bg-color);
}
.banner img{
    height: 100%;
}
/* 面包屑 */
.crumbs {
    margin: 20px 0;
}

.crumbs .layui-breadcrumb {
    padding: 0 10px;
}

.crumbs .layui-breadcrumb a:hover {
    color: var(--bg-color) !important;
}

/* 公告 */
.gonggao {
    display: flex;
    align-items: center;
    font-size: 18px;
    border: 1px solid #58c3eb;
    border-radius: 30px;
    padding: 0 5px;
    color: var(--bg-color);
}

.gonggao i {
    font-size: 40px;
}

.gonggao p {
    width: 65px;
    font-weight: 700;
    color: red;
}

/* 主题内容 */
.main {
    padding: 30px 0;
    width: 100%;
    /* height: 100vh; */
}

/* 主题标题 */
.main-head {
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--bg-color);
}

.main-head .link {
    display: block;
    border: 1px solid #b9b9b9;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 12px;
}

.main-head .link:hover {
    color: #fff;
    background-color: var(--bg-color);
    border-color: var(--bg-color);
}

/* 主题列表 */
.main-list .main-list-item {
    padding: 10px;
}

.main-list .list-item {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.main-list .list-item .pic {
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.p-list-01 .list-item .pic {
    height: 400px;
}

.p-list-01 .list-item .pic img:hover{
    transform: translateY(calc(-100% + 400px)) !important;
}
.main-list .list-item .pic img {
    border-radius: 5px;
    height: auto;
    transition: all 2s linear 0s;
}
.main-list .list-item .pic img:hover{
    transform: translateY(calc(-100% + 260px));
}

.main-list .list-item .pic .look {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 10;
    color: var(--bg-color);
    font-size: 30px;
}

.main-list .list-item:hover .layui-font-black {
    color: var(--bg-color) !important;
}

.main-list .list-item .text p {
    margin-bottom: 10px;
}

.main-list .list-item .text .text-cont {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0;
}

/* 首页帮助中心 */
.help-list .main-head .link {
    padding: 2px 10px;
}

.help-list .main-list-item:nth-child(2) {
    padding: 0 20px;
}

.help-list .main-list-item:nth-child(1) .help-item {
    background-color: #E4F0CA;
}

.help-list .main-list-item:nth-child(2) .help-item {
    background-color: #FAE6D9;
}

.help-list .main-list-item:nth-child(3) .help-item {
    background-color: #D6EEF2;
}

.help-list .help-item {
    padding: 15px;
}

.help-list .help-item li {
    position: relative;
}

.help-list .help-item a {
    position: relative;
    display: block;
    padding: 5px 0 5px 10px;
}

.help-list .help-item a::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
}

.help-list .help-item a:hover {
    color: var(--bg-color);
}

/* 详情页静态网页 */

.w-details .details-left01 {
    margin: 0 10px 10px 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
}

.w-details .details-left01 .ico {
    width: 30%;
    max-height: 400px;
    overflow: hidden;
    border-right: 1px solid #f2f2f2;
    padding-right: 25px;
}

.w-details .details-left01 .ico img {
    width: 100%;
}

.w-details .details-left01 .cont {
    width: 65%;
}

.w-details .details-left01 .cont .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    background-color: #eee;
    padding: 5px;
    font-size: 16px;
}

.w-details .details-left01 .cont .cont-item span {
    font-weight: 700;
    color: red;
}

#copyButton2 {
    background-color: var(--bg-color);
    border-radius: 2px;
    color: #fff;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 14px;
}

.w-details .details-left01 .cont .cont-item01 {
    margin: 20px 5px;
}

.w-details .details-left01 .cont .cont-item01 span {
    background-color: #eee;
    font-size: 12px;
    padding: 5px;
}

.w-details .details-left01 .cont .cont-item01.d-flex p {
    min-width: 70px;
}

.w-details .details-right .main-list .main-list-item {
    padding: 0;
    margin-bottom: 10px;
}

.w-details .details-right .main-list .list-item {
    box-shadow: none;
}

.w-details .details-left02,
.w-details .details-left03 {
    margin: 0 10px 10px 10px;
    padding: 20px;
    background-color: #fff;
}

.w-details .details-left02 p,
.w-details .details-left03 p {
    font-size: 16px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #a5a5a5;
}

.w-details .details-left02 p span {
    color: red;
}

.w-details .details-left02 ul {
    /* display: flex;
    flex-wrap: wrap;*/
    margin-top: 20px; 
    column-count: 4;
    column-gap: 15px;
}

.w-details .details-left02 img {
    /* width: 22%;
    margin: 8px;
    padding: 5px; */
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid var(--bg-color);
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px;
}

.w-details .details-left02 img:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
}

.w-details .details-left03 .video-info {
    margin-top: 20px;
}

iframe {
    width: 100%;
    border: 0;
}

/* 列表页帮助中心 */

.help-lists-left>a {
    display: block;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.help-lists-left h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.help-lists-left>a:hover h2 {
    color: var(--bg-color);
}

.help-lists-left .help-line {
    border-bottom: 1px dotted #888888;
    padding-bottom: 6px;
    color: #888888;
}

.help-lists-left .help-line span:nth-child(3) {
    float: right;
    color: #333;
}

.help-lists-left p {
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.help-lists-right {
    padding-left: 20px;
}

.help-lists-right .help-lists-right-ico>li {
    margin-bottom: 20px;
}

.help-lists-right .help-lists-right-new {
    background-color: #fff;
}

.help-lists-right .help-lists-right-new p {
    font-size: 18px;
    padding: 10px 10px 10px 20px;
    position: relative;
}

.help-lists-right .help-lists-right-new p::before {
    content: '';
    display: block;
    width: 4px;
    height: 70%;
    background-color: var(--bg-color);
    position: absolute;
    top: 8px;
    left: 10px;
}

.help-lists-right .help-lists-right-new ul {
    border-top: 2px solid #eee;
    padding: 15px 10px;
}

.help-lists-right .help-lists-right-new ul li {
    margin-bottom: 20px;
}

.help-lists-right .help-lists-right-new ul li a span {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    border-radius: 30px;
    margin-right: 10px;
    background-color: #eee;
}

.help-lists-right .help-lists-right-new ul li:nth-child(1) a span {
    background-color: #fe2d46;
}

.help-lists-right .help-lists-right-new ul li:nth-child(2) a span {
    background-color: #F60;
}

.help-lists-right .help-lists-right-new ul li:nth-child(3) a span {
    background-color: #FAA90E;
}

/* 详情页帮助中心 */
.help-lists-left .help-content {
    padding: 20px;
    background-color: #fff;
}

.help-lists-left .help-page-link {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
}

.help-lists-left .help-content h2 {
    color: #000;
}

.help-lists-left .help-content .cont {
    margin-top: 20px;
}

/* 友情链接 */
.fl-link h4 {
    margin-bottom: 10px;
}

/* 分类 */
.sort-list {
    margin: 0 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.list-item-fl .list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dotted #eee;
    margin: 15px 0;
}

.list-item-fl .list-item .list-item-title {
    width: 6%;
    font-weight: 700;
}

.list-item-fl .list-item .list-item-link {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.list-item-fl .list-item .list-item-link li {
    margin-bottom: 10px;
}

.list-item-fl .list-item .list-item-link li a {
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.list-item-fl .list-item .list-item-link li.active a,
.list-item-fl .list-item .list-item-link li:hover a {
    background-color: var(--bg-color);
    color: #fff;
}

/* 底部 */
.footer {
    background-color: var(--head-bg-color);
    padding: 30px 0;
}

.fl-link .layui-breadcrumb a:hover,
.foot .layui-breadcrumb a:hover {
    color: var(--bg-color) !important;
}

.foot p,
.foot .layui-breadcrumb a {
    color: #888888 !important;
    text-align: center;
    line-height: 25px;
}

/* 侧边按钮 */
.slide-btn {
    position: fixed;
    right: 2%;
    bottom: 14%;
    z-index: 999;
}

.go-top {
    border-radius: 50px;
    background-color: var(--bg-color);
    margin-bottom: 10px;
}

.go-top i,
.wx i {
    font-size: 50px;
    cursor: pointer;
}

.go-top i {
    color: #fff;
}

.wx i {
    color: #2CBC01;
}

/* 弹窗 */
.layui-layer{
    z-index: 6666 !important;
}
.layui-layer-shade{
    z-index: 5555 !important;
}
.layui-layer-title {
    padding: 0 50px 0 16px !important;
}

.dialog {
    text-align: center;
}

.dialog .wx-pic img {
    width: 200px;
    height: 200px;
}

.dialog .wx-pic {
    text-align: center;
    padding: 20px 0 10px;
}

.dialog .wxh {
    text-align: center;
}

.dialog .layui-btn-xs {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 10px;
}
.wechat-tip{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 7777;
    color: white;
    padding-top: 50%;
    font-size: 18px;
}
.wechat-tip .box{
    width: 70%;
    margin: 0 auto;
}
.wechat-tip p{
    margin-bottom: 20px;
}
.wechat-tip p span{
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 30px;
    margin-right: 10px;
    text-align: center;
    background-color: red;
    font-size: 16px;
}
.wechat-tip p img{
    width: 25px;
    margin: 0 5px;
}
.wechat-tip .ws{
    text-align: center;
}
.wechat-tip .ws img{
    width: 100px;
}
/* mb端底部导航 */
#toolbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 888;
    height: 60px;
    left: 0;
}

#toolbar .list {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background-color: var(--bg-color);
}

#toolbar .list li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #3b3b3b;
    margin-right: -1px;
}

#toolbar .list li:last-child {
    border-right: 0;
}

#toolbar .list li:nth-child(2) {
    border-right: 1px solid #fff;
}

#toolbar .list a {
    display: block;
    height: 60px;
    line-height: 14px;
    padding-top: 8px;
}

#toolbar .list a span {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
}

#toolbar .list a s {
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    display: block;
    margin-bottom: 8px;
    background: url(../images/fhdb.png) no-repeat;
}

#toolbar .list li:nth-child(2) s {
    background: url(../images/qqtb.gif) no-repeat;
}

#toolbar .list li:nth-child(3) s {
    background: url(../image/wxtb.gif) no-repeat;
}

#toolbar .list li:nth-child(4) s {
    background: url(../images/fhtb.png) no-repeat;
}

#toolbar .list li:hover {
    background: #1c83cf;
}

@media(max-width:1400px) {
    .help-lists-left .help-page-link {
        flex-direction: column;
    }

    .help-lists-left .help-page-link .page-link {
        display: block;
        padding: 10px 0;
    }

    .help-lists-left .help-page-link .page-link:first-child {
        border-bottom: 1px solid #eee;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .list-item-fl .list-item .list-item-title {
        width: 7%;
    }

    .list-item-fl .list-item .list-item-link {
        width: 93%;
    }

    .w-details .details-left02 img {
        margin: 6px;
    }

    .w-details .details-left01 .ico {
        padding-right: 20px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
    .main-list .main-list-item {
        padding: 5px;
    }

    .main-list .list-item {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }

    .main-list .list-item .pic {
        height: 180px;
    }

    .p-list-01 .list-item .pic {
        height: 350px;
    }

    .slide-btn {
        bottom: 20%;
    }

    .sort-list {
        margin: 0;
        padding: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    }

    .list-item-fl .list-item .list-item-title {
        width: 10%;
    }

    .list-item-fl .list-item .list-item-link {
        width: 90%;
    }

    .w-details .details-left01 .ico {
        padding-right: 16px;
    }

    .w-details .details-left02 img {
        margin: 4px;
        padding: 4px;
    }

    .go-top i,
    .wx i {
        font-size: 40px;
    }
}

@media(max-width:992px) {
    .head-nav .search {
        padding-left: 45px;
    }

    .layui-hide-sm992 {
        display: none !important;
    }

    .head-nav .search .layui-input-block .layui-input {
        font-size: 12px;
    }
}

@media(max-width:767px) {
    .text-cont .layui-icon {
        font-size: 13px !important;
    }
    .head-nav {
        padding: 10px 0;
    }

    .head-nav .wx,
    .head-nav .xhs {
        width: 26px;
    }

    .head-menu .layui-nav {
        padding: 0px;
        max-height: 37px;
        overflow: hidden;
    }
    .head-menu .menu-btn{
        display: block;
    }
    .head-menu .layui-nav .layui-nav-item {
        line-height: 35px;
    }

    .gonggao {
        font-size: 16px;
    }

    .gonggao i {
        font-size: 35px;
    }

    .gonggao p {
        width: 70px;
    }

    .main-list .main-list-item {
        padding: 0px;
    }

    .main-list .list-item {
        padding: 6px 3px;
        box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    }

    .main-list .list-item .pic {
        height: 160px;
    }

    .p-list-01 .list-item .pic {
        height: 270px;
    }

    .main-list .list-item .pic img {
        border-radius: 3px;
    }

    .sort-list {
        margin: 0;
        padding: 10px;
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    }

    .list-item-fl .list-item .list-item-title {
        width: 100%;
        margin-bottom: 10px;
    }

    .list-item-fl .list-item {
        margin: 10px 0;
    }

    .list-item-fl .list-item .list-item-link {
        width: 100%;
    }

    .help-list .main-list-item:nth-child(2) {
        padding: 0;
        margin: 15px 0;
    }

    .help-lists-left .help-content {
        padding: 10px;
    }

    .w-details .details-left01,
    .w-details .details-left02,
    .w-details .details-left03 {
        margin: 0 0 10px 0;
        padding: 10px;
    }

    .w-details .details-left03.d-flex {
        flex-direction: column;
    }

    .w-details .details-left03.d-flex .page-link {
        display: block;
        padding: 10px 0;
    }

    .w-details .details-left03.d-flex .page-link:first-child {
        border-bottom: 1px solid #eee;
    }

    .w-details .details-left01 .ico {
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .w-details .details-left01 .cont {
        width: 100%;
    }

    .w-details .details-left01 .cont .cont-item {
        font-size: 14px;
    }

    .w-details .details-left02 p,
    .w-details .details-left03 p {
        font-size: 14px;
        padding: 0 0 10px 0;
    }


    .w-details .details-left02 ul {
        column-count: 2;
        column-gap: 10px;
    }
    
    .w-details .details-left02 img {
        margin-bottom: 10px;
    }
/* 
    .w-details .details-left02 ul {
        margin-top: 10px;
    }

    .w-details .details-left02 img {
        width: 44.5%;
        margin: 5px;
        padding: 3px;
        box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
    } */

    .slide-btn {
        bottom: 40%;
    }

    .go-top i,
    .wx i {
        font-size: 30px;
    }

    .fl-link a {
        display: inline-block;
        margin-bottom: 5px;
    }

    .layui-table td,
    .layui-table th {
        padding: 9px 5px !important;
        font-size: 12px !important;
    }

    /* .footer{
        padding: 30px 0 70px 0;
    } */
}