@charset "utf-8";

body {
    background: #f7f9fa
}

*, :after, :before {
    box-sizing: inherit
}

.m-width {
    max-width: 1240px !important;
    margin: 0 auto
}

.row {
    display: flex;
    flex-wrap: wrap
}
.index,.list,.show,.search{
    margin: 0 15px;
}
cite, em, i {
    font-style: normal
}

a {
    color: #333;
    text-decoration: none
}

.ask_header {
    box-shadow: 0 0 30px rgba(0, 0, 0, .07)
}

.ask_top_box {
    box-sizing: unset;
    width: 100%;
    min-width: 1240px;
    height: 66px;
    background: #fff;
    position: relative
}

.ask_top_box_inner {
    width: 100%;
    min-width: 1240px;
    position: relative;
    z-index: 10
}

.ask_top_box_logo {
    width: 245px;
    float: left
}

.ask_top_box_logo img {
    width: 245px;
    height: 50px;
    margin: 8px auto
}

.ask_top_box_search {
    float: left;
    width: calc(100% - 500px);
    margin-top: 10px;
    padding-left: 66px
}

.search_box {
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 0;
    border-radius: 24px;
    border: 0;
    background: #f6f6f6;
    height: 36px !important;
    line-height: 36px !important
}

.search_box_input {
    float: left;
    width: calc(100% - 60px);
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    border-radius: 24px 0 0 24px;
    border: 0;
    background: #f6f6f6
}

.search_box_input input {
    color: #999;
    background: #f6f6f6;
    font-size: 14px;
    border: 0;
    padding: 0;
    font-weight: 300;
    width: 100%
}

.search_box_input input:focus {
    outline: 0
}

.search_box_button button {
    display: block;
    font-size: 18px;
    line-height: 28px;
    border: 0;
    width: 40px;
    height: 36px;
    border-radius: 0 24px 24px 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: 0;
    background: 0 0
}

.member_box {
    height: 50px;
    position: relative;
    z-index: 100
}

.member_box ul li {
    float: left;
    margin-left: 10px;
    margin-top: 24px
}

.member_box ul li:nth-child(1) {
    margin-left: 0
}

.member_box ul li a {
    display: block;
    width: 65px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #999
}

.member_box ul li:nth-child(2) a:hover {
    color: #3945f9;
    border: 1px solid #3945f9
}

.member_box ul li:nth-child(1) a {
    height: 25px;
    line-height: 25px;
    border: 0;
    background: #3945f9;
    color: #fff
}

.ask_nav_box {
    width: 100%;
    min-width: 1240px;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #e9eef5;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .05)
}

.ask_nav ul li {
    float: left
}

.ask_nav ul li a.nav {
    display: inline-block;
    margin-right: 35px;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    text-align: center;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px
}

.ask_nav ul li a:hover {
    color: #3945f9
}

.ask_nav ul li.a a {
    color: #3945f9
}

.ask_nav span {
    display: none
}

.ask_nav ul li.hover {
    color: #3945f9
}

.ask_nav ul li.hover a {
    color: #3945f9
}

.ask_nav ul li a.nav:before {
    content: '';
    background: #3945f9;
    height: 2px;
    bottom: 8px;
    width: 0;
    position: absolute;
    left: 40%;
    width: 0;
    transition: all .4s;
    border-radius: 24px 0 0 24px
}

.ask_nav ul li a.nav:after {
    content: '';
    background: #3945f9;
    height: 2px;
    bottom: 8px;
    width: 0;
    position: absolute;
    right: 40%;
    width: 0;
    transition: all .4s;
    border-radius: 0 24px 24px 0
}

.ask_nav ul li.a a:before {
    width: 15%
}

.ask_nav ul li.a a:after {
    width: 15%
}

.ask_nav ul li a:hover:before {
    width: 60%
}

.ask_nav ul li a:hover:after {
    width: 60%
}

.ask_nav_add a span {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 32px;
    text-indent: 44px;
    border-radius: 4px;
    background: #3945f9 url(../images/post.png) 18px center no-repeat;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    transition: all .3s linear
}

.h-title .part-navigations {
    position: absolute;
    left: 0;
    top: 66%;
    margin-top: 14px;
    display: none
}

