body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*滑动滚动*/
.pc-banner {
    width: 100%;
    margin: 60px auto 0;
    position: relative;
    overflow: hidden;
}

.pc-banner .swiper-container {
    width: 100%;
    height: 500px;
    margin: 0;
}

.pc-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-banner .swiper-pagination {
    bottom: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc-banner .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    transition: all 0.3s;
    border-radius: 50%;
}

.pc-banner .swiper-pagination-bullet-active {
    background: var(--primary-red);
    width: 20px;
    border-radius: 5px;
}


.screen_bg {
    width: 371px;
    position: absolute;
    left: 461px;
    top: -76px;
}


/*@media screen and (max-width:100px) {.pc-banner {background-size:auto 100%;}}*/
.swiper-container {
    width: 100%;
    margin: 35px 0;
}

/*@media screen and (max-width:100px) {.swiper-container {margin:20px 0 15px;}
}*/
/* .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
} */

/*@media screen and (max-width:100px) {.swiper-slide {-webkit-transform:scale(0.97);transform:scale(0.97);}
}*/
.swiper-slide-active,
.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*@media screen and (max-width:100px) {.swiper-slide-active,.swiper-slide-duplicate-active {-webkit-transform:scale(0.97);transform:scale(0.97);}
}*/
.none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.swiper-slide a {
    display: block;
}

/*@media screen and (min-width:100px) {.swiper-slide a:after {position:absolute;top:0;left:0;display:block;box-sizing:border-box;border:5px solid #fff;content:"";width:100%;height:100%;background:url(../images/top_slick_cover_bg01.png) 0 0 repeat;border-radius:5px;}
}*/
.swiper-slide-active a:after {
    background: none;
}

/*@media screen and (max-width:100px) {.swiper-slide a {padding:5px;border-radius:7px;}
}*/
.swiper-slide img {
    width: 100%;
    border-radius: 5px;
    display: block;
}

.swiper-slide a {
    outline: none;
    -moz-outline: none;
}

.single-slider a {
    outline: none;
    -moz-outline: none;
}

/*@media screen and (max-width:100px) {.swiper-slide img {border-radius:7px;}
}*/
.swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    border: 6px solid #00a0e9;
    margin-bottom: 0;
}

/*@media screen and (max-width:100px) {.swiper-pagination {position:relative;margin-bottom:20px;}
.swiper-pagination-bullet {background:#00a0e9;margin-left:2px;margin-right:2px;width:8px;height:8px;margin-bottom:2px;}
.swiper-pagination-bullet-active {width:6px;height:6px;background:#FFF;border:3px solid #00a0e9;margin-bottom:0;}
}*/

.pc-banner .button {
    width: 1000px;
    margin: 0 auto;
    bottom: 43px;
    position: relative;
}

/*@media screen and (max-width:100px) {.button {width:70%;bottom:22px;}
}*/
.pc-banner .button div:hover {
    background-color: #00BFFF;
}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("../images/scroll/left.svg") #888 center 50%/50% 50% no-repeat;
}

.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("../images/scroll/right.svg") #888 center 50%/50% 50% no-repeat;
}

/*@media screen and (max-width:100px) {.button div {width:28px;height:28px;}
}*/

/* .swiper-slide {
    width: 240px;
    height: 374px;
} */

/*Slider Style*/
.sufia-slider {
    margin: 10px auto 0;
    width: 100%;
}

.sufia-slider .single-slider {
    height: 480px;
}

/*.sufia-slider .single-slider {height:600px;background-image:url(img/hero-bg.jpg);background-size:cover;position:relative;}
.sufia-slider .single-slider:before {content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.60);}*/
.sufia-slider .welcome-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: transparent;
}

.sufia-slider .welcome-text.center {
    text-align: center;
}

.sufia-slider .welcome-text.right {
    text-align: right;
}

.sufia-slider .welcome-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}

.sufia-slider .welcome-text h1 span {
    display: block;
    margin-bottom: 20px;
}

.sufia-slider .welcome-text h1 span.des {
    font-size: 24px;
}


.sufia-slider .welcome-text .mtop .btn {
    width: 300px;
    margin-right: 30px;
    border-radius: 30px;
    color: #333;
    background: none;
    height: 60px;
    line-height: 60px;
    padding: 0;
    position: relative;
    margin-top: 200px;
}

.sufia-slider .welcome-text .mtop .btn:hover {
    color: #fff;
    background: #00BFFF;
}

