body {
    margin: 0;
    width: 100%;
    font-size: 18px;
    color: #000;
    font-family: "Microsoft YaHei", "SimSun", "Arial";
    width: 100%;
    /* background : #f2f0f0; */
}

p {
    margin: 0;
}

a {
    color: #000;
    text-decoration: none
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    display: block;
    width: 100%;
}

#top_head {
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #FFF;
    background: #fff;
}

#top_head::after {
    content: '';
    display: block;
    clear: both;
}

#top_head #logo {
    background: url(../images/navlogo.gif) no-repeat 7px 17px;
    margin: 0 0 0 7px;
    padding: 0 14px 0 29px;
    background-size: 16px 16px;
}

#nav {
    display: none;
    width: 100%;
    font-size: 18px;
    position: absolute;
    top: 49px;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 3px 5px 0 rgba(4, 0, 0, .2);
    z-index: 999
}

#nav::after {
    content: '';
    display: block;
    clear: both;
}

#nav>ul {
    padding: 2.5% 0 0 0;
}

#nav li {
    float: left;
    width: 30%;
    margin: 0 0 2.5% 2.5%;
}

#nav a {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 6pt;
    line-height: 44px;
    background: #e5e5e5;
}

#nav a:active, #nav a:hover {
    background: #fc5b1b;
    color: #fff!important;
}

#nav li.wap_none {
    display: none;
}

#top_head>a {
    float: left;
    color: #000;
    padding: 0 15px;
    margin: 0;
    font-size: 18px;
    line-height: 50px;
    border-right: 1px solid #e5e5e5;
}

#top_head a:hover {
    color: #000
}

#m_n {
    float: right;
    position: relative;
    text-indent: -9999px;
    font-style: normal;
    height: 50px;
    width: 54px;
    padding: 0;
    margin: 0;
}

#m_n:before {
    position: absolute;
    top: 15px;
    right: 13px;
    bottom: 15px;
    left: 13px;
    background: linear-gradient(#777 10%, transparent 10%, transparent 45%, #777 45%, #777 55%, transparent 55%, transparent 90%, #777 90%);
    content: '';
}

.header-search {
    display: none;
}

footer {
    font-size: 14px;
    background: #e5e5e5;
    position: relative;
    padding-bottom: 15%;
}

footer .ft_mav {
    width: 99%;
    padding: 0 0.5%;
    line-height: 50px;
    overflow-x: scroll;
    overflow-y: hidden;
    background: #444;
    color: #777;
}

footer .ft_mav div {
    width: 1370px;
}

footer .ft_mav a {
    color: #fff;
    padding: 14px;
    font-size: 18px;
}

footer .pmm {
    width: 100%;
    text-align: center;
    padding: 8% 0 0;
}

footer .pmm a {
    background: #fff;
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 4px;
    line-height: normal;
    color: #333;
}

footer .ft_sitelink {
    padding: 5% 0 0 0;
    text-align: center;
}

footer .ft_sitelink p {
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

footer .ft_sitelink p.ft_txt a {
    padding: 0 5px;
    font-size: 14px;
    color: #666;
}

/* 正文 */

#inner #title {
    margin: 0;
    padding: 4% 7%;
    width: 86%;
    height: auto;
    text-align: left;
    background: #f7f7f7;
}

#inner #title h1 {
    margin: 0 0 3% 0;
    padding: 0;
    width: 100%;
    text-align: justify;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    height: auto;
}

#inner #title aside::after {
    content: '';
    display: block;
    clear: both;
}

#inner #title aside time::before {
    content: '';
}

#inner #title aside em, #inner #title aside time {
    color: #999;
    font-size: 12px;
    line-height: 24px;
    font-family: "宋体", "Arial";
    display: block;
}

#inner #title aside em {
    font-style: normal;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #333;
    padding: 4px 0 0 0;
}
#inner #title aside em::after {
    content: '认证优质作者';
    line-height: 1;
    font-size: 12px;
    padding: 1px 4px;
    color: #5e9dfd;
    border: 1px solid #5e9dfd;
    border-radius: 15px;
    margin: 0px 0 0 5px;
    display: inline-block;
}
#inner #title aside .m-cover{
    float: left;
    position: relative;
    margin-right: 3%;
}
#inner #title aside .m-cover::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/v1.png);
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}
#inner #title aside img{
    border-radius: 100%;
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

#inner .content {
    width: 100%;
    background: #fff;
    padding: 1% 0 2% 0;
}

#inner .content p {
    margin: 7% 7%;
    line-height: 32px;
    font-size: 18px;
    color: #000;
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    Letter-spacing: 1px;
}

#inner .content p em.font-color-r {
    color: #fc780d;
    font-style: normal;
    font-weight: normal;
}

#inner .content p em.font-color-b {
    color: #0a7aff;
    font-weight: normal;
    font-style: normal;
}

#inner .content p em.font-bg-y {
    background: #ffd60a;
    font-style: normal;
    font-weight: normal;
}

#inner .content p em.font-size-24 {
    /* font-size: 15pt; */
    color: #fc780d;
    font-weight: normal;
}

#inner .content p.content-p-introduction, #inner .content p.content-p-tips {
    background: #fff7f2;
    padding: 3%;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 12pt;
    color: #666;
    border-left: 4px solid #fc780d;
    /* margin: 30px 5%; */
    /* line-height: 28pt; */
}

#inner .content p.content-p-introduction {
    border-left: none;
}

.content-fold {
    height: 800px;
    overflow: hidden;
    position: relative;
}

#wenda-inner .content-fold {
    height: 500px;
}