.part-navigations .titles-wrap {
    background-color: #fff;
    padding: 20px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative
}

@media (min-width:750px) {
    .part-navigations .titles-wrap {
        -webkit-box-shadow: 0 10px 30px 0 rgba(70, 86, 125, .15);
        box-shadow: 0 10px 30px 0 rgba(70, 86, 125, .15)
    }
}

.part-navigations .titles {
    width: 288px
}

.part-navigations .ptitle {
    display: block;
    color: #5a5a5a;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.part-navigations .ptitle:hover {
    color: #ff6000;
    background-color: #f1f7fc
}

.part-navigations .ptitle .ico {
    display: block;
    width: 40px;
    margin: 0 auto 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    color: #fff
}

.part-navigations .ptitle strong {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 400
}

@media (max-width:749.5px) {
    .part-navigations .titles-wrap {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 10px;
        -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
        box-shadow: 0 0 40px rgba(0, 0, 0, .1)
    }

    .part-navigations .titles {
        width: 100%
    }
}

.h-title .part-header-bar-title {
    position: relative
}

.h-title .part-header-bar-title.show-menu .part-navigations {
    display: block
}

.part-navigations .titles {
    width: 288px
}

.f-3>.f-item {
    width: 33.33333333%
}

.f-box, .f-item, .flex {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.ask_sidetool_bar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-flow: wrap
}

.ask_sidetool_bar i {
    font-size: 25px;
    color: #ccc
}

.ask_sidetool_bar_inner {
    width: 36px;
    height: 100%;
    position: relative
}

.ask_sidetool_bar_btm {
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 100;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .05)
}

.ask_sidetool_bar_item {
    padding: 13px 8px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
    background-color: #fff
}

.ask_sidetool_bar_item a {
    display: block
}

.ask_sidetool_bar_item a i {
    position: relative;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px
}

.ask_qrcode_box {
    position: absolute;
    right: 50px;
    top: 0;
    border-radius: 4px;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    width: 105px;
    padding: 10px
}

.ask_qrcode_box img {
    width: 105px;
    height: 105px
}

.ask_qrcode_box p {
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #666
}

.ask_sidetool_bar_item a:hover .ask_qrcode_box {
    display: block
}

#ask_rolltoptop span.ask_to_top {
    position: absolute;
    width: 75px;
    height: 32px;
    line-height: 34px;
    right: 0;
    top: 7px;
    padding-right: 35px;
    text-align: right;
    color: #fff;
    font-size: 13px;
    border-radius: 15px 0 0 15px;
    display: none;
    background: #3945f9
}

#ask_rolltoptop:hover .ask_to_top {
    display: block
}

.ask_main_body_banner {
    height: 160px;
    width: 100%
}

.ask_main_body_banner .banner_body {
    position: relative;
    padding: 40px 0
}

.ask_main_body_banner .banner_body .banner_body_title {
    width: 900px
}

.ask_main_body_banner .banner_body .banner_body_title h1 {
    width: 900px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    color: #fff
}

.ask_main_body_banner .banner_body .banner_body_title h5 {
    width: 900px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    color: #fff
}

.search-word {
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px
}

.search-word span {
    font-size: 20px
}

.body_main_list {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px
}
.body_main .body_main_list h2:nth-child(2){

    float: right;
}

.body_main .body_main_list h2:nth-child(2) span{
    float: right;
   
}
.body_main .body_main_list h2:nth-child(2) span a{
    display: block;
    border: 0 !important;
    background: 0 0 !important;
    background-color: var(--theme-color) !important;
    box-shadow: 0 5px 10px 0 rgba(255, 87, 0, 0) !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 500 !important;
    text-shadow: none !important;
}
.list .body_main_list {
    border-radius: 0 0 5px 5px
}

.body_main_list ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3
}

.body_main_title {
    border-bottom: 1px solid #f3f3f3;
    background-color: #fff;
    border-radius: 5px 5px 0 0
}

.body_main_title ul {
    float: left
}

.body_main_title ul li {
    position: relative;
    float: left
}

.body_main_title ul li span {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer
}

.body_main_title ul li a {
    display: block;
    margin-right: 2px;
    padding: 20px;
    font-size: 14px
}