.sufia-slider .welcome-text .mtop .btn.primary {
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    background-color: #60bffe;
}

.sufia-slider .welcome-text .mtop .btn.primary:hover {
    background: #fff;
    color: #333;
    border: 2px solid #fff;
}

.sufia-slider button {
    position: absolute;
    border: none;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    margin-top: -40px;
    z-index: 5;
    color: #fff;
}

.sufia-slider button.PrevArrow {
    width: 40px;
    height: 40px;
    background: url(../images/scroll/left.svg) rgba(0, 0, 0, 0.30) center 50%/50% 50% no-repeat;
    left: 40px;
}

.sufia-slider button.NextArrow {
    width: 40px;
    height: 40px;
    background: url(../images/scroll/right.svg) rgba(0, 0, 0, 0.30) center 50%/50% 50% no-repeat;
}

.sufia-slider button:hover {
    background-color: #00BFFF;
}

.sufia-slider button.NextArrow {
    right: 40px;
}

/* Slider Animation */
.sufia-slider .single-slider.slick-active h1 {
    animation: fadeInDown 1s both 0.6s;
}

.sufia-slider .single-slider.slick-active .btn {
    animation: fadeInUp 1s both 1s;
}

.sufia-slider .single-slider.slick-active .b-arrow {
    animation: fadeInUp 1s both 1.5s;
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
    outline: none;
    box-shadow: none;
}

.sufia-slider .welcome-text .mtop a {
    outline: none
}

/*End Slider Style end*/

/*func_nav start*/
.func_nav {
    width: 1200px;
    margin: 150px auto 20px;
    overflow: hidden;
    clear: both;
}

.func_nav h2 {
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    padding-left: 13px;
    float: left;
}

.func_nav .icot {
    height: 16px;
    width: 4px;
    background: #00BFFF;
    position: absolute;
    top: 8px;
    left: 0;
}

.cate_link {
    float: left;
    width: 100%;
    margin-top: 3px;
}

.cate_link a {
    color: #333;
    border: 1px solid #e8e8e8;
    display: inline-block;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
    padding: 0 11px;
}

.cate_link a:hover {
    color: #fff;
    background: #00BFFF;
    text-decoration: none;
}

.tab-hd a.on {
    background: #00BFFF;
    color: #fff;
}

/*func_nav end*/

/*muban_content*/
.muban_content {
    width: 1200px;
    margin: 0px auto;
}

.mb_cont {
    padding-top: 15px;
    width: 1200px;
    overflow: hidden;
    clear: both;
    padding-bottom: 40px;
}

.wf-container {
    width: 280px;
    position: relative;
    margin-bottom: 20px;
    float: left;
    margin-right: 24px;
    padding-bottom: 5px;
    border: 1px solid #eaeaea;
    box-shadow: #eaeaea 0 0 8px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden;
    border-radius: 5px;
}

.wf-container:nth-child(4n) {
    margin-right: 0;
}

.wf-container:hover {
    opacity: 0.9;
    border-color: #00BFFF;
    box-shadow: rgba(215, 0, 0, .3) 0 0 8px;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    cursor: pointer;
}

.wf-container .item_thumb {
    position: relative;
}

.wf-container .item_thumb img {
    width: 280px;
}

.wf-container .who_share_s {
    clear: both;
}