.content-fold .show-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 60px;
    border-bottom: 100px solid #fff;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
    text-align: center;
    line-height: 170px;
}

.content-fold .show-content span {
    position: relative;
    font-size: 18px;
    background: #ff5d00;
    color: #fff;
    border-radius: 22px;
    padding: 12px 0;
    margin-top: 90px;
    width: 80%;
    line-height: 20px;
    display: inline-block;
}

.content-fold .show-content span::before, .content-fold .show-content span::after {
    position: absolute;
    top: -30px;
    left: 50%;
    display: inline-block;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #ff5d00;
    border-left: 1px solid #ff5d00;
    content: ' ';
    transform: rotate(-45deg);
}

.content-fold .show-content span::after {
    top: -25px;
}

.content center, .content figure {
    margin: 0 7%;
    text-align: center;
    display: block;
    position: relative;
}

.content center img, .content figure img {
    display: block;
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.content center img {
    border-radius: 6px;
}

.content figcaption {
    padding: 2% 0 2.5% 0;
    background: #f2f0f0;
    color: #333;
    font-size: 14px;
    margin: 1px 0 0;
    border-radius: 0 0 6px 6px;
}

.content em {
    font-style: normal;
    font-weight: bolder;
    padding: 0 4px;
}

.fenye {
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 0 5% 0;
    text-align: center;
}

.fenye a {
    width: 62px;
    color: #666;
    background: #fff
}

.fenye a, .fenye span, .fenye font {
    width: 65px;
    margin-left: -1px;
    float: none;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #eee;
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.fenye span, .fenye font {
    background: #ffc;
    color: #c93
}

.fenye a:hover {
    background: #f5f5f5;
    color: #333
}

.lm_page .fenye a, .lm_page .fenye span, .lm_page .fenye font {
    width: auto;
    margin: 5% -1px 0 0;
}

/* 侧边栏 */

/* 1564005 */

.news_list {
    border-top: 12px solid #f2f0f0;
    background: #fff;
    /* float: left; */
}

.news_list .wz_list::after {
    content: '';
    display: block;
    clear: both;
}

.news_list .wz_list:nth-of-type(3) .list_tit {
    display: none;
}

.list_tit {
    padding-left: 12px;
    margin: 7% 7%;
    color: #8d8d8d;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    line-height: 23px;
    border-left: 4px solid #fc780d;
}

.news_list .wz_list .list_tit a {
    display: none;
}

.news_list .wz_list a, .lm_list a {
    float: left;
    width: 86%;
    margin: 0 7%;
    padding: 5% 0 5% 0;
    border-top: 1px solid #f2f0f0;
    color: #000;
}

.lm_list::after {
    content: '';
    display: block;
    clear: both;
}

.lm_list a {
    border-top: 0px;
    border-bottom: 1px solid #f2f0f0;
}

.list_toutiao {
    float: left;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto
}

.list_toutiao ul li {
    position: relative;
    display: none;
    overflow: hidden;
    background: #f3f3f3;
}

.list_toutiao ul li:nth-of-type(1) {
    float: left;
    margin: 0;
    display: block;
    display: block!important;
    width: 100%;
    height: 200px
}

.list_toutiao ul li:nth-of-type(1) h2, .list_toutiao ul li:nth-of-type(1) b {
    overflow: hidden;
    padding: 0 5%;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1pc;
    line-height: 40px
}

.list_toutiao ul li a {
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
}

.list_toutiao ul li b {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    font-weight: 400;
    transition: background .5s;
    overflow: hidden;
    padding: 0 5%;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1pc;
    line-height: 40px;
    text-shadow: 1px 1px?black;
}

.news_list .wz_list a>img, .lm_list a>img {
    width: 31%;
    float: right;
    height: auto;
    margin: 0;
}
.lm_list ul li em {
    font-style: normal;
    font-size: 14px;
    margin: 10px 15px 0 0;
    color: #666;
    float: left;
}
.lm_list ul li em img{
    width: 18px;
    height: 18px;
    border-radius: 30px;
    vertical-align: middle;
    border: 1px solid #ddd;
    float: none;
    margin-right: 6px;
    display: inline-block;
}
.lm_list ul time {
    font-size: 14px;
    color: #ccc;
    display: block;
    margin: 10px 15px 0 0;
    float: left;
}
.news_list .wz_list a b, .news_list .wz_list a h2, .lm_list a b {
    float: left;
    width: 62%;
    font-size: 18px;
    Letter-spacing: 0;
    height: 60px;
    line-height: 31px;
    padding: 2% 0 0 0;
    margin: 0;
    font-weight: normal;
    text-align: justify;
    overflow: hidden;
    color: #000;
}
.kx_list a b{
    width: 100%!important;
    height: auto!important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list .wz_list a p, .lm_list a p {
    display: none;
}

.news_list .wz_list .down-tj-list a {
    height: auto;
}

.news_list .wz_list .down-tj-list img {
    float: left;
    width: 30px;
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.news_list .wz_list .down-tj-list b {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    width: 85%;
}

div.more_wz {
    margin: 20px 0 0;
    border-top: 1px #f2f0f0 solid;
    text-align: center;
    font-size: 18px;
    float: left;
    width: 100%;
}

div.more_wz a {
    display: block;
    margin: 0!important;
    padding: 40px 0 36px!important;
    color: #8d8d8d!important;
    text-decoration: none;
    width: 100%!important;
    border-top: 0!important;
    position: relative;
}

div.more_wz a:before {
    position: absolute;
    top: -25px;
    left: 50%;
    display: block;
    margin: 0 0 0 -25px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: red;
    background: #f9f9f9;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    content: '';
}

div.more_wz a:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin: -9px 0 0 -7px;
    width: 10px;
    height: 10px;
    border-right: 3px #999 solid;
    border-bottom: 3px #999 solid;
    content: '';
    transform: rotate(45deg);
}

/* 广告 */

.ad11111 {
    border-top: 12px solid #f2f0f0;
    border-bottom: 12px solid #f2f0f0;
}

.ad11111 img {
    display: block;
    width: 100%;
}

/* 评论 */

.ad, .ds, .plbq, .pgg, .pl {
    display: none;
}

.art-other-wrap {
    width: 100%;
    border-top: 12px solid #f2f0f0;
}

.art-other-wrap h3 {
    padding-left: 12px;
    margin: 7% 5%;
    color: #8d8d8d;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    line-height: 23px;
    border-left: 4px solid #fc780d;
    text-align: left;
}

.art-other-wrap ul {
    margin: 0 5% 5%;
}

.art-other-wrap ul::after {
    content: '';
    display: block;
    clear: both;
}

.dk-products ul li {
    margin: 5% 0 0;
    padding: 0;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px dashed #e6e6e6;
    position: relative;
}

.dk-products ul li a>span {
    color: #fff;
    background-color: #FF5D00;
    border-radius: 6px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 8px;
    top: 50%;
    margin: -15px 0 0;
    cursor: pointer;
}

.dk-products ul li a {
    padding: 8px;
    display: block;
}

.dk-products ul li img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    float: left;
    margin: 0 20px 0 0;
}

.dk-products ul li strong {
    font-size: 18px;
    display: block;
    line-height: 1;
    margin: 3px 0 0;
}

.dk-products ul li .pro-info span {
    font-size: 18px;
    line-height: 1;
    margin: 11px 0 0;
    display: block;
    color: #FF5D00;
}

.dk-products ul li .pro-info span::before {
    content: '￥';
}

.dk-products ul li .pro-info span::after {
    content: '';
    color: #999;
    font-size: 12px;
    margin: 0 0 0 8px;
}

.licai-class ul {
    margin-top: -5%;
}

.licai-class h3 strong {
    color: #FF5D00;
}

.licai-class li {
    float: left;
    width: 47.5%;
    margin: 5% 5% 0 0;
    overflow: hidden;
}

.licai-class li:nth-of-type(2n) {
    margin-right: 0;
}

.licai-class li a {
    display: block;
}

.licai-class li div {
    position: relative;
}

.licai-class li div span {
    display: block;
    min-width: 30px;
    padding: 0 5px 0 22px;
    font-size: 12px;
    color: #FFFFFF;
    background: url(../images/hot.png) 5px center no-repeat #0009;
    background-size: 16px 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 24px;
    border-radius: 2px 0 2px 0;
}

.licai-class li img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.licai-class li strong {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.licai-class li em {
    display: block;
    font-size: 12px;
    color: #999;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tj-arts li {
    padding: 5% 0 5% 0;
    border-top: 1px solid #f2f0f0;
    color: #000;
    float: left;
    width: 100%;
}

.tj-arts li img {
    width: 31%;
    float: right;
    height: auto;
    margin: 0;
}

.tj-arts li strong {
    float: left;
    width: 62%;
    font-size: 18px;
    Letter-spacing: 0;
    height: 60px;
    line-height: 31px;
    padding: 2% 0 0 0;
    margin: 0;
    font-weight: normal;
    text-align: justify;
    overflow: hidden;
    color: #000;
}

.tj-arts li time, .tj-arts li p {
    display: none;
}

/*wapBDgggg*/

.xiamian {
    display: block;
    padding: 4% 0;
    width: 100%;
    background: #333;
    color: #bbb;
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
    Letter-spacing: 3px;
}

.s_w_t2 {
    background: #e8e8e8;
    display: block;
    width: 100%;
    padding: 6% 0 6% 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.s_w_t2 span {
    width: 95%;
    height: 78px;
    display: block;
    overflow: hidden;
    margin: 0 auto 0 5%;
    padding: 0
}

.c_l_x6 {
    display: block;
    width: 100%;
    padding: 2% 0 5% 0;
    background: #fff;
}

.c_l_x6 span {
    display: block;
    margin: 0 2.5% 0 5%;
    width: 92.5%
}

.c_l_dd1 {
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    border-top: 12px solid #f2f0f0;
}

.c_l_dd1 span {
    display: block;
    margin: 4% 4% 1% 4%;
    width: 92%;
    height: 229px;
    overflow: hidden;
}

.c_l_dd2 {
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    border-bottom: 12px solid #f2f0f0;
}

.c_l_dd2 span {
    display: block;
    margin: 0% 4% 4% 4%;
    width: 92%
}

.cj_list_img_6 {
    display: block;
    clear: both;
    width: 100%;
    background: #fff;
    padding: 0 0 3% 0;
    border-top: 12px solid #f2f0f0;
}

.cj_list_img_6 span {
    display: block;
    margin: 2% 4.5% 1% 4.5%;
    width: 91%
}

a.fytj {
    display: block;
    margin: 0 5.5% 0 3.5%;
    padding: 5% 0 0 0;
    width: 91%;
    height: auto;
    border: none;
    border-bottom: 0;
    color: #000;
}

a.fytj i {
    display: inline-block;
    font-size: 12px;
    color: #949494;
    font-style: normal;
}

a.fytj img {
    float: right;
    margin: 0;
    width: 30.6%;
    height: auto;
}

a.fytj b {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 62%;
    height: 46px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 18px;
    line-height: 24px;
    Letter-spacing: 0;
    font-weight: bold;
    color: #333;
}

a.fytj u {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: #fe362c;
    border: 1px solid #fe362c;
    border-radius: 2px;
    padding: 0 4px;
    margin-left: 10px;
}

a.x_i_g {
    border-top: 12px solid #f2f0f0;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    display: block;
}

a.x_i_g img {
    width: 100%;
    float: none;
}

a.x_i_g i {
    display: none;
}

.t_t {
    display: block;
    width: 100%;
    margin: 0;
    background: #898989;
    padding: 3% 0 1.5% 0
}

.fixed-ad-wrap {
    position: fixed;
    bottom: 15%;
    right: -90px;
    width: 90px;
    height: 90px;
    transition: all 0.5s;
    z-index: 1000;
}

.fixed-ad-wrap.show {
    right: 10px;
}

.fixed-ad-wrap img {
    display: block;
    width: 100%;
}

.cj_wz_img {
    float: left;
    clear: both;
    width: 100%;
    background: #ffece2;
    padding: 4% 0 4% 0;
    border-top: 1px solid #d2bdb2;
    border-bottom: 1px solid #d2bdb2;
    margin: 6% 0;
}

.cj_wz_img span {
    float: left;
    margin: 0 2%;
    width: 96%
}

.other_link {
    margin: 0 5% 5% 5%;
}

.other_link strong {
    display: block;
    color: #c00;
    margin-bottom: 10px;
    font-size: 22px;
}

.other_link a {
    display: block;
    color: #2440b3;
    margin-bottom: 10px;
}

.other_link a:before {
    content: ">";
}

/*pcwap*/

.right-top-ad,.media-wrap #title aside em:nth-of-type(2n), .top_adp, .soso, .sstj, .lb-imggg, .tj-arts, .ad11111, .list_adp, .dk-products li:nth-of-type(2n), .sitemap, .ask_topad, .ask_daad, .ask_cn_tit, .links, .lm_page #other-wrap, .lm_list time, .lm_list .list_tit, .lm_page .xiamian, .lm_page .c_l_x6, .lm_page .c_l_dd1, .lm_page .c_l_dd2, .cotimg, .cocimg, .cobimg, .licai-class, .r_bot_gg {
    display: none
}

.dnone {
    display: none
}

/* 下载 */

#inner #title .logoImg {
    float: left;
    width: 64px;
    border-radius: 6px;
    margin: 0 10px 0 0;
}

#inner #title aside .app-score {
    display: none;
}

#inner .down-content .app-info {
    margin: 0 5%;
    padding: 4% 0;
}