.body_main_title ul li span:hover {
    color: #3945f9
}

.body_main_title ul li.on span {
    color: #555;
    background-color: #fff
}

.body_main_title ul li.on span:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 4px;
    background-color: #3945f9;
    border-radius: 10px
}

.body_main_title_more {
    float: right
}

.body_main_title_more a {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #3945f9;
    border-radius: 4px
}

.body_main_title_more a:hover {
    opacity: .8
}

.body_main_list_l {
    float: left
}

.body_main_list_l dl dd {
    float: left;
    margin-right: 4px
}

.body_main_list_l dl dd:nth-child(1) {
    border: 1px solid var(--theme-color);
    width: 38px;
    height: 38px;
    padding: 5px;
    background: #fcfcff;
    border-radius: 4px
}

.body_main_list_l dl dd:nth-child(1) em {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 600
}

.body_main_list_l dl dd:nth-child(1) p {
    height: 20px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: var(--theme-color)
}

.body_main_list_l dl dd:nth-child(2) {
    width: 38px;
    height: 38px;
    padding: 5px
}

.body_main_list_l dl dd:nth-child(2) em {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
    font-weight: 600
}

.body_main_list_l dl dd:nth-child(2) p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #999
}

.body_main_list_m {
    float: left;
    margin-left: 10px;
    width: calc(100% - 200px)
}

.body_main_list_m h3 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px
}

.body_main_list_m h3 a {
    font-size: 16px;
    color: #333;
    font-weight: 500
}

.body_main_list_m h3 a:hover {
    color: var(--theme-color)
}

.body_main_mbtm dl dd {
    float: left;
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999
}

.body_main_mbtm dl dd.body_main_author img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    box-shadow: 0 .2rem .8rem rgba(51, 51, 51, .15)
}

.body_main_mbtm dl dd.body_main_author span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    margin-left: 10px
}

.body_main_mbtm dl dd.body_main_author:hover span {
    color: #3945f9
}

.body_main_mbtm dl dd.body_main_comefrom a {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 2px;
    background: #ebecfe;
    font-size: 12px;
    color: #747dfb
}

.body_main_mbtm dl dd.body_main_comefrom a:hover {
    background: #747dfb;
    color: #fff
}

.body_main_list_r {
    float: right
}

.body_main_list_r a {
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #99a9c2;
    font-size: 12px;
    color: #99a9c2;
    text-align: center;
    margin-top: 5px
}

.body_main_list_r a:hover {
    border: 1px solid #db5000;
    color: #db5000
}

.ask_pagnation {
    position: relative;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 1px;
    background: #f3f3f3;
    border-radius: 100px;
    white-space: nowrap;
    text-align: center;
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .5), 0 5px 10px rgba(31, 45, 61, .15) inset;
    box-shadow: 0 1px rgba(255, 255, 255, .5), 0 5px 10px rgba(31, 45, 61, .15) inset
}

.ask_pagnation span {
    float: left;
    display: inline-block;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f8fa));
    background: -webkit-linear-gradient(#fff, #f7f8fa);
    background: linear-gradient(#fff, #f7f8fa);
    border-radius: 100px;
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 0 6px 6px rgba(31, 45, 61, .05), 0 10px 10px rgba(31, 45, 61, .15), 0 -1px 2px rgba(255, 255, 255, .5) inset;
    box-shadow: 0 6px 6px rgba(31, 45, 61, .05), 0 10px 10px rgba(31, 45, 61, .15), 0 -1px 2px rgba(255, 255, 255, .5) inset
}

.ask_pagnation a {
    float: left;
    display: inline-block;
    position: relative;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #99a9bf;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    -webkit-transition: .25s;
    transition: .25s;
    cursor: pointer;
    overflow: hidden
}

.ask_pagnation a:hover {
    color: #3945f9
}

.ask_pagnation a.a1 {
    cursor: pointer;
    text-align: center;
    font-size: 12px
}

.sidebox_category .item {
    float: left;
    margin-bottom: 20px;
    width: 33%
}

.sidebox_category .item a {
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    position: relative
}

.sidebox_category .item a:hover {
    background-color: #f1f7fc
}

.sidebox_category .item a:hover span {
    color: #ff6000
}

.sidebox_category .icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    justify-content: center;
    margin-bottom: 10px;
    width: 35px
}

