body {
    background-color: #fdf5ff !important;
}
body.hsheader:before {
    height: 70px;
    display: block;
    content: "";
}
.header {
    height: 70px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #fff;
}
.header .logo {
    display: block;
    position: absolute;
    z-index: 0;
    top: 15%;
    left: 16px;
}
.header .txtr {
    line-height: 70px;
}
.header .logo img {
    height: 50px;
}

.bdl {
    border-left: 1px solid #e6e6e6;
}

.header .switch {
    height: 18px;
    line-height: 18px;
    width: 36px;
    padding: 1px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid #343a40;
    display: inline-block;
    margin-right: 30px;
}
.header .switch i {
    border-radius: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
}
.header .switch i img {
    vertical-align: middle;
}

.header .search {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}
.header .search svg {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.header .search.active p {
    width: 318px;
    opacity: 1;
}
.header .search p {
    position: absolute;
    right: -13px;
    opacity: 0;
    top: 0;
    width: 0;
    height: 34px;
    border: 1px solid #e6e6e6;
    top: 50%;
    margin-top: -17px;
    border-radius: 40px;
    background: #f9f9fa;
    overflow: hidden;
}
.header .search p input {
    border: none;
    background: transparent;
    width: 100%;
    height: 34px;
    vertical-align: top;
    text-indent: 15px;
    line-height: 34px;
}
.ico_inputclose {
    width: 14px;
    height: 14px;
    background: url(/client/images/icon/input_close_ico.svg) no-repeat right
        center;
    background-size: 14px auto;
    position: absolute;
    right: 51px;
    margin-top: -7px;
    top: 50%;
    display: none;
}
.cr10 + .ico_inputclose {
    right: 10px;
}
.cr100 + .ico_inputclose {
    right: 100px;
}

.vmidall * {
    vertical-align: middle;
}
.login_ico {
    background: url(/client/images/icon/login_ico.svg) no-repeat center;
    background-size: auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.header .logincont {
    height: 70px;
    position: relative;
    text-align: right;
    padding-right: 30px;
}
.header .logincont.sp2 {
    text-align: center;
    box-sizing: border-box;
    padding: 0 24px;
}
.header .logincont a {
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.footer .logo img:first-child {
    margin-right: 25px;
    height: 40px;
}
.footer .content {
    margin-left: 80px;
}
.footer .content .des {
    line-height: 17px;
    margin-top: 10px;
}
.footer .content .btlink {
    margin-top: 30px;
}
.footer .content .btlink a {
    padding: 12px 15px;
    border: 1px solid #fff;
    margin-right: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    box-sizing: border-box;
}
.footer .content .btlink a img {
    margin-left: 20px;
    height: 18px;
}
.footer .fleft {
    float: left;
}
.footer .fright {
    margin-right: 145px;
    position: absolute;
    right: 0;
    top: 40px;
}
.footer .content .copy {
    line-height: 14px;
    margin-top: 30px;
    font-size: 12px;
}
.footer .tit {
    margin-top: 4px;
    line-height: 24px;
    font-weight: bold;
}
.footer .sns {
    margin-top: 40px;
}
.footer .sns:hover {
    overflow: inherit;
}
.footer .sns a {
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
    width: 80px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 80px;
    margin-right: -11px;
    background: rgba(1, 55, 255, 0);
    position: relative;
}
.footer .sns a:hover {
    z-index: 2;
    border-color: rgba(255, 255, 255, 0.8);
}
.footer .sns img {
    height: 23px;
    vertical-align: middle;
}
.footer .sns a p {
    position: absolute;
    left: 50%;
    bottom: 90px;
    margin-left: -65px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 5px 5px 0;
    box-sizing: border-box;
    width: 130px;
    height: 150px;
    opacity: 0;
}
.footer .sns a p img {
    height: 120px;
}
.footer .sns a p i {
    font-size: 14px;
    line-height: 14px;
    display: block;
}

.footer .sns a div {
    position: absolute;
    left: 0;
    bottom: -24px;
    line-height: 14px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    width: 80px;
    height: 14px;
    opacity: 0;
}

.footer .sns a:hover p,
.footer .sns a:hover div {
    opacity: 1;
}

.nav_left {
    width: 160px;
    font-size: 0;
    background: #fcfcfc;
    position: fixed;
    top: 70px;
    left: 0px;
    bottom: 0;
    border-right: 1px solid #e6e6e6;
}
.nav_left a {
    padding-left: 14px;
    color: #000;
    height: 44px;
    line-height: 44px;
    display: block;
    position: relative;
    background: rgba(1, 55, 254, 0);
    margin-bottom: 10px;
}
.nav_left a.crently,
.nav_left a:hover {
    background: rgba(253, 245, 255, 1);
    color: #8b138e;
}
.nav_left a:before {
    width: 3px;
    height: 44px;
    background: #8b138e;
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.nav_left a.crently:before,
.nav_left a:hover:before {
    opacity: 1;
}
.nav_left a i {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 24px;
    margin-right: 10px;
    text-align: center;
}
.nav_left em {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}
.nav_left a i img {
    max-height: 22px;
    max-width: 24px;
    vertical-align: middle;
    display: inline-block;
}
.nav_left a:after {
    content: "";
    height: 46px;
    position: absolute;
    right: 25px;
    top: 0;
    width: 27px;
    background: url(/client/images/icon/arrow_right_little_white.svg) no-repeat
        right center;
    background-size: auto 10px;
    opacity: 0;
}
.nav_left a.crently:after,
.nav_left a:hover:after {
    right: 17px;
    opacity: 1;
}

.main_right {
    margin-left: 160px;
    padding-left: 1px;
}

.home_swiper .content {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 62px;
}
.home_swiper a {
    color: #fff;
}
.home_swiper .bgcover {
    height: 440px;
}
.home_swiper.sp3 .bgcover {
    height: 400px;
}
.home_swiper .tag1 {
    top: 0;
    left: 0;
    font-weight: bold;
    line-height: 20px;
}
.home_swiper .tag1 em {
    width: 14px;
    height: 14px;
}
.home_swiper .tag1 i {
    margin-left: 8px;
}
.home_swiper .tag1.sp2 {
    line-height: 28px;
    top: -4px;
}
.home_swiper .tag1.sp2 i {
    margin-left: 12px;
}

.home_swiper .tag2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    cursor: pointer;
}
.home_swiper .tag2.sp2 {
    width: auto;
    margin-right: 200px;
    font-size: 28px;
    line-height: 35px;
}
.home_swiper .tag3 {
    width: 55%;
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
    cursor: pointer;
}

.home_swiper .tag4 {
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 16px;
    line-height: 28px;
}

.arrow_right_white:after {
    content: "";
    width: 27px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(/client/images/icon/arrow_right_white.svg) no-repeat right
        center;
    background-size: 100% auto;
}

.home_swiper .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0) 15.1%,
        rgba(0, 0, 0, 0) 56.25%,
        #000000 100%
    );
}

.home_swiper.sp2 .swiper-slide:after {
    background: radial-gradient(
        39.43% 29.75% at 8.66% 0%,
        #0137fe 0%,
        rgba(1, 55, 254, 0) 100%
    );
}
.home_swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.23);
    width: 24px;
    height: 2px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.home_swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: left;
    left: 30px;
    bottom: 30px;
    height: 2px;
    font-size: 0;
    right: 30px;
    width: auto;
}
.home_swiper .swiper-container-horizontal > .swiper-pagination-bullets span {
    vertical-align: top;
}
.home_swiper
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin-right: 5px;
}
.home_swiper .swiper-pagination-bullet-active {
    width: 120px;
    background: rgba(255, 255, 255, 1);
}
.home_swiper .sarrow {
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/client/images/icon/arrow_right_white.svg);
    background-size: 13px auto;
    margin: 0;
    top: 50%;
    right: 0;
    margin-top: -22px;
    margin-right: 20px;
    opacity: 0;
}
.home_swiper:hover .sarrow {
    opacity: 1;
}
.home_swiper .sarrow.flipx {
    left: 0;
    margin-right: auto;
    margin-left: 20px;
}

.home_swiper .swiper-slide-active .tag2 {
    animation: fadeInUp 0.5s ease-in;
}
.home_swiper .swiper-slide-active .tag3 {
    animation: fadeInUp 0.55s ease-in;
}