#inner .down-content .app-info::after {
    content: "";
    clear: both;
    display: block;
}

#inner .down-content .app-info>ul {
    float: left;
}

#inner .down-content .app-info li {
    font-size: 16px;
    line-height: 2;
}

#inner .down-content .app-info li span {
    color: #999;
    width: 100px;
    display: inline-block;
    margin: 0 10px 0 0;
}

#inner .down-content .app-info li b {
    display: none;
}

#inner .down-content .app-info li .app-tag {
    display: inline;
}

#inner .down-content .app-info li .app-tag li {
    display: inline;
}

#inner .down-content .app-info .mobileCode {
    display: none;
}

#inner .down-content .app-type {
    margin: 0;
    height: 48px;
    border-bottom: #eee 1px solid;
    font-size: 14px;
    line-height: 48px;
    border-top: 10px solid #f3f3f3;
}

#inner .down-content .app-type span {
    width: 33.33%;
    float: left;
    text-align: center;
}

#inner .down-content .app-type span.active {
    border: none;
    border-bottom: 3px solid #298fc6;
    line-height: 48px;
}

#inner .down-content .app-download-url, #inner .down-content .app-download-tips {
    margin: 30px auto 0;
}

#inner .down-content .app-download-url span, #inner .down-content .app-download-tips span {
    display: block;
    padding: 0 0 0 30px;
    margin: 0 5%;
    height: 48px;
    border-left: 3px solid #298fc6;
    background: #f3f3f3;
    color: #000;
    font-size: 16px;
    line-height: 48px;
}