.wf-container .who_share_s .share_info {
    padding: 8px 0 3px 10px;
    float: left;
    font-size: 13px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wf-container .pageview {
    float: right;
    padding: 5px 8px 0 0;
    font-size: 12px;
    color: #ff7372
}

.wf-container .pageview .good {
    background: url(../images/good.png) no-repeat;
    background-size: 20px auto;
    width: 20px;
    display: inline-block;
    height: 20px;
    vertical-align: -3px;
}

.wf-container .who_share_s .n {
    color: #525252;
}

.wf-container .who_share_s .n:hover {
    color: #00BFFF;
    text-decoration: none;
}

.wf-container .func {
    width: 280px;
    height: 443px;
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.wf-container .screen_s {
    width: 180px;
    margin: 85px auto 0;
    text-align: center;
}

.wf-container .screen_c {
    color: #fff;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}

.wf-container .screen_s .go_start {
    background: #00BFFF;
    padding: 8px 20px;
    color: #fff;
    margin-top: 30px;
    display: block;
    border-radius: 5px;
}

.wf-container a.go_start:hover {
    text-decoration: none;
}

.mb_cont .see_more {
    padding-top: 15px;
    clear: both
}

.mb_cont .see_more a {
    display: block;
    border: 2px solid #ddd;
    width: 160px;
    height: 50px;
    line-height: 46px;
    font-size: 16px;
    margin: 0 auto;
    color: #666;
    clear: both;
    text-align: center;
    border-radius: 25px;
}

.mb_cont .see_more a:hover {
    text-decoration: none;
    background: #00BFFF;
    color: #fff;
    border-color: #00BFFF;
}

.qrcode-img canvas {
    background: #fff;
    padding: 5px;
}

/*登录后*/
.func .login_on .ribbon {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 140px;
    height: 80px;
    text-align: center;
    z-index: 4;
}

.func .login_on .ribbon .ribbon-inner {
    position: absolute;
    left: -40px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    top: 16px;
    padding: 0 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.func .login_on .ribbon .ribbon-inner.check {
    background-color: #00BFFF;
}

.func .login_on .edit .edit-same {
    display: inline-block;
    margin-top: 170px;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
}

.func .login_on .edit {
    text-align: center;
}

.func .login_on .edit .edit-same em {
    display: block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 10px;
    position: relative;
}

.func .login_on .edit .edit-same em.yqh-eye:before,
.func .login_on .edit .edit-same em.yqh-edit:before {
    content: "";
    display: inline-block;
    background: url(/static/pc/muban/img/see.png) no-repeat;
    background-size: 35px auto;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.func .login_on .edit .edit-same em:hover {
    background-color: #00BFFF;
}

.func .login_on .edit .edit-same em.yqh-edit:before {
    background: url(/static/pc/muban/img/edit.png) no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px
}

/*article*/
.article_content {
    width: 1200px;
    margin: 0 auto 50px;
    padding-bottom: 50px;
    overflow: hidden;
    border: 0px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    clear: both;
}

.article_content .article_left {
    border: 3px solid #00BFFF;
    width: 294px;
    float: right;
}

.article_content .article_left_top {
    height: 76px;
    background: #00BFFF;
    overflow: hidden;
    clear: both;
}

.article_content .article_left_top h3 {
    font-size: 28px;
    color: #fff;
    line-height: 76px;
    padding-left: 20px;
    float: left;
}

.article_content .article_left_top span {
    display: inline-block;
    background: rgba(0, 0, 0, .2);
    width: 105px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 25px 0 0 20px;
    font-size: 16px;
}

.side_topic {
    display: inline-block;
    padding: 10px 0 10px 20px;
    overflow: hidden;
}

.side_topic .tj_lan a {
    color: #a60;
    margin-right: 7px;
    font-size: 13px;
    line-height: 30px;
}

.side_topic li {
    position: relative;
    width: 253px;
    line-height: 40px;
    color: #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.side_topic li span.shuzi {
    font: bold 14px 'verdana', '宋体';
    margin-right: 5px;
    color: #999;
}

.side_topic li span.xuhao_1,
.side_topic li span.xuhao_2,
.side_topic li span.xuhao_3 {
    color: #00BFFF;
}

.side_topic li span.xiegang {
    font-size: 14px;
    color: #ccc;
}

.side_topic li a {
    margin-left: 10px;
    height: 25px;
    font-size: 13px;
    line-height: 31px;
    width: 225px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.side_topic li a:hover {
    color: #00BFFF;
}

.article_content .article_more {
    background: #eee;
    height: 50px;
    padding-left: 40px;
    color: #666;
    line-height: 50px;
    font-size: 16px;
}

.article_right {
    width: 900px;
    float: left;
    position: relative;
}

.article_right .pic_two {
    width: 300px;
}

.article_right .cont {
    width: 300px;
    height: 212px;
    padding: 30px 20px;
    color: #666;
    position: relative;
}

.article_right .cont .jt_img {
    width: 50px;
    height: 26px;
    background: url(../images/jt.png) no-repeat;
    position: absolute;
    top: -25px;
    left: 25px;
}

.article_right .cont .cont_tit {
    font-weight: bold;
    font-size: 16px;
}

.article_right .cont .cont_tit a {
    color: #666;
}

.article_right .cont .cont_tit a:hover {
    color: #00BFFF;
}

.article_right .cont .cont_des {
    margin-top: 10px;
    color: #666;
}

.cont_page {
    margin-top: 30px;
}

.cont_page .yj {
    background: url(../images/pageview.png) no-repeat;
    background-size: 24px auto;
    display: inline-block;
    width: 24px;
    height: 21px;
    vertical-align: 2px;
    margin-right: 5px;
    text-indent: -9999em;
}

.cont_page .mess {
    background: url(../images/message.png) no-repeat;
    background-size: 22px auto;
    display: inline-block;
    width: 22px;
    height: 21px;
    vertical-align: 1px;
    margin-right: 5px;
    margin-left: 15px;
    text-indent: -9999em;
}

.article_right .piece_2 {
    position: absolute;
    left: 0;
    top: 424px;
}

.article_right .piece_3 {
    position: absolute;
    left: 300px;
    top: 0;
}

.article_right .piece_4 {
    position: absolute;
    left: 300px;
    top: 212px;
}

.article_right .piece_5 {
    position: absolute;
    left: 600px;
    top: 0;
}

.article_right .piece_6 {
    position: absolute;
    left: 600px;
    top: 424px;
}

/*分类导航*/
.nav_content {
    padding-top: 40px;
    padding-bottom: 30px;
}

.nav_content .navs {
    text-align: center;
    width: 1072px;
    height: 50px;
    margin: 0 auto 2px;
    background: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 50px;
    position: relative;
    padding: 0px 4px;
    -webkit-box-shadow: 0 0px 10px #dcdcdc;
    box-shadow: 0 0px 10px #dcdcdc;
}

.nav_content .navs .bg {
    position: absolute;
    display: block;
    top: 3px;
    left: 1px;
    background: #fff;
    color: rgba(87, 87, 87, 1);
    height: 42px;
    border-radius: 50px;
    display: block;
    width: 177px;
    background: #00BFFF;
    background: -webkit-linear-gradient(left, #00BFFF, #1ac2fb);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00BFFF, #1ac2fb);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00BFFF, #1ac2fb);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(right, #00BFFF, #1ac2fb);
    /* 标准的语法 */
}

.nav_content .navs li {
    color: rgba(87, 87, 87, 1);
    line-height: 42px;
    font-size: 15px;
    color: #505050;
    width: 177px;
    display: inline-block;
    float: left;
    margin: 3px 0;
    position: relative;
    z-index: 2
}

.nav_content .navs li.gl_hover>a {
    color: #fff;
}

.nav_content .navs li>a {
    display: block
}

.nav_content .navs li>a:hover {
    color: #fff
}

.nav_content .navs_menu {
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 10px rgba(18, 21, 21, .5);
    border: 0;
    border-radius: 0;
    top: 42px;
    left: 32px;
    z-index: 777;
    border-radius: 5px;
    display: none;
    min-width: 126px;
}

.nav_content .navs_menu .navs_menu_t::after {
    position: absolute;
    top: -18px;
    left: 47px;
    content: '';
    display: inline-block;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.nav_content .navs_menu a {
    display: block;
    font-size: 14px;
    padding: 0px 25px;
    background: #fff;
    color: #666;
    margin: 10px 0;
    line-height: 30px;
}

.nav_content .navs_menu a:hover {
    color: #00BFFF;
}

.nav_content li.on:hover .navs_menu {
    display: block
}


.userPanel {
    width: 100%;
    height: 600px;
    background: #f6f7fb;
}

.userPanel .title {
    position: relative;
    width: 410px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color: #2e2e30;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "PingFang SC", Avenir, "Segoe UI", "Hiragino Sans GB", STHeiti, "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
    font-size: 50px;
    font-weight: 400;
    padding: 84px 0 16px 0;
}

.userPanel .userArea {
    width: 1200px;
    height: 352px;
    margin: 20px auto 0;
}

.userArea .area {
    width: 144px;
    height: 80px;
    display: inline-block;
    margin: 0 63px 56px 0;
}

.userArea .area1 {
    background: url(/Public/image/home/user01.png?v=202003021754) no-repeat center center
}

.userArea .area2 {
    background: url(/Public/image/home/user02.png?v=202003021754) no-repeat center center
}

.userArea .area3 {
    background: url(/Public/image/home/user03.png?v=202003021754) no-repeat center center
}

.userArea .area4 {
    background: url(/Public/image/home/user04.png?v=202003021754) no-repeat center center
}

.userArea .area5 {
    background: url(/Public/image/home/user05.png?v=202003021754) no-repeat center center
}

.userArea .area6 {
    background: url(/Public/image/home/user06.png?v=202003021754) no-repeat center center
}

.userArea .area7 {
    background: url(/Public/image/home/user07.png?v=202003021754) no-repeat center center
}

.userArea .area8 {
    background: url(/Public/image/home/user08.png?v=202003021754) no-repeat center center
}

.userArea .area9 {
    background: url(/Public/image/home/user09.png?v=202003021754) no-repeat center center
}

.userArea .area10 {
    background: url(/Public/image/home/user10.png?v=202003021754) no-repeat center center
}

.userArea .area11 {
    background: url(/Public/image/home/user11.png?v=202003021754) no-repeat center center
}

.userArea .area12 {
    background: url(/Public/image/home/user12.png?v=202003021754) no-repeat center center
}

.userArea .area13 {
    background: url(/Public/image/home/user13.png?v=202003021754) no-repeat center center
}

.userArea .area14 {
    background: url(/Public/image/home/user14.png?v=202003021754) no-repeat center center
}

.userArea .area15 {
    background: url(/Public/image/home/user15.png?v=202003021754) no-repeat center center
}

.userArea .area16 {
    background: url(/Public/image/home/user16.png?v=202003021754) no-repeat center center
}

.userArea .area17 {
    background: url(/Public/image/home/user17.png?v=202003021754) no-repeat center center
}

.userArea .area18 {
    background: url(/Public/image/home/user18.png?v=202003021754) no-repeat center center
}

.helpCenterPanel {
    width: 100%;
    height: 655px;
    margin-bottom: 90px;
    background: #fff;
    overflow: hidden
}

.helpCenterPanel .title {
    position: relative;
    width: 410px;
    height: 50px;
    line-height: 50px;
    margin: 63px auto 50px auto;
    font-size: 50px;
    font-weight: 400
}

.helpCenterPanel .title a {
    display: block;
    width: 100%;
    color: #2e2e30;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "PingFang SC", Avenir, "Segoe UI", "Hiragino Sans GB", STHeiti, "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif
}

.helpCenterPanel_inner {
    width: 1200px;
    margin: 0 auto
}

.helpCenterPanel_inner .newContentBox {
    float: left;
    width: 550px;
    height: 138px;
    text-align: left;
    vertical-align: top;
    position: relative;
    margin-right: 50px
}

/*.helpCenterPanel_inner .newContentBox.odd{margin-right:100px}*/
.helpCenterPanel_inner .newContentBox a {
    cursor: pointer
}

.helpCenterPanel_inner .newContentBox .newTitle {
    float: left;
    line-height: 18px;
    margin-bottom: 12px;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "PingFang SC", Avenir, "Segoe UI", "Hiragino Sans GB", STHeiti, "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    width: 400px;
    white-space: nowrap;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.helpCenterPanel_inner .newContentBox .newTitle:hover {
    color: #3164ff
}

.helpCenterPanel_inner .newContentBox a:hover .newTitleIcon {
    background-color: #4a68ec
}

.helpCenterPanel_inner .newContentBox .newTitleIcon {
    width: 19px;
    height: 19px;
    background: url(/image/plus.png?v=202003021754) center no-repeat;
    background-color: #a6a6a6;
    position: absolute;
    right: 0;
    top: 14px
}

.helpCenterPanel_inner .newContentBox .border {
    position: absolute;
    left: 87px;
    top: 44px;
    width: 21px;
    border-top: 1px solid #4a68ec
}

.helpCenterPanel_inner .newContentBox .newContent {
    float: left;
    height: 52px;
    width: 450px;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "PingFang SC", Avenir, "Segoe UI", "Hiragino Sans GB", STHeiti, "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 50px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.newContentBox .publishTime {
    width: 70px;
    height: 63px;
    text-align: right;
    margin-right: 30px;
    float: left
}

.publishTime .date {
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #333
}

.publishTime .year {
    font-size: 16px;
    line-height: 28px;
    color: #999
}

.newContentBox .sortIndex {
    width: 60px;
    height: 63px;
    text-align: center;
    margin-right: 30px;
    float: left;
    background: url(/image/sortIcon.png?v=202003021754);
    background-position: 0 0
}

.newContentBox:nth-child(2) .sortIndex {
    background-position: -100px 0
}

.newContentBox:nth-child(3) .sortIndex {
    background-position: 0 -110px
}

.newContentBox:nth-child(4) .sortIndex {
    background-position: -100px -110px
}

.newContentBox:nth-child(5) .sortIndex {
    background-position: 0 -220px
}

.newContentBox:nth-child(6) .sortIndex {
    background-position: -100px -220px
}

.newContentBox:nth-child(7) .sortIndex {
    background-position: 0 -330px
}

.newContentBox:nth-child(8) .sortIndex {
    background-position: -100px -330px
}

.newContentBox .time .day {
    font-size: 20px;
    color: #4c67e8;
    padding: 6px 0 0 0
}

.newContentBox .time .ym {
    font-size: 12px;
    color: #b3b9f5
}

.newContentBox a:hover .time {
    background: #4a68ec
}

.newContentBox a:hover .day {
    color: #fff
}

.newContentBox a:hover .ym {
    color: #b5bcf3
}

/* New Homepage Design V3 */
:root {
    --primary-red: #e64a4a;
    --text-white: #ffffff;
    --bg-gray: #f8f8f8;
    --border-color: #eeeeee;
}

body.new-design {
    background-color: var(--bg-gray);
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.v3-header {
    background-color: #fff;
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid var(--border-color);
}

.v3-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
}

.v3-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* User Section */
.v3-user-section {
    position: relative;
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
}

.v3-user-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    transition: all 0.3s;
}

.v3-user-badge:hover {
    background: #f5f5f5;
}

.v3-user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #eee;
}

.v3-user-name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}

.v3-icon-arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666;
    margin-left: 2px;
    transition: transform 0.3s;
}

.v3-user-section:hover .v3-icon-arrow-down {
    transform: rotate(180deg);
}

.v3-user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 160px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s;
    z-index: 1000;
}

.v3-user-section:hover .v3-user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.v3-user-dropdown a {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
}

.v3-user-dropdown a:hover {
    background: #fdf2f2;
    color: var(--primary-red);
}

.v3-user-dropdown a.logout {
    border-top: 1px solid #eee;
    margin-top: 5px;
    color: #999;
}

.v3-user-dropdown a.logout:hover {
    background: #f5f5f5;
    color: #666;
}

.v3-header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.v3-header .logo-icon {
    width: 140px;
    height: 40px;
    background: url('/static/pc/index/images/logo.png') no-repeat center;
    background-size: contain;
}

.v3-header .logo-text {
    display: none;
    /* Logo image contains text */
}

.v3-nav-container {
    flex: 1;
    display: flex;
    justify-content: center;
}

.v3-nav {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    /* Prevent items from wrapping to a second line */
}

.v3-nav-item {
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    /* Prevent vertical wrapping */
}

.v3-nav-item.active {
    color: var(--primary-red);
}

.v3-nav-item.active::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: var(--primary-red);
}

.v3-login-btn {
    border: 1px solid var(--primary-red);
    color: var(--primary-red);
    padding: 5px 25px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    white-space: nowrap;
    /* Prevent vertical wrapping */
    display: inline-block;
}

.v3-login-btn:hover {
    background: var(--primary-red);
    color: #fff;
}

.v3-content-wrapper {
    margin-top: 50px;
}

.v3-nav-wrapper {
    display: none;
    /* Integrated into header on PC */
}

/* Mobile specific overrides for nav */
@media (max-width: 991px) {
    .v3-nav-container {
        display: none;
    }

    .v3-nav-wrapper {
        display: block;
        background: #fff;
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 999;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .v3-nav {
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        padding: 0 10px;
    }

    .v3-header {
        height: 60px;
    }

    .v3-content-wrapper {
        margin-top: 110px;
    }

    .v3-header .logo-icon {
        height: 32px;
        width: 110px;
    }
}

.v3-section-title {
    padding: 12px 15px 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-top: 0;
    border-left: 4px solid var(--primary-red);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.v3-section-title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.v3-section-title .more {
    color: #999;
    font-size: 14px;
    text-decoration: none;
}

.v3-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
}

.v3-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.v3-card .thumb-wrap {
    position: relative;
    width: 100%;
    padding-top: 140%;
    /* Aspect ratio */
}

.v3-card .thumb-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v3-card .badge {
    position: absolute;
    top: -5px;
    left: -5px;
    background: var(--primary-red);
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    transform: rotate(-45deg);
    padding-top: 20px;
    width: 60px;
    text-align: center;
    z-index: 2;
}

.v3-card .card-info {
    padding: 8px;
    text-align: center;
}

.v3-card .card-title {
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v3-card .preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 3;
}

.v3-card:hover .preview-overlay {
    opacity: 1;
}

.v3-preview-btn {
    background: #ff9800;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.v3-float-menu {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.v3-float-item {
    width: 50px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    font-size: 11px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.v3-float-item i {
    font-size: 20px;
    margin-bottom: 3px;
}

.v3-float-item:hover {
    color: var(--primary-red);
}

.v3-about-section {
    background: #fff;
    padding: 20px 15px;
    margin-top: 10px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.v3-about-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.v3-about-section p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.v3-tags {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background: #fff;
    margin-top: 1px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.v3-tag {
    background: #fdf2f2;
    color: var(--primary-red);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
}

/* @media for grid */
@media (max-width: 991px) {
    .v3-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Hide items > 6 on mobile to maintain 2 rows of 3 */
    .v3-grid .v3-card:nth-child(n+7) {
        display: none !important;
    }
}

@media (min-width: 1200px) {

    .v3-header,
    .v3-content-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .v3-grid {
        grid-template-columns: repeat(5, 1fr);
        max-width: 1200px;
        margin: 0 auto;
    }

    .v3-header .logo,
    .v3-nav {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }
}

/* Back to top fixed */
.v3-backtop {
    width: 40px;
    height: 40px;
    background: #ccc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0.8;
}

/* end of V3 styles */

body.new-design .sidebar {
    display: none !important;
}

body.new-design .footer {
    border-top: 10px solid var(--bg-gray);
    margin-top: 10px;
}

/* Mobile Responsiveness for Home Page */
@media (max-width: 1200px) {

    .pc-banner,
    .sufia-slider,
    .func_nav,
    .muban_content,
    .mb_cont,
    .helpCenterPanel_inner,
    .userPanel .userArea,
    .pc-banner .button {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }

    .screen_bg {
        display: none !important;
    }

    .swiper-container,
    .swiper-wrapper,
    .swiper-pagination,
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .swiper-slide {
        width: 160px !important;
        /* Smaller size for mobile swiper */
    }

    .sufia-slider .single-slider {
        height: 480px !important;
        min-height: 480px !important;
    }

    .sufia-slider .welcome-text {
        height: 100% !important;
    }

    .sufia-slider .welcome-text .mtop .btn {
        margin-top: 150px !important;
        /* Move button up slightly for mobile if needed */
        width: 200px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 18px !important;
    }

    .helpCenterPanel_inner .newContentBox {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
        height: auto !important;
    }

    .newContentBox .newTitle,
    .newContentBox .newContent {
        width: calc(100% - 100px) !important;
    }

    .userPanel {
        height: auto !important;
        padding-bottom: 30px;
    }

    .userPanel .title,
    .helpCenterPanel .title {
        width: 100% !important;
        font-size: 30px !important;
        height: auto !important;
        padding: 40px 0 10px 0 !important;
        margin: 20px auto !important;
    }

    .userArea .area {
        margin: 5px !important;
        width: 70px !important;
        height: 40px !important;
        background-size: contain !important;
    }

    /* 2-column grid for templates on home page */
    .wf-container {
        width: 48% !important;
        margin-right: 2% !important;
        margin-bottom: 20px !important;
        float: left !important;
        box-sizing: border-box !important;
        height: auto !important;
    }

    .wf-container:nth-child(2n) {
        margin-right: 0 !important;
    }

    .wf-container .item_thumb img {
        width: 100% !important;
        height: auto !important;
    }

    .wf-container .item_thumb {
        height: auto !important;
    }

    .wf-container .who_share_s {
        height: auto !important;
        padding-bottom: 5px;
    }

    .wf-container .who_share_s .share_info {
        width: calc(100% - 60px) !important;
        padding: 5px 0 5px 8px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 768px) {
    .cate_link a {
        font-size: 14px !important;
        height: 36px !important;
        line-height: 36px !important;
        padding: 0 8px !important;
        margin-bottom: 5px;
    }
}

/*首页灰色*/
/*
html {　filter:grayscale(100%);　　-webkit-filter:grayscale(100%);　　-moz-filter:grayscale(100%);　　-ms-filter:grayscale(100%);　　-o-filter:grayscale(100%);    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);　　-webkit-filter:grayscale(1); -webkit-filter: grayscale(100%);}
*/