.banner_small {
    width: 30%;
    height: 440px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.banner_small a {
    display: block;
    height: 220px;
    position: relative;
}
.home_swiper .banner_small a img {
    width: 100%;
    height: 100%;
}
.home_swiper .banner_small a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0.01%,
        rgba(0, 0, 0, 0.5) 0.02%,
        rgba(0, 0, 0, 0.7) 100%
    );
}
.banner_small a p {
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    opacity: 0.7;
    z-index: 1;
}

.content_news1 {
    border-top: 1px solid #e6e6e6;
    position: relative;
    width: 70%;
}
.content_news1:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #e6e6e6;
}
.content_news1.sp2 {
    margin-right: 0;
    width: 70%;
    min-width: 800px;
}
.content_news2 {
    width: 30%;
    float: right;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}
.content_news2.sp2,
.research_list.sp2 {
    height: auto;
    overflow: inherit;
    padding-top: 0;
}
.content_news2.nofloat {
    float: inherit;
}
.content_news1 .title {
    line-height: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 30px;
}
.content_news1 .title p {
    opacity: 0.5;
}

.new_top_sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 70px;
}

.rss_content {
    background: #f9f9fa;
    background-size: 77px auto;
    height: 140px;
    border-top: 1px solid #e6e6e6;
    padding: 30px 130px 30px 30px;
}
.rss_content:before {
    width: 77px;
    height: 85px;
    position: absolute;
    top: 24px;
    right: 30px;
    background: #f9f9fa url(/client/images/icon/rss_bg.svg) no-repeat center;
    background-size: 77px auto;
}
.rss_content.sp2 {
    position: relative;
    border-top: none;
}
.rss_content.sp2:after {
    height: 1px;
    background: #e6e6e6;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.rss_content a.input_line {
    width: 200px;
    line-height: 40px;
    color: #fff;
    left: 51px;
    bottom: 30px;
    text-align: center;
    font-size: 14px;
    position: absolute;
}

.chead {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.chead i {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}
.chead a {
    position: absolute;
    right: 0;
    top: 0;
    color: #adb5bd;
    font-size: 14px;
    font-weight: normal;
}
.chead a:after {
    content: "";
    width: 5px;
    height: 24px;
    background: url(/client/images/icon/arrow_right_little_gray.svg) no-repeat
        right center;
    background-size: auto 7px;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
}
.chead.sp2 a {
    right: 30px;
}

.com_title {
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    height: 59px;
}
.content_news1 .com_title {
    height: 79px;
}
.com_title.nbd {
    border-bottom: none;
}
.com_title .tit1 {
    font-size: 0;
    line-height: 28px;
    margin-top: 25px;
}
.com_title .tit1.sp2 {
    margin-top: 26px;
}
.com_title .tit1 i {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin-left: 24px;
    margin-right: 12px;
}
.com_title .tit1 * {
    vertical-align: middle;
    display: inline-block;
}
.com_title .tit1 em {
    margin-right: 12px;
}
.com_title .tit1 .nw {
    font-weight: normal;
}
.com_title .date_crently {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    border-left: 1px solid #e6e6e6;
    font-weight: bold;
}
.com_title .date_crently i,
.com_title .date_crently b {
    position: absolute;
    line-height: 28px;
    font-size: 28px;
}
.com_title .date_crently i {
    top: 10px;
    left: 10px;
}
.com_title .date_crently b {
    bottom: 10px;
    right: 10px;
}
.com_title .date_crently:before {
    transform: rotate(135deg);
    position: absolute;
    width: 80px;
    height: 1px;
    background: #000;
    content: "";
    top: 50%;
    left: 0;
}

.news_list1 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.news_list1 .item {
    padding: 10px;
    display: flex;
    margin: 10px 20px 10px;
    border-radius: 10px;
    background: #fdf5ff;
}
.news_list1 .item:hover {
    background: #f0e9f2;
}
.news_list1 .item .img {
    height: 160px;
    font-size: 0;
    border-radius: 4px;
}
.hoverimg {
    position: relative;
    overflow: hidden;
}
.hoverimg:hover img {
    transform: scale(105%);
    translate: transform 0.35s ease;
}
.hoverimg2 .img {
    position: relative;
    overflow: hidden;
    display: block;
}
.hoverimg2:hover .img img {
    transform: scale(105%);
    translate: transform 0.35s ease;
}
.news_list1 .item .img img {
    height: 100%;
    border-radius: 4px;
}
.news_list1 .item .content {
    flex: 1;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}
.news_list1 .item .content .time {
    line-height: 15px;
    font-size: 12px;
}
.news_list1 .item .content .tit {
    line-height: 26px;
    font-size: 18px;
    margin-top: 10px;
}
.news_list1 .item .content .des {
    line-height: 22px;
    font-size: 12px;
    margin-top: 10px;
}
.news_list1 .item .content .more {
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.news_list1 .item .content .more a:first-child {
    margin-left: 0;
}

/* .news_list1 .item .content .more:after{content:"";background:url(../images/arrow_right_dark.svg) no-repeat right center;width:27px;height:15px;display:inline-block;vertical-align:top;margin-left:20px;}
body.dark .news_list1 .item .content .more:after{background:url(../images/arrow_right_white.svg) no-repeat right center;} */

.news_list2 {
    padding-left: 22px;
    margin: 0 30px;
}
.news_list2 dt {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 12px;
    margin-top: 30px;
    position: relative;
}
.news_list2 dt:before {
    content: "";
    width: 6px;
    height: 1px;
    background: #000;
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -1px;
    opacity: 0.5;
}
.news_list2 dt img {
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
    margin-left: 5px;
}
.news_list2 dd {
    line-height: 24px;
    margin-top: 10px;
}
.news_list2 dd a.uline {
    text-decoration: underline;
    text-decoration-color: #ff0000;
}
.news_list2 dd div {
    margin-top: 10px;
}

.slider_recomand {
    border-top: 1px solid #e6e6e6;
    padding: 30px;
    position: relative;
}

.slider_recomand .list {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 29px;
    font-size: 0;
}
.slider_recomand .list .item {
    width: 280px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-right: 30px;
    background: #fff;
}
.slider_recomand .list .item:hover {
    background: #fafafa;
}
.slider_recomand .list .item:last-child {
    margin-right: 0;
}
.slider_recomand .list .item .flex {
    border-top: 1px solid #e6e6e6;
}
.slider_recomand .list .item .flex1 {
    padding: 12px 16px;
    color: #000;
    overflow: hidden;
}
.slider_recomand .list .item .tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
.slider_recomand .list .item .des {
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
}
.slider_recomand .list .item .icon {
    border-left: 1px solid #e6e6e6;
    width: 60px;
    height: 60px;
    width: 36px;
    height: 36px;
    padding: 12px;
}
.slider_recomand .list .item .icon img {
    border-radius: 6px;
}

.slider_recomand.sp2 {
    padding-bottom: 30px;
    padding-right: 0;
}
.slider_recomand.sp2 .list {
    padding-bottom: 0;
}
.slider_recomand.sp2.mp2 .list .item {
    padding: 15px 15px 15px 90px;
}
.slider_recomand.sp2.mp2 .list .item .img {
    left: 15px;
    right: auto;
    border-radius: 9px;
}
.slider_recomand.sp2 .list .item {
    width: 290px;
    height: 100px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    position: relative;
    padding: 15px 90px 15px 15px;
    vertical-align: top;
}
.slider_recomand.sp2 .list .item:hover {
    background: #fafafa;
}
.slider_recomand.sp2 .list .item .img {
    position: absolute;
    right: 15px;
    left: auto;
    width: 60px;
    top: 15px;
    border-radius: 100%;
    overflow: hidden;
}
.slider_recomand.sp2 .list .item .tit {
    font-size: 15px;
    line-height: 24px;
}
.slider_recomand.sp2 .list .item .des {
    color: #adb5bd;
    line-height: 18px;
}
.slider_recomand.sp2 .scroll_arrow {
    bottom: 50px;
    height: 100px;
}
.slider_recomand.sp2 .list .item:last-child {
    margin-right: 30px;
}

.slider_recomand .scroll_arrow {
    position: absolute;
    bottom: 30px;
    right: 0;
    top: 0;
    width: 100px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    cursor: pointer;
    z-index: 2;
}
.slider_recomand .scroll_arrow:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/client/images/icon/arrow_right_dark.svg) no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin: -10px 0 0 0;
}
.slider_recomand .scroll_arrow.prev {
    left: 0;
    right: auto;
    transform: rotate(180deg);
}
.slider_recomand .scroll_arrow.swiper-button-disabled {
    display: none;
}