#inner .down-content .app-download-url a {
    display: inline-block;
    border-radius: 5px;
    background: #f3f3f3;
    color: #298fc6;
    text-align: center;
    margin: 5% 0 0 5%;
    width: 26.6%;
    font-size: 14px;
    line-height: 34px;
}

#inner .down-content .app-download-url a::before {
    display: block;
    margin: 10px auto 0;
    width: 32px;
    height: 32px;
    border: 1px solid #298fc6;
    border-radius: 37px;
    background: url(../images/down2win.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    background-size: 53%;
    content: '';
}

#inner .down-content .app-download-tips p {
    color: #999;
    margin: 0 0 30px;
    padding: 0;
    font-size: 14px;
    line-height: normal;
    display: block;
    margin: 0 5%;
    padding: 5% 0 5% 0;
    line-height: 2;
}

/* 经验 */

#inner .jy-content p.step_list {
    position: relative;
    padding: 0 0 24px 34px;
    margin: 0 5% 0 7.4%;
    border-left: 2px dotted #e4e4e4;
    box-sizing: border-box;
}

#inner .jy-content p.step_list b {
    position: absolute;
    left: -16px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #ff6500;
    color: #fff;
    text-align: center;
    line-height: 32px;
}

#inner .jy-content p.step_list b::before {
    width: 1px;
    height: 100px;
    content: "";
}

#inner .jy-content p.step_list_last::after {
    position: absolute;
    bottom: 0;
    left: -13px;
    display: block;
    background-color: #fff;
    color: #ccc;
    content: "END";
    font-size: 12px;
    line-height: 13px;
}

/* 问答 */