.sidebox_category .icon img {
    width: 100%;
    height: 100%
}

.sidebox_category .label {
    color: #8590a6
}

.sidebox_author_box {
    margin-bottom: 15px
}

.sidebox_author_box_avator {
    float: left;
    width: 60px;
    height: 60px
}

.sidebox_author_box_avator a img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 2px 1px 12px 3px #eee
}

.sidebox_author_box_infos {
    padding-left: 80px
}

.sidebox_author_box_itop {
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden
}

.sidebox_author_box_itop span {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebox_author_box_itop span a {
    font-size: 15px;
    color: #333;
    font-weight: 600
}

.sidebox_author_box_itop span a:hover {
    color: #3945f9
}

.sidebox_author_box_itop em {
    display: block;
    float: right
}

.sidebox_author_box_itop em a {
    display: inline-block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    background: #3945f9;
    color: #fff
}

.sidebox_author_box_itop em a:hover {
    opacity: .8
}

.sidebox_author_box_ibtm ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 15px
}

.sidebox_author_box_ibtm ul li:nth-child(1) {
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebox_author_box_ibtm ul li:nth-child(2) {
    margin-right: 0
}

.sidebox_author_box_ibtm ul li strong {
    color: #333;
    font-size: 16px;
    margin-left: 5px
}

.sidebox_author_box_ibtm ul li span {
    color: #999;
    font-size: 14px
}

.sidebox_author_intro {
    margin: 10px 0 15px 0
}

.sidebox_author_intro p {
    line-height: 20px;
    font-size: 12px;
    color: #999
}

.sidebox_author_threads ul li {
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 15px
}

.sidebox_author_threads ul li a:nth-child(1) {
    font-size: 12px;
    color: #3945f9;
    margin-right: 5px
}

.sidebox_author_threads ul li a:nth-child(1):hover {
    text-decoration: underline
}

.sidebox_author_threads ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 500
}

.sidebox_author_threads ul li a:hover {
    color: #3945f9
}

.sidebox_author_threads_more {
    margin-top: 20px
}

.sidebox_author_threads_more a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    background: #ff5400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.sidebox_author_threads_more a:hover {
    opacity: .9
}

.fixedbox-on {
    position: fixed;
    top: 98px;
    z-index: 98;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.fixedbox-off {
    position: absolute;
    bottom: 0;
    z-index: 98
}

.body_sidebox_addbox {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 2px 1px 12px 3px #eee
}

.sidebox_addbox_desc {
    margin: 10px 0 15px 0
}

.sidebox_addbox_desc p {
    line-height: 20px;
    font-size: 12px;
    color: #999
}

.sidebox_addbox_button {
    margin-top: 20px
}

.sidebox_addbox_button a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    background: #ff5400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.sidebox_addbox_button a:hover {
    opacity: .9
}

.body_sidebox_block {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px
}

.body_main h2, .body_sidebox_block h2 {
    height: 25px;
    margin-bottom: 20px;
    width: 49%;
    display: inline-block;
}

.body_main h2 span, .body_sidebox_block h2 span {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.body_sidebox_block h2 a {
    display: block;
    float: right;
    height: 25px;
    line-height: 27px;
    padding: 0 12px;
    background: #ffd600;
    font-size: 12px;
    color: #333;
    border-radius: 2px
}

.body_sidebox_ranklist ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3
}