#download_app {
    position: fixed;
    bottom: 10px;
    width: 140px;
    z-index: 2;
    cursor: pointer;
    padding-left: 10px;
    font-size: 0;
}
#download_app img {
    width: 100%;
}
#download_app i {
    position: absolute;
    right: 9px;
    top: 9px;
    display: inline-block;
}
.close_ico {
    background: url(/client/images/icon/close_circle_white.svg) no-repeat center;
    background-size: 10px;
    width: 10px;
    height: 10px;
}
.research_list {
    border-top: 1px solid #e6e6e6;
    padding: 30px 30px 0;
    position: relative;
    width: 30%;
    box-sizing: border-box;
}
.research_list.sp3 {
    border-top: none;
    width: 100%;
    float: inherit;
    overflow: hidden;
    padding: 30px 15px 6px;
}
.research_list.sp3 .rlist {
    display: flex;
    padding-top: 0;
    flex-wrap: wrap;
}
.research_list.sp3 .rlist .item {
    width: 396px;
    box-sizing: border-box;
    margin: 0 15px 30px;
    width: calc(33.333% - 30px);
}
.research_list.sp3 .rlist .item .img {
    margin: 20px 19px 0;
    padding: 0;
    border-bottom: none;
}
.research_list.sp3 .rlist .item .img {
    border-radius: 4px;
}
.research_list.sp3 .rlist .item .content {
    padding: 19px 19px 29px;
    border-top: none;
}

.research_list.sp4 {
    border-top: none;
    width: 100%;
    float: inherit;
    overflow: hidden;
    padding: 30px 15px 6px;
}
.research_list.sp4 .rlist {
    display: flex;
    padding-top: 0;
    flex-wrap: wrap;
}
.research_list.sp4 .rlist .item {
    width: 396px;
    box-sizing: border-box;
    margin: 0 15px 30px;
    width: calc(33.3333% - 30px);
}
.research_list.sp4.twoloum .rlist .item {
    width: calc(50% - 30px);
}
.research_list.sp4 .rlist .item .img {
    margin: 20px 20px 0;
    padding: 0;
    border-radius: 4px;
}
.research_list.sp4 .rlist .item .content {
    margin: 19px 19px 29px;
    border-top: none;
    position: relative;
    padding: 0;
}
.research_list.sp4 .rlist .item .tit {
    margin-right: 60px;
}
.research_list.sp4 .rlist .item .content .ico {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}
.research_list.sp4 .rlist .item .tit {
    margin-right: 60px;
}
.research_list.sp4 .rlist .item .time {
    font-size: 14px;
    line-height: 17px;
    margin-top: 27px;
    position: relative;
}
.research_list.sp4 .rlist .item .time i {
    opacity: 0.5;
}
.research_list.sp4 .rlist .item .time em {
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
}