#wenda-inner #wenda-title h1 {
    padding: 0 0 18px 0;
    font-size: 22px;
    line-height: 36px;
    margin: 0;
}

#wenda-inner #wenda-title {
    width: 90%;
    padding: 5%;
}

#wenda-inner #wenda-title .uper-info {
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
    line-height: 2;
}

#wenda-inner #wenda-title .uper-info time {
    margin: 0 0 0 10px;
    color: #999;
}

#wenda-inner #wenda-title .uper-info img {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: -4px 8px 0 0;
    border: 1px solid #e4e4e4;
}

#wenda-inner #wenda-title p, #wenda-inner .wenda-reply-wrap p {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    text-align: justify;
    Letter-spacing: 1px;
    background: #efefef;
    padding: 4% 5%;
    border-radius: 8px;
    position: relative;
}

#wenda-inner #wenda-title p::before, #wenda-inner .wenda-reply-wrap p::before {
    content: '';
    display: block;
    background: #efefef;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: -8px;
    left: 40px;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 4px;
}

#wenda-inner #wenda-title .reply {
    display: none;
}

#wenda-inner .wenda-reply-wrap h2 {
    margin: 0;
    margin: 0;
    padding: 1% 0 1% 5%;
    width: 95%;
    background: #f5f6f7;
    color: #999;
    font-size: 14px;
    line-height: 26px;
}

.good_answer p img{
    width: 100%!important;
    height: auto!important;
}

#wenda-inner .wenda-reply-wrap .good_answer, #wenda-inner .wenda-reply-wrap .answer_content {
    margin: 0;
    padding: 60px 5% 5% 5%;
    width: 90%;
    border-bottom: 1px solid #f5f6f7;
    position: relative;
    overflow: hidden;
}

#wenda-inner .wenda-reply-wrap .good_answer.good_answer::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    right: -20px;
    top: -20px;
    background: url(../images/best-answer-bg.png);
    background-size: auto;
    background-size: cover;
    z-index: -1;
    transform: rotate(30deg);
}

#wenda-inner .wenda-reply-wrap .good_answer .feedback {
    margin: 5% 0 0 0;
    background: #EAF4FF;
    color: #418CE4;
    line-height: 38px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 8px;
}

#wenda-inner .wenda-reply-wrap .good_answer .feedback b {
    font-weight: normal;
    /* display: block; */
}

#wenda-inner .wenda-reply-wrap .good_answer .feedback span {
    display: inline-block;
    width: 56px;
    height: 28px;
    background: #418CE4;
    border-radius: 6px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin: 0 0 0 10px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #418CE4;
}

#wenda-inner .wenda-reply-wrap .good_answer .feedback span.no {
    background-color: #EAF4FF;
    color: #418CE4;
}

#wenda-inner .wenda-reply-wrap .answer_info {
    font-size: 14px;
    line-height: 2;
    width: 90%;
    position: absolute;
    top: 15px;
}

#wenda-inner .wenda-reply-wrap .answer_info img {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: -4px 8px 0 0;
    border: 1px solid #e4e4e4;
}

#wenda-inner .wenda-reply-wrap .good_answer .answer_info em, #wenda-inner .wenda-reply-wrap .answer_content .answer_info em {
    color: #999;
    font-style: normal;
    margin: 0 0 0 10px;
}

#wenda-inner .wenda-reply-wrap .good_answer .answer_info span {
    display: none;
}

#wenda-inner .wenda-list .wz_list, #wenda-inner .more-question {
    width: 100%;
    border-top: 12px solid #f2f0f0;
    overflow: hidden;
}

#wenda-inner .wenda-list .wz_list:nth-of-type(2) {
    display: none;
}

#wenda-inner .more-question h3 {
    padding-left: 12px;
    margin: 7% 5%;
    color: #8d8d8d;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    line-height: 23px;
    border-left: 4px solid #fc780d;
}

#wenda-inner .more-question h3 strong {
    display: none;
}

#wenda-inner .wenda-list .new-question li a, #wenda-inner .more-question li a {
    display: block;
    margin: 0 5%;
    padding: 4% 0;
    border-top: 1px solid #eee;
}

#wenda-inner .wenda-list .new-question li a b, #wenda-inner .more-question li a b {
    line-height: 24px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    display: block;
    width: 84%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#wenda-inner .wenda-list .new-question b::before, #wenda-inner .more-question b::before {
    content: '问';
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    float: left;
    margin: 0 10px 0 0;
    background-color: #508aeb;
    border-radius: 4px;
}

#wenda-inner .wenda-list .new-question b::after, #wenda-inner .more-question b::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #508aeb;
    transform: rotate(45deg);
    left: 21px;
    top: 50%;
    margin: -3px 0 0;
}

#wenda-inner .wenda-list .new-question li a p, #wenda-inner .more-question li a p {
    display: none;
}

#wenda-inner .wenda-list .new-question li a .info, #wenda-inner .more-question li a .ask_list_info {
    display: none;
}

#wenda-inner .wenda-list .new-question li a::after, #wenda-inner .more-question li a::after {
    content: '已解决';
    float: right;
    display: block;
    margin-top: -24px;
    padding: 2px 6px;
    width: auto;
    height: auto;
    border-radius: 4px;
    background: #FFECE2;
    color: #FD8C4E;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    line-height: inherit;
}

#wenda-inner .wenda-list .experts-online {
    display: none;
}

#wenda-inner .wenda-list .wz_list a {
    float: left;
    width: 90%;
    margin: 0 5%;
    padding: 5% 0 5% 0;
    border-top: 1px solid #f2f0f0;
    color: #000;
}