.body_sidebox_ranklist ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.body_sidebox_ranklist ul li h3 {
    line-height: 22px;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.body_sidebox_ranklist ul li h3 a {
    font-size: 14px;
    color: #333;
    font-weight: 500
}

.body_sidebox_ranklist ul li h3 a i {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 5px
}

.body_sidebox_ranklist ul li h3 a i.num1 {
    border: 1px solid var(--theme-color);
    color: var(--theme-color)
}

.body_sidebox_ranklist ul li h3 a i.num2 {
    border: 1px solid #747dfb;
    color: #747dfb
}

.body_sidebox_ranklist ul li h3 a i.num3 {
    border: 1px solid #9ca2fc;
    color: #9ca2fc
}

.body_sidebox_ranklist ul li h3 a:hover {
    color: var(--theme-color)
}

.body_sidebox_ranklist ul li p {
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.body_sidebox_ranklist ul li p em {
    display: inline-block;
    height: 20px;
    line-height: 20px
}

.body_sidebox_ranklist ul li p em a {
    font-size: 12px;
    color: #f46300
}

.body_sidebox_ranklist ul li p em a:hover {
    color: #3945f9
}

.body_sidebox_ranklist ul li p span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    padding-left: 12px
}

.body_sidebox_member_list ul li {
    margin-bottom: 13px
}

.body_sidebox_member_list ul li:last-child {
    margin-bottom: 0
}

.body_sidebox_member_list ul li em {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #bdbdbd;
    font-weight: 600
}

.body_sidebox_member_list ul li em.nex_member_num1 {
    color: #e80404
}

.body_sidebox_member_list ul li em.nex_member_num2 {
    color: #f46300
}

.body_sidebox_member_list ul li em.nex_member_num3 {
    color: #fdb500
}

.body_sidebox_member_list ul li a {
    display: block;
    float: left;
    margin-left: 15px;
    width: 150px;
    height: 24px;
    line-height: 24px;
    overflow: hidden
}

.body_sidebox_member_list ul li a img {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    box-shadow: 0 .2rem .8rem rgba(51, 51, 51, .15)
}

.body_sidebox_member_list ul li a i {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: var(--theme-color)
}

.body_sidebox_member_list ul li a:hover i {
    color: var(--theme-color);
    text-decoration: underline
}

.body_sidebox_member_list ul li span {
    display: block;
    float: right;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333
}

.body_sidebox_member_top {
    height: 20px;
    margin-bottom: 20px
}

.body_sidebox_member_top span {
    display: block;
    float: left;
    width: 250px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333
}

.body_sidebox_member_top em {
    display: block;
    float: right;
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    text-align: right
}

.breadcrumbs {
    margin: 15px 0;
    height: 29px;
    border: none;
    background: 0 0;
    line-height: 29px;
    color: #888 !important
}

.breadcrumbs a {
    color: #888 !important;
    font-size: 14px
}

.breadcrumbs em {
    color: #bdbdbd;
    padding: 0 3px !important
}

.content_area {
    overflow: visible;
    padding: 30px;
    border-radius: 4px;
    background: #fff
}

.content_body .plc .pi {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee
}

.content_area .content_body_top i {
    font-size: 12px;
    color: #888;
    margin-right: 5px
}

.content_area .content_body_top em {
    font-size: 12px;
    color: #888;
    margin-right: 10px
}

.content_area .content_head {
    background: #fff;
    height: 46px;
    line-height: 44px;
    border-bottom: none;
    color: #444;
    position: relative;
    overflow: visible;
    padding-right: 15px;
    border-radius: 0 0 3px 3px
}

.content_area .content_head h1 {
    color: #121212;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_area .content_head .show_reward {
    font-size: 12px;
    color: #ec5a12;
    margin-left: 5px
}

.content_area .content_body_container {
    padding: 5px 0;
    font-size: 15px
}

.content_area .content_body_container p {
    margin: 0 0 15px;
    font-size: .92rem;
    line-height: 1.5rem;
    color: #555
}

.content_area .content_body_container img {
    max-width: 100%;
    vertical-align: middle
}

.content_body_foot {
    width: 100%
}

.recommend_box {
    display: table;
    margin: 20px auto
}

.recommend_box a {
    display: block;
    float: left;
    width: 125px;
    height: 45px;
    border-radius: 4px;
    margin: 0 5px
}

.recommend_box a#recommend_up {
    background: #42bb75
}

.recommend_box a#recommend_add {
    background: #268df7
}

.recommend_box a#recommend_subtract {
    background: #ff6161
}

.recommend_box a i {
    float: left;
    font-size: 20px;
    color: #fff;
    margin: 12px 8px 0 25px
}

.nex_btm_tool {
    float: left;
    font-size: 14px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 13px
}

.show-tel a{
    color: var(--theme-color);
    font-weight: 500;
}
.content_body_foot .content_foot_share div {
    float: left;
    width: 50%
}

