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>li {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.upload,
.multi-upload>li,
.upload:before,
.multi-upload>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>li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px dashed #d9d9d9;
}

.upload:before,
.multi-upload>li:before,
.upload>.del,
.multi-upload>li>label>.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>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>li:hover:before {
    border-color: #999;
    background-color: #fafafa;
}

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

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

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

.upload>input,
.multi-upload>li>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>.del,
.multi-upload>li>label>.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>.del:hover,
.multi-upload>li>label>.del:hover {
    background-color: rgba(242, 20, 12, .9);
}

.upload>.del:active,
.multi-upload>li>label>.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>dt {
    position: relative;
    padding: 4px 30px 4px 5px;
    height: 17px;
}

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

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

.upfile>dt>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>dd {
    border-left: 1px solid #9e9e9e;
}

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

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

.editor {
    width: 100%;
}

.editor>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>i {
    width: 100%;
    height: 44px;
}

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

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

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

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

.mp-menu-user>a>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>dl {
    margin: 0 auto;
    width: 1210px;
}

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

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

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

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

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

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

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

.lay-bar>dl>dd>ol>li>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>dl>dd>ol>li>a.lay-bar-dropdown {
    position: relative;
    padding: 0 15px 0 5px;
}

.lay-bar>dl>dd>ol>li>a.lay-bar-dropdown>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>dl>dd>ol>li>ol {
    display: none;
    position: absolute;
    top: 31px;
    right: 0;
    width: 85px;
    background-color: #fff;
    border: 1px solid #eee;
}

.lay-bar>dl>dd>ol>li>ol>li>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>dl>dd>ol>li>ol>li>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>li:not(:first-child) {
    border-left: 1px solid #e5e5e5;
}

.lay-search-form>li>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>li>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>li>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>li>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>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>li {
    position: relative;
    width: 125px;
}

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

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

.lay-nav-list>li>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>li>ol {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background-color: #fff;
}

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

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

.lay-nav-list>li>ol>li>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>.lay-grid-item {
    flex: 1;
    width: 0;
    min-height: 200px;
    border: 1px solid #dadada;
}