#wenda-inner .wenda-list .wz_list a img {
    width: 31%;
    float: right;
    height: auto;
    margin: 0;
}

#wenda-inner .wenda-list .wz_list a b, #wenda-inner .wenda-list .wz_list a h2 {
    float: left;
    width: 62%;
    font-size: 18px;
    Letter-spacing: 0;
    height: 60px;
    line-height: 31px;
    padding: 2% 0 0 0;
    margin: 0;
    font-weight: normal;
    text-align: justify;
    overflow: hidden;
    color: #000;
}

#wenda-inner .wenda-list .wz_list a p {
    display: none;
}

#wenda-inner .wenda-list .wz_list .down-tj-list a {
    height: auto;
}

#wenda-inner .wenda-list .wz_list .down-tj-list img {
    float: left;
    width: 30px;
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

#wenda-inner .wenda-list .wz_list .down-tj-list b {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    width: 85%;
}

.wenda-tips-1 {
    font-size: 14px;
    margin: 0 5% 5% 5%;
    padding: 0 114px 0 0;
    position: relative;
    line-height: 20px;
    color: #999;
}

.wenda-tips-1::after {
    content: '';
    display: block;
    clear: both;
}

/*
.wenda-tips-1::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/tips-wap.png);
    background-size: cover;
    margin: -8px 10px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
}
*/

.wenda-tips-1 span {
    border-radius: 6px;
    color: #fff;
    background: #ff5d00;
    line-height: 32px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
    width: 104px;
    top: 50%;
    margin: -16px 0 0;
    box-sizing: border-box;
}

.wenda-tips-2 {
    display: none;
}

.wenda-tips-3 {
    width: 100%;
    border-top: 12px solid #f2f0f0;
    font-size: 16px;
}

.wenda-tips-3 em {
    font-style: normal;
    display: block;
    text-align: center;
    margin: 5% 0 0;
}

.wenda-tips-3 span {
    background: #ff5d00;
    color: #fff;
    border-radius: 100px;
    line-height: 40px;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    width: 90%;
    font-weight: bold;
}

.wenda-tips-3 strong {
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 5% 0;
    color: #666;
    font-weight: normal;
}

.wenda-tips-3 strong i {
    color: #ff5d00;
    font-style: normal;
}

footer .ft_mav div {
    width: 2000px;
    font-size: 14px;
}

footer .ft_mav div a {
    font-size: 14px;
    box-sizing: border-box;
}

.fixed-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
}

.fixed-container {
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 4px 4px 0 0;
    padding: 5%;
    box-sizing: border-box;
}

.fixed-wrap .fixed-header span {
    float: right;
    position: relative;
    overflow: hidden;
    text-indent: -999px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.fixed-wrap .fixed-header span::after, .fixed-wrap .fixed-header span::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #999;
    transform: rotate(45deg);
    top: 0;
    position: absolute;
    left: 50%;
}

.fixed-wrap .fixed-header span::after {
    transform: rotate(-45deg);
}

.fixed-wrap .fixed-content div {
    border: 1px solid #E5E5E5;
    margin: 20px 0 0;
}

.fixed-wrap .fixed-content input {
    display: block;
    width: 100%;
    line-height: 48px;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    -moz-appearance: textfield;
}

.fixed-wrap .fixed-content textarea {
    border: none;
    width: 100%;
    height: 240px;
    display: block;
    padding: 15px;
    margin: 0;
    resize: none;
    box-sizing: border-box;
    outline: none;
    line-height: 2;
    font-size: 14px;
}

.inner-ad {
    width: 90%;
    line-height: 32pt;
    font-size: 15pt;
    margin: 5%;
    padding: 8px;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px dashed #e6e6e6;
    position: relative;
    background: #f8f8f8;
}

.inner-ad::after {
    content: '';
    display: block;
    clear: both;
}

.inner-ad img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    float: left;
    margin: 0 8px 0 0;
}

.inner-ad .pro-info {
    padding: 10px 22px 0 62px;
}

.inner-ad .pro-btn {
    color: #999;
    /*
    background-color: #FF5D00;
    border-radius: 6px;
	*/
    width: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    right: 8px;
    top: 50%;
    margin: -15px 0 0;
    cursor: pointer;
}

.inner-ad .pro-btn:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    content: '';
    transform: rotate(-45deg);
}

.inner-ad .pro-name {
    font-size: 14px;
    display: block;
    line-height: 1;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.inner-ad .pro-range {
    font-size: 12px;
    line-height: 1.2;
    margin: 5px 0 0;
    display: block;
    color: #FF5D00;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.w404 {
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.w404_content {
    padding: 40% 5%;
    text-align: center;
    line-height: 26pt;
}

.w404_content a:hover {
    color: #fff;
    background: #FF5D00;
}

.w404_content a {
    display: inline-block;
    border-radius: 100px;
    color: #FF5D00;
    border: 1px solid #FF5D00;
    line-height: 2;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    cursor: pointer;
}

.w404 .art-other-wrap {
    display: block;
}

.inner-product-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.inner-product-wrap {
    display: flex;
    justify-content: space-evenly;
    margin: 0 2.5% 5%;
    display: none;
}

.inner-product-wrap a {
    width: 160px;
    margin: 0 10px;
    display: none;
}

.inner-product-wrap a:nth-of-type(1), .inner-product-wrap a:nth-of-type(2) {
    display: block;
}

.inner-product-wrap a img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}

.inner-product-wrap a strong {
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0;
    font-size: 14px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}

.inner-product-wrap a strong span {
    float: left;
    padding: 0 4px;
    background-color: #e23a3a;
    margin: 0 4px 0 0;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
}

.inner-product-wrap a span.price {
    float: left;
    font-size: 14px;
    color: #e23a3a;
    line-height: 14px;
}

.inner-product-wrap a span.price::before {
    content: '￥';
}

.inner-product-wrap a span.buy-num {
    float: right;
    font-size: 12px;
    color: #999;
    line-height: 14px;
}

.inner-img-swap, .inner-img-ad a {
    display: none;
}

#wenda-title .inner-product-wrap {
    margin: 5% -2.5% 0;
    display: none;
}