.content_body_foot .content_foot_share .copyright {
    margin: 20px 0;
    text-align: right
}

.content_body_foot .content_foot_share .copyright p {
    color: #ec5a12
}


.shares {
    margin: 10px 0
}

.shares strong {
    line-height: 32px;
    display: inline-block;
    font-weight: 400;
    color: #999
}

.shares a {
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-right: 5px;
    opacity: .8;
    cursor: pointer;
    border-radius: 50px;
    text-align: center
}

.shares a:hover {
    opacity: 1
}

.shares a:hover .share-popover {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0
}

.shares a:before {
    height: 32px;
    width: 10px
}

.shares a:hover:before {
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    transition: right .5s;
    right: -70%
}

.shares a[class^=share] i {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.shares a.share-tsina {
    background-color: #ff6b60
}

.shares a.share-weixin {
    background-color: #07c160
}

.shares a.share-qzone {
    background-color: #fbc440
}

.shares a.share-sqq {
    background-color: #00a9ee
}

.shares a.share-renren {
    background-color: #95b4ec
}

.shares a.share-tqq {
    background-color: #5fb2d7
}

.shares a.share-douban {
    background-color: #67ce9b
}

.shares a.share-huaban {
    background-color: #dc5e5e
}

.shares a.share-twitter {
    background-color: #41b8fc
}

.shares a.share-facebook {
    background-color: #4867aa
}

.shares a.share-linkedin {
    background-color: #0a66c2
}

.shares .share-popover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 110px;
    height: 116px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    background-color: transparent
}

.shares .share-popover .share-popover-inner {
    display: block;
    background-color: #fff;
    border: 1px solid #999;
    padding: 4px;
    border-radius: 2px;
    position: relative;
    bottom: 6px;
    height: 100px
}

.shares .share-popover .share-popover-inner::after, .shares .share-popover .share-popover-inner::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 9px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.shares .share-popover .share-popover-inner::before {
    border-top: 5px solid #555
}

.shares .share-popover .share-popover-inner::after {
    border-top: 5px solid #fff;
    margin-bottom: 1px
}

.ask_main {
    position: relative
}
@media (min-width:768px){
    .body_main>div{
        margin-right: 20px;
    }
    .section-cont .item {
        width: 25%
    }
   .content_area{
    margin-bottom: 20px;
   }
   .content_body_foot .content_foot_share div {
  
    width: 50%;
    }
}
@media (max-width:767px){
    .body_sidebox{
        margin-top: 20px;
    }
    .section-cont .item {
        width: 50%
    }
    .body_main_list ul li{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .body_main_list_l dl dd:nth-child(1){
        width: 34px;
        height: 34px;
    }
    .body_main_list_l dl dd:nth-child(1) p{
        font-size: 15px;
        line-height: 34px;
    }
    .body_main_list_m h3{
        margin-bottom: 5px;
    }
    .body_main_list_m h3 a{
        font-size: 14px;
    }
    .content_area{
        padding: 15px;
    }
    .content_area .content_head h1 {
        font-size: 16px;
    }
    .recommend_box a {
        width: 80px;
        height: 30px;
    }
    .recommend_box a i{
        margin-top: 9px;font-size: 14px;margin-left: 10px;
    }
    .nex_btm_tool {
        margin-top: 5px;font-size: 12px;
    }
   .question-comment{
    font-size: 14px!important;
   }
   #ds-reset .ds-avatar img{
    width: 30px!important;
    height: 30px!important;
   }
   #ds-reset .ds-comment-body{
    padding-left: 40px!important;
   }
   #ds-reset .ds-replybox{
    padding-left: 40px!important;
   }

}
@media (max-width:991px) {
    .content_body_foot .content_foot_share div {
        width: 100%;
    }
}

@media (max-width:1199px){
    .body_main_list_m {
        width: calc(100% - 145px)
    }
    
}



.body_main_poster {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff
}

.swiper-container {
    border-radius: 5px;
    margin-bottom: 10px !important
}

.swiper-container img {
    width: 100%;
    height: 100%
}

.section-cont .items {
    margin: 0 -8px
}