.research_list .rlist {
    padding-top: 10px;
}
.research_list .rlist .item {
    border: 1px solid #e6e6e6;
    display: block;
    margin-top: 20px;
    background: #fff;
}
.research_list .rlist .item:hover {
    background: #fafafa;
}
.research_list .rlist .item .img {
    font-size: 0;
    margin: 20px 20px 0;
    background: linear-gradient(180deg, #f4f7ff 0%, #ffffff 30.1%, #ffffff 100%),
        #ffffff;
    display: block;
}

.research_list .rlist .item .img img {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.research_list .rlist .item .content {
    padding: 9px 19px 18px;
    border-top: 1px solid #e6e6e6;
}
.research_list .rlist .item .content .tit {
    line-height: 24px;
}
.research_list .rlist .item .content .des {
    line-height: 19px;
    margin-top: 9px;
    opacity: 0.6;
    height: 38px;
}

.research_list .flist .item {
    display: block;
    margin-top: 30px;
    background: #fff;
    padding-left: 160px;
    min-height: 80px;
    position: relative;
}
.research_list .flist .item .img {
    font-size: 0;
    width: 145px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
}

.research_list .flist .item .img img {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.research_list .flist .item .tit {
    line-height: 24px;
    height: 72px;
}
.research_list .flist .item .content {
    margin-top: 8px;
    margin-left: -160px;
    position: relative;
    line-height: 20px;
}
.research_list .flist .item .content .ico {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 6px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}
.research_list .flist .item .content .time {
    font-size: 14px;
}
.research_list .flist .item .content .time i {
    color: rgba(0, 0, 0, 0.5);
}

.research_list.sp2 .rlist .item .img {
    border-bottom: 1px solid #fff;
    background: none;
    border-radius: 4px;
}
.research_list.sp2 .rlist .item .img p {
    border-radius: 4px;
}
.research_list.sp2 .rlist .item .img img {
    border-radius: 4px;
}
.research_list.sp2 .rlist .item .content {
    margin: 15px 20px 20px 20px;
    padding: 0;
    position: relative;
    border-top: none;
}
.research_list.sp2 .rlist .item .content .ico {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}
.research_list.sp2 .rlist .item .tit {
    margin-right: 60px;
}
.research_list.sp2 .rlist .item .time {
    font-size: 14px;
    line-height: 16px;
    margin-top: 30px;
    position: relative;
}
.research_list.sp2 .rlist .item .time i {
    opacity: 0.5;
}
.research_list.sp2 .rlist .item .time em {
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
}

a.linmore {
    height: 54px;
    line-height: 54px;
    background: #f9f9fa;
    text-align: center;
    color: #adb5bd;
    display: block;
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
}
a.linmore:after {
    content: "";
    background: url(/client/images/icon/arrow_right_gray.svg) no-repeat right
        center;
    background-size: 24px auto;
    width: 24px;
    height: 54px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
a.linmore.no:after {
    display: none;
}

/**弹出插件**/
.d-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
}
.dialog-pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.d-mask {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
.dialog-content {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.modal-in .dialog-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.modal-out .dialog-content {
    opacity: 0;
    z-index: 10999;
    -webkit-transform: translate3d(0, 0, 0) scale(0.815);
    transform: translate3d(0, 0, 0) scale(0.815);
}
.modal-in .d-mask {
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
}
.modal-out .d-mask {
    background-color: rgb(0, 0, 0);
    opacity: 0;
}
/*.maskbody{filter:blur(3px);position:absolute;top:0;left: 0;}*/
.modal-in .close {
    opacity: 1;
}
.modal-out .close {
    opacity: 0;
}

.dialog-content {
    position: relative;
    z-index: 100;
    width: auto;
    text-align: center;
    background: #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1.185);
    transform: translate3d(0, 0, 0) scale(1.185);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.dialog-pop.sp2 .dialog-content {
    background: transparent;
}
.dialog-pop .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    padding: 15px;
    background: #fafafa url(./client/images/icon/close_dark_ico.svg) no-repeat
        center;
    background-size: 16px 16px;
    z-index: 2;
    cursor: pointer;
    border-radius: 46px;
}
.dialog-pop.sp2 .close {
    right: 30px;
    top: 30px;
}
.dialog-content iframe {
    width: 100%;
    height: 100%;
}

/**登录**/
.login_area {
    height: 520px;
}
.login_area.sp2 {
    height: 600px;
}
.login_area.sp2 .part1 {
    background: #000 url(/client/images/bg/login2_bg.png) no-repeat center
        bottom;
    background-size: 340px auto;
}
.login_area .part1 {
    width: 340px;
    background: #000 url(/client/images/bg/login_bg.png) no-repeat center;
    background-size: 340px auto;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    color: #fff;
}
.login_area .part1 .bot {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
}
.login_area .part1 .bot .tit {
    line-height: 44px;
}
.login_area .part1 .bot .tit i {
    line-height: 44px;
    font-size: 44px;
    display: inline-block;
}
.login_area .part1 .bot .tit em {
    line-height: 26px;
    font-size: 26px;
    margin-left: 10px;
    display: inline-block;
}
.login_area .part1 .bot .tit em.bl {
    display: block;
}
.login_area .part1 .bot .des {
    margin-top: 80px;
    font-size: 14px;
    line-height: 20px;
}

.com_banner {
    height: 200px;
    background: url(/client/images/banner/banner_bg.svg) repeat center;
    background-size: auto 100%;
    position: relative;
}
.com_banner.sp2 {
    height: 124px;
}
.com_banner .imgbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.com_banner .imgbg img {
    width: 100%;
    height: 100%;
}
.com_banner:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tab_menu {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
.tab_menu a {
    padding-left: 30px;
    width: 225px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}
.tab_menu a i {
    position: relative;
    z-index: 2;
}
.tab_menu a:after {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    transform: skew(30deg);
}
.tab_menu a:first-child {
    padding-left: 60px;
    margin-left: -30px;
}
.tab_menu a.crently:after {
    background: #0137fe;
}
.tab_menu a.crently {
    color: #fff;
    font-weight: bold;
}
.tab_menu a.crently em {
    color: #fff;
}
.tab_menu a em {
    position: absolute;
    right: 20px;
    top: 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: normal;
    z-index: 2;
}
.tab_menu.sp2 a {
    width: 200px;
}

.tab_menu2 {
    overflow: hidden;
    font-size: 0;
    z-index: 2;
}
.tab_menu2 a {
    padding-bottom: 13px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-left: 30px;
    line-height: 23px;
}
.tab_menu2 a em {
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
}
.tab_menu2 a.crently {
    font-weight: bold;
    color: #0137fe;
}
.tab_menu2 a.crently:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #0137fe;
    position: absolute;
    left: 0;
    bottom: 0;
}

.type_list a {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 3px;
    background: rgba(1, 55, 254, 0.06);
    color: rgba(1, 55, 254, 0.6);
}
.type_list a.crently {
    background: #0137fe;
    color: #fff;
}

.detail_header {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.detail_header.sp2 {
    border-bottom: none;
}
.detail_header .img {
    position: relative;
}
.detail_header .img:before {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 56.98%,
        #ffffff 100%
    );
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.detail_header .content {
    position: relative;
    z-index: 2;
    padding: 0 30px;
}
.detail_header .content.sp2 {
    margin-top: 0;
}
.detail_header .content .tit {
    margin-top: 14px;
    font-size: 30px;
    line-height: 43px;
    padding-right: 220px;
}
.detail_header .content .tag a:first-child {
    margin-left: 0;
}
.detail_header .content .time {
    font-size: 14px;
    line-height: 17px;
    margin-top: 43px;
}
.detail_header .content .time i {
    font-size: 12px;
    opacity: 0.5;
}
.detail_header .share {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 17px;
}
.detail_header.sp2 .share {
    width: 100%;
}

.detail_header .share .bshare-custom a p {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -45px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    width: 90px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 2;
}
.detail_header.sp2 .share .bshare-custom a p {
    margin-left: -40px;
    left: 30px;
    margin-left: 0;
    width: 80px;
}
.detail_header .share .bshare-custom a img {
    width: 100%;
    display: block;
}
.detail_header .share .bshare-custom a i,
.detail_header.sp2 .share .bshare-custom a b {
    font-size: 12px;
    line-height: 12px;
    display: block;
    font-weight: normal;
    margin-top: 5px;
    color: #000;
}
.detail_header .share .bshare-custom a:hover p {
    display: block;
}

.detail_header .share i {
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
}
.detail_header .share .bshare-custom {
    display: inline-block;
    vertical-align: top;
    line-height: 17px !important;
}
.detail_header .share .bshare-custom a {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: 0;
    margin-left: 14px;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
}
.detail_header .share .bshare-custom a:before {
    content: "";
    width: 20px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-filter: drop-shadow(2000px 0 0 #000);
    filter: drop-shadow(2000px 0 0 #000);
    margin-left: -2000px;
    transition: 0s;
}
.detail_header .share .bshare-custom a b {
    width: 0;
    color: #0137fe;
    font-size: 12px;
    display: block;
    overflow: hidden;
}
.detail_header .share .bshare-custom a.bshare-twitter:before {
    background: url(/client/images/icon/share_1_ico.svg) no-repeat left center;
    background-size: auto 14px;
}
.detail_header .share .bshare-custom a.bshare-weixin:before {
    background: url(/client/images/icon/share_2_ico.svg) no-repeat left center;
    background-size: auto 14px;
    z-index: 2;
}
.detail_header .share .bshare-custom a.bshare-sinaminiblog:before {
    background: url(/client/images/icon/share_3_ico.svg) no-repeat left center;
    background-size: auto 14px;
}
.detail_header .share .bshare-custom a.bshare-clipboard:before {
    background: url(/client/images/icon/share_4_ico.svg) no-repeat left center;
    background-size: auto 14px;
}
.detail_header .share .bshare-custom a.createphoto:before {
    background: url(/client/images/icon/share_5_ico.svg) no-repeat left center;
    background-size: auto 14px;
}

.detail_header .share .bshare-custom a:hover b {
    width: auto;
}
.detail_header .share .bshare-custom a.bshare-twitter:hover:before {
    background: url(/client/images/icon/share_1_h_ico.svg) no-repeat left center;
    background-size: auto 14px;
}
.detail_header .share .bshare-custom a.bshare-weixin:hover:before {
    background: url(/client/images/icon/share_2_h_ico.svg) no-repeat left center;
    background-size: auto 14px;
}
.detail_header .share .bshare-custom a.bshare-sinaminiblog:hover:before {
    background: url(/client/images/icon/share_3_h_ico.svg) no-repeat left center;
    background-size: auto 14px;
}
.detail_header .share .bshare-custom a.bshare-clipboard:hover:before {
    background: url(/client/images/icon/share_4_h_ico.svg) no-repeat left center;
    background-size: auto 14px;
}
.detail_header .share .bshare-custom a.createphoto:hover:before {
    background: url(/client/images/icon/share_5_h_ico.svg) no-repeat left center;
    background-size: auto 14px;
}
.detail_header .share .bshare-custom a:hover {
    opacity: 1;
}
.detail_header .share .bshare-custom a:hover:before {
    margin-left: 0;
    -webkit-filter: drop-shadow(-20px 0 0 #fff);
    filter: drop-shadow(-20px 0 0 #fff);
}

.detail_header.sp2 .share .bshare-custom {
    display: block;
}
.detail_header.sp2 .share .bshare-custom a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    padding-left: 30px;
    margin-left: 12px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.detail_header.sp2 .share .bshare-custom a:last-child {
    margin-bottom: 0;
}
.detail_header.sp2 .share .bshare-custom a:hover {
    color: #0137fe;
    text-decoration: none;
}
.detail_header.sp2 .share .bshare-custom a.bshare-twitter {
    background-size: 18px auto;
    background-position: 13px center;
}
.detail_header.sp2 .share .bshare-custom a.bshare-weixin {
    background-size: 18px auto;
    background-position: 13px center;
}
.detail_header.sp2 .share .bshare-custom a.bshare-sinaminiblog {
    background-size: 18px auto;
    background-position: 13px center;
}
.detail_header.sp2 .share .bshare-custom a.bshare-clipboard {
    background-size: 18px auto;
    background-position: 13px center;
}
.detail_header.sp2 .share .bshare-custom a.createphoto {
    background-size: 18px auto;
    background-position: 13px center;
}

.detail_header.sp2 .share .bshare-custom a:hover {
    color: #0137fe;
}
.detail_header.sp2 .share .bshare-custom a.bshare-twitter:after {
    content: "Share to Twitter";
}
.detail_header.sp2 .share .bshare-custom a.bshare-clipboard:after {
    content: "Share article link";
}
.detail_header.sp2 .share .bshare-custom a.createphoto:after {
    content: "Share graphic posters";
}
a.fvd:hover em {
    font-size: 0;
}
a.fvd:hover em:before {
    content: "取消收藏";
    font-size: 18px;
    color: #9a9a9a;
    vertical-align: middle;
}

.mid_line * {
    display: inline-block;
    vertical-align: middle;
}
.mid_line i {
    width: 1px;
    height: 18px;
    background: #013701;
    opacity: 0.2;
    margin: 0 20px;
}

.hovercontent {
    position: relative;
    overflow: hidden;
}
.hovercontent:hover {
    overflow: inherit;
}
.hovercontent:before {
    height: 21px;
    width: 130%;
    position: absolute;
    top: -21px;
    left: -15%;
    content: "";
}
.hovercontent .hcont {
    position: absolute;
    bottom: 39px;
    left: 50%;
    margin-left: -85px;
    width: 170px;
    height: 0;
    opacity: 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    overflow: hidden;
}
.hovercontent:hover .hcont {
    height: 220px;
    opacity: 1;
}
.hovercontent .hcont.sp2 {
    bottom: auto;
    top: 70px;
    left: auto;
    right: 0;
    margin: 0;
    right: 0;
    border-radius: 0;
    width: 260px;
    box-sizing: inherit;
}
.hovercontent:hover .hcont.sp2 {
    height: auto;
}

.art_detail_content {
    padding: 30px;
    line-height: 30px;
    color: #222;
    text-align: justify;
    font-family: Arial;
}
.art_detail_content img {
    max-width: 100% !important;
}
.art_detail_content p {
    margin-bottom: 30px;
}
.art_detail_content h1 {
    font-size: 16px;
    font-weight: bold;
    color: #0137fe;
    line-height: 54px;
    margin-bottom: 20px;
    background: linear-gradient(
        90deg,
        rgba(1, 55, 254, 0.06) 0%,
        rgba(1, 55, 254, 0) 100%
    );
    border-left: 4px solid #315dfe;
    border-radius: 2px;
    padding-left: 16px;
    color: #0137fe;
}
.art_detail_content h2 {
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 15px;
}
.art_detail_content h3 {
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
}
.art_detail_content a {
    color: #0137fe;
}
.art_detail_content ul li {
    list-style: disc;
}
.art_detail_content ol li {
    list-style: decimal;
}
.art_detail_content ol,
.art_detail_content ul {
    margin-left: 0.2rem;
}
.art_detail_content a {
    color: #0137fe;
    display: inline;
}
.art_detail_content i,
.art_detail_content em {
    font-style: italic;
}
.art_detail_content b,
.art_detail_content strong {
    font-weight: bold;
}
.art_detail_content .quote {
    background: #f8f9fa url(/client/images/icon/qout_ico.svg) no-repeat 24px
        28px;
    background-size: 24px 16px;
    padding: 20px 20px 20px 70px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

.art_detail_content .img img,
.events_detail_content .img img,
.art_detail_content img,
.events_detail_content img {
    display: block;
    max-width: 100%;
}
.art_detail_content .img,
.events_detail_content .img {
    border-radius: 7px;
    background: #f5f5f5;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    font-size: 0;
    display: inline-block;
    overflow: hidden;
}
.art_detail_content .img:before,
.events_detail_content .img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 40px;
    z-index: 2;
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
}
.art_detail_content .img:after,
.events_detail_content .img:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    background: url(/client/images/icon/img_logo.svg) no-repeat right center;
    background-size: auto 12px;
    width: 100px;
    height: 40px;
    opacity: 0.1;
}

.comment_list .item {
    padding: 40px 0 40px 0;
    margin-left: 95px;
    margin-right: 70px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.comment_list .item:last-child {
    border-bottom: none;
}
.comment_list .item .head {
    line-height: 16px;
    position: relative;
}
.comment_list .item .head .face {
    position: absolute;
    top: 0;
    left: -96px;
    width: 66px;
}
.comment_list .item .cont {
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
    background: #f6f7f9;
    border-radius: 0px 10px 10px 10px;
    padding: 14px 20px;
}

.news_list3 {
    margin: 0 30px;
    padding-top: 6px;
}
.news_list3 dl {
    display: flex;
    margin-top: 20px;
}
.news_list3 dt {
    width: 120px;
}
.news_list3 dt a {
    display: block;
}
.news_list3 dd {
    line-height: 24px;
    flex: 1;
    padding-left: 15px;
    line-height: 19px;
    font-size: 13px;
    position: relative;
}
.news_list3 dd p {
    position: absolute;
    left: 15px;
    bottom: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.colummn_list {
    padding-right: 0;
    overflow: hidden;
    padding: 0 15px 30px;
}
.colummn_list .item {
    width: 255px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    position: relative;
    padding: 14px 91px 26px 14px;
    vertical-align: top;
    float: left;
    margin: 30px 15px 0;
    height: 120px;
    width: calc(33.33% - 30px);
}
.colummn_list .item:hover {
    background: #fafafa;
}
.colummn_list .item .img {
    position: absolute;
    right: 14px;
    width: 60px;
    top: 14px;
    border-radius: 60px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.colummn_list .item .tit {
    font-size: 20px;
    line-height: 24px;
}
.colummn_list .item .des {
    line-height: 17px;
    font-size: 12px;
    color: #adb5bd;
    margin-top: 3px;
}

.topic_list {
    padding-right: 0;
    overflow: hidden;
    padding: 0 15px 40px;
}
.topic_list .item {
    width: 399px;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 30px 15px 0;
    box-sizing: border-box;
    padding: 20px 20px 29px;
    background: #fff;
    width: calc(50% - 30px);
}
.topic_list .item:hover {
    background: #fafafa;
}
.topic_list .item .img {
    border-radius: 4px;
}
.topic_list .item .tit {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    margin-top: 16px;
}
.topic_list .item .time {
    margin-top: 16px;
    line-height: 17px;
    position: relative;
    font-size: 14px;
}
.topic_list .item .time i {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(0, 0, 0, 0.3);
}

.project_list {
    padding: 20px 19px;
}
.project_list .item {
    padding: 10px 310px 10px 10px;
    margin-top: 10px;
    height: 160px;
    position: relative;
    background: #fff;
    border-radius: 10px;
}
.project_list .item .head .tit {
    padding-left: 50px;
    height: 40px;
    position: relative;
    line-height: 40px;
}
.project_list .item .head .tit img {
    position: absolute;
    left: 0;
    top: 0;
}
.project_list .item:hover {
    background: #fafafa;
}
.project_list .item .logo {
    width: 40px;
    border: 1px solid #212121;
    border-radius: 6px;
    box-sizing: border-box;
}
.project_list .item .des {
    line-height: 22px;
    font-size: 14px;
    height: 44px;
    margin-top: 18px;
}
.project_list .item .img {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 160px;
    width: 280px;
    border-radius: 4px;
}
.project_list .item .foot {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.vote_link {
    padding: 0 18px 0 34px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    border-radius: 32px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.vote_link * {
    display: inline-block;
    vertical-align: top;
}
.vote_link:before {
    content: "";
    background: url(/client/images/icon/arrow_top.svg) no-repeat center;
    background-size: 10px 8px;
    position: absolute;
    left: 18px;
    top: 0;
    width: 10px;
    height: 30px;
    transition: 0s;
}
.vote_link:hover {
    background: #0137fe;
    border-color: #0137fe;
    color: #fff;
}
.vote_link:hover:before {
    content: "";
    background: url(/client/images/icon/arrow_top_hover.svg) no-repeat center;
    background-size: 10px 8px;
}
.vote_link.ed {
    background: rgba(1, 55, 254, 0.06);
    border-color: rgba(1, 55, 254, 0.6);
    color: rgba(1, 55, 254, 0.6);
}
.vote_link.ed:before {
    content: "";
    background: url(/client/images/icon/arrow_top_voted.svg) no-repeat center;
    background-size: 10px 8px;
}

.proj_list2 .item {
    border-radius: 4px;
    overflow: hidden;
    margin-top: 30px;
    display: block;
    border: 1px solid #e6e6e6;
    color: #000;
}
.proj_list2 .item:hover {
    background: #fafafa;
}
.proj_list2 .item .head {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    padding-left: 15px;
    color: #fff;
    height: 40px;
    display: block;
}
.proj_list2 .item .head img {
    width: 40px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 2px;
}
.proj_list2 .item .head b {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    padding-left: 10px;
}
.proj_list2 .item .des {
    padding: 10px 15px 0;
    font-size: 12px;
    line-height: 19px;
}
.proj_list2 .item .time {
    line-height: 14px;
    padding: 19px 15px;
    font-size: 14px;
}

.imgmaskbg:before {
    content: "";
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.imgmaskbg2:before {
    content: "";
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 67.71%,
        rgba(0, 0, 0, 0.3) 90.24%
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#project_slider .swiper-slide {
    width: 440px;
}
#project_slider .swiper-slide img {
    border: 1px solid #212121;
    border-radius: 4px;
    box-sizing: border-box;
}
#project_slider .swiper-slide:first-child {
    margin-left: 40px;
}
#project_slider .swiper-slide:last-child {
    margin-right: 40px;
}

.project_detail {
    background: #f8f9fa;
    padding: 20px;
    line-height: 30px;
    border-radius: 5px;
    color: #222;
    font-size: 16px;
    text-align: justify;
    font-family: Arial;
}
.project_detail img {
    max-width: 100% !important;
}
.project_detail a {
    color: #0137fe;
}

.project_pop_slider {
    height: 100%;
}
.project_pop_slider .swiper-button-next,
.project_pop_slider .swiper-button-prev {
    background: url(/client/images/icon/slider_arrow_next.svg) no-repeat center;
    background-size: auto 34px;
}
.project_pop_slider .swiper-button-next,
.project_pop_slider .swiper-button-prev {
    width: 27px;
    height: 44px;
    margin-top: -22px;
    right: -50px;
}
.project_pop_slider .swiper-button-prev {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1); /*IE*/
    filter: FlipH;
    right: auto;
    left: -50px;
}
.project_pop_slider .swiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.project_pop_slider .swiper-pagination {
    width: 100%;
    bottom: -30px;
    left: 0;
}
.project_pop_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px;
    opacity: 0.52;
    background: #fff;
}
.project_pop_slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.diydate .layui-laydate-footer {
    display: none;
}
.diydate .layui-laydate {
    box-shadow: none;
    border: none;
}
.diydate .layui-laydate-main {
    width: 100%;
}
.diydate .layui-laydate-content td,
.diydate .layui-laydate-content th {
    width: 49px;
}
.diydate .layui-laydate-content td p {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    border-radius: 4px;
    line-height: 22px;
}
.diydate .layui-laydate-content th {
    font-size: 12px;
}
.diydate .layui-laydate-content td {
    font-size: 9px;
}
.diydate .layui-laydate-header i.laydate-prev-y,
.diydate .laydate-next-y {
    display: none;
}
.diydate .laydate-set-ym {
    text-align: left;
    line-height: 18px;
    font-size: 14px;
}
.diydate .layui-laydate-header {
    padding: 0 0 10px;
}
.diydate .layui-laydate-header i.laydate-prev-m,
.diydate .layui-laydate-header i.laydate-prev-y {
    right: 44px;
    left: auto;
}
.diydate .layui-laydate-header i {
    top: 3px;
    font-size: 10px;
}
.diydate .layui-laydate-header i.laydate-next-m {
    right: 0;
}
.diydate .layui-laydate-header {
    border: none;
}
.diydate .layui-laydate .layui-this {
    background: transparent !important;
}
.diydate .layui-laydate .layui-this p,
.diydate .layui-laydate-content td:hover p {
    background: #0137fe;
    color: #fff;
}
.diydate .layui-laydate-content td:hover {
    background: transparent;
}
.diydate .layui-laydate-content {
    padding: 0;
    margin: 0 -13px;
}
.diydate .laydate-set-ym span {
    padding: 0;
    margin-right: 10px;
}

.events_detail_content {
    line-height: 30px;
    color: #222;
    text-align: justify;
    font-family: Arial;
}
.events_detail_content p {
    margin-bottom: 5px;
}
.events_detail_content a {
    color: #0137fe;
}
.events_detail_content .img {
    margin-top: 20px;
}

.no_data {
    padding: 170px 0;
    text-align: center;
}
.no_data img {
    height: 100px;
}
.no_data p {
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.no_data div.sp2 {
    line-height: 17px;
    font-size: 12px;
    margin-top: 8px;
    color: #848484;
    background: none;
}
.no_data div {
    line-height: 37px;
    font-size: 12px;
    color: #848484;
    background: #f1f3f5;
    display: inline-block;
    border-radius: 37px;
    color: #868e96;
    padding: 0 30px;
}

.loading {
    text-align: center;
    font-size: 0;
    display: none;
    border-top: 1px solid #fff;
    height: 54px;
    line-height: 54px;
}
.loading img {
    vertical-align: middle;
}
#created {
    display: none;
}
.share_pic {
    position: absolute;
    left: -3920px;
    top: 70px;
    background: #f8f9fa;
}
.share_pic .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 60px;
    z-index: 2;
    color: #000;
}
.share_pic .content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: url(/client/images/banner/creat_footer_bg.png) no-repeat 0 0;
    width: 100%;
    height: 200px;
    opacity: 0.6;
}
.share_pic .content .head {
    line-height: 32px;
    color: #0037ff;
}
.share_pic .content .head * {
    vertical-align: middle;
}
.share_pic .content .head i {
    margin-right: 12px;
    font-size: 28px;
    font-weight: bold;
}
.share_pic .content .head i:last-child {
    font-size: 24px;
    margin-right: 0;
}
.share_pic .content .img {
    border: 3px solid #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 39px;
    margin-bottom: -20px;
}
.share_pic .content .tit {
    line-height: 60px;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.92);
    margin-top: 30px;
}
.share_pic .content .des {
    line-height: 44px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 12px;
    height: 440px;
}
.share_pic .bg {
    width: 720px;
    height: 1280px;
    background: url(../images/creat_bg.jpg) no-repeat 0 0;
    background-size: cover;
    display: block;
}
.share_pic .content .mask {
    position: absolute;
    width: 720px;
    height: 500px;
    left: 0px;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(240, 242, 244, 0) 7.82%,
        #f8fbff 29.78%
    );
}
.share_pic .content .head .dot {
    height: 30px;
    width: 30px;
    margin-right: 16px;
    background: url(/client/images/icon/creat_dot1.svg) no-repeat center;
    background-size: cover;
}
.share_pic .content .head .dot2 {
    height: 32px;
    width: 24px;
    margin-right: 16px;
    background: url(/client/images/icon/creat_dot2.svg) no-repeat center;
    background-size: cover;
}
.share_pic .content .time {
    position: absolute;
    left: 60px;
    bottom: 240px;
    right: 60px;
    line-height: 36px;
    z-index: 2;
    font-size: 24px;
}
.share_pic .content .time i {
    margin-right: 20px;
}
.share_pic .content .time em {
    float: right;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    padding: 0 12px;
    background: #0137fe;
    margin-left: 8px;
    color: #fff;
}
.share_pic .content .copy {
    position: absolute;
    left: 60px;
    bottom: 68px;
    right: 60px;
    z-index: 2;
    font-size: 16px;
    padding-left: 104px;
    z-index: 4;
}
.share_pic .content .copy .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 40px;
    background: url(../images/logo_pic.png) no-repeat 0 0;
    background-size: cover;
}
.share_pic .content .copy .logo2 {
    height: 32px;
    width: 241px;
    background: url(../images/logo_txt2.png) no-repeat 0 0;
    background-size: cover;
    display: block;
}
.share_pic .content .copy .logo3 {
    margin-top: 14px;
    width: 306px;
    height: 15px;
    display: block;
    background: url(../images/creat_ltxt.png) no-repeat 0 0;
    background-size: cover;
}
.share_pic .content .qr {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 4;
    width: 96px;
    height: 96px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    padding: 4px;
}
.share_pic .content .qr .logo {
    width: 20px;
    height: 20px;
    padding: 2px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 1px;
}
.share_pic .content .qr img {
    width: 100%;
    height: 100%;
}

.personal_menu a {
    font-size: 16px;
    padding-left: 34px;
    width: 100% !important;
    box-sizing: border-box;
    text-align: left !important;
}
.personal_menu a * {
    vertical-align: middle;
    display: inline-block;
}
.personal_menu a b {
    vertical-align: top;
}
.personal_menu a i {
    margin-right: 24px;
}

.form_area {
    margin-top: 20px;
    background: #f8f9fa;
    border-radius: 4px;
}
.form_area dt a {
    display: block;
}
.form_area dd {
    padding-top: 5px;
    border-top: 1px solid #dee2e6;
    display: none;
}
.form_area .item {
    margin-top: 15px;
    background: #fff;
    line-height: 40px;
    position: relative;
    display: flex;
    align-items: center;
}
.form_area .item b {
    padding-left: 12px;
    width: 64px;
    font-size: 12px;
    font-weight: bold;
    color: #495057;
}
.form_area .item .lineinput {
    flex: 1;
    position: relative;
    padding-right: 42px;
}
.form_area .item .lineinput.sp2 {
    padding-right: 12px;
}
.form_area .item .lineinput .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #212529;
    font-size: 12px;
    display: block;
    background: none;
}
.form_area .item textarea {
    border: none;
    display: block;
    width: 100%;
    flex: 1;
    box-sizing: border-box;
    padding: 12px;
}
.form_area .item .lineinput .edit {
    width: 12px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    cursor: pointer;
}
.form_area .item .lineinput .getco {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    padding: 0 15px;
}
.form_area .item .lineinput .txt + .edit {
    background: url(/client/images/icon/edit2_ico.svg) no-repeat center;
    background-size: 12px auto;
}
.form_area .item .lineinput .txt + .edit:before {
    content: "确认";
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #0137fe;
    font-size: 12px;
}
.form_area .item .lineinput.hdedit .txt + .edit,
.form_area .item .lineinput .txt + .edit + .getco {
    display: none;
}
.form_area .item .lineinput.hdedit .txt + .edit + .getco {
    display: block;
}

.form_area .item .lineinput .txt[readonly] + .edit {
    background: url(/client/images/icon/edit_ico.svg) no-repeat center;
    background-size: 12px auto;
}
.form_area .item .lineinput .txt[readonly] + .edit:before {
    display: none;
}

.country_type {
    position: absolute;
    top: 0;
    left: 12px;
    width: 49px;
    height: 40px;
    line-height: 39px;
    font-size: 16px;
}
.country_type:after {
    background: url(../images/arrow_down_ico.svg) no-repeat center;
    width: 6px;
    height: 39px;
    background-size: 6px 3px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
    .nav_left {
        width: 160px;
    }
    .header .txtr {
        margin-left: 160px;
    }
    .footer {
        margin-left: 160px;
    }
    .main_right {
        margin-left: 160px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .nav_left {
        width: 120px;
    }
    .header .txtr {
        margin-left: 120px;
    }
    .footer {
        margin-left: 120px;
    }
    .main_right {
        margin-left: 120px;
    }
}

@media screen and (min-width: 1600px) {
    .hovercontent .hcont.sp2 {
        right: -1px;
    }
    #allmain {
        width: 1598px;
        margin: 0 auto;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }
    .nav_left {
        left: auto;
        border-left: 1px solid #e6e6e6;
        margin-left: -1px;
    }
    .header {
        width: 1598px;
        margin: 0 auto;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }
}

body.dark .header .switch {
    border: 1px solid #868e96;
}
body.dark .header .switch i {
    left: auto;
    right: 1px;
}
body.dark .header a.wallet {
    color: #ced4da;
}
body.dark .nav_left a.crently,
body.dark .nav_left a:hover {
    color: #1e4bfe;
    background: rgba(1, 55, 255, 0.1);
}
body.dark .home_swiper .swiper-slide:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.99%, #000000 100%);
}
body.dark .news_list2 dt:before {
    background: #fff;
}
body.dark .news_list2 dt.dfont {
    color: rgba(255, 255, 255, 0.5) !important;
}

body.dark .header {
    background: #111;
}
body.dark .bothimg img:first-child {
    display: none;
}
body.dark .bothimg img:last-child {
    display: inline-block;
}
body.dark .dico path {
    fill: #868e96;
}
a.dfont {
    color: #000;
}
/* a.dfont:hover{color:#0137FE} */
body.dark {
    background: #111;
}
body.dark {
    color: #ced4da;
}
body.dark .dbd,
body.dark #allmain,
body.dark .nav_left,
body.dark .rss_content,
body.dark .loading,
body.dark .bt1 {
    border-color: #212529 !important;
}
body.dark .content_news1:after {
    background: #212529 !important;
}
body.dark .nav_left,
body.dark .news_list1 .item {
    background: #111;
}
.dark .nav_left a {
    color: #ced4da;
}
.dark .nav_left a i {
    position: relative;
    overflow: hidden;
}
.dark .nav_left a.crently,
.dark .nav_left a:hover {
    background: #1c1c1c;
    color: #fff;
}
.dark .nav_left a.crently em,
.dark .nav_left a:hover em {
    color: #fff;
}
.dark .nav_left a:hover i img,
.dark .nav_left a.crently i img {
    -webkit-filter: drop-shadow(160px 0 0 #fff);
    filter: drop-shadow(160px 0 0 #fff);
    margin-left: -320px;
}

body.dark .login_ico {
    background: url(/client/images/icon/login_dark_ico.svg) no-repeat center;
    background-size: auto;
}
body.dark a.dfont,
body.dark .dfont,
body.dark .slider_recomand.sp2 .list .item .tit,
body.dark .research_list .flist .item .tit {
    color: #ced4da;
}
body.dark .nav_left a:after {
    background: url(/client/images/icon/arrow_right_little_dark.svg) no-repeat right
        center;
    background-size: auto 10px;
}
body.dark .news_list1 .item:hover {
    background: #1c1c1c;
}
body.dark a.taga {
    background: rgba(16, 56, 204, 0.31);
    color: #3659d9;
}
body.dark a.taga:hover {
    background: #0137fe;
    color: #fff;
}
body.dark .com_title .tit1,
body.dark .home_swiper a,
body.dark .research_list .chead {
    color: #e9ecef;
}
body.dark .news_list1 .item .content .time {
}
body.dark .news_list1 .item .content .time i,
body.dark .home_swiper .tag3,
body.dark .news_list1 .item .content .des,
body.dark .rss_content p,
body.dark .slider_recomand.sp2 .list .item .des,
body.dark .research_list.sp4 .rlist .item .time em,
body.dark .personal_menu a {
    color: #868e96;
    opacity: 1;
}
body.dark .rss_content {
    background: #111 url(/client/images/icon/rss_bg_dark.svg) no-repeat 320px 24px;
    background-size: 77px auto;
}
body.dark .rss_content .chead {
    color: #fff;
}
body.dark .slider_recomand.sp2 .list .item {
    border-color: #343a40;
    background: #151515;
}
body.dark .slider_recomand .scroll_arrow {
    background: linear-gradient(90deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
}
body.dark .slider_recomand .scroll_arrow:before {
    background: url(/client/images/icon/arrow_right_dark_2.svg) no-repeat center;
    background-size: 20px 20px;
}
body.dark .research_list .flist .item {
    background: #111;
}
body.dark .com_banner {
    background: #212529 url(/client/images/icon/banner_bg_dark.svg) repeat center;
    background-size: auto 100%;
}
body.dark .com_banner:after {
    background: #212529;
}
body.dark .tab_menu2 a,
body.dark .colummn_list .item .des,
body.dark .topic_list .item .time {
    color: #868e96;
}
body.dark .tab_menu2 a.crently {
    color: #3659d9;
}
body.dark .rss_content.sp2:after {
    background: #212529;
}
body.dark .research_list .rlist .item {
    border-color: #212529;
    background: #1c1c1c;
}
body.dark .research_list .rlist .item .img {
    background: none;
}
body.dark .research_list .rlist .item .content .tit,
body.dark .colummn_list .item .tit,
body.dark .topic_list .item .tit {
    color: #ced4da;
}
body.dark .research_list.sp4 .rlist .item .time {
    color: rgba(134, 142, 150, 0.7);
}
body.dark .research_list.sp4 .rlist .item .time i {
    color: rgba(134, 142, 150, 0.5);
    opacity: 1;
}
body.dark a.linmore {
    background: #151515;
}
body.dark .arrow_down path {
    fill: #868e96;
}
body.dark .hovercontent .hcont {
    border-color: #212529;
    background: #212529;
}
body.dark .hovercontent .hcont i {
    overflow: hidden;
    width: 20px;
    position: relative;
}
body.dark .hovercontent .hcont i img {
    -webkit-filter: drop-shadow(100px 0 0 #868e96);
    filter: drop-shadow(100px 0 0 #868e96);
    margin-left: -100px;
}
body.dark .type_list a {
    background: rgba(1, 55, 254, 0.3);
    color: #3659d9;
}
body.dark .type_list a.crently {
    background: #1038cc;
    color: #fff;
}
body.dark .colummn_list .item,
body.dark .topic_list .item {
    border-color: #212529;
    background: #1c1c1c;
}
body.dark .topic_list .item .time i {
    color: #495057;
    opacity: 1;
}
body.dark .das {
    color: #adb5bd !important;
}
body.dark .das .c000 {
    opacity: 1;
    color: #868e96 !important;
}
body.dark .detail_header .img:before {
    background: linear-gradient(
        180deg,
        rgba(17, 17, 17, 0) 56.98%,
        #0f0e0e 100%
    );
}
body.dark .detail_header,
body.dark .bb1 {
    border-color: #212529;
}
body.dark .art_detail_content .quote {
    background: #212529 url(/client/images/icon/qout_ico_dark.svg) no-repeat 24px 28px;
    background-size: 24px 16px;
    color: #ced4da;
}
body.dark .art_detail_content {
    color: #ced4da;
}
body.dark .detail_header .share .bshare-custom a:after {
    color: #868e96;
}
body.dark .detail_header .share .bshare-custom a:hover:after {
    color: #ced4da;
}
body.dark .detail_header .share .bshare-custom a:before {
    -webkit-filter: drop-shadow(2000px 0 0 #868e96);
    filter: drop-shadow(2000px 0 0 #868e96);
    margin-left: -2000px;
}
body.dark .detail_header .share .bshare-custom a:hover:before {
    margin-left: -2000px;
    -webkit-filter: drop-shadow(2000px 0 0 #3659d9);
    filter: drop-shadow(2000px 0 0 #3659d9);
}

body.dark .detail_header.sp2 .share .bshare-custom a:hover:before {
    margin-left: -2000px;
    -webkit-filter: drop-shadow(2000px 0 0 #ced4da);
    filter: drop-shadow(2000px 0 0 #ced4da);
}
body.dark .detail_header.sp2 .bgfff {
    background: none;
}
body.dark .detail_header.sp2 .hcont {
    background: #343a40;
}

body.dark .no_data div.sp2 {
    color: #808080;
}
body.dark .article_auther a,
body.dark .no_data p {
    color: #ced4da;
}
body.dark .article_auther a.changeico {
    color: #868e96;
}
body.dark .article_auther a.changeico:hover em {
    color: #314ebb;
}
body.dark .article_auther a.changeico i {
    width: 14px;
    overflow: hidden;
}
body.dark .article_auther a.changeico img:first-child {
    margin-left: -100px;
    -webkit-filter: drop-shadow(100px 0 0 #adb5bd);
    filter: drop-shadow(100px 0 0 #adb5bd);
}
body.dark .art_detail_content h1 {
    background: linear-gradient(
        90deg,
        rgba(54, 89, 217, 0.3) 0%,
        rgba(54, 89, 217, 0) 100%
    );
    border-left: 4px solid #2f4bb3;
    color: #3659d9;
}
body.dark .art_detail_content a {
    color: #304eb9;
}

body.dark .changeimgcolor {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
body.dark .changeimgcolor img {
    margin-left: -100px;
    -webkit-filter: drop-shadow(100px 0 0 #ced4da);
    filter: drop-shadow(100px 0 0 #ced4da);
}
body.dark .changeimgcolor.cADB5BD img {
    -webkit-filter: drop-shadow(100px 0 0 #adb5bd);
    filter: drop-shadow(100px 0 0 #adb5bd);
}
body.dark .comment_list .item .cont {
    background: #212529;
}
body.dark .comment_list .item .head a,
body.dark .events_detail_content {
    color: #ced4da;
}
body.dark .comment_list .item {
    border-color: #212529;
}

body.dark .share_pic .bg {
    width: 720px;
    height: 1280px;
    background: #111;
    background-size: cover;
    display: block;
}
body.dark .share_pic .content .mask {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 38.54%);
}
body.dark .share_pic .content:after {
    background: url(../images/creat_footer_bg_dark.png) no-repeat 0 0;
}
body.dark .share_pic .content .copy .logo {
    background: url(../images/logo_pic.png) no-repeat 0 0;
    background-size: cover;
}
body.dark .share_pic .content .copy .logo2 {
    background: url(../images/logo_txt2_dark.png) no-repeat 0 0;
    background-size: cover;
    display: block;
}
body.dark .share_pic .content .copy .logo3 {
    background: url(../images/creat_ltxt_dark.png) no-repeat 0 0;
    background-size: cover;
}
body.dark .share_pic .content .time {
    color: #fff;
}
/*body.dark .share_pic .content .head .dot{background:url(../images/creat_dot1_dark.svg) no-repeat 0 0;background-size:cover;}
body.dark .share_pic .content .head .dot2{background:url(../images/creat_dot2_dark.svg) no-repeat 0 0;background-size:cover;}*/
body.dark .share_pic .content .tit {
    color: rgba(255, 255, 255, 0.92);
}
body.dark .share_pic .content .des {
    color: rgba(255, 255, 255, 0.6);
}
body.dark .share_pic .content .img {
    border-color: rgba(255, 255, 255, 0.2);
}
body.dark .dark868E96 {
    color: #868e96;
}
body.dark a.dark868E96:hover {
    color: #3659d9;
}
body.dark .layui-laydate {
    background: none;
}
body.dark .layui-laydate-content td,
body.dark .layui-laydate-content th,
body.dark .layui-laydate-header i {
    color: #a39f99;
}
body.dark .diydate .laydate-set-ym {
    color: #e9ecef;
}
body.dark .com_title .date_crently:before {
    background: #ced4da;
}
body.dark .com_title .date_crently {
    border-color: #212529;
}
body.dark .content_news1.sp2 .com_title .tit1 {
    color: #fff;
}
body.dark .project_list .item {
    background: transparent;
}
body.dark .project_list .item:hover {
    background: #1c1c1c;
}
body.dark .project_list .item .head .tit {
    color: #ced4da;
}
body.dark .project_list .item .des {
    color: #868e96;
}
body.dark .vote_link {
    border-color: #ced4da;
    color: #ced4da;
}
body.dark .vote_link.ed {
    background: rgba(1, 55, 254, 1);
    border-color: rgba(1, 55, 254, 1);
    color: #fff;
}
body.dark .vote_link.ed:before {
    margin-left: -2000px;
    -webkit-filter: drop-shadow(2000px 0 0 #fff);
    filter: drop-shadow(2000px 0 0 #fff);
}
body.dark .vote_link:hover {
    border-color: #0137fe;
}
body.dark .vote_link:before {
    background: url(/client/images/icon/arrow_top_dark.svg) no-repeat center;
    background-size: 10px 8px;
}
body.dark .proj_list2 .item {
    border-color: #212529;
}
body.dark .proj_list2 .item:hover {
    background: transparent;
}
body.dark .proj_list2 .item .des {
    color: rgba(134, 142, 150, 0.6);
}
body.dark .proj_list2 .item .time b {
    color: rgba(206, 212, 218, 1);
}
body.dark .proj_list2 .item .time i {
    color: rgba(206, 212, 218, 0.8);
}
body.dark .proj_list2 .item .head img {
    border-color: #868e96;
}
body.dark .project_detail {
    background: #212529;
    color: #ced4da;
}
body.dark .dialog-pop .close {
    background: #343a40 url(/client/images/icon/close_dark2_ico.svg) no-repeat center;
    background-size: 16px 16px;
}
body.dark .txt {
    background: #171a1c;
    border-color: #212529;
    color: #ced4da;
}
body.dark input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #495057;
}
body.dark input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #495057;
}
body.dark input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #495057;
}
body.dark input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #495057;
}
body.dark .darkbg212529 {
    background: #212529;
}
body.dark .form_area {
    background: #111;
    border: 1px solid #212529;
}
body.dark .form_area dt:has(+ dd[style="display: block;"]) {
    background: #212529;
}
body.dark .form_area dt a {
    color: #ced4da;
}
body.dark .form_area dd {
    border-color: #212529;
}
body.dark .form_area .item {
    background: #171a1c;
}
body.dark .form_area .item .lineinput .txt + .edit:before,
body.dark .form_area .item textarea {
    background: #171a1c;
}
body.dark .form_area .item .lineinput .txt + .edit + .bgfff {
    background: #171a1c;
}
body.dark .form_area .item .lineinput .txt,
body.dark .form_area .item textarea,
body.dark .header .search p input {
    color: #ced4da;
}
body.dark .form_area .msg_dd .absolute {
    background: #171a1c !important;
}
body.dark .header .search p {
    background: #212529;
    border-color: #212529;
}
body.dark .ico_inputclose {
    background: url(/client/images/icon/input_close_ico_dark.svg) no-repeat right center;
    background-size: 14px auto;
}