#wenda-title .inner-product-wrap::after {
    content: none;
    display: none;
}

#wenda-title .inner-product-wrap a {
    width: auto;
    margin: 0 2.5%;
    flex: 1;
}

/* 自媒体 */

.media-wrap {
    padding: 0 7% 4% 7%;
    position: relative;
    background: #f7f7f7;
}

.media-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.media-wrap .media-cover {
    float: left;
    position: relative;
}

.media-wrap img {
    border-radius: 100%;
    display: block;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.media-wrap .media-cover::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAk1BMVEVHcEz///////////////////////////////////////////////////////////////////////84l/D////c7fx/vPVQpPLo8/1Bm/Cfzfhlr/M+mvBUpvL6/P6Ux/fv9/2PxPZpsfOo0fjj8P1cqvO52vpGnvGGwPbF4frz+P47mfB3uPX3+v5wtPTO5fvY6/yWQ8wjAAAAE3RSTlMAG8sDCfQ35l74ZnwR7K+3206PqmRLEQAAAg1JREFUSMedltmWqjAQRdMKAs5aOyAqqLRTa0///3X3AYQEVC993lypwl1jolRdzmw+mY6CYDSdzGeOeqGhP3Yx5I794RNzZ2BZFz6DR3/T7XsA6GWYJXGcZOFSA+D1u/fs3zoAeheJoWinATpvTfueByxCaShcAF6vbu8HkG7WckfrTQqBX7MHtit5oNUWsDx6AehIHirSEBhUbx7oWJ4o1uCVkXc7sI3kqaItdG7Z7UO6khdapdAv6uvBRl5qA15e8wEs1q8d1gsYKKXU0IWiXhqAs40CsBQRCcEd5iXQxeESgA/L4QfYxrfv+UqpMeyKwwMA6cmw/4Qywh2MlXJcKFO6B0pAEZGrpoowAtdRs4roDtPZCkrDTM2LkEym2MwM+6vxvbmaWAg1pg3AZ9XpMFFTyKTGdCx+nS7Ab3WawVSNIJEa01cR5TvAd3WawEgFYPZpzpRTRCnwY/YsBHUHk+kIsKo72EhXg+nQKHsCo1rQIouS6QPgYJ5lMK2ltQiUo0hm5stIq1W4W3dyucovkNpzuIS53RoV03cI8G6PhIaZ3XwG0x74OtlzDa5jtbfBRDk3lfL2NgfIZAIupwaRb4+oyURjM9xGtLEEbky1zVAugeaaKZjOj9ZMY5HlTNXc1BdZY1XGSZIkyenxqmy9jNuv+/YXSvsrq/2l2P7abX+xt386/OFx8j/Pn39H1ZClVRFjjwAAAABJRU5ErkJggg==);
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.media-wrap .media-info {
    float: left;
    margin: 4px 0 0 3%;
    width: 82%;
}

.media-wrap .media-info a {
    font-size: 16px;
    line-height: 1;
    display: block;
    margin: 3px 0 5px;
}

.media-wrap .media-info a::before {
    content: '认证优质作者';
    line-height: 1;
    font-size: 14px;
    padding: 0 0 0 18px;
    background: url(../images/v3.png) no-repeat left center;
    background-size: contain;
    color: #fbba00;
    float: right;
}

.media-wrap .media-info em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #999;
    font-size: 14px;
}

.media-wrap .media-info div {
    display: none;
}

.account-info-wrap .account-cover {
    width: 30%;
    max-width: 160px;
    border-radius: 100%;
    margin: 3% auto;
    border: 1px solid #eee;
    position: relative;
}

.account-info-wrap .account-cover img {
    border-radius: 100%;
}