.section-cont .item {
    float: left;
}



.section-cont .hunter-item a:hover {
    margin-top: -5px
}

.section-cont .hunter-item a {
    display: block;
    padding: 8px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    transform: translate(0, 5px);
    transition: all .2s
}

.section-cont .hunter-item .hunter-thumb {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px
}

.thumbs {
    display: block;
    max-height: 120px;
    position: relative;
    overflow: hidden;
    transition: all .2s
}

.thumbs img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover
}

.section-cont .hunter-item h2 {
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: -8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 2em
}

.top-news .section-cont .hunter-item h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 2em
}

.load_more {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #747dfb;
    border-radius: 4px;
    text-align: center
}

.load_more a {
    display: block;
    color: #747dfb;
    padding: 10px;
    border-radius: 4px;
    transition: all .35s ease 0s
}

.load_more a:hover {
    color: #fff;
    background-color: #747dfb
}

.simple-info {
    position: relative;
}

.simple-info img {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    margin: 8px
}

.simple-info:hover .u-detail {
    display: block
}

.u-detail {
    display: none;
    position: absolute;
    top: 55px;
    left: -228px;
    z-index: 111;
    padding: 20px 15px 9px;
    width: 300px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    line-height: normal
}

.u-detail .u-info {
    margin-bottom: 17px;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eceff1
}

.u-detail .u-info .userimg {
    float: left;
    width: 40px;
    height: 40px
}

.u-detail .u-info .userimg img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px;
    margin: 0
}

.u-detail .u-info .u-name {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left
}

.u-detail .u-info .u-name span {
    display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 18px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px
}

.u-detail .u-info a {
    float: right;
    display: block;
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 48px;
    background: #de4f49;
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

.u-detail .opengimg a {
    margin: 0
}

.u-detail .opengimg img {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 8px
}

.u-detail ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.u-detail ul li {
    display: inline-block;
    width: 32%;
    text-align: center
}

.u-detail ul li a {
    display: inline-block;
    color: #757575;
    font-size: 13px;
    width: 100%
}

.u-detail ul li a:hover, .u-detail ul li a:hover i {
    color: #de4f49
}

.u-detail ul li a i {
    display: block;
    margin-bottom: 0;
    margin-left: 2px;
    font-size: 25px;
    font-weight: 600;
    color: #aeaeae
}

#login_box, #register_box {
    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    border-radius: .25rem;
    padding: 1rem;
    width: 28rem;
    max-width: 90%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

#login_box button, #register_box button {
    border-width: 0
}

#login_box .btn, #register_box .btn {
    display: inline-block;
    padding-top: .88rem;
    padding-bottom: .88rem;
    width: 100%;
    border-radius: .275rem;
    color: #fff !important;
    text-align: center
}

.login_box_title {
    position: relative;
    margin-bottom: 1rem
}

.login_box_title h4 {
    font-size: 1rem;
    line-height: 1.5rem
}

.close_login {
    position: absolute;
    background-color: #fff;
    opacity: .8;
    width: 1rem;
    height: 1rem;
    right: 0;
    top: .25rem
}

#login_box img {
    display: inline-block
}

.login {
    position: relative
}

.login-form {
    margin-top: 0;
    padding: inherit
}

.login-form .form-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px
}

.login-form .form-group {
    padding: 5px 0
}

.form-group {
    margin-bottom: 15px
}

