<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}
body{
    margin: 0 auto;
    padding: 0;
    font: 14px "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","寰蒋闆呴粦",Arial,sans-serif;
    color: #333;
    background: #fff;
    width: 100%;
    min-height: 100%;
    text-align: left;
}
a{
    color:#666;
    text-decoration: none;
}
a:hover{
    color:rgb(248, 50, 68);
}
header{
    width:100%;
    height:auto;
}
.header-top{
    width:100%;
    min-width: 1200px;
    background: #f5f5f5;
    height: 36px;
}
.top-bar{
    position: relative;
    height: 100%;
    margin: 0 auto;
    font-size: 12px;
    color: #666;
    width: 1200px;
    min-width: 1200px;
    display: flex;
    align-items: center;
    line-height: 14px;
}
.account,.wxapp{
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.wxapp{
    margin-left:20px;
}
.account:hover,.wxapp:hover{
    color:rgb(248, 50, 68);
}
.account-name::after,.wxapp-name::after{
    content: '';
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url(/public/images/icon_phone.png) 0 0 no-repeat;
    background-size: 100%;
    vertical-align: bottom;
    margin-left: 6px;
    margin-bottom:1px;
}
.wxapp-name::after{
    background: url(/public/images/icon/icon_wxapp.png) 0 0 no-repeat;
    background-size: 100%;
}
.account:hover .account-name::after{
    background-image: url(/public/images/icon_phone_hover.png);
}
.wxapp:hover .wxapp-name::after{
    background-image: url(/public/images/icon/icon_wxapp_hover.png);
}
.account-qrcode,.wxapp-qrcode{
    width: 194px;
    height: 219px;
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    background: #fff;
    position: absolute;
    z-index: 100;
    top: 22px;
    padding: 17px;
    box-sizing: border-box;
    display: none;
}
.account-qrcode&gt;img,.wxapp-qrcode&gt;img{
    width: 160px;
    height: 160px;
}
.account-qrcode-tips,.wxapp-qrcode-tips{
    color: #333;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 12px;
}
.account:hover .account-qrcode,.wxapp:hover .wxapp-qrcode{
    display:block;
}
.top-login{
    flex:1;
    text-align:right;
}
.top-login a{
    margin:0 15px;
}
.top-login .login{
    margin:0;
}
.create-now{
    display:none;
}
.web-name{
    margin:0 15px;
    font-weight:normal;
    padding-right:30px;
    margin-right:30px;
    border-right:1px solid #ccc;
}
.baike::after{
    width:12px;
    height:12px;
    border-radius:2px;
    content:'';
    display:inline-block;
    background:url(/public/images/icon_h.png) no-repeat;
    vertical-align: top;
    margin-left:5px;
}
.nav{
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #fff;
    min-width: 1200px;
    font-family: 'Microsoft YaHei';
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.nav-bar{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
}
.logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 260px;
    height: 45px;
    position: relative;
    overflow: hidden;
}
.logo img{
    width: 100px;
    height: auto;
}
.wap-logo{
    display:none;
}
.logo span{
    position: absolute;
    top:-100px;
    right:100px;
    display:block;
    font-size:14px;
    font-weight: bold;
    color:#fff;
}
.nav-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
}
.nav-list-bar{
    display: flex;
    justify-content: flex-start;
    height: 100%;
    padding-right: 20px;
}
.nav-list-bar a{
    position: relative;
    margin: 0 12px;
    height: 100%;
    font-size: 16px;
    line-height: 48px;
    cursor: pointer;
    display: block;
    padding:0 3px;
    color: #000;
}
.nav-list-bar a:hover,.nav-list-bar a.active{
    color:rgb(248, 50, 68);
}
.nav-list-bar a:hover::after,.nav-list-bar a.active::after{
    content:'';
    height:2px;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:#f83244;
}
.nav-list-bar a.hot::before{
    content: '';
    background: url(/public/images/icon_hot.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    top: -6px;
    right: 15px;
    width: 33px;
    height: 21px;
    background-size: contain;
}
.banner{
    width:100%;
    height:300px;
    max-width: 2560px;
}
.banner &gt; img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.list-box{
    width:1200px;
    margin:20px auto;
}
.list-title{
    line-height: 35px;
    border-bottom:1px solid #ddd;
    border-left:3px solid #f83244;
    padding-left:10px;
}
.list-title::after{
    clear: both;
    display:table;
    content:'';
}
.list-title&gt;h3{
    float:left;
    font-weight:400;
    font-size:18px;
    width:13%;
}
.list-title&gt;h1{
    float:left;
    font-weight:400;
    font-size:18px;
    width:14%;
    overflow: hidden;
    white-space: nowrap;
}
.list-title&gt;a{
    float:right;
    color:#aaa;
    margin-right:5px;
}
.list-title&gt;a:hover{
    color:rgb(248, 50, 68);
    text-decoration: underline;
}
.list-title&gt;div{
    float:left;
    font-size:12px;
    color:#888;
    max-width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-title&gt;strong{
    float:right;
    font-size:12px;
    color:#aaa;
    width:60%;
    text-align: right;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    font-weight:400;
}
.list-title&gt;span{
    float:right;
    font-size:12px;
    color:#aaa;
    width:70%;
    text-align: right;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    font-weight:400;
}
.list-scate{
    line-height: 65px;
    box-shadow: 0 6px 6px 1px #ccc;
    padding: 0 15px;
}
.list-scate a{
    margin: 0 10px;
    padding: 0 5px;
}
.list-scate a.active{
    outline:1px solid rgb(248, 50, 68);
    color:rgb(248, 50, 68);
}
.list-home-scate{
    display:inline-block;
    margin-right:10px;
}
.list-ul{
    padding:10px 5px;
}
.list-ul::after{
    display:table;
    clear:both;
    content:'';
}
.list-li{
    float:left;
    width:18%;
    margin-right:2.5%;
    margin-top:20px;
}
.list-li:nth-child(5n){
    margin-right:0;
}
.scene-box{
    display:block;
    position:relative;
    overflow: hidden;
    border:1px solid #e6e6e6;
}
.scene-tips{
    position: absolute;
    z-index:10;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background:url(/public/images/icon_free.png) no-repeat;
    background-size:100% 100%;
}
.scene-box img{
    width:100%;
    height:330px;
}
.scene-title{
    width:85%;
    margin:0 auto;
    line-height:45px;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    color:#666;
}
.scene-view{
    display:none;
    position:absolute;
    z-index:11;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
}
.scene-view&gt;span{
    cursor: pointer;
    color:#fff;
    font-size:16px;
    line-height:36px;
    text-align: center;
    width:128px;
    height:36px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index:12;
    border-radius:18px;
    background:#ffa800;
}
.scene-box:hover .scene-view{
    display:block;
}
.function-box{
    width:100%;
    max-width:1200px;
    margin:40px auto;
    padding:10px 0;
}
.function-box .list-title&gt;h3{
    width:20%;
}
.function-box::after{
    display:table;
    clear:both;
    content:'';
}
.function-row{
    height: 155px;
    list-style: none;
    width: 23.5%;
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    background: #f6f6f6;
    padding: 8px 10px;
    overflow: hidden;
}
.function-row:nth-child(4n){
    margin-right:0;
}
.function-title &gt;img{
    width: 60px;
    height: 60px;
}
.function-title span{
    font-size: 20px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 60px);
    float: right;
    line-height: 60px;
    padding-left: 10px;
}
.function-desc{
    font-size: 14px;
    color: #FAA58E;
    width: 95%;
    margin: 5px auto;
}
.functions-description{
    color: #999;
    width: 95%;
    margin: 0 auto;
    font-size:14px;
}
.to-top{
    display:none;
    width: 56px;
    height:56px;
    background:#222;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 230px;
    cursor: pointer;
    text-align:center;
}
.to-top img{
    margin-top: 18px;
}
footer{
    background: #222;
    font-family: 'Microsoft YaHei';
    width:100%;
    color:#fff;
    overflow: hidden;
    min-width:1200px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.footer-list{
    width:1200px;
    margin:0 auto;
    overflow: visible;
    padding:35px 0 32px 0;
}
.footer-list::after{
    clear: both;
    content:'';
    display:table;
}
.footer-list-box{
    float:left;
    height:185px;
    overflow: hidden;
    margin-right:115px;
}
.footer-list-box:last-child{
    margin-right:0;
}
.footer-list-box h4{
    width:100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
}
.footer-list-box li{
    font-size:12px;
    line-height:28px;
    width:45%;
    margin-right:5%;
    float:left;
    white-space:nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer-list-box li a{
    color:#ccc;
}
.footer-list-box li a:hover{
    text-decoration: underline;
}
.footer-list-box1{
    width:480px;
}
.footer-list-box3{
    width:350px;
}
.footer-list-box-con{
    font-size:12px;
    line-height:28px;
    overflow: hidden;
    color:#ccc;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.footer-list-box-qrcode{
    width:137px;
    height: 137px;
    background:#fff;
    padding:5px;
}
.footer-list-box-qrcode img{
    width:auto;
    height:100%;
}
.footer-friends{
    width: 1200px;
    margin: 0 auto;
    margin-top:20px;
    overflow: hidden;
    padding: 34px 0 42px 0;
    font-size: 12px;
    border-top: 1px solid #4e4f57;
}
.footer-friends span{
    width: 65px;
    float: left;
    line-height: 24px;
}
.footer-friends div{
    width: 1135px;
    float: left;
}
.footer-friends a{
    color: #999;
    line-height: 24px;
    padding: 0 9px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.footer-friends a:hover{
    text-decoration: underline;
}
.footer-hottags,.footer-hotarticle{
    width: 1200px;
    margin: 0 auto;
    margin-top:20px;
    overflow: hidden;
    padding:10px 0 5px 0;
    font-size: 12px;
}
.footer-hottags span,.footer-hotarticle span{
    width: 65px;
    float: left;
    line-height: 24px;
}
.footer-hotarticle span{
    display:block;
    width:100%;
}
.footer-hottags div,.footer-hotarticle div{
    width: 1135px;
    float: left;
}
.footer-hottags a,.footer-hotarticle a{
    color: #999;
    line-height: 24px;
    padding: 0 9px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.footer-hotarticle a{
    width:24%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-hottags a:hover,.footer-hotarticle a:hover{
    text-decoration: underline;
}
.footer-infomation{
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 22px 0 24px 0;
    min-width: 1200px;
    background: #1a1a1a !important;
    color: #ccc;
}
.footer-infomation p{
    line-height: 20px;
    margin-top: 7px;
}
.footer-infomation span{
    margin: 0 5px;
}
.hottags{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height:22px;
}
.hottags a{
    font-size:12px;
    padding:3px 8px;
    display:inline-block;
    margin-right: 3px;
    border-radius: 12px;
    color: #fff;
    background: #fe6265;
}
.view-nav{
    width:1200px;
    margin:10px auto;
    padding:6px 10px;
    font-size:12px;
    color:#999;
    border-radius:4px;
}
.view-nav span&gt;span{
    color:#666;
}
.view-box{
    width:1200px;
    margin:30px auto;
}
.view-title{
    line-height: 35px;
    border-bottom:1px solid #ddd;
    border-left:3px solid #f83244;
    padding-left:10px;
}
.view-title::after{
    clear: both;
    display:table;
    content:'';
}
.view-title h1{
    float:left;
    font-weight:400;
    font-size:18px;
    width:30%;
    overflow: hidden;
    white-space:nowrap;
}
.view-title span{
    float:right;
    font-size:12px;
    color:#aaa;
    width:40%;
    text-align: right;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}
.view-content{
    padding:30px;
    margin-top:30px;
    background:#f9f9f9;
    border:1px solid #eee;
}
.view-content::after{
    content:'';
    display:table;
    clear: both;
}
.view-left{
    float:left;
    width:35%;
    position: relative;
}
.view-preview{
    text-align:center;
    background:#fff;
    width:320px;
    min-height:490px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#999;
    font-size:16px;
    -webkit-box-shadow: 0 0 10px 1px #999;
    -moz-box-shadow: 0 0 10px 1px #999;
    box-shadow: 0 0 10px 1px #999;
}
#preview{
    width:320px;
    height:500px;
    border:none;
}
.view-process{
    position: absolute;
    right:0;
    top:0;
    width:55px;
    height:500px;
    padding-top:70px;
}
.view-process&gt;span{
    width:100%;
    display:block;
    padding:30px 20px;
    text-align:center;
    border:1px solid #ccc;
    color:#83817b;
    border-radius:3px;
    cursor: pointer;
    margin-top:10px;
    font-size:14px;
}
.view-process&gt;span:nth-child(2){
    border:none;
    font-size:15px;
    color:#666;
    padding: 20px 5px;
}
.view-right{
    position: relative;
    float:right;
    width:60%;
    min-height:500px;
    border-left:1px solid #eee;
    padding-left:40px;
}
.view-scene{
    width:100%;
}
.view-scene-title{
    width:60%;
    white-space:nowrap;
    margin-bottom: 20px;
}
.view-scene-title h1{
    font-size: 20px;
    font-weight: bold;
    color: #45475a;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.view-scene-right{
    position: absolute;
    right:0;
    top:0;
}
.view-scene-view{
    text-align:right;
    margin-bottom: 18px;
    font-size: 12px;
    color: #666;
}
.view-scene-description{
    display:inline-block;
    width:75%;
    margin-bottom:45px;
    font-size:14px;
    color:#555;
    line-height:1.2;
    overflow: hidden;
    white-space:nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight:400;
}
.view-scene-cate a,.view-scene-cate span{
    display:inline-block;
    padding: 6px 16px;
    margin-right: 12px;
    margin-bottom: 18px;
    border-radius: 12px;
    font-size:12px;
    color: #707070;
    background: #eee;
    transition: all 0.1s linear;
    cursor: pointer;
}
.view-scene-cate a:hover,.view-scene-cate span:hover{
    color:#fff;
    background: #fe6265;
}
.view-scene-options{
    clear: both;
    width:100%;
    padding-top:30px;
}
.view-scene-options::after{
    clear: both;
    content:'';
    display:table;
}
.view-scene-qrcode{
    width:150px;
    height:190px;
    text-align: center;
    float:left;
}
.view-scene-qrcode&gt;span{
    font-size: 14px;
    color: #707070;
    line-height:2.5;
}
.view-scene-create{
    float:left;
    margin-left:30px;
    margin-bottom:10px;
    font-size:18px;
    color: #fe6265;
}
.view-scene-create span{
    font-weight: bold;
}
.view-create-btn{
    display:inline-block;
    width:200px;
    height:58px;
    line-height: 58px;
    border: 1px solid #fe6265;
    border-radius: 4px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #fe6265;
    cursor: pointer;
    margin-top:60px;
}
.view-scene-other{
    float:right;
    height:130px;
    width:200px;
    padding-top:110px;
    line-height: 10px;
    color:#888;
}
.view-scene-other span{
    float:right;
    cursor: pointer;
}
.view-help{
    margin-right:5px;
    padding-right:5px;
    border-right:1px solid #ccc;
}
.view-scene-other::after{
    display:block;
    clear: both;
    content:'';
}
.view-scene-bottom{
    margin-top:10px;
    padding-top:15px;
    border-top:1px solid #bbb;
}
.view-scene-bottom-title{
    font-size:15px;
    font-weight: bold;
    color:#888;
}
.view-scene-bottom-box{
    height:80px;
    overflow: hidden;
    padding:5px 0;
}
.view-scene-bottom-box-li{
    float:left;
    width:25%;
    height:70px;
    padding:5px;
    padding-bottom:0;
    padding-top:20px;
}
.view-scene-bottom-box-li img{
    vertical-align: top;
    float:left;
    width:75px;
    height:60px;
    opacity: 0.8;
}
.view-scene-bottom-box-li span{
    display:inline-block;
    width:70px;
    float:right;
    text-align:left;
}
.view-scene-function-title{
    font-weight: bold;
    font-size:14px;
    color:#888;
    height:22px;
}
.view-scene-function-description{
    font-size:12px;
    color:#999;
    height:35px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.view-article{
    margin-top:30px;
}
.view-article-left{
    float:left;
    width:40%;
}
.view-article-title{
    margin-bottom: 10px;
    font-weight: bold;
    padding: 30px 0 20px;
    font-size: 20px;
    color: #363636;
}
.view-article-title&gt;a{
    float: right;
    font-size: 12px;
    color: #999;
    margin-right: 25px;
    vertical-align: top;
    line-height: 30px;
}
.view-article-title&gt;a:hover{
    text-decoration: underline;
}
.view-article-list{
    width: 464px;
    height: 825px;
    padding: 20px 18px;
    border: 1px solid #d8d8d8;
}
.view-article-list li{
    padding-bottom: 18px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 18px;
}
.view-article-list li&gt;h2{
    width:90%;
    margin-bottom: 14px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-article-list li&gt;h2 a{
    color: #363636;
}
.view-article-list li&gt;h2 a:hover{
    color: rgb(248, 50, 68);
}
.view-article-list li p{
    margin-bottom: 14px;
    height: 67px;
    overflow: hidden;
    font-size: 14px;
    color: #707070;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.view-article-li-tags{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.view-article-li-tags a{
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    font-size: 12px;
    color: #707070;
    transition: all .1s linear;
}
.view-article-li-tags a:hover{
    border-color: rgb(248, 50, 68);
    color: #fff;
    background: rgb(248, 50, 68);
}
.view-article-left-tags{
    line-height: 28px;
    height:60px;
    overflow: hidden;
}
.view-article-left-tags&gt;span{
    margin-right: 20px;
    font-size: 18px;
    color: #363636;
}
.view-article-left-tags&gt;a{
    background: #EBF9FF;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    padding: 2px 7px;
    margin-right: 12px;
    font-size: 12px;
    color: #13ACEC;
    margin-top: 5px;
    display: inline-block;
}
.view-article-left-tags&gt;a:hover{
    text-decoration: underline;
}
.view-article-right{
    float:right;
    width:59%;
}
.view-article-right-list li{
    float: left;
    margin: 0 23px 25px 0;
    position: relative;
    border-radius: 3px;
    width: 220px;
    height: 400px;
    overflow: hidden;
    background: #fff;
}
.view-article-right-list li:nth-child(3n){
    margin-right:0;
}
.view-article-right-li-img{
    display: block;
    position: relative;
    width: 100%;
}
.view-article-right-li-img&gt;img{
    width:100%;
    height:auto
}
.view-article-right-li-img&gt;span{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    z-index: 11;
}
.view-article-right-list li:hover .view-article-right-li-img&gt;span{
    display:block;
}
.view-article-right-li-img&gt;span&gt;a{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    display:block;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    width: 128px;
    height: 36px;
    margin: auto;
    z-index: 12;
    border-radius: 18px;
    background: #ffa800;
}
.view-article-right-li-title{
    padding:5px;
}
.view-article-right-li-title&gt;span:first-child{
    float: left;
    margin-bottom: 12px;
    width: 150px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: bold;
    color: #363636;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.view-article-right-li-title&gt;span:last-child{
    float: right;
    line-height: 1.6;
    text-align: right;
    font-size: 16px;
    color: rgb(248, 50, 68);
}
.view-article-right-li-views{
    clear: both;
    font-size: 12px;
    color: #707070;
}
.view-article::after{
    clear: both;
    content:'';
    display:table;
    height: 30px;
    border-bottom:1px solid #f5f5f5;
    width:100%;
}
.view-bottom-scene{
    margin:40px 0;
}
.view-bottom-scene::after{
    clear: both;
    content:'';
    display:table;
}
.view-bottom-scene-title{
    font-weight: bold;
    padding-bottom:20px;
    font-size: 20px;
    color: #363636;
}
.view-bottom-scene-list{
    padding:5px 0;
}
.view-bottom-scene-list li{
    float:left;
    width:calc(100% / 6);
    padding:10px;
}
.view-bottom-scene-list li img{
    width:100%;
    height:auto;
}
.view-bottom-scene-list li a{
    display:block;
    padding:5px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}


.baike-box{
    width:1200px;
    margin:20px auto;
}
.baike-box::after{
    content:'';
    display:table;
    clear: both;
}
.baike-left{
    float:left;
    width:70%;
}
.baike-list li{
    width: 100%;
    height: 175px;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 30px;
}
.baike-list li:first-child{
    margin-top:0;
}
.baike-list li img{
    width: 230px;
    height: 144px;
    float: left;
    margin-right: 30px;
    object-fit: cover;
    object-position: top;
    vertical-align: middle;
}
.baike-list li img:hover{
    opacity: .85;
}
.baike-li-title{
    width: 560px;
    float: left;
}
.baike-li-title::after{
    content:'';
    display:table;
    clear: both;
}
.baike-li-title&gt;a{
    width: auto;
    padding:0 10px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-right: 12px;
    border-radius: 3px;
    float: left;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #fe7e33;
}
.baike-li-title&gt;a:hover{
    background: rgba(254,126,51,.85);
    color: #fff;
}
.baike-li-title&gt;h3&gt;a{
    width: 450px;
    float: left;
    line-height: 24px;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.baike-li-title&gt;h3&gt;a:hover{
    color: #F83244;
}
.baike-li-times{
    width:560px;
    float:left;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    margin-top: 12px;
}
.baike-li-times&gt;span{
    float:right;
}
i.view-icon{
    margin-right:5px;
    width: 16px;
    height: 14px;
    background: url(/public/images/icon/icon_view.png);
    float: left;
    margin-top: -1px;
    vertical-align: middle;
}
.baike-li-description{
    width:560px;
    float:left;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.baike-li-tags{
    width:560px;
    float:left;
    display: flex;
    margin-top: 12px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.baike-li-tags a{
    display: flex;
    align-items: center;
    background: #EBF9FF;
    border-radius: 10px;
    height: 20px;
    padding: 2px 7px;
    margin-right: 12px;
    font-size: 12px;
    color: #13ACEC;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.baike-li-tags a:hover{
    text-decoration: underline;
}
.baike-right{
    float:right;
    width:322px;
}
.baike-right-qrcode{
    width:320px;
}
.baike-right-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top:20px;
}
.baike-right-header:first-child{
    margin-top:0;
}
.baike-right-header h3{
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #000;
    font-weight: normal;
}
.baike-right-header a{
    font-size: 14px;
    color: #333;
    background-image: url(/public/images/icon/icon_right.png);
    background-size: 7px 12px;
    background-repeat: no-repeat;
    background-position-x: 98.5%;
    background-position-y: 4px;
    padding-right: 14px;
}
.baike-right-scene{
    width:320px;
}
.baike-right-scene::after{
    content:'';
    clear: both;
    display:table;
}
.baike-right-scene a{
    width:50%;
    float:left;
    padding:5px;
}
.baike-right-scene a img{
    width:100%;
}
.baike-right-scene a span{
    display:block;
    white-space:nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
}
.baike-right-comment{
    width:320px;
    box-shadow: 0 4px 28px rgba(0,0,0,0.07);
    border-radius: 6px;
}
.baike-right-comment&gt;div{
    padding:10px;
}
.baike-right-comment&gt;div&gt;span{
    display:block;
    margin:5px 0;
    color:#999;
    font-size:13px;
}
.baike-right-comment&gt;div&gt;span:first-child{
    border-bottom:1px solid #ccc;
    padding:5px 0;
    font-size: 16px;
    color: #333;
}
.baike-right-tags{
    display: flex;
    justify-content: flex-start;
    padding: 24px 24px 4px 24px;
    box-shadow: 0 4px 28px rgba(0,0,0,0.12);
    border-radius: 6px;
    flex-wrap: wrap;
}
.baike-right-tags a{
    width: 120px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: 18px;
    color: #333;
    margin-right: 16px;
}
.baike-right-tags a:hover{
    color: #F83244;
}
.pager {
    clear: both;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 60px;
}
.pagination{
    display: inline-block;
    width: auto;
}
.pager li{
    float:left;
}
.pager li:last-child{
    margin-left:10px;
}
.pager a{
    padding:0 10px;
    height: 34px;
    line-height: 34px;
    min-width: 34px;
    display: inline-block;
    margin-left: -1px;
    border: 1px solid #e7e7e7;
}
.pager span{
    padding:0 15px;
    height: 34px;
    border: 1px solid #e7e7e7;
    line-height: 34px;
    color: #666;
    display:inline-block;
}
.pager li.active span{
    margin-left:-1px;
    background: #F83244;
    color: #fff;
    border: 1px solid #F83244;
}
.pager .prev,.pager .next{
    margin:0 5px;
}
.baike-querylist{
    clear: both;
    height:auto;
    overflow: hidden;
    padding: 8px;
    margin-top:-15px;
}
.baike-querylist a{
    display:block;
    width:100%;
    height:100px;
    overflow: hidden;
    margin-right:2%;
    border:1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding:10px;
    margin-top:10px;
}
.baike-querylist a:nth-child(4n){
    margin-right:0;
}
.baike-querylist a span{
    display:block;
    font-size:13px;
    color:#999;
}
.baike-querylist a span:first-child{
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:15px;
    color:#888;
    font-weight: bold;
    margin-bottom:5px;
}
.baike-querylist a span:last-child{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.baike-querylist::after{
    content:'';
    display:block;
    clear: both;
}

.baike-title{
    width:815px;
    margin-top:50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    color: #666;
}
.baike-title h1{
    font-size: 32px;
    color: #000;
    padding-bottom: 24px;
    font-weight: bold;
    line-height: 32px;
}
.baike-title span{
    margin-right:20px;
}
.baike-title span:last-child{
    margin-right:0;
}
.baike-main{
    width:815px;
    padding: 30px 0 40px 0;
}
.baike-main p{
    line-height: 30px;
    color: #333;
    font-size: 16px;
    margin:15px 0;
}
.baike-main img{
    max-width:500px;
}
.baike-footer{
    width:815px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E8E8E8;
    padding: 20px 0;
}
.baike-tags{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.baike-tags a{
    display: flex;
    align-items: center;
    background: #EBF9FF;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    padding: 2px 7px;
    margin-right: 12px;
    font-size: 12px;
    color: #13ACEC;
}
.baike-plist{
    width:815px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 80px;
}
.baike-plist a{
    width: 340px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    float: left;
}
.baike-plist a:last-child{
    float: right;
    text-align: right;
}
.baike-recom{
    width: 100%;
    overflow: hidden;
    margin-bottom:80px;
}
.baike-recom h4{
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}
.baike-recom-box{
    width:815px;
    float:left;
}
.baike-recom-box ul{
    width: 380px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}
.baike-recom-box li{
    float: left;
}
.baike-recom-box li:nth-child(1){
    width: 190px;
    height: 120px;
    margin-right: 20px;
}
.baike-recom-box li:nth-child(1) mip-img{
    vertical-align: middle;
    width:100%;
    height:100%;
    /*object-fit: cover;*/
    /*object-position: top;*/
}
.baike-recom-box li:nth-child(1) img:hover{
    opacity: 0.85;
}
.baike-recom-box li:nth-child(2){
    width:170px;
}
.baike-recom-box li:nth-child(2) a{
    float: left;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-top: 8px;
    height: 40px;
    width: 100%;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.baike-recom-box li:nth-child(2) a:hover{
    color: #F83244;
}
.baike-recom-box li:nth-child(3){
    width: 170px;
    margin-top: 12px;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.baike-recom-box li:nth-child(3) a{
    float: left;
    font-size: 12px;
    color: #13ACEC;
    margin-right:4px;
}
.baike-recom-box li:nth-child(3) a:hover{
    text-decoration: underline;
}
.baike-recom-box li:nth-child(4){
    font-size: 12px;
    margin-top: 20px;
    float: left;
    color: #666;
}
.baike-right-new{
    box-shadow: 0 4px 28px rgba(0,0,0,0.12);
    padding: 24px 24px 24px 22px;
}
.baike-right-new li{
    padding-left: 16px;
    position: relative;
    margin-bottom: 16px;
}
.baike-right-new li::before{
    position: absolute;
    content: '';
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #666666;
    width: 4px;
    height: 4px;
    border-radius: 2px;
}
.baike-right-new li a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.baike-left-tag{
    width: 1200px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    padding-left:10px;
}
.baike-left-tag-desc{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 30px;
    padding-left:10px;
}
.tag-article{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    position: relative;
}
.tag-article-box{
    overflow: hidden;
    height:600px;
}
.tag-article p{
    text-indent: 2em;
    font-size:16px;
    line-height: 30px;
    margin: 20px 0;
}
.tag-article-showmore{
    position:absolute;
    left:0;
    right:0;
    width: 100%;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    padding-bottom: 26px;
    z-index:100;
    padding-top: 160px;
    bottom: -1px;
    margin-top: -200px;
    text-align:center;
}
.tag-article-showmore a{
    cursor: pointer;
    color:#333;
}
svg.icon{
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
    -webkit-transition: fill .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: fill .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out,fill .1s ease-in-out;
    transition: transform .1s ease-in-out,fill .1s ease-in-out,-webkit-transform .1s ease-in-out;
}
.tag-article-showmore .chevrondown{
    color: #ca0c16;
    fill: #ca0c16;
    width: 22px;
}
.about-box{
    width: 1200px;
    margin: 20px auto;
}
.about-box&gt;div{
    padding: 30px 0;
    line-height: 40px;
}
.about-box&gt;div h3{
    margin-top:40px;
    font-size: 22px;
    font-weight: 500;
}
.about-box&gt;div div{
    text-indent: 2em;
    font-size: 16px;
}
.about-box&gt;div img{
    margin-top:30px;
    max-width:100%;
}

.create-box{
    margin:30px auto;
    background:#444;
    width:1200px;
    padding:30px;
}
.create-box img{
    display:block;
    margin:20px auto;
    max-width:50%;
}
.create-box span{
    display:block;
    width:95%;
    margin-left:2.5%;
    text-align: center;
    line-height: 40px;
    font-size:20px;
    color:red;
    font-weight: bold;
}
.create-box-btn{
    margin: 20px auto;
    display: block;
    padding: 10px 20px;
    border: 0;
    background: #1989FA;
    color: #fff;
}
@media screen and (max-width:600px) {
    .about-box{
        width:100%;
        padding:0 5px;
    }
    .header-top{
        width:100%;
        min-width: 100%;
        height:0;
    }
    .top-bar{
        width:100%;
        min-width: 100%;
        padding:0 5px;
    }
    .top-login a{
        margin-right:0;
        position:absolute;
        z-index:1;
        right:10px;
        top:35px;
        color:#fff;
        font-weight: bold;
        font-size:14px;
    }
    .account,.wxapp,.web-name,.login{
        display:none;
    }
    .nav{
        min-width: 100%;
        height:auto;
    }
    .nav-bar{
        display:block;
        width:100%;
        min-width: 100%;
    }
    .logo{
        display:block;
        padding:10px;
        border-bottom:1px solid #eee;
        max-width: 100%;
        height:auto;
        background: rgb(253, 93, 107);
    }
    .logo img{
        display:none;
    }
    .wap-logo{
        display:block;
        width:120px;
        height:40px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .wap-logo::after{
        content:'濂囨煬缃�';
        color:#fff;
        font-size:8vw;
    }
    .nav-list{
        margin:15px 0 12px 0;
        height:28px;
        overflow: hidden;
        overflow-x: auto;
    }
    .nav-list-bar{
        padding:0;
        display:block;
        white-space: nowrap;
    }
    .nav-list-bar a{
        margin:0 5px;
        font-size:16px;
        line-height: 20px;
        display:inline-block;
    }
    .nav-list-bar a:hover{
        color:#000;
    }
    .nav-list-bar a:hover::after{
        background:transparent;
    }
    .nav-list-bar a.hot::before{
        content:'';
        background:none;
    }
    .banner{
        width:100%;
        max-width:100%;
        height:auto;
    }
    .banner &gt; img{
        height:120px;
    }
    .list-box{
        width:100%;
        margin:10px auto;
    }
    .list-title&gt;h3{
        width:40%;
        font-size:16px;
    }
    .list-title&gt;div{
        width:calc(60% - 110px);
    }
    .list-title&gt;h1{
        width:40%;
        font-size:16px;
    }
    .list-title&gt;span{
        display: block;
        width: 100%;
        white-space: normal;
        text-align: left;
        padding-right: 13px;
        line-height: 25px;
    }
    .list-title&gt;span.home{
        /*white-space: nowrap;*/
        color:#888;
    }
    .list-scate{
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .list-li:nth-child(5n){
        margin-right:0;
    }
    .list-li{
        margin-top:10px;
        width:32%;
        margin-right:2%!important;
    }
    .list-li:nth-child(3n){
        margin-right:0!important;
    }
    .scene-box img{
        height:auto;
    }
    .scene-title{
        line-height: 30px;
        font-size:12px;
    }
    .function-box{
        margin:10px auto;
    }
    .function-box .list-title&gt;h3{
        width:100%;
    }
    .function-box .list-title&gt;span{
        white-space: nowrap;
    }
    .function-list{
        padding:5px;
    }
    .function-row{
        width:49%;
        height:auto;
        margin-right:2%;
    }
    .function-row:nth-child(2n){
        margin-right:0;
    }
    .function-title &gt;img{
        width:11vw;
        height:11vw;
    }
    .function-title span{
        width: calc(100% - 11vw);
        line-height: 11vw;
        font-size:4.2vw;
        padding-left:2vw;
    }
    .function-desc{
        font-size:12px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .functions-description{
        font-size:12px;
        margin-bottom:5px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .to-top{
        width:40px;
        height:40px;
        bottom:20px;
    }
    .to-top img{
        margin-top:10px;
    }
    footer{
        min-width:100%;
    }
    .scene-tips{
        width:40px;
        height:40px;
    }
    .footer-list{
        width:100%;
        background:#fff;
    }
    .footer-list-box{
        margin-right:0;
        padding:0 20px;
        width:100%;
    }
    .footer-list-box h4{
        color:#444;
    }
    .footer-list-box-con{
        color:#666;
    }
    .footer-list-box li a{
        color:#666;
    }
    .footer-list-box2{
        display:none;
    }
    .footer-list-box1{
        margin-top:20px;
    }
    .footer-infomation{
        min-width:100%;
    }
    .footer-infomation span{
        display:block;
    }
    .hottags{
        height:25px;
    }
    .hottags a{
        margin-bottom:10px;
    }
    .view-nav{
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        width:100%;
    }
    .baike-box{
        width:100%;
    }
    .baike-left{
        width:100%;
    }
    .baike-title{
        width:100%;
        margin-top:20px;
    }
    .baike-title h1{
        font-size:20px;
    }
    .baike-main{
        width:100%;
        padding: 30px 10px 40px 10px;
    }
    .baike-main p{
        font-size:14px;
        /*text-indent: 2em;*/
        line-height: 25px;
        margin:5px 0;
    }
    .baike-main img{
        max-width:90%;
        margin-left: -2em;
    }
    .baike-footer{
        width:100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .baike-plist{
        padding:5px;
        width:100%;
    }
    .baike-plist a{
        float:left!important;
        width:100%;
        display:block;
        margin-top:20px;
        text-align: left!important;
    }
    .baike-recom{
        padding:5px;
        margin-bottom: 10px;
    }
    .baike-recom-box{
        width:100%;
    }
    .baike-recom-box ul{
        width:100%;
        margin-right:0;
        margin-bottom:10px;
    }
    .baike-recom-box li:nth-child(1){
        width:45%;
        margin-right:5%;
    }
    .baike-recom-box li:nth-child(2){
        width:45%;
    }
    .baike-recom-box li:nth-child(3){
        width:45%;
    }
    .baike-right{
        width:100%;
        padding:5px;
    }
    .baike-right-qrcode{
        width:100%;
    }
    .baike-right-qrcode&gt;img{
        width:100%;
        height:auto;
    }
    .baike-right-tags a{
        width:46%;
        margin-right:4%;
    }
    .baike-right-scene{
        width:100%;
    }
    .baike-right-comment{
        width:100%;
    }
    .baike-list li{
        height:auto;
        padding:0 5px;
        padding-bottom:10px;
    }
    .baike-list li img{
        width:40%;
        height:31vw;
        margin-right:2%;
    }
    .baike-li-title{
        width:58%;
    }
    .baike-li-title&gt;a{
        display:none;
    }
    .baike-li-title&gt;h3&gt;a{
        width:100%;
        font-size:18px;
    }
    .baike-li-times{
        width:58%;
        padding-right:5px;
        margin-top:8px;
    }
    .baike-li-description{
        width:58%;
        font-size:12px;
        margin-top:8px;
    }
    .baike-li-tags{
        width:58%;
        display:block;
        white-space:nowrap;
        overflow: hidden;
        margin-top:5px;
    }
    .baike-li-tags a{
        display:inline-block;
    }
    .pager{
        width:100%;
        overflow: hidden;
    }
    .baike-left-tag{
        width:100%;
        font-size:24px;
    }
    .scene-view{
        display:block;
        background: rgba(0,0,0,.1);
    }
    .scene-view&gt;span{
        font-size:12px;
        line-height: 25px;
        height:25px;
        width:60%;
    }
    .create-now{
        display:block;
        clear:both;
        width:100%;
        text-align:center;
        height:11vw;
        line-height:12vw;
        background:url(/public/images/article_create_now.jpg?5) no-repeat;
        background-position:center;
        background-size:100% 100%;
    }
    .create-now&gt;a{
        color:#fff;
        padding: 1vw 5vw;
        font-size:3.8vw;
        border:0.45vw solid #fff;
        -webkit-box-shadow: 0 0 10px 0 #aaa;
        -moz-box-shadow: 0 0 10px 0 #aaa;
        box-shadow: 0 0 10px 0 #aaa;
        border-radius:4px;
    }
    .view-box{
        width:100%;
    }
    .view-content{
        padding:0;
        margin:0;
    }
    .view-left{
        width:100%;
        display:none;
    }
    .view-preview{
        margin:0 auto;
        margin-top:20px;
    }
    .view-process{
        position: relative;
        top:auto;
        bottom:0;
        height:auto;
        width:100%;
        padding-top:10px;
        text-align:center;
    }
    .view-process&gt;span{
        display:inline-block;
        padding:3vw;
        width:auto;
        font-size:12px;
    }
    .view-right{
        width:100%;
        min-height:auto;
        border:none;
        padding-left:0;
        padding:5px;
    }
    .view-scene{
        margin-top:20px;
    }
    .view-scene-right{
        top:24px;
        right:5px;
    }
    .view-scene-title h1{
        font-size:18px;
    }
    .view-scene-description{
        width:100%;
        margin-bottom:20px;
        font-size:12px;
    }
    .view-scene-cate a, .view-scene-cate span{
        padding:1vw 2vw;
        margin-right:1vw;
        margin-bottom:2vw;
    }
    .view-scene-options{
        padding-top:20px;
    }
    .view-scene-create{
        margin-left:4vw;
    }
    .view-scene-create&gt;div:first-child{
        margin-top: 10px;
    }
    .view-create-btn{
        width:45vw;
        height:15vw;
        line-height: 15vw;
        margin-top:45px;
    }
    .view-scene-other{
        width:100%;
        text-align: right;
        padding-top:30px;
        height:auto;
    }
    .view-scene-bottom-box{
        height:auto;
    }
    .view-scene-bottom-box-li{
        text-align: center;
        height:auto;
    }
    .view-scene-bottom-box-li img{
        width:90%;
        float:none;
        display:block;
        margin:0 auto;
        height:14vw;
    }
    .view-scene-bottom-box-li span{
        width:80%;
        font-size:3vw;
    }
    .view-article{
        margin-top:10px;
        padding:5px;
    }
    .view-article-left{
        width:100%;
    }
    .view-article-title{
        padding:10px 0;
    }
    .view-article-title&gt;a{
        margin-right:10px;
    }
    .view-article-list{
        width:100%;
        height:auto;
    }
    .view-article-right{
        width:100%;
    }
    .view-article-right-list li:nth-child(3n){
        margin-right:4%;
    }
    .view-article-right-list li{
        width:48%;
        margin:0 4% 10px 0;
        height:auto;
    }
    .view-article-right-list li:nth-child(2n){
        margin-right:0;
    }
    .view-article-right-li-title&gt;span:first-child{
        width:75%;
        font-size:14px;
    }
    .view-article-right-li-title&gt;span:last-child{
        width:25%;
        font-size:14px;
    }
    .view-bottom-scene{
        margin:20px 0;
    }
    .view-bottom-scene-title{
        font-size:18px;
        padding-bottom:10px;
    }
    .view-bottom-scene-list li{
        width:50%;
        padding:5px;
    }
    .view-bottom-scene-list li&gt;img{
        display:none;
    }
    .view-bottom-scene-list&gt;ul::after{
        clear: both;
        display:table;
        content:'';
    }
    .create-box{
        margin:4vw 0;
        width:100%;
        background:none;
    }
    .create-box img{
        display:block;
        margin:20px auto;
        max-width:50%;
        border:1px solid #eee;
    }
    .create-box span{
        display:block;
        width:95%;
        margin-left:2.5%;
        text-align: center;
        line-height: 10vw;
        background:#000;
        font-size:3.5vw;
        color:red;
    }
    .create-box-btn{
        margin: 20px auto;
        display: block;
        padding: 10px 20px;
        border: 0;
        background: #1989FA;
        color: #fff;
    }
    .tag-article{
        padding-top:0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-hottags,.footer-hotarticle{
        width:96%;
        margin:0 auto;
    }
    .footer-friends{
        display:none;
    }
    .list-li:nth-child(7) , .list-li:nth-child(8) , .list-li:nth-child(9) , .list-li:nth-child(10){
        display:none;
    }
    .footer-hotarticle a{
        width:32%;
    }
}</pre></body></html>