.account-info-wrap .account-cover::after {
    content: '';
    max-width: 36px;
    width: 20%;
    max-height: 36px;
    height: 20%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAk1BMVEVHcEz///////////////////////////////////////////////////////////////////////84l/D////c7fx/vPVQpPLo8/1Bm/Cfzfhlr/M+mvBUpvL6/P6Ux/fv9/2PxPZpsfOo0fjj8P1cqvO52vpGnvGGwPbF4frz+P47mfB3uPX3+v5wtPTO5fvY6/yWQ8wjAAAAE3RSTlMAG8sDCfQ35l74ZnwR7K+3206PqmRLEQAAAg1JREFUSMedltmWqjAQRdMKAs5aOyAqqLRTa0///3X3AYQEVC993lypwl1jolRdzmw+mY6CYDSdzGeOeqGhP3Yx5I794RNzZ2BZFz6DR3/T7XsA6GWYJXGcZOFSA+D1u/fs3zoAeheJoWinATpvTfueByxCaShcAF6vbu8HkG7WckfrTQqBX7MHtit5oNUWsDx6AehIHirSEBhUbx7oWJ4o1uCVkXc7sI3kqaItdG7Z7UO6khdapdAv6uvBRl5qA15e8wEs1q8d1gsYKKXU0IWiXhqAs40CsBQRCcEd5iXQxeESgA/L4QfYxrfv+UqpMeyKwwMA6cmw/4Qywh2MlXJcKFO6B0pAEZGrpoowAtdRs4roDtPZCkrDTM2LkEym2MwM+6vxvbmaWAg1pg3AZ9XpMFFTyKTGdCx+nS7Ab3WawVSNIJEa01cR5TvAd3WawEgFYPZpzpRTRCnwY/YsBHUHk+kIsKo72EhXg+nQKHsCo1rQIouS6QPgYJ5lMK2ltQiUo0hm5stIq1W4W3dyucovkNpzuIS53RoV03cI8G6PhIaZ3XwG0x74OtlzDa5jtbfBRDk3lfL2NgfIZAIupwaRb4+oyURjM9xGtLEEbky1zVAugeaaKZjOj9ZMY5HlTNXc1BdZY1XGSZIkyenxqmy9jNuv+/YXSvsrq/2l2P7abX+xt386/OFx8j/Pn39H1ZClVRFjjwAAAABJRU5ErkJggg==);
    background-size: auto;
    background-size: auto;
    background-size: cover;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.account-info-wrap strong {
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 0 0 3%;
}

.account-stat {
    display: none;
}

.account-info-wrap .account-authentication {
    text-align: center;
}

.account-info-wrap .account-authentication span {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.account-info-wrap .account-authentication img {
    width: 24px;
    height: 24px;
}

.account-info-wrap .account-authentication b {
    font-weight: normal;
    font-size: 16px;
}

.account-info-wrap em {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #999;
    margin: 2% 3% 3%;
    font-style: normal;
}

.account-main .lm_list {
    border-top: 8px solid #f2f0f0;
}

.account-main .lm_list li::after {
    content: '';
    display: block;
    clear: both;
}

/* 首页 */

.index-top {
    display: none;
}

.cj_list_img_6, .index-hot-tag, .index-ask-list {
    display: none;
}

.home-swrap-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.home-swrap-wrap ul {
    width: 400vw;
    height: 200px;
    transition: all 0.5s linear;
}

.swrap-touchstart ul {
    transition: none !important;
}

.home-swrap-wrap li {
    float: left;
    width: 100vw;
    position: relative;
}

.home-swrap-wrap a {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.home-swrap-wrap a p {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, #000 10%, #fff0);
    color: #fff;
    padding: 10px 20px 22px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-shadow: 1px 1px?black;
}

.home-swrap-index {
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.home-swrap-index span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #b8c0cc;
    margin: 0 5px;
}

.home-swrap-index span.active {
    background-color: #fc780d;
}

.index-list-nav {
    display: flex;
    justify-content: space-between;
    background-color: #f3f3f3;
}

/* .index-list-nav::after {
    content: '';
    display: block;
    clear: both;
} */

.index-list-nav li {
    float: left;
    height: auto;
    margin: 0;
    flex-grow: 1;
    text-align: center;
}

.index-list-nav li a {
    display: block;
    height: auto;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 45px;
    padding: 0 10px;
    border-top: 4px #f3f3f3 solid;
    color: #666;
}

.index-list-nav li a:hover, .index-list-nav li a.acitve {
    color: #fd8c4e;
    border-top: 4px #fd8c4e solid;
    background: #fff;
}

.fixed-ad,
.header-ad {
    display: none;
}

.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 30px 0 10px; }
.pagelist a { color: #666; margin: 0 5px 10px; padding: 5px 10px; background: #F7F7F7; display: inline-block; }
.pagelist a:nth-child(1) { display: none }
.pagelist a:hover, .pagelist > b { color: #FFF; background: #01babf; }
.pagelist > b { padding: 5px 10px; }
.zuijia{position: absolute;top: 0px;right: 30px}

.sitemap{display: none;}

.fixed-bottom{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);padding:0 0;width:100%;position:fixed;bottom:0px;right:0px;z-index:9;border-radius: 0;margin-top:0;top:auto; background: #0081cc }
.fixed-bottom ul{}
.fixed-bottom ul li{ border-right:solid 1px rgba(255, 255, 255, 0.2);;box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;text-align:center;Position: relative; width:33.33%;float:left;height:50px;line-height:50px;border-bottom:solid 0 #56aaef;}
.fixed-bottom ul li.top{ display:none;}
.fixed-bottom ul li.kfqq{ vertical-align:middle;}
.fixed-bottom ul li.kfqq a{ width:auto;height:50px;padding-left:30px;display: inline-block;background: url(../images/kfqq.png) no-repeat left center;background-size: 24px;}
.fixed-bottom ul li.kfqq a:after{ content:"获取方案";color:#fff;line-height:48px;vertical-align:middle;display: inline-block;}
.fixed-bottom ul li.kfwx{ display:none;}
.fixed-bottom ul li.kfdh a{ width:auto;height:50px;padding-left:30px;display: inline-block;background: url(../images/kfdh.png) no-repeat left center;background-size: 24px;}
.fixed-bottom ul li.kfdh a:after{ content:"电话咨询";color:#fff;line-height:48px;vertical-align:middle;display: inline-block;}
.fixed-bottom ul li.top a{ width:auto;height:50px;padding-left:30px;display: inline-block;background: url(../images/top.png) no-repeat left center;background-size: 24px;}
.fixed-bottom ul li.kfzx a{ width:auto;height:50px;padding-left:30px;display: inline-block;background: url(../images/kfzx.png) no-repeat left center;background-size: 24px;}
.fixed-bottom ul li.kfzx a:after{ content:"在线咨询";color:#fff;line-height:48px;vertical-align:middle;display: inline-block;}

.fixed-bottom ul li .tip-test{ display:none !important;}
.fixed-bottom ul li .tip-img{ display:none !important;}