.form-control {
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.mask-body-dark {
    background: rgba(52, 73, 94, .9);
    background-color: rgba(52, 73, 94, .9);
    pointer-events: auto;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.mask-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden
}

.login-page {
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.login-page .login-options a {
    color: #fff !important;
    font-size: 14px;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 2px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    margin-left: 10px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400
}

.login-container {
    position: relative;
    width: 90%;
    height: 660px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden
}

.login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.login-container .login-img {
    position: relative;
    width: 40%;
    height: 100%;
    transition: .5s
}

.login-container .login .login-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.login-container .login .login-form {
    position: relative;
    width: 60%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    transition: .5s
}

.login-form form {
    width: 90%
}

.login-container .login .login-form form h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 30px;
    color: #333
}

.login-container .login .login-form form input {
    position: relative;
    width: 100%;
    padding: 16px;
    background: #fcfcfc;
    color: #333;
    border: none;
    outline: 0;
    box-shadow: none;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    border: 1px solid #ddd;
    border-radius: 6px
}

.login-container .login .login-form form input:focus {
    border-color: var(--color);
    background-color: #fff
}

.login-container .login .login-form form button, .login-container .login .login-form form input[type=submit] {
    background: var(--theme-bg);
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    transition: .5s
}

.login-container .login .login-form form input[type=submit] {
    border-color: var(--color)
}

.login-container .login .login-form form button:hover, .login-container .login .login-form form input[type=submit]:hover {
    background: var(--theme-bg)
}

.login-container .login .login-form form .login-opt {
    display: flex;
    padding-top: 14px
}

.login-container .login .login-form form .login-opt button {
    padding: 15px 0
}

.login-container .login .login-form form input[type=checkbox] {
    width: 13px;
    border: 1px solid var(--color);
    vertical-align: middle;
    margin: 0;
    margin-right: 10px
}

.login-container .mobile_btn {
    padding: 15px 30px;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 200;
    border-radius: 6px
}

.oauth li {
    float: left;
    width: 50%
}

.oauth li a {
    display: block;
    margin: 20px auto 0;
    width: 90%;
    border-radius: 40px;
    color: #fff;
    font-size: 1pc;
    line-height: 45px;
    cursor: pointer
}

.oauth li a i {
    margin-right: 8px
}

.oauth li a.qq_login {
    float: left;
    background: #28b7f7
}

.oauth li a.weixin_login {
    float: right;
    background: #05d02f
}

@media (max-width:991px) {
    .login-container .login-img {
        display: none
    }

    .login-container .login .login-form {
        width: 100%
    }
}

.page_left ul {
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff;
    z-index: 10
}

.page_left ul li {
    position: relative;
    display: block;
    padding: 0 30px;
    font-size: 14px;
    color: #333;
    line-height: 52px;
    height: 52px;
    cursor: pointer
}

.page_left ul li.cur, .page_left ul li:hover a {
    color: #3945f9
}

.page_left ul li.cur:before {
    opacity: 1
}

.page_left ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    height: 32px;
    width: 0;
    border-right: 3px solid #3945f9;
    opacity: 0
}

.page_content {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff
}

.page_content p {
    margin: 0 0 15px;
    font-size: .92rem;
    line-height: 1.5rem;
    color: #555
}

.ask_footer {
    margin-top: 30px;
    width: 100%;
    background-color: #252525
}

.ask_footer_top {
    padding: 40px 0 40px 0;
    width: 100%
}

.aft_left {
    float: left
}

.aft_logotxt {
    width: 194px;
    margin-bottom: 20px
}

.aft_logotxt img {
    width: 194px
}

.aft_sums {
    max-height: 110px;
    line-height: 22px;
    font-size: 12px;
    color: #888;
    overflow: hidden
}

.aft_middle {
    float: left
}

.aft_middle_btm, .aft_middle_top {
    margin: 0 75px
}

.aft_middle_top ul {
    margin-bottom: 25px
}

.aft_middle_top ul li {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #888
}

.aft_middle_top ul li:nth-child(5) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

.aft_middle_top ul li a {
    font-size: 14px;
    color: #ccc
}

.aft_middle_top ul li a:hover {
    color: #fff
}

.aft_middle_btm ul li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 12px;
    color: #888
}

.aft_middle_btm ul li a {
    font-size: 12px;
    color: #888
}

.aft_middle_btm ul li a:hover {
    color: #fff
}

.aft_right {
    float: right
}

.aft_right ul {
    display: table;
    margin: 0 auto
}

.aft_right ul li {
    float: left;
    width: 100px;
    margin: 0 0 0 30px
}

.aft_qcode_img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px
}

.aft_qcode_img img {
    width: 100px;
    height: 100px
}

.aft_right ul li p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #888;
    text-align: center;
    font-size: 12px;
    overflow: hidden
}

.ask_footer_bottom {
    padding: 20px 0;
    width: 100%;
    background: #121212
}

.aft_other_info {
    text-align: center
}

.aft_other_info, .aft_other_info a {
    color: #666
}