<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    position: relative;
    background: #fff;
    line-height: 1.6;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}

textarea,
input[type=text],
input[type=number],
input[type=password] {
    padding: 4px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #666 #bbb #bbb #666;
    line-height: 15px;
}

input.inputs,
select.selects,
textarea.texts {
    display: block;
    padding: 4px 5px;
    border: 1px solid #9e9e9e;
    background: url(../images/input_bg.gif) no-repeat 0 0;
    color: #666;
    box-sizing: border-box;
}

input.inputs {
    height: 25px;
    line-height: 15px;
}

select.selects {
    padding: 0;
    height: 25px;
    line-height: 25px;
}

textarea.texts {
    min-height: 68px;
    background-size: 100% 100%;
    line-height: 15px;
}

.red {
    color: #f00;
}

.green {
    color: #5f9304;
}

.btn {
    width: 48px;
    height: 21px;
    border: none;
    background: url(../images/bt.png) no-repeat;
    color: #fff;
    cursor: pointer;
}

.thumb {
    max-width: 200px;
    max-height: 200px;
}

.upload,
.multi-upload&gt;li {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.upload,
.multi-upload&gt;li,
.upload:before,
.multi-upload&gt;li:before {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.upload:before,
.multi-upload&gt;li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px dashed #d9d9d9;
}

.upload:before,
.multi-upload&gt;li:before,
.upload&gt;.del,
.multi-upload&gt;li&gt;label&gt;.del {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.upload:after,
.multi-upload&gt;li:after {
    content: "+";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 36px;
    color: rgba(0, 0, 0, .15);
}

.upload:hover:before,
.multi-upload&gt;li:hover:before {
    border-color: #999;
    background-color: #fafafa;
}

.upload:active:before,
.multi-upload&gt;li:active:before {
    background-color: #f2f2f2;
}

.upload&gt;label,
.multi-upload&gt;li&gt;label {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.upload&gt;label&gt;img,
.upload&gt;label&gt;video,
.multi-upload&gt;li&gt;label&gt;img {
    display: block;
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

.upload&gt;input,
.multi-upload&gt;li&gt;input {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
}

.upload&gt;.del,
.multi-upload&gt;li&gt;label&gt;.del {
    z-index: 5;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, .7);
    line-height: 0;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.upload&gt;.del:hover,
.multi-upload&gt;li&gt;label&gt;.del:hover {
    background-color: rgba(242, 20, 12, .9);
}

.upload&gt;.del:active,
.multi-upload&gt;li&gt;label&gt;.del:active {
    background-color: rgba(222, 1, 1, .9);
}

.upfile {
    border: 1px solid #9e9e9e;
    height: 25px;
    background: url(../images/input_bg.gif) no-repeat 0 0;
    color: #666;
    box-sizing: border-box;
}

.upfile&gt;dt {
    position: relative;
    padding: 4px 30px 4px 5px;
    height: 17px;
}

.upfile&gt;dt&gt;label {
    display: block;
    width: 100%;
    height: 17px;
    line-height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.upfile&gt;dt&gt;.fa {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    color: #999;
}

.upfile&gt;dt&gt;input {
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
}

.upfile&gt;dd {
    border-left: 1px solid #9e9e9e;
}

.upfile&gt;dd&gt;.fa {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.upfile&gt;dd&gt;.fa:hover {
    color: #f00;
}

.editor {
    width: 100%;
}

.editor&gt;textarea {
    width: 100%;
}

.verify {
    height: 25px;
    cursor: pointer;
}

.mp-header {
    padding: 0 5px;
}

.mp-menu-toggle,
.mp-menu-user {
    width: 44px;
    color: #e60012;
}

.mp-menu-toggle&gt;i {
    width: 100%;
    height: 44px;
}

.mp-menu-toggle&gt;i:before {
    font-size: 30px;
}

.mp-logo {
    margin: 0 5px;
}

.mp-logo&gt;img {
    max-height: 73px;
}

.mp-menu-user&gt;a {
    width: 30px;
    height: 30px;
}

.mp-menu-user&gt;a&gt;img {
    width: 100%;
    height: 100%;
}

.lay-top {
    background-color: #e60012;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.lay-top,
.lay-bar,
.lay-header,
.lay-nav,
.lay-forum,
.lay-banner,
.lay-container,
.lay-footer {
    display: none;
}

.lay-bar {
    padding: 0 6px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dfdfdf;
}

.lay-bar&gt;dl {
    margin: 0 auto;
    width: 1210px;
}

.lay-bar&gt;dl&gt;dt {
    color: #444;
}

.lay-bar&gt;dl&gt;dt&gt;span {
    margin: 0 5px;
}

.lay-bar&gt;dl&gt;dt&gt;span&gt;a {
    color: #3365cb;
}

.lay-bar&gt;dl&gt;dd&gt;ol&gt;li {
    position: relative;
}

.lay-bar&gt;dl&gt;dd&gt;ol&gt;li:not(:first-child) {
    margin-left: 8px;
}

.lay-bar&gt;dl&gt;dd&gt;ol&gt;li:hover&gt;a.lay-bar-dropdown {
    border-color: #eee;
    background-color: #fff;
}

.lay-bar&gt;dl&gt;dd&gt;ol&gt;li:hover&gt;ol {
    display: block;
}

.lay-bar&gt;dl&gt;dd&gt;ol&gt;li&gt;a {
    display: block;
    padding: 0 5px;
    height: 31px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    line-height: 31px;
    color: #444;
}

.lay-bar&gt;dl&gt;dd&gt;ol&gt;li&gt;a.lay-bar-dropdown {
    position: relative;
    padding: 0 15px 0 5px;
}

.lay-bar&gt;dl&gt;dd&gt;ol&gt;li&gt;a.lay-bar-dropdown&gt;em {
    position: absolute;
    top: 14px;
    right: 5px;
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    line-height: 0;
    font-size: 0;
}

.lay-bar&gt;dl&gt;dd&gt;ol&gt;li&gt;ol {
    display: none;
    position: absolute;
    top: 31px;
    right: 0;
    width: 85px;
    background-color: #fff;
    border: 1px solid #eee;
}

.lay-bar&gt;dl&gt;dd&gt;ol&gt;li&gt;ol&gt;li&gt;a {
    display: block;
    padding: 0 5px;
    line-height: 28px;
    text-align: center;
    color: #6c6c6c;
    white-space: nowrap;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.lay-bar&gt;dl&gt;dd&gt;ol&gt;li&gt;ol&gt;li&gt;a:hover {
    background-color: #f8f8f8;
    color: #e30400;
}

.lay-header {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1210px;
}

.lay-logo {
    max-height: 85px;
}

.lay-logo img {
    max-height: 85px;
}

.lay-search {
    width: 490px;
}

.lay-search-form {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.lay-search-form&gt;li:not(:first-child) {
    border-left: 1px solid #e5e5e5;
}

.lay-search-form&gt;li&gt;select {
    padding: 0 10px;
    width: 100%;
    height: 34px;
    border: none;
    background-color: #fff;
    line-height: 34px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.lay-search-form&gt;li&gt;input {
    padding: 4px 10px;
    width: 100%;
    height: 26px;
    border: none;
    background: url(../images/new_bg.gif) no-repeat -174px 7px;
    line-height: 26px;
    text-indent: 30px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.lay-search-form&gt;li&gt;button {
    margin: -1px;
    width: 90px;
    height: 36px;
    background: linear-gradient(to right, #f96248 0, #d94027 100%);
    border: none;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.lay-search-form&gt;li&gt;button:hover {
    background: linear-gradient(to right, #e22b2e 0, #e22b2e 100%);
}

.lay-words {
    margin-top: 8px;
}

.lay-words:before {
    content: 'çƒ­æœï¼š';
    margin-right: 10px;
}

.lay-words&gt;a:not(:first-child) {
    margin-left: 20px;
}

.lay-nav {
    padding: 0 20px;
    height: 45px;
    background: #ed2d38;
    background-image: url(../images/nav_bg.png);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.lay-nav-list {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

.lay-nav-list&gt;li {
    position: relative;
    width: 125px;
}

.lay-nav-list&gt;li:hover&gt;a {
    background-color: #f8f8f8;
    color: #e53e40;
}

.lay-nav-list&gt;li:hover&gt;ol {
    display: block;
}

.lay-nav-list&gt;li&gt;a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.lay-nav-list&gt;li&gt;ol {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.lay-nav-list&gt;li&gt;ol&gt;li {
    width: 100%;
}

.lay-nav-list&gt;li&gt;ol&gt;li:not(:first-child) {
    border-top: 1px solid #dcdcdc;
}

.lay-nav-list&gt;li&gt;ol&gt;li&gt;a {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #333;
}

.lay-slider {
    position: relative;
    margin: 0 auto;
    max-width: 1210px;
}

.lay-slider .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.lay-slider .swiper-button-prev:after {
    display: none;
}

.lay-slider .swiper-button-next:after {
    display: none;
}

.lay-slider .swiper-button-prev {
    width: 40px;
    height: 63px;
    background-size: 40px 63px;
    background: url(../images/beijing.png) no-repeat 0px 0px;
    transition: all .3s;
}

.lay-slider .swiper-button-prev:hover {
    background: url(../images/beijing.png) no-repeat 0px -63px;
}

.lay-slider .swiper-button-next {
    width: 40px;
    height: 63px;
    background-size: 40px 63px;
    background: url(../images/beijing.png) no-repeat -40px 0px;
    transition: all .3s;
}

.lay-slider .swiper-button-next:hover {
    background: url(../images/beijing.png) no-repeat -40px -63px;
}

.lay-slider .swiper-pagination-bullet {
    opacity: 1;
    z-index: 1000;
    width: 12px;
    height: 12px;
    background-color: rgba(221, 221, 221, 1);
    cursor: pointer;
    border-radius: 50%;
}

.lay-slider .swiper-pagination-bullet-active {
    background-color: rgba(161, 0, 0, 1);
}

.lay-forum {
    margin: 8px auto;
    max-width: 1210px;
}

.lay-container {
    margin: 8px auto;
    max-width: 1210px;
}

.lay-grid {
    width: 100%;
}

.lay-grid&gt;.lay-grid-item {
    flex: 1;
    width: 0;
    min-height: 200px;
    border: 1px solid #dadada;
}

.lay-grid&gt;.lay-grid-item:not(:first-child) {
    margin-left: 26px;
}

.lay-grid-head {
    width: 100%;
    height: 42px;
    background: url(../images/tit.png) repeat-x top left;
}

.lay-grid-head&gt;dt {
    padding: 0 30px;
    height: 42px;
    background: url(../images/title.png) repeat-x top left;
    line-height: 42px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
}

.lay-grid-head&gt;dt a {
    color: #fff;
}

.lay-grid-head&gt;dt a:hover {
    text-decoration: none;
    color: #ccc;
}

.lay-grid-head&gt;dd {
    padding: 0 8px;
}

.lay-grid-head&gt;dd&gt;a {
    color: #ed2d38;
}

.lay-grid-head&gt;dd a.s-btn {
    width: 84px;
    height: 30px;
    background: linear-gradient(180deg, #FF0000 0%, #BD0100 100%);
    color: #fff;
    border-radius: 8px;
}

.lay-grid-head&gt;dd a.s-btn&gt;img {
    margin-right: 3px;
    width: 16px;
    height: 16px;
}

.lay-grid-top {
    padding: 5px;
}

.lay-grid-top&gt;dt {
    width: 100%;
}

.lay-grid-top&gt;dt img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.lay-grid-top&gt;dd {
    margin-top: 5px;
    width: 100%;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}

.lay-grid-list {
    width: 100%;
}

.lay-grid-list&gt;dl {
    width: 100%;
}

.lay-grid-list&gt;dl:not(:first-child) {
    border-top: 1px dashed #ebebeb;
}

.lay-grid-list&gt;dl&gt;dt,
.lay-grid-list&gt;dl&gt;dd {
    padding: 0 16px;
    height: 37px;
    line-height: 37px;
}

.lay-grid-list&gt;dl&gt;dt {
    background: url(../images/ico-3.gif) 7px 15px no-repeat;
}

.lay-grid-list&gt;dl&gt;dt&gt;a {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lay-grid-list&gt;dl&gt;dd {
    color: #aba9a2;
}

.lay-interaction {
    margin-left: 10px;
    width: 240px;
    min-height: 200px;
    border: 1px solid #dadada;
}

.lay-login {
    width: 100%;
}

.lay-login-methods {
    padding: 20px 0;
    width: 100%;
    color: #585858;
}

.lay-login-methods&gt;li&gt;span {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 4px;
    width: 48px;
    line-height: 17px;
    cursor: pointer;
}

.lay-login-methods&gt;li&gt;span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    background-color: transparent;
    border-radius: 2px;
    transition: all .2s;
}

.lay-login-methods&gt;li&gt;span.active {
    font-weight: bold;
}

.lay-login-methods&gt;li&gt;span.active:before {
    left: 37%;
    right: 37%;
    background-color: #333;
}

.lay-login-box {
    padding: 0 20px;
}

.lay-login-box&gt;.lay-login-qrcode {
    margin: 0 auto;
    width: 120px;
    text-align: center;
}

.lay-login-box&gt;.lay-login-qrcode&gt;dt {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.lay-login-box&gt;.lay-login-qrcode&gt;dd {
    margin-top: 12px;
    line-height: 17px;
    color: #585858;
}

.lay-login-box .lay-login-entry {
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    color: #585858;
}

.lay-login-box .lay-login-entry:not(:first-child) {
    margin-top: 12px;
}

.lay-login-box .lay-login-entry&gt;dt:not(:first-child) {
    margin-left: 12px;
}

.lay-login-box .lay-login-entry&gt;dt&gt;input {
    padding: 0;
    width: 100%;
    height: 20px;
    border: none;
    line-height: 20px;
}

.lay-login-box .lay-login-entry&gt;dd {
    cursor: pointer;
}

.lay-login-box .lay-login-entry&gt;dd&gt;button {
    height: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.lay-login-btn {
    margin-top: 12px;
}

.lay-login-btn&gt;button {
    width: 100%;
    height: 32px;
    border: none;
    background-color: #e45353;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    transition: all .2s;
}

.lay-login-btn&gt;button:hover {
    background-color: #ed2d38;
}

.lay-login-links {
    margin-top: 12px;
}

.lay-login-links&gt;a {
    line-height: 17px;
    color: #030;
}

.lay-login-recent {
    padding: 20px;
}

.lay-login-recent&gt;dt {
    position: relative;
    width: 100%;
}

.lay-login-recent&gt;dt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 6px;
    right: 6px;
    height: 0;
    border-top: 1px solid #585858;
}

.lay-login-recent&gt;dt&gt;span {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100px;
    background-color: #fff;
    line-height: 17px;
    text-align: center;
    font-weight: bold;
    color: #585858;
}

.lay-login-recent&gt;dd {
    margin-top: 20px;
}

.lay-login-recent&gt;dd&gt;a {
    display: block;
    margin-left: 8px;
    width: 44px;
    color: #585858;
}

.lay-login-recent&gt;dd&gt;a:nth-child(4n+1) {
    margin-left: 0;
}

.lay-login-recent&gt;dd&gt;a:nth-child(n+5) {
    margin-top: 8px;
}

.lay-login-recent&gt;dd&gt;a&gt;img {
    display: block;
    width: 100%;
    height: 44px;
    object-fit: cover;
}

.lay-login-recent&gt;dd&gt;a&gt;span {
    display: block;
    margin-top: 4px;
    width: 100%;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lay-user-box {
    padding: 10px 10px 0;
}

.lay-user-box&gt;.welcome {
    padding: 0 10px;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 23px;
    color: #666;
}

.lay-user-box&gt;.welcome&gt;strong {
    color: #f60;
}

.lay-user-box&gt;.info {
    margin-top: 12px;
    width: 100%;
}

.lay-user-box&gt;.info&gt;dt {
    width: 60px;
}

.lay-user-box&gt;.info&gt;dt img {
    padding: 2px;
    width: 52px;
    height: 52px;
    border: 1px solid #ddd;
}

.lay-user-box&gt;.info&gt;dd&gt;a {
    display: block;
    width: 50%;
    line-height: 20px;
    text-align: center;
}

.lay-user-box .links {
    width: 100%;
    line-height: 31px;
    color: #ddd;
}

.lay-user-box .links&gt;a {
    color: #f60;
}

.lay-user-box .links&gt;span {
    margin: 0 8px;
}

.lay-banner {
    margin: 8px auto;
    max-width: 1210px;
}

.lay-twins {
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.lay-twins-list {
    width: 100%;
}

.lay-twins-list&gt;.lay-twins-item {
    min-height: 300px;
    border-bottom: 1px solid #dadada;
}

.lay-twins-list&gt;.lay-twins-item:first-child {
    border-right: 1px solid #dadada;
}

.lay-twins-list&gt;.lay-twins-item:not(:first-child) {
    margin-left: 26px;
    border-left: 1px solid #dadada;
}

.lay-arts {
    width: 100%;
}

.lay-arts&gt;dl {
    padding: 12px 0px;
    width: 100%;
}

.lay-arts&gt;dl:not(:first-child) {
    border-top: 1px solid #eee;
}

.lay-arts&gt;dl&gt;dt {
    padding-left: 10px;
    width: 88px;
    height: 88px;
}

.lay-arts&gt;dl&gt;dt img {
    display: block;
    padding: 1px;
    width: 84px;
    height: 84px;
    border: 1px solid #eee;
    object-fit: cover;
    transition: all .3s;
}

.lay-arts&gt;dl&gt;dt img:hover {
    border-color: #aaa;
}

.lay-arts&gt;dl&gt;dd {
    padding: 0 10px 0 7px;
}

.lay-arts&gt;dl&gt;dd&gt;.tit {
    width: 100%;
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lay-arts&gt;dl&gt;dd&gt;.info {
    width: 100%;
    line-height: 23px;
}

.lay-arts&gt;dl&gt;dd&gt;.info&gt;span {
    color: #aaa;
}

.lay-arts&gt;dl&gt;dd&gt;.digest {
    width: 100%;
    max-height: 40px;
    line-height: 20px;
    color: #776955;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lay-recommend {
    margin-top: 8px;
}

.slider-prev,
.slider-next {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.slider-prev {
    background: url(../images/green_skin.png) 0 -222px no-repeat;
}

.slider-next {
    background: url(../images/green_skin.png) 0 -256px no-repeat;
}

.slider-wrap {
    margin: 0 12px;
}

.slider-item {
    display: block;
    width: 100%;
}

.slider-item&gt;img {
    display: block;
    padding: 2px;
    width: 100%;
    height: 150px;
    border: 1px solid #e3e3e3;
    object-fit: cover;
    box-sizing: border-box;
    transition: all .3s;
}

.slider-item&gt;img:hover {
    border-color: #aaa;
}

.slider-item&gt;span {
    display: block;
    margin-top: 6px;
    width: 100%;
    line-height: 17px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.lay-pair {
    margin: 20px auto;
    width: 100%;
}

.lay-pair-left {
    min-height: 200px;
    border: 1px solid #dadada;
}

.lay-pair-right {
    margin-left: 26px;
    width: calc((100% - 56px) / 3);
    min-height: 200px;
    border: 1px solid #dadada;
}

.lay-topics {
    padding: 10px;
}

.lay-topics&gt;li {
    width: 185px;
}

.lay-topics&gt;li:not(:first-child) {
    margin-left: 10px;
}

.lay-topics&gt;li&gt;a&gt;img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.lay-topics&gt;li&gt;a&gt;span {
    display: block;
    margin-top: 5px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lay-links {
    margin: 8px auto;
    border: 1px solid #dadada;
}

.lay-links-list {
    padding: 5px;
}

.lay-links-list&gt;li {
    margin: 5px;
}

.lay-links-list&gt;li img {
    width: 88px;
    height: 31px;
    border: 3px solid transparent;
    transition: all .3s;
}

.lay-links-list&gt;li img:hover {
    border-color: #eee;
}

.lay-footer {
    padding: 20px;
    background: #1f1f24;
    line-height: 1.6;
    text-align: center;
    color: #999;
}

.lay-footer a {
    color: #999;
}

.lay-footer a:hover {
    color: #ba2636;
}

.lay-footer-navs {
    line-height: 35px;
    font-size: 13px;
    color: #616162;
}

.lay-footer-copy {
    line-height: 35px;
    font-size: 13px;
    color: #616162;
}

.lay-empty {
    margin: 0 auto;
    width: 80%;
    height: 80%;
    color: #ccc;
}

.lay-empty&gt;i:before {
    font-size: 60px;
    color: #eee;
}

.lay-empty&gt;span {
    margin-top: 10px;
}

.lay-body {
    margin: 8px auto;
    width: 100%;
}

.lay-bread {
    width: 100%;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    line-height: 44px;
    font-family: 'æ€æºé»‘ä½“', 'å®‹ä½“';
    font-weight: bold;
    font-size: 15px;
}

.lay-bread&gt;span {
    color: #ed2d38;
}

.lay-bread&gt;a,
.lay-bread&gt;a:hover,
.lay-bread&gt;a:active {
    margin: 0 2px;
    text-decoration: none;
    color: #ed2d38;
}

.lay-list {
    width: 100%;
}

.lay-list&gt;.lay-item {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.lay-list&gt;.lay-item&gt;.lay-cover {
    padding: 1px;
    width: 180px;
    border: 1px solid #eee;
    transition: all .3s;
}

.lay-list&gt;.lay-item&gt;.lay-cover:hover {
    border-color: #aaa;
}

.lay-list&gt;.lay-item&gt;.lay-cover&gt;img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
}

.lay-list&gt;.lay-item&gt;.lay-inner {
    margin-left: 10px;
}

.lay-list&gt;.lay-item&gt;.lay-inner&gt;.lay-tit {
    width: 100%;
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
    color: #aaa;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-list&gt;.lay-item&gt;.lay-inner&gt;.lay-tit&gt;span {
    font-weight: normal;
    font-size: 12px;
}

.lay-list&gt;.lay-item&gt;.lay-inner&gt;.lay-tit&gt;span&gt;a {
    font-weight: bold;
}

.lay-list&gt;.lay-item&gt;.lay-inner&gt;.lay-info {
    width: 100%;
    line-height: 23px;
}

.lay-list&gt;.lay-item&gt;.lay-inner&gt;.lay-info&gt;span {
    color: #aaa;
}

.lay-list&gt;.lay-item&gt;.lay-inner&gt;.lay-txt {
    width: 100%;
    height: 40px;
    line-height: 20px;
    color: #776955;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lay-list&gt;.item {
    padding: 10px 0;
    width: 100%;
}

.lay-list&gt;.item:not(:first-child) {
    border-top: 1px dashed #dedede;
}

.lay-list&gt;.item&gt;.cover {
    width: 230px;
}

.lay-list&gt;.item&gt;.cover&gt;img {
    width: 100%;
    max-height: 141px;
    border-radius: 5px;
    object-fit: cover;
}

.lay-list&gt;.item&gt;.info {
    margin-left: 10px;
}

.lay-list&gt;.item&gt;.info&gt;.tit {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-list&gt;.item&gt;.info&gt;.txt {
    margin-top: 4px;
    width: 100%;
    max-height: 36px;
    line-height: 18px;
    font-size: 13px;
    color: #757575;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.lay-list&gt;.item&gt;.bt {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-list&gt;.item.photo1x,
.lay-list&gt;.item.photo2x,
.lay-list&gt;.item.photo3x {
    display: block;
}

.lay-list&gt;.item.photo1x&gt;ul,
.lay-list&gt;.item.photo2x&gt;ul,
.lay-list&gt;.item.photo3x&gt;ul {
    margin-top: 5px;
    width: 100%;
}

.lay-list&gt;.item.photo1x&gt;ul&gt;li:not(:first-child),
.lay-list&gt;.item.photo2x&gt;ul&gt;li:not(:first-child),
.lay-list&gt;.item.photo3x&gt;ul&gt;li:not(:first-child) {
    margin-left: 10px;
}

.lay-list&gt;.item.photo1x&gt;ul&gt;li&gt;img,
.lay-list&gt;.item.photo2x&gt;ul&gt;li&gt;img,
.lay-list&gt;.item.photo3x&gt;ul&gt;li&gt;img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.lay-list&gt;.item.photo1x&gt;ul&gt;li&gt;img {
    height: 201px;
}

.lay-list&gt;.item.photo2x&gt;ul&gt;li&gt;img {
    height: 201px;
}

.lay-list&gt;.item.photo3x&gt;ul&gt;li&gt;img {
    height: 141px;
}

.lay-pages {
    padding: 12px 0;
    width: 100%;
    font-family: Tahoma;
}

.lay-pages&gt;li:not(:first-child) {
    margin-left: 5px;
}

.lay-pages&gt;li&gt;* {
    display: block;
    padding: 2px 4px;
    border: 1px solid #ddd;
    line-height: 15px;
}

.lay-pages&gt;li&gt;*:not(:first-child) {
    margin-left: 5px;
}

.lay-pages&gt;li&gt;a {
    color: #555;
}

.lay-pages&gt;li&gt;a:hover,
.lay-pages&gt;li&gt;a:active {
    text-decoration: none;
    color: #690;
}

.lay-pages&gt;li&gt;span {
    color: #999;
}

.lay-pages&gt;li&gt;span&gt;strong {
    margin: 0px 2px;
    font-weight: normal;
    color: #555;
}

.lay-side {
    margin-left: 10px;
    width: 240px;
}

.lay-side&gt;.lay-side-box:not(:first-child) {
    margin-top: 10px;
}

.lay-side-box {
    border: 1px solid #dadada;
}

.lay-cat-childs {
    padding: 8px;
}

.lay-cat-childs&gt;li {
    margin-left: 6px;
    padding-left: 20px;
    width: 87px;
    height: 26px;
    background: url(../images/green_skin.png) -42px -222px no-repeat;
    line-height: 26px;
    color: #ed2d38;
}

.lay-cat-childs&gt;li:nth-child(2n+1) {
    margin-left: 0;
}

.lay-cat-childs&gt;li:nth-child(n+3) {
    margin-top: 6px;
}

.lay-cat-childs&gt;li&gt;a,
.lay-cat-childs&gt;li&gt;a:hover,
.lay-cat-childs&gt;li&gt;a:active {
    text-decoration: none;
    color: #ed2d38;
}

.lay-with-arr,
.lay-with-dot {
    width: 100%;
}

.lay-with-arr&gt;li {
    padding: 4px 8px;
}

.lay-with-arr&gt;li&gt;a {
    display: block;
    width: 100%;
    background: url(../images/ico-3.gif) 4px 9px no-repeat;
    line-height: 23px;
    text-indent: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.lay-with-dot&gt;li {
    padding-left: 16px;
    background: url(../images/ico-2.gif) 6px 15px no-repeat;
}

.lay-with-dot&gt;li:not(:first-child) {
    border-top: 1px dashed #ebebeb;
}

.lay-with-dot&gt;li&gt;a {
    display: block;
    width: 100%;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.lay-side-share {
    margin-top: 10px;
    padding: 10px;
}

.lay-side-share&gt;dt,
.lay-body-share&gt;dt {
    font-weight: bold;
}

.lay-side-share&gt;dd,
.lay-body-share&gt;dd {
    line-height: 22px;
    color: #666;
}

.lay-side-share&gt;dd&gt;img,
.lay-body-share&gt;dd&gt;img {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 198px;
}

.lay-detail {
    margin: 45px auto;
}

.lay-detail .lay-title {
    margin: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #2b2b2b;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-detail .lay-info {
    margin: 10px 20px;
    line-height: 17px;
    text-align: center;
    color: #666;
}

.lay-detail .lay-digest {
    margin: 8px auto 0;
    padding: 8px 16px;
    width: 90%;
    background-color: #f5fcee;
    border: 1px solid #dcdddd;
    line-height: 24px;
    font-size: 14px;
    color: #706a6a;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-detail .lay-content {
    margin: 0 20px;
    padding: 10px 5px;
    line-height: 30px;
    font-size: 14px;
    color: #555;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-body-share {
    margin: 20px auto;
    width: 240px;
}

.lay-divide {
    margin: 4px auto;
    padding-top: 10px;
    height: 10px;
    background: url(../images/boxoff.gif) left 15px repeat-x;
}

.lay-divide&gt;span {
    display: block;
    width: 8px;
    height: 10px;
    overflow: hidden;
    font-size: 0px;
    line-height: 100px;
    background: url(../images/boxoff.gif) right -10px no-repeat;
    float: left;
}

.lay-handle {
    margin-top: 12px;
    width: 100%;
}

.lay-handle&gt;.lay-context {
    line-height: 29px;
    color: #888;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-handle&gt;.lay-action {
    margin-left: 40px;
}

.lay-handle&gt;.lay-action&gt;li {
    padding-left: 22px;
    background-image: url(../images/actbox-ico.gif);
    background-repeat: no-repeat;
    line-height: 1;
}

.lay-handle&gt;.lay-action&gt;li:not(:first-child) {
    margin-left: 10px;
}

.lay-handle&gt;.lay-action&gt;li.lay-action-collect {
    background-position: 4px 0px;
}

.lay-handle&gt;.lay-action&gt;li.lay-action-fault {
    background-position: 4px -37px;
}

.lay-handle&gt;.lay-action&gt;li.lay-action-recommend {
    background-position: 4px -73px;
}

.lay-handle&gt;.lay-action&gt;li.lay-action-print {
    background-position: 4px -109px;
}

.lay-publish {
    margin-top: 8px;
    border: 1px solid #dadada;
}

.lay-publish-post {
    padding: 5px 5px 25px;
}

.lay-publish-entry {
    max-width: 100%;
    line-height: 25px;
}

.lay-publish-entry&gt;dt {
    width: 100%;
    color: #999;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-publish-entry&gt;dt&gt;textarea {
    display: block;
    margin-top: 8px;
    width: 100%;
    max-width: 450px;
    height: 100px;
    box-sizing: border-box;
}

.lay-publish-entry&gt;dd {
    margin-top: 10px;
    color: #444;
}

.lay-publish-entry&gt;dd&gt;ul {
    width: 100%;
}

.lay-publish-entry&gt;dd&gt;ul&gt;li.offset {
    margin-left: 10px;
}

.lay-publish-entry&gt;dd&gt;ul&gt;li&gt;input[type=text] {
    width: 130px;
}

.lay-publish-entry&gt;dd&gt;ul&gt;li&gt;img {
    width: 68px;
    height: 24px;
}

.lay-publish-entry&gt;dd&gt;ul&gt;li&gt;label {
    cursor: pointer;
}

.lay-publish-entry&gt;dd&gt;ul&gt;li&gt;label&gt;span {
    margin-left: 5px;
}

.lay-publish-entry&gt;dd&gt;ul&gt;li&gt;button {
    width: 70px;
    height: 25px;
    border: none;
    background: url(../images/btn-bg2.gif) no-repeat;
    line-height: 25px;
    letter-spacing: 1px;
    color: #444;
    cursor: pointer;
}

.lay-publish-att {
    width: 214px;
    line-height: 25px;
}

.lay-publish-cmt {
    width: 100%;
}

.lay-publish-cmt&gt;li:not(:first-child) {
    margin-left: 5px;
    color: #999;
}

.lay-publish-cmt&gt;li&gt;label {
    cursor: pointer;
}

.lay-publish-cmt&gt;li&gt;label&gt;img {
    margin: 0 2px;
}

.lay-publish-emoji {
    width: 100%;
}

.lay-publish-emoji&gt;li&gt;label {
    margin-right: 8px;
    height: 30px;
    cursor: pointer;
}

.lay-publish-emoji&gt;li&gt;label&gt;img {
    margin-left: 4px;
    width: 24px;
    height: 24px;
}

.lay-new-comment {
    margin-top: 8px;
    border: 1px solid #dadada;
}

.lay-comments {
    padding: 5px;
}

.lay-comments&gt;.lay-empty {
    margin: 40px auto;
}

.lay-current {
    margin: 8px 0;
    padding: 0px 12px;
    height: 27px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: url(../images/search-top-bg.gif) #f3fbea repeat-x scroll;
    color: #888;
}

.lay-current&gt;dt {
    font-weight: bold;
    font-size: 14px;
}

.lay-current&gt;dt.tiny {
    font-size: 12px;
    color: #ccc;
}

.lay-search-wrap {
    margin: 0 auto;
    width: 90%;
}

.lay-search-wrap&gt;dl {
    width: 100%;
    height: 30px;
}

.lay-search-wrap&gt;dl&gt;dt {
    width: 20%;
    text-align: center;
}

.lay-search-wrap&gt;dl&gt;dd&gt;button {
    width: 70px;
    height: 25px;
    border: none;
    background: url(../images/btn-bg2.gif) left top no-repeat;
    line-height: 25px;
    color: #444;
    cursor: pointer;
}

.lay-search-wrap&gt;dl&gt;dd&gt;button:not(:first-child) {
    margin-left: 5px;
}

.lay-search-wrap&gt;dl&gt;dd&gt;ul {
    width: 100%;
}

.lay-search-wrap&gt;dl&gt;dd&gt;ul&gt;li:not(:first-child) {
    margin-left: 10px;
}

.lay-search-wrap&gt;dl&gt;dd&gt;ul&gt;li&gt;label&gt;span {
    margin-left: 2px;
}

.lay-search-body {
    margin: 20px auto;
    width: 100%;
}

.lay-search-list {
    padding: 20px;
}

.lay-search-list&gt;.item {
    width: 100%;
}

.lay-search-list&gt;.item:not(:first-child) {
    margin-top: 15px;
}

.lay-search-list&gt;.item&gt;h3 {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-search-list&gt;.item&gt;h3&gt;a {
    text-decoration: underline;
}

.lay-search-list&gt;.item&gt;h3&gt;a&gt;mark,
.lay-search-list&gt;.item&gt;p&gt;mark {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #f00;
}

.lay-search-list&gt;.item&gt;p {
    width: 100%;
    max-height: 44px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lay-search-list&gt;.item&gt;span {
    display: block;
    width: 100%;
    line-height: 22px;
}

.lay-search-list&gt;.item&gt;span&gt;small {
    margin-left: 10px;
    color: #999;
}

.lay-art-pages {
    padding: 0 10px;
    font-size: 13px;
}

.lay-art-pages&gt;li {
    margin-left: 8px;
}

.lay-art-pages&gt;li&gt;a:not(:first-child) {
    margin-left: 5px;
}

.lay-art-pages&gt;li&gt;input {
    padding: 0 4px;
    width: 30px;
    height: 20px;
    font-size: 12px;
}

.lay-art-pages&gt;li&gt;button {
    width: 30px;
    height: 22px;
    font-size: 12px;
}

.lay-search-related {
    margin-left: 10%;
    padding: 20px 0 0 20px;
    width: 25%;
    border-left: 1px solid #dadada;
}

.lay-search-related&gt;h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}

.lay-search-related&gt;ul {
    padding: 4px 8px;
}

.lay-search-related&gt;ul&gt;li {
    margin-right: 20px;
    line-height: 24px;
}

.lay-search-related&gt;ul&gt;li&gt;a {
    text-decoration: underline;
}

.lay-register {
    margin: 0 auto;
    padding-bottom: 25px;
}

.lay-register-form {
    margin: 29px 15px 0;
}

.lay-register-step {
    display: none;
    width: 100%;
}

.lay-register-step&gt;li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 164px;
    height: 54px;
    background: url(../images/bg_button.png) no-repeat 0px -42px;
    transition: all .3s;
}

.lay-register-step&gt;li:nth-child(1) {
    background-position: 0px -42px;
}

.lay-register-step&gt;li:nth-child(2) {
    background-position: -187px -42px;
}

.lay-register-step&gt;li:nth-child(2).active {
    background-position: -187px -115px;
}

.lay-register-step&gt;li:nth-child(3) {
    background-position: -372px -42px;
}

.lay-register-step&gt;li:nth-child(3).active {
    background-position: -372px -188px;
}

.lay-register-desc {
    line-height: 20px;
}

.lay-register-desc&gt;span {
    margin: 0 5px;
    color: #f00;
}

.lay-register-cells {
    margin-top: 20px;
    width: 100%;
}

.lay-register-cells&gt;dl {
    display: block;
}

.lay-register-cells&gt;dl:not(:first-child) {
    margin-top: 20px;
}

.lay-register-cells&gt;dl&gt;dt {
    line-height: 23px;
    font-weight: bold;
    color: #000;
}

.lay-register-cells&gt;dl&gt;dd {
    line-height: 23px;
}

.lay-register-cells&gt;dl&gt;dd&gt;input[type=text],
.lay-register-cells&gt;dl&gt;dd&gt;input[type=password],
.lay-register-cells&gt;dl&gt;dd&gt;ul&gt;li&gt;input[type=text],
.lay-register-cells&gt;dl&gt;dd&gt;select {
    padding: 4px 5px;
    border: 1px solid #9e9e9e;
    background: url(../images/input_bg.gif) no-repeat 0 0;
    height: 15px;
    line-height: 15px;
    color: #666;
}

.lay-register-cells&gt;dl&gt;dd&gt;select {
    width: 210px;
    height: 23px;
    line-height: 23px;
}

.lay-register-cells&gt;dl&gt;dd&gt;input:focus {
    border-color: #9bcd81;
    background: #f3ffe6;
}

.lay-register-cells&gt;dl&gt;dd&gt;ul&gt;li:not(:first-child) {
    margin-left: 10px;
}

.lay-register-cells&gt;dl&gt;dd&gt;ul&gt;li&gt;img {
    width: 80px;
}

.lay-register-cells&gt;dl&gt;dd&gt;ul&gt;li&gt;button {
    width: 80px;
}

.lay-labels {
    width: 100%;
}

.lay-labels&gt;label {
    cursor: pointer;
}

.lay-labels&gt;label:not(:first-child) {
    margin-left: 10px;
}

.lay-labels&gt;label&gt;span {
    margin-left: 5px;
}

.lay-pwd-level {
    display: block;
    margin-top: 1px;
    width: 145px;
    height: 22px;
    background: url(../images/rank.gif) no-repeat;
    line-height: 0;
    font-size: 0;
}

.lay-pwd-level.lay-pwd-level-0 {
    background-position: 0 2px;
}

.lay-pwd-level.lay-pwd-level-1 {
    background-position: 0 -19px;
}

.lay-pwd-level.lay-pwd-level-2 {
    background-position: 0 -40px;
}

.lay-pwd-level.lay-pwd-level-3 {
    background-position: 0 -61px;
}

.lay-pwd-level.lay-pwd-level-4 {
    background-position: 0 -82px;
}

.lay-pwd-level.lay-pwd-level-5 {
    background-position: 0 -103px;
}

.lay-pwd-level.lay-pwd-level-6 {
    background-position: 0 -124px;
}

.lay-pwd-level.lay-pwd-level-7 {
    background-position: 0 -145px;
}

.lay-register-must {
    font-style: normal;
    color: #f00;
}

.lay-register-tips {
    display: block;
    font-style: normal;
    font-weight: bold;
    color: #4d6c2f;
}

.lay-register-tips&gt;label {
    font-weight: normal;
    color: #000;
}

.lay-contract {
    margin-bottom: 5px;
    padding: 5px;
    max-width: 600px;
    height: 90px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    word-break: break-all;
    word-wrap: break-word;
    overflow: auto;
}

.lay-register-btn {
    width: 116px;
    height: 38px;
    border: none;
    background: url(../images/bg_button.png) no-repeat scroll 0px -405px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.lay-ucenter {
    margin: 8px auto;
    padding: 10px;
    max-width: 1190px;
    background-color: #f5f5f5;
}

.lay-ucenter-menus {
    display: none;
    width: 175px;
}

.lay-ucenter-menus&gt;dl {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.lay-ucenter-menus&gt;dl&gt;dt {
    margin-top: 10px;
    margin-bottom: 8px;
    padding-left: 15px;
    height: 26px;
    background-color: #ed2d38;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
}

.lay-ucenter-menus&gt;dl&gt;dd {
    position: relative;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a {
    margin: 2px 0;
    padding: 0 0 0 20px;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    color: #525252;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a:hover {
    background-color: #f3f3f3;
    text-decoration: none;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a&gt;i {
    width: 19px;
    height: 18px;
    background: url(../images/icon_16x16.png) no-repeat scroll 100% 0 transparent;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a&gt;i.home {
    background-position: 0 -39px;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a&gt;i.profile {
    background-position: -80px -20px;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a&gt;i.passwd {
    background-position: -80px -41px;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a&gt;i.blog {
    background-position: 0 -20px;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a&gt;i.category {
    background-position: -40px -40px;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a&gt;i.poetry {
    background-position: -60px -41px;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a&gt;i.write {
    background-position: 0 0;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a&gt;i.friend {
    background-position: -60px -20px;
}

.lay-ucenter-menus&gt;dl&gt;dd&gt;a&gt;i.guest {
    background-position: -41px 0;
}

.lay-ucenter-wrap {
    max-width: 550px;
    color: #525252;
}

.lay-ucenter-account {
    padding: 10px 0 10px 10px;
    max-width: 550px;
}

.lay-ucenter-account&gt;.avatar {
    width: 100px;
}

.lay-ucenter-account&gt;.avatar&gt;img {
    width: 100%;
    height: 100px;
}

.lay-ucenter-account&gt;.inner {
    margin-left: 10px;
}

.lay-ucenter-account&gt;.inner&gt;.name {
    line-height: 20px;
}

.lay-ucenter-account&gt;.inner&gt;.name&gt;strong {
    font-size: 16px;
}

.lay-ucenter-account&gt;.inner&gt;.motto {
    line-height: 20px;
    color: #999;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-ucenter-account&gt;.inner&gt;.grade {
    line-height: 20px;
}

.lay-ucenter-account&gt;.inner&gt;.count {
    margin-top: 8px;
    padding: 0 10px;
    border: 1px solid #ffcfa4;
    background-color: #fffef1;
    height: 28px;
}

.lay-ucenter-account&gt;.inner&gt;.count&gt;a {
    margin: 0 8px 0 5px;
    color: #999;
}

.lay-ucenter-feed {
    position: relative;
    margin: 16px 0;
    padding: 11px;
    height: 24px;
    background-color: #e0dfe1;
}

.lay-ucenter-feed:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 20px;
    width: 18px;
    height: 16px;
    background: url(../images/feed_6.gif) no-repeat;
}

.lay-ucenter-feed&gt;ul&gt;li {
    position: relative;
}

.lay-ucenter-feed&gt;ul&gt;li:not(:first-child) {
    margin-left: 10px;
}

.lay-ucenter-feed&gt;ul&gt;li&gt;input {
    padding: 0 30px 0 5px;
    width: 100%;
    height: 25px;
    border: none;
    background-color: #fff;
    line-height: 25px;
    font-size: 12px;
    color: #999;
    box-sizing: border-box;
}

.lay-ucenter-feed&gt;ul&gt;li&gt;input+i.fa {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    color: #ccc;
    cursor: pointer;
    transition: all .3s;
}

.lay-ucenter-feed&gt;ul&gt;li&gt;input+i.fa:hover {
    color: #999;
}

.lay-ucenter-feed&gt;ul&gt;li&gt;button {
    width: 55px;
    height: 22px;
    border: none;
    background: url(../images/btn1_bg.gif) no-repeat;
    color: #fff;
}

.lay-ucenter-feeds {
    width: 100%;
}

.lay-ucenter-tabs {
    padding: 0 10px;
    line-height: 25px;
    font-weight: bold;
}

.lay-ucenter-tabs&gt;a {
    position: relative;
    padding: 0 5px;
    border: 1px solid #dedede;
    background-color: #fff;
}

.lay-ucenter-tabs&gt;a:not(:first-child) {
    margin-left: 2px;
}

.lay-ucenter-tabs&gt;a.active {
    border-bottom-color: transparent;
    color: #5f9304;
}

.lay-ucenter-tabs&gt;a.active:hover {
    text-decoration: none;
}

.lay-ucenter-tabox {
    margin-top: -1px;
    padding: 10px;
    min-height: 200px;
    border: 1px solid #dedede;
    background-color: #fff;
}

.lay-ucenter-toparts {
    width: 100%;
    line-height: 28px;
}

.lay-ucenter-toparts&gt;dl&gt;*:not(:first-child) {
    margin-left: 5px;
}

.lay-ucenter-toparts&gt;dl&gt;dt&gt;a,
.lay-ucenter-toparts&gt;dl&gt;dd&gt;a {
    color: #2ca9cc;
}

.lay-ucenter-toparts&gt;dl&gt;dt&gt;a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lay-ucenter-topfeeds {
    width: 100%;
}

.lay-ucenter-topfeeds&gt;dl:not(:first-child) {
    margin-top: 12px;
}

.lay-ucenter-topfeeds&gt;dl&gt;dd {
    margin-left: 10px;
}

.lay-ucenter-topfeeds a {
    color: #2ca9cc;
}

.lay-ucenter-topfeeds .tit {
    width: 100%;
    line-height: 20px;
}

.lay-ucenter-topfeeds .tit&gt;small {
    color: #999;
}

.lay-ucenter-topfeeds .txt {
    width: 100%;
    line-height: 20px;
}

.lay-ucenter-body {
    color: #525252;
}

.lay-ucenter-body&gt;.lay-ucenter-tabs&gt;a.active {
    color: #ed2d38;
}

.lay-ucenter-listable {
    margin-top: -1px;
    min-height: 200px;
    border: 1px solid #dedede;
    background-color: #fff;
}

.lay-ucenter-listable&gt;.state {
    padding: 5px 10px 4px;
    border-bottom: 1px solid #dcdcdc;
}

.lay-ucenter-listable&gt;.state&gt;li&gt;a {
    display: block;
    padding: 0 10px;
    border: 1px solid transparent;
    line-height: 25px;
    text-decoration: none;
    color: #313131;
}

.lay-ucenter-listable&gt;.state&gt;li&gt;a:hover {
    border-color: #ddd;
}

.lay-ucenter-listable&gt;.state&gt;li&gt;a.active {
    font-weight: bold;
}

.lay-ucenter-listable&gt;.box {
    padding: 10px;
}

.lay-ucenter-listable&gt;.box&gt;.bread {
    margin-bottom: 10px;
    padding: 0 0 5px 5px;
    border-bottom: 1px solid #dedede;
    line-height: 16px;
    font-weight: bold;
    color: #717171;
}

.lay-ucenter-listable&gt;.box&gt;.bread&gt;span {
    font-weight: normal;
    color: #b8b8b8;
}

.lay-ucenter-listable&gt;.box&gt;.table {
    width: 100%;
}

.lay-ucenter-listable&gt;.box&gt;.table&gt;.th,
.lay-ucenter-listable&gt;.box&gt;.table&gt;.tr {
    padding: 10px 0;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-ucenter-listable&gt;.box&gt;.table&gt;.th {
    background-color: #eaeaea;
}

.lay-ucenter-listable&gt;.box&gt;.table&gt;.th&gt;li[role="md"],
.lay-ucenter-listable&gt;.box&gt;.table&gt;.tr&gt;li[role="md"] {
    display: none;
}

.lay-ucenter-listable&gt;.box&gt;.table&gt;.tr {
    border-bottom: 1px solid #eaeaea;
}

.lay-ucenter-listable&gt;.box&gt;.table&gt;.tr:hover {
    background-color: #ffd;
}

.lay-ucenter-listable&gt;.box&gt;.table&gt;.tr&gt;li {
    padding: 0 5px;
}

.lay-ucenter-listable&gt;.box&gt;.table&gt;.tr a {
    color: #29a5c9;
}

.lay-ucenter-listable&gt;.box&gt;.table&gt;.tr .avatar {
    width: 60px;
}

.lay-ucenter-listable&gt;.box&gt;.table&gt;.tr .avatar img {
    height: 60px;
}

.lay-ucenter-listable&gt;.box&gt;.pages {
    margin-top: 10px;
    width: 100%;
}

.lay-ucenter-listable&gt;.box&gt;.pages&gt;dt {
    margin: 0 10px;
}

.lay-ucenter-listable&gt;.box&gt;.pages&gt;dt&gt;a {
    color: #29a5c9;
}

.lay-ucenter-listable&gt;.box&gt;.pages&gt;dt&gt;a:not(:first-child) {
    margin-left: 5px;
}

.lay-ucenter-listable&gt;.box&gt;.pages&gt;dd&gt;button {
    width: 46px;
    height: 23px;
    background: url(../images/greenbtn.gif) no-repeat scroll;
    background-position: 0px -5px;
    border: none;
    color: #fff;
}

.lay-ucenter-listable&gt;.box&gt;.pages&gt;dd&gt;button:not(:first-child) {
    margin-left: 5px;
}

.form-control {
    width: 100%;
    background-color: #f7f7f7;
}

.form-control&gt;.form-header {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.form-control&gt;.form-group {
    padding: 20px 20px 0 20px;
    background-color: #fff;
    color: #585858;
}

.form-control&gt;.form-group.offset {
    margin-top: 10px;
}

.form-control&gt;.form-group&gt;.form-title {
    line-height: 22px;
    font-size: 16px;
}

.form-control&gt;.form-group&gt;.form-cols {
    margin-top: 20px;
    width: 100%;
}

.form-control&gt;.form-group&gt;.form-cols&gt;dl {
    width: 100%;
}

.form-control&gt;.form-group&gt;.form-cols&gt;dl:not(:first-child) {
    margin-top: 12px;
}

.form-control&gt;.form-group&gt;.form-cols&gt;dl&gt;dt {
    width: 60px;
    line-height: 40px;
    text-align: right;
}

.form-control&gt;.form-group&gt;.form-cols&gt;dl&gt;dd {
    line-height: 40px;
}

.form-control&gt;.form-group&gt;.form-cols&gt;dl&gt;dd&gt;input,
.form-control&gt;.form-group&gt;.form-cols&gt;dl&gt;dd&gt;select {
    padding: 10px 12px;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 40px;
    border-radius: 2px;
    box-sizing: border-box;
}

.form-control&gt;.form-group&gt;.form-cols&gt;dl&gt;dd&gt;input.tiny {
    width: 100px;
}

.form-control&gt;.form-group&gt;.form-cols&gt;dl&gt;dd&gt;select {
    padding: 10px 6px;
}

.form-control&gt;.form-group&gt;.form-cols&gt;dl&gt;dd&gt;textarea {
    width: 100%;
    height: 120px;
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 40px;
    border-radius: 2px;
    box-sizing: border-box;
}

.form-control&gt;.form-group&gt;.form-cols&gt;dl&gt;dd&gt;.editor {
    line-height: 1;
}

.form-control&gt;.form-group&gt;.form-cols&gt;dl&gt;dd&gt;.verify {
    height: 40px;
    cursor: pointer;
}

.form-control&gt;.form-group&gt;.form-btns {
    padding: 20px 0;
}

.form-control&gt;.form-group&gt;.form-btns&gt;button {
    width: 18%;
    height: 40px;
    border: 1px solid #979797;
    background-color: #fff;
    color: #585858;
    border-radius: 2px;
}

.form-control&gt;.form-group&gt;.form-btns&gt;button:not(:first-child) {
    margin-left: 12px;
}

.form-control&gt;.form-group&gt;.form-btns&gt;button.primary {
    width: 33%;
    background-color: #e45353;
    border-color: #e45353;
    color: #fff;
}

.lay-ucenter-form {
    margin-top: -1px;
    padding: 10px;
    min-height: 200px;
    border: 1px solid #dedede;
    background-color: #fff;
}

.lay-ucenter-form&gt;.form-title {
    margin-bottom: 10px;
    padding: 0 0 5px 5px;
    border-bottom: 1px solid #dedede;
    line-height: 16px;
    font-weight: bold;
    font-size: 12px;
    color: #4d6c2f;
}

.lay-ucenter-form&gt;.form-cells {
    margin-bottom: 10px;
    padding: 10px 0;
    line-height: 25px;
}

.lay-ucenter-form&gt;.form-cells&gt;dl {
    display: block;
    padding: 4px 0;
    width: 100%;
}

.lay-ucenter-form&gt;.form-cells&gt;dl:not(:first-child) {
    margin-top: 10px;
}

.lay-ucenter-form&gt;.form-cells&gt;dl&gt;dt {
    font-weight: bold;
    color: #727272;
    word-break: break-all;
    word-wrap: break-word;
}

.lay-ucenter-form&gt;.form-cells&gt;dl&gt;dd {
    word-break: break-all;
    word-wrap: break-word;
}

.lay-ucenter-form&gt;.form-cells&gt;dl&gt;dd.flex-item {
    width: 100%;
}

.lay-ucenter-form&gt;.form-cells&gt;dl&gt;dd button {
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
}

.lay-ucenter-form&gt;.form-btns {
    padding: 10px 40px 40px;
}

.lay-ucenter-form&gt;.form-btns&gt;button {
    width: 48px;
    height: 21px;
    border: none;
    background: url(../images/bt.png) no-repeat;
    color: #fff;
    cursor: pointer;
}

.lay-ucenter-form&gt;.form-btns&gt;button:not(:first-child) {
    margin-left: 10px;
}

.lay-ucenter-form&gt;.form-btns&gt;button.alone {
    width: 68px;
    height: 27px;
    background: url(../images/bg_button.gif) no-repeat 0 -127px;
    font-size: 14px;
}

.lay-ucenter-inline {
    display: block;
    margin: 20px auto;
    width: 90%;
}

.lay-ucenter-inline&gt;li:not(:first-child) {
    margin-top: 10px;
}

.lay-main {
    margin: 6px auto;
    padding: 20px 45px;
    background: #fff;
    border: 1px solid #dfdddd;
}

.lay-main&gt;.lay-login {
    padding: 0 20px 20px;
    width: 240px;
    background-color: #f7f7f7;
}

.lay-main&gt;.lay-login-theme {
    padding: 20px 0 0 118px;
    width: 182px;
    height: 126px;
    background: url(../images/pe_bg.jpg) no-repeat left;
    line-height: 20px;
}

.lay-main&gt;.lay-login-theme&gt;a {
    display: block;
    margin-top: 16px;
    width: 52px;
    height: 24px;
    background: url(../images/bg_button.png) no-repeat 0 -321px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;

}

.lay-forget {
    margin: 0 auto;
    padding: 40px 10px;
    max-width: 740px;
}

.lay-steps {
    margin: 0 auto;
    height: 32px;
    background-color: #e5e5e5;
    line-height: 32px;
    overflow: hidden;
}

.lay-steps&gt;li {
    position: relative;
    padding-left: 22px;
    text-align: center;
}

.lay-steps&gt;li:not(:first-child):before,
.lay-steps&gt;li:not(:first-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 0;
    font-size: 0;
    transform: rotate(-45deg);
}

.lay-steps&gt;li:not(:first-child):before {
    left: -10px;
    background-color: #fff;
}

.lay-steps&gt;li:not(:first-child):after {
    left: -16px;
    background-color: #e5e5e5;
}

.lay-steps&gt;li.active {
    background-color: #e45353;
    font-weight: bold;
    color: #fff;
}

.lay-steps&gt;li.active:after {
    background-color: #e45353;
}

.lay-steps&gt;li.active+li:after {
    background-color: #e45353;
}

.lay-steps&gt;li&gt;span {
    z-index: 9;
    position: relative;
}

.lay-steps-form {
    margin: 0 auto;
    padding: 40px 0;
}

.lay-steps-form&gt;dl {
    padding: 10px 12px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 1;
    border-radius: 2px;
}

.lay-steps-form&gt;dl.unbor {
    padding: 0;
    height: 40px;
    border: none;
}

.lay-steps-form&gt;dl:not(:first-child) {
    margin-top: 24px;
}

.lay-steps-form&gt;dl&gt;dt {
    min-width: 60px;
    margin-right: 6px;
}

.lay-steps-form&gt;dl&gt;dd&gt;input {
    width: 100%;
    height: 20px;
    border: none;
    line-height: 20px;
    box-sizing: border-box;
}

.lay-steps-form&gt;dl&gt;dd&gt;button {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #e45353;
    line-height: 40px;
    color: #fff;
    border-radius: 2px;
}

.lay-steps-tip {
    margin: 40px auto 0;
    max-width: 330px;
    height: 40px;
    background-color: rgba(0, 0, 0, .04);
    border-radius: 2px;
}

.lay-steps-tip&gt;span {
    margin-left: 5px;
    color: #4096ff;
}

.lay-steps-entry {
    margin-top: 24px;
}

.lay-steps-entry&gt;dt {
    padding: 10px 12px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 1;
    border-radius: 2px;
}

.lay-steps-entry&gt;dt&gt;label {
    margin-left: 12px;
}

.lay-steps-entry&gt;dt&gt;label&gt;input {
    padding: 0;
    width: 100%;
    height: 20px;
    border: none;
    line-height: 20px;
}

.lay-steps-entry&gt;dd {
    margin-left: 8px;
}

.lay-steps-entry&gt;dd&gt;button {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #E45353;
    border-radius: 2px;
    color: #fff;
}

.lay-steps-success {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 330px;
}

.lay-steps-success&gt;.fa-check-circle {
    font-size: 46px;
    color: #e45353;
}

.lay-steps-success&gt;p {
    margin-top: 16px;
    line-height: 17px;
}

.lay-steps-success&gt;a {
    margin-top: 40px;
    width: 100%;
    height: 40px;
    background-color: #e45353;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
}

.lay-contribute {
    margin: 20px 0;
    padding: 0 30px;
    height: 42px;
    background: url(../images/title.png) repeat-x top left;
    line-height: 42px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
}

.lay-contribute:hover {
    text-decoration: none;
    color: #fff;
}

.lay-sitemap {
    width: 100%;
}

.lay-sitemap&gt;dl {
    padding: 10px 8px;
    border-bottom: 1px solid #eee;
}

.lay-sitemap&gt;dl&gt;dt&gt;a {
    font-weight: bold;
    font-size: 14px;
    color: #693;
}

.lay-sitemap&gt;dl&gt;dd&gt;a {
    margin-right: 30px;
    line-height: 22px;
    color: #666;
}

.lay-sitemap&gt;dl&gt;dd&gt;a:hover {
    color: #585858;
}

.container {
    margin: 8px auto;
    width: 100%;
}

.main {
    padding: 20px;
}

.main&gt;ul&gt;li:nth-child(1),
.main&gt;ul&gt;li:nth-child(2) {
    display: none;
}

.main .wxlogin {
    width: 180px;
    height: 230px;
    text-align: center;
}

.main .wxlogin&gt;dt {
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
}

.main .wxlogin&gt;dd {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
}

.main .login {
    width: 330px;
    text-align: center;
}

.main .login a {
    color: #030;
}

.main .login&gt;ul {
    width: 100%;
}

.main .login&gt;ul&gt;li {
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
    color: #999;
}

.main .login&gt;ul&gt;li.active {
    color: #585858;
}

.main .login&gt;.login-box {
    margin-top: 20px;
    width: 100%;
}

.main .login&gt;.login-box&gt;dl {
    margin: 10px 0;
    padding: 6px 10px;
    border: 1px solid #dfdddd;
    line-height: 1;
    color: #585858;
}

.main .login&gt;.login-box&gt;dl&gt;dt:not(:first-child) {
    margin-left: 10px;
}

.main .login&gt;.login-box&gt;dl&gt;dt&gt;input {
    display: block;
    padding: 0px;
    width: 100%;
    height: 28px;
    border: none;
    line-height: 28px;
}

.main .login&gt;.login-box&gt;dl&gt;dd&gt;button {
    display: block;
    padding: 0px;
    height: 28px;
    border: none;
    background-color: transparent;
    line-height: 28px;
}

.main .login&gt;.login-btn {
    margin: 10px 0;
    width: 100%;
}

.main .login&gt;.login-btn&gt;button {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #e45353;
    color: #fff;
    border-radius: 2px;
}

.soform {
    padding: 10px;
}

.soform&gt;li {
    margin: 5px 5px 5px 0;
}

.soform&gt;li&gt;input.tiny {
    width: 30px;
}

.soform&gt;li&gt;button {
    width: 48px;
    height: 21px;
    background: url(../images/bt.png) no-repeat;
    border: none;
    color: #fff;
}

.inside-edit {
    max-width: 200px;
}

.inside-edit&gt;li:not(:first-child) {
    margin-left: 5px;
}

.inside-edit&gt;li&gt;select {
    min-width: 80px;
}

.inside-edit&gt;li&gt;button {
    width: 41px;
    height: 25px;
    background: url(../images/bt3.png) no-repeat;
    border: none;
    color: #000;
}

.mp-tops {
    padding: 10px;
}

.mp-tops&gt;.item {
    padding: 10px 0;
    width: 100%;
}

.mp-tops&gt;.item:not(:first-child) {
    border-top: 1px dashed #dedede;
}

.mp-tops&gt;.item&gt;.cover {
    width: 108px;
}

.mp-tops&gt;.item&gt;.cover&gt;img {
    width: 100%;
    max-height: 100px;
    border-radius: 5px;
    object-fit: cover;
}

.mp-tops&gt;.item&gt;.info {
    margin-left: 10px;
}

.mp-tops&gt;.item&gt;.info&gt;.tit {
    width: 100%;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.mp-tops&gt;.item&gt;.info&gt;.txt {
    margin-top: 4px;
    width: 100%;
    max-height: 36px;
    line-height: 18px;
    font-size: 13px;
    color: #757575;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.mp-tops&gt;.item&gt;.bt {
    width: 100%;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.mp-tops&gt;.item.photo1x,
.mp-tops&gt;.item.photo2x,
.mp-tops&gt;.item.photo3x {
    display: block;
}

.mp-tops&gt;.item.photo1x&gt;ul,
.mp-tops&gt;.item.photo2x&gt;ul,
.mp-tops&gt;.item.photo3x&gt;ul {
    width: 100%;
}

.mp-tops&gt;.item.photo1x&gt;ul&gt;li:not(:first-child),
.mp-tops&gt;.item.photo2x&gt;ul&gt;li:not(:first-child),
.mp-tops&gt;.item.photo3x&gt;ul&gt;li:not(:first-child) {
    margin-left: 4%;
}

.mp-tops&gt;.item.photo1x&gt;ul&gt;li&gt;img,
.mp-tops&gt;.item.photo2x&gt;ul&gt;li&gt;img,
.mp-tops&gt;.item.photo3x&gt;ul&gt;li&gt;img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.mp-tops&gt;.item.photo1x&gt;ul&gt;li&gt;img {
    height: 120px;
}

.mp-tops&gt;.item.photo2x&gt;ul&gt;li&gt;img {
    height: 120px;
}

.mp-tops&gt;.item.photo3x&gt;ul&gt;li&gt;img {
    height: 92px;
}

.mp-nav-mask {
    display: none;
    z-index: 998;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .15);
}

.mp-nav-mask.mp-nav-mask-active {
    display: block;
}

.mp-nav {
    opacity: .99;
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 270px;
    background-color: #333;
    color: #fff;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
}

.mp-nav.mp-nav-active {
    transform: translateX(0);
}

.mp-nav a {
    color: #fff;
}

.mp-nav-header {
    padding: 20px 10px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.mp-nav-list {
    width: 100%;
}

.mp-nav-list&gt;li {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.mp-nav-list&gt;li&gt;a {
    display: block;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

.mp-footer {
    z-index: 98;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0 6px;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.mp-footer&gt;a {
    width: 94px;
    height: 54px;
}

.mp-footer&gt;a&gt;img {
    width: 24px;
    height: 24px;
}

.mp-footer&gt;a&gt;span {
    line-height: 30px;
    font-size: 14px;
}

.mp-space {
    width: 100%;
    height: 70px;
}

.mp-bread {
    padding: 0 6px;
    height: 40px;
    background-color: #e8e8e8;
    line-height: 40px;
    font-size: 13px;
}

.mp-list {
    padding: 10px 20px;
}

.mp-list&gt;.mp-item {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px dashed #eee;
}

.mp-list&gt;.mp-item&gt;.mp-cover {
    width: 102px;
}

.mp-list&gt;.mp-item&gt;.mp-cover&gt;img {
    width: 100%;
    max-height: 102px;
    object-fit: cover;
    border-radius: 5px;
}

.mp-list&gt;.mp-item&gt;.mp-inner {
    margin-left: 10px;
}

.mp-list&gt;.mp-item&gt;.mp-inner&gt;.mp-tit {
    width: 100%;
    line-height: 20px;
    font-weight: bold;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
}

.mp-list&gt;.mp-item&gt;.mp-inner&gt;.mp-info {
    margin-top: 5px;
    width: 100%;
    line-height: 17px;
    color: #757575;
    word-break: break-all;
    word-wrap: break-word;
}

.mp-list&gt;.mp-item&gt;.mp-inner&gt;.mp-txt {
    margin-top: 10px;
    width: 100%;
    max-height: 85px;
    line-height: 17px;
    color: #757575;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.mp-pages {
    margin: 10px 0 20px;
    color: #999;
}

.mp-pages&gt;* {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    line-height: 15px;
}

.mp-pages&gt;*:not(:first-child) {
    margin-left: 5px;
}

.mp-body {
    padding: 0 15px;
}

.mp-title {
    margin: 5px 0;
    border-bottom: 1px dashed #e8e8e8;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    word-break: break-all;
    word-wrap: break-word;
}

.mp-body&gt;.mp-info {
    margin: 5px 0;
    border-bottom: 1px dashed #e8e8e8;
    line-height: 1.5;
    text-align: center;
    font-size: 80%;
    color: #222;
    word-break: break-all;
    word-wrap: break-word;
}

.mp-content {
    padding: 15px 10px;
    line-height: 30px;
    font-size: 14px;
    color: #555;
    word-break: break-all;
    word-wrap: break-word;
}

.mp-context {
    width: 95%;
}

.mp-context&gt;li {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

.mp-ucenter-nav {
    margin: 10px 0;
    width: 100%;
}

.mp-ucenter-nav&gt;dt&gt;a {
    display: block;
    padding: 0 12px;
    background: #f5f5f5;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
}

.mp-ucenter-nav&gt;dt&gt;a:not(:first-child) {
    margin-left: 3px;
}

.mp-ucenter-nav&gt;dt&gt;a.active {
    background: transparent url(../images/site_bg.gif) repeat-x scroll -11px -225px;
    color: #fff;
}

.mp-ucenter-nav&gt;dd {
    margin-top: 8px;
    line-height: 20px;
}

.mp-ucenter-nav&gt;dd&gt;a:not(:first-child) {
    margin-left: 8px;
}

.mp-wrap {
    width: 100%;
}

.topic-banner {
    margin: 8px auto;
    max-width: 1210px;
}

.topic-banner&gt;img {
    width: 100%;
}

/*
 +------------------------------------------------------------------------------------------------
 + å±å¹•é€‚é…
 +------------------------------------------------------------------------------------------------
*/

@media screen and (min-width: 768px) {

    .mp-header,
    .mp-nav-mask,
    .mp-nav,
    .mp-tops,
    .mp-footer,
    .mp-space,
    .mp-bread,
    .mp-list,
    .mp-pages,
    .mp-body,
    .mp-wrap {
        display: none;
    }

    .lay-top,
    .lay-bar,
    .lay-header,
    .lay-nav,
    .lay-forum,
    .lay-register-step {
        display: flex;
    }

    .lay-banner,
    .lay-container,
    .lay-footer {
        display: block;
    }

    .container {
        max-width: 1210px;
    }

    .lay-register {
        max-width: 1208px;
        border: 1px solid #dfdddd;
    }

    .lay-register-form {
        margin: 29px 0 0 68px;
    }

    .lay-register-cells&gt;dl {
        display: flex;
    }

    .lay-register-cells&gt;dl&gt;dt {
        width: 90px;
        text-align: right;
        font-weight: normal;
    }

    .lay-register-tips {
        display: inline-block;
    }

    .lay-steps-form {
        max-width: 330px;
    }

    .lay-ucenter-menus {
        display: block;
    }

    .lay-ucenter-wrap {
        margin-left: 10px;
    }

    .lay-ucenter-body {
        margin-left: 10px;
    }

    .th&gt;li[role="md"],
    .tr&gt;li[role="md"] {
        display: block;
    }

    .lay-ucenter-form&gt;.form-cells {
        padding: 10px 40px;
    }

    .lay-ucenter-form&gt;.form-cells&gt;dl {
        display: flex;
    }

    .lay-ucenter-form&gt;.form-cells&gt;dl:nth-child(odd) {
        background-color: #f7f7f7;
    }

    .lay-ucenter-form&gt;.form-cells&gt;dl&gt;dt {
        width: 95px;
        text-align: right;
        font-weight: normal;
    }

    .lay-ucenter-form&gt;.form-cells&gt;dl&gt;dd.flex-item {
        width: 0;
    }

    .lay-ucenter-inline {
        display: flex;
    }

    .lay-ucenter-inline&gt;li:not(:first-child) {
        margin-top: 0;
        margin-left: 10px;
    }

    .lay-ucenter-tabs&gt;a {
        padding: 0 10px;
    }

    .lay-ucenter-tabs&gt;a:not(:first-child) {
        margin-left: 5px;
    }

    .main {
        padding: 20px 45px;
    }

    .main&gt;ul&gt;li:nth-child(1),
    .main&gt;ul&gt;li:nth-child(2) {
        display: block;
    }

    .main&gt;ul&gt;li:nth-child(2) {
        margin: 0 50px;
        font-size: 18px;
        color: #999;
    }

    .soform {
        padding: 10px 40px;
    }

    .mp-ucenter-nav {
        display: none;
    }

    .form-control&gt;.form-group {
        padding: 20px 72px 0 20px;
    }

}</pre></body></html>