.lay-grid>.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>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>dt a {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lay-grid-list>dl>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>li>span {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 4px;
    width: 48px;
    line-height: 17px;
    cursor: pointer;
}

.lay-login-methods>li>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>li>span.active {
    font-weight: bold;
}

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

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

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

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

.lay-login-box>.lay-login-qrcode>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>dt:not(:first-child) {
    margin-left: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.lay-login-recent>dt>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>dd {
    margin-top: 20px;
}

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

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

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

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

.lay-login-recent>dd>a>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>.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>.welcome>strong {
    color: #f60;
}

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

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

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

.lay-user-box>.info>dd>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>a {
    color: #f60;
}

.lay-user-box .links>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>.lay-twins-item {
    min-height: 300px;
    border-bottom: 1px solid #dadada;
}

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

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

.lay-arts {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.lay-arts>dl>dd>.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>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>img:hover {
    border-color: #aaa;
}

.slider-item>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>li {
    width: 185px;
}

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

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

.lay-topics>li>a>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>li {
    margin: 5px;
}

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

.lay-links-list>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>i:before {
    font-size: 60px;
    color: #eee;
}

.lay-empty>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>span {
    color: #ed2d38;
}

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

.lay-list {
    width: 100%;
}

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

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

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

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

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

.lay-list>.lay-item>.lay-inner>.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>.lay-item>.lay-inner>.lay-tit>span {
    font-weight: normal;
    font-size: 12px;
}

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

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

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

.lay-list>.lay-item>.lay-inner>.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>.item {
    padding: 10px 0;
    width: 100%;
}

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

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

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

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

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

.lay-list>.item>.info>.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>.item>.bt {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lay-cat-childs>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>li:nth-child(2n+1) {
    margin-left: 0;
}

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

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

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

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

.lay-with-arr>li>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>li {
    padding-left: 16px;
    background: url(../images/ico-2.gif) 6px 15px no-repeat;
}

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

.lay-with-dot>li>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>dt,
.lay-body-share>dt {
    font-weight: bold;
}

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

.lay-side-share>dd>img,
.lay-body-share>dd>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>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>.lay-context {
    line-height: 29px;
    color: #888;
    word-break: break-all;
    word-wrap: break-word;
}

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

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

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

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

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

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

.lay-handle>.lay-action>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>dt {
    width: 100%;
    color: #999;
    word-break: break-all;
    word-wrap: break-word;
}

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

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

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

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

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

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

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

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

.lay-publish-entry>dd>ul>li>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>li:not(:first-child) {
    margin-left: 5px;
    color: #999;
}

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

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

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

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

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

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

.lay-comments {
    padding: 5px;
}

.lay-comments>.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>dt {
    font-weight: bold;
    font-size: 14px;
}

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

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

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

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

.lay-search-wrap>dl>dd>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>dl>dd>button:not(:first-child) {
    margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

.lay-search-list>.item>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>.item>span {
    display: block;
    width: 100%;
    line-height: 22px;
}

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

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

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

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

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

.lay-art-pages>li>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>h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}

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

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

.lay-search-related>ul>li>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>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>li:nth-child(1) {
    background-position: 0px -42px;
}

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

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

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

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

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

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

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

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

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

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

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

.lay-register-cells>dl>dd>input[type=text],
.lay-register-cells>dl>dd>input[type=password],
.lay-register-cells>dl>dd>ul>li>input[type=text],
.lay-register-cells>dl>dd>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>dl>dd>select {
    width: 210px;
    height: 23px;
    line-height: 23px;
}

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

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

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

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

.lay-labels {
    width: 100%;
}

.lay-labels>label {
    cursor: pointer;
}

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

.lay-labels>label>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>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>dl {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.lay-ucenter-menus>dl>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>dl>dd {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.lay-ucenter-menus>dl>dd>a>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>.avatar {
    width: 100px;
}

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

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

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

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

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

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

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

.lay-ucenter-account>.inner>.count>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>ul>li {
    position: relative;
}

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

.lay-ucenter-feed>ul>li>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>ul>li>input+i.fa {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    color: #ccc;
    cursor: pointer;
    transition: all .3s;
}

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

.lay-ucenter-feed>ul>li>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>a {
    position: relative;
    padding: 0 5px;
    border: 1px solid #dedede;
    background-color: #fff;
}

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

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

.lay-ucenter-tabs>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>dl>*:not(:first-child) {
    margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lay-ucenter-listable>.box>.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>.box>.bread>span {
    font-weight: normal;
    color: #b8b8b8;
}

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

.lay-ucenter-listable>.box>.table>.th,
.lay-ucenter-listable>.box>.table>.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>.box>.table>.th {
    background-color: #eaeaea;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control>.form-group>.form-cols>dl>dd>input,
.form-control>.form-group>.form-cols>dl>dd>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>.form-group>.form-cols>dl>dd>input.tiny {
    width: 100px;
}

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

.form-control>.form-group>.form-cols>dl>dd>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>.form-group>.form-cols>dl>dd>.editor {
    line-height: 1;
}

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

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

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

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

.form-control>.form-group>.form-btns>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>.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>.form-cells {
    margin-bottom: 10px;
    padding: 10px 0;
    line-height: 25px;
}

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

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

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

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

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

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

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

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

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

.lay-ucenter-form>.form-btns>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>li:not(:first-child) {
    margin-top: 10px;
}

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

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

.lay-main>.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>.lay-login-theme>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>li {
    position: relative;
    padding-left: 22px;
    text-align: center;
}

.lay-steps>li:not(:first-child):before,
.lay-steps>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>li:not(:first-child):before {
    left: -10px;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.lay-steps-form>dl>dd>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>span {
    margin-left: 5px;
    color: #4096ff;
}

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

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

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

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

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

.lay-steps-entry>dd>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>.fa-check-circle {
    font-size: 46px;
    color: #e45353;
}

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

.lay-steps-success>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>dl {
    padding: 10px 8px;
    border-bottom: 1px solid #eee;
}

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

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

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

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

.main {
    padding: 20px;
}

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

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

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

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

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

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

.main .login>ul {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.soform {
    padding: 10px;
}

.soform>li {
    margin: 5px 5px 5px 0;
}

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

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

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

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

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

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

.mp-tops {
    padding: 10px;
}

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

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

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

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

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

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

.mp-tops>.item>.info>.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>.item>.bt {
    width: 100%;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

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

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

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

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

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

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

.mp-tops>.item.photo3x>ul>li>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>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>li>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>a {
    width: 94px;
    height: 54px;
}

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

.mp-footer>a>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>.mp-item {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px dashed #eee;
}

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

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

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

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

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

.mp-list>.mp-item>.mp-inner>.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>* {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    line-height: 15px;
}

.mp-pages>*: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>.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>li {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

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

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

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

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

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

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

.mp-wrap {
    width: 100%;
}

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

.topic-banner>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>dl {
        display: flex;
    }

    .lay-register-cells>dl>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>li[role="md"],
    .tr>li[role="md"] {
        display: block;
    }

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

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

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

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

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

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

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

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

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

    .main {
        padding: 20px 45px;
    }

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

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

    .soform {
        padding: 10px 40px;
    }

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

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

}