body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 14px;
    color: #333;
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
}

address,
caption,
em,
i {
    font-style: normal;
    font-weight: 400;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1 {
    font-size: 20px;
    line-height: 28px;
}

h2 {
    font-size: 18px;
    line-height: 24px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

h4 {
    font-size: 14px;
    line-height: 18px;
}

h5 {
    font-size: 12px;
    line-height: 16px;
}

h6 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

fieldset {
    clear: both;
    border-top-width: 1px;
    border-top-style: dotted;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #989796;
}

legend {
    font-weight: bold;
    color: #989796;
    padding: 10px;
}

input {
    color: #000;
    font-size: 12px;
    font-family: Tahoma, Arial;
}

input[type="text"],
input[type="password"] {
    margin-right: 5px;
    margin-left: 5px;
    padding: 2px;
    width: 220px;
    height: 15px;
    border: 1px solid #999;
    background: url(../images/blog/input.gif) no-repeat top left;
}

input[type="checkbox"] {
    margin: 3px 0 0 5px;
    vertical-align: middle;
}

input[type="radio"] {
    *margin: -1px 0 0 1px;
}

input[type="file"] {
    height: 18px;
    margin: 0 0 0 4px;
    *margin: -1px 0 0 4px;
}

select {
    margin: 0 0 0 4px;
    font-size: 12px;
    font-family: Tahoma, Arial;
}

textarea {
    padding: 2px;
    border: 1px solid #999;
    background-image: url(../images/blog/input.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

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

a:hover,
a:active {
    text-decoration: none;
}

.flex,
.flex-ac,
.flex-jc,
.flex-ajc {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-ac,
.flex-ajc {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    align-items: center;
}

.flex-jc,
.flex-ajc {
    -webkit-justify-content: center;
    -webkit-moz-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    box-pack: center;
}

.jc-around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.jc-between,
.jc-even {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.jc-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.jc-even:before {
    content: '';
    display: block;
}

.jc-even:after {
    content: '';
    display: block;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.flex-item,
.flex-item-y {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-item {
    width: 0;
}

.flex-item-y {
    height: 0;
}

.ws-50 {
    width: 50px !important;
}

.ws-100 {
    width: 100px !important;
}

.ws-250 {
    width: 250px !important;
}

.mobile {
    width: 100%;
}

.mobile>.header {
    position: relative;
    height: 220px;
    background-color: #ffe0db;
}

.mobile>.header:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 286px;
    height: 174px;
    background: #bdbdff;
    filter: blur(40px);
}

.mobile>.header:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 193px;
    height: 220px;
    background: #e3bbff;
    filter: blur(40px);
}

.mobile>.header>.blogger {
    z-index: 3;
    position: absolute;
    bottom: 46px;
    left: 16px;
    right: 16px;
    color: #fff;
}

.mobile>.header>.blogger>dt img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
}

.mobile>.header>.blogger>dd {
    margin-left: 12px;
}

.mobile>.header>.blogger>dd>h1 {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

.mobile>.header>.blogger>dd>p {
    margin-top: 8px;
    width: 100%;
}

.mobile>.header>.blogger>dd>p>span {
    padding: 0 4px;
    height: 20px;
    background-color: rgba(0, 0, 0, .08);
    line-height: 20px;
    font-size: 12px;
    border-radius: 2px;
}

.mobile>.header>.blogger>dd>p>span:not(:first-child) {
    margin-left: 8px;
}

.mobile>.header>.blogger a {
    color: #fff;
}

.mobile>.main {
    z-index: 5;
    position: relative;
    height: 600px;
    background-color: #fff;
}

.mobile>.main.offset {
    margin-top: -30px;
    border-radius: 16px 16px 0 0;
}

.mobile>.main>.inner {
    padding: 16px;
}

.mobile>.main>.inner>.ass {
    color: #999;
}

.mobile>.main>.inner>.ass>span {
    display: inline-block;
}

.mobile>.main>.inner>.ass>span:not(:first-child) {
    margin-left: 16px;
}

.mobile>.main>.inner>.ass>span>strong {
    font-size: 18px;
    color: #333;
}

.mobile>.main>.inner>.ass>span>em {
    margin-left: 3px;
}

.mobile>.main>.inner>.motto {
    margin-top: 12px;
    width: 100%;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
}

.mobile>.main>.line {
    width: 100%;
    height: 8px;
    background-color: rgba(0, 0, 0, .04);
    line-height: 0;
    font-size: 0;
}

.mobile>.main>.thead {
    padding: 12px 16px;
}

.mobile>.main>.thead>dt {
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
}

.mobile>.main>.thead>dd input {
    width: 100px;
    height: 28px;
    background: rgba(0, 0, 0, .04);
    border: none;
    text-align: center;
    border-radius: 14px;
}

.mobile>.main>.cats {
    padding: 7px 16px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile>.main>.cats .swiper {
    width: 100%;
    height: 100%;
}

.mobile>.main>.cats .swiper-slide {
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 14px;
}

.mobile>.main>.cats .swiper-slide.active {
    background-color: rgba(0, 0, 0, .04);
}

.mobile>.main>.list {
    width: 100%;
}

.mobile>.main>.list>.item {
    display: block;
    padding: 16px;
    color: #333;
}

.mobile>.main>.list>.item:not(:first-child) {
    border-top: 8px solid rgba(0, 0, 0, .04);
}

.mobile>.main>.list>.item>.tit {
    width: 100%;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.mobile>.main>.list>.item>.time {
    margin-top: 4px;
    width: 100%;
    line-height: 17px;
    font-size: 12px;
    color: #999;
}

.mobile>.main>.list>.item>.txt {
    margin-top: 8px;
    width: 100%;
    line-height: 22px;
    word-break: break-all;
    word-wrap: break-word;
}

.mobile>.main>.list>.item>.cnt {
    margin-top: 12px;
    width: 100%;
    line-height: 17px;
    font-size: 12px;
    color: #999;
}

.mobile>.main>.list>.item>.cnt>span>em {
    margin-right: 2px;
    color: #666;
}

.mobile>.main>.cells {
    padding: 12px;
}

.mobile>.main>.cells>dt {
    width: 100%;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
}

.mobile>.main>.cells>dd {
    width: 100%;
}

.mobile>.main>.cells>dd>dl {
    padding: 12px 0;
    width: 100%;
}

.mobile>.main>.cells>dd>dl:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .04);
}

.mobile>.main>.cells>dd>dl>dt {
    width: 80px;
    line-height: 20px;
    color: #999;
}

.mobile>.main>.cells>dd>dl>dd {
    line-height: 20px;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
}

.mobile>.main>.gbox {
    padding: 12px;
}

.mobile>.main>.gbox>.gtit {
    width: 100%;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
}

.mobile>.main>.gbox>.gform {
    margin: 12px 0 28px;
    padding: 12px;
    background-color: rgba(0, 0, 0, .04);
    border-radius: 2px;
}

.mobile>.main>.gbox>.gform .entry {
    width: 100%;
}

.mobile>.main>.gbox>.gform .entry>input {
    padding: 0 0 8px;
    width: 100%;
    height: 20px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 20px;
    font-size: 14px;
}

.mobile>.main>.gbox>.gform .entry>textarea {
    margin-top: 8px;
    width: 100%;
    height: 120px;
    background: none;
    border: none;
    line-height: 20px;
    font-size: 14px;
}

.mobile>.main>.gbox>.gform .entry>input:focus,
.mobile>.main>.gbox>.gform .entry>textarea:focus {
    outline: 0;
}

.mobile>.main>.gbox>.gform .btn {
    width: 100%;
}

.mobile>.main>.gbox>.gform .btn>button {
    padding: 4px 16px;
    width: 48px;
    height: 20px;
    background: #e45353;
    border: none;
    line-height: 20px;
    color: #fff;
    border-radius: 14px;
    box-sizing: content-box;
}

.mobile>.main>.gbox>.glist {
    margin-top: 12px;
    width: 100%;
}

.mobile>.main>.gbox>.glist>dl {
    padding: 8px 0;
    width: 100%;
}

.mobile>.main>.gbox>.glist>dl:not(:last-child)>dd {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile>.main>.gbox>.glist>dl>dt {
    width: 44px;
}

.mobile>.main>.gbox>.glist>dl>dt img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
}

.mobile>.main>.gbox>.glist>dl>dd {
    margin-left: 12px;
    padding: 0 0 8px;
}

.mobile>.main>.gbox>.glist>dl>dd>.nick {
    width: 100%;
    line-height: 20px;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
}

.mobile>.main>.gbox>.glist>dl>dd>.txt {
    margin-top: 4px;
    width: 100%;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
}

.mobile>.main>.gbox>.glist>dl>dd>.time {
    margin-top: 8px;
    width: 100%;
    line-height: 17px;
    font-size: 12px;
    color: #999;
}

.web {
    display: none;
    width: 100%;
}

.web>.top {
    padding: 0 10px;
    height: 30px;
    background-image: url(../images/blog/module_top.gif);
    background-repeat: repeat-x;
}

.web .logo {
    height: 30px;
}

.web .menus,
.web .menus a {
    color: #656d77;
}

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

.web>.header,
.web>.header a {
    color: #fff;
}

.web>.header {
    position: relative;
    margin: 0 auto;
    max-width: 950px;
    height: 225px;
}

.web>.header>section {
    position: absolute;
    top: 28%;
    left: 30px;
}

.web>.header>.nav {
    position: absolute;
    bottom: 0;
    left: 210px;
    height: 34px;
    line-height: 34px;
}

.web>.header>.nav>li>a,
.web>.header>.nav>li>a>span {
    display: block;
    background-image: url(../images/blog/menu_bg.gif);
    background-repeat: no-repeat;
}

.web>.header>.nav>li>a {
    padding-left: 1em;
    background-position: left 0;
    text-decoration: none;
    font-size: 14px;
    color: #074387;
}

.web>.header>.nav>li>a>span {
    padding-right: 1em;
    background-position: right 0;
}

.web>.header>.nav>li>a.active {
    background-position: left -34px;
    font-weight: bold;
    color: #666;
}

.web>.header>.nav>li>a.active>span {
    background-position: right -34px;
}

.web>.child {
    margin-top: -1px;
    height: 37px;
    background: url(../images/blog/nav_bg.jpg) no-repeat top center;
}

.web>.wrap {
    margin: 10px auto;
    max-width: 950px;
}

.web>.wrap>.side {
    width: 210px;
}

.web>.wrap>.side>.box,
.web>.wrap>.main>.box {
    padding: 1px;
    border: 1px solid #919ba2;
    background-color: #ebeef3;
}

.web>.wrap>.side>.box:not(:first-child),
.web>.wrap>.main>.box:not(:first-child) {
    margin-top: 10px;
}

.web>.wrap>.side>.box>dt,
.web>.wrap>.main>.box>dt {
    padding-left: 5px;
    height: 24px;
    background: url(../images/blog/c_bg.png) repeat-x bottom left;
    line-height: 24px;
    font-weight: bold;
    font-size: 13px;
    color: #3a3a3a;
}

.web>.wrap>.side>.box>dd,
.web>.wrap>.main>.box>dd {
    padding: 10px 8px;
}

.web>.wrap>.side>.box>dd>.blogger {
    display: block;
    width: 100%;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
}

.web>.wrap>.side>.box>dd>.blogger>h4 {
    text-align: center;
}

.web>.wrap>.side>.box>dd>.blogger>img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.web>.wrap>.side>.box>dd>.com {
    margin: 10px 0;
    width: 100%;
}

.web>.wrap>.side>.box>dd>.com>li {
    width: 50%;
    text-align: center;
}

.web>.wrap>.side>.box>dd>.com>li:nth-child(n+3) {
    margin-top: 5px;
}

.web>.wrap>.side>.box>dd>.com>li>a,
.web>.wrap>.side>.box>dd>.com>li>a>span {
    display: inline-block;
    background-image: url(../images/blog/botton.png);
    background-repeat: no-repeat;
}

.web>.wrap>.side>.box>dd>.com>li>a {
    padding-left: 8px;
    background-position: 0px -35px;
    text-decoration: none;
    color: #656d77;
}

.web>.wrap>.side>.box>dd>.com>li>a>span {
    padding-right: 8px;
    background-position: right -35px;
    line-height: 23px;
    height: 23px;
}

.web>.wrap>.side>.box>dd>.acc {
    padding: 10px 10px 0;
    background: url(../images/blog/dashed.gif) repeat-x top left;
    line-height: 20px;
}

.web>.wrap>.side>.box>dd>.cats {
    width: 100%;
}

.web>.wrap>.side>.box>dd>.cats>li {
    overflow: hidden;
    background-image: url(../images/blog/square.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 1em;
    height: 19px;
    line-height: 19px;
}

.web>.wrap>.side>.box>dd>.visitors {
    width: 100%;
}

.web>.wrap>.side>.box>dd>.visitors>dl {
    width: 100%;
}

.web>.wrap>.side>.box>dd>.visitors>dl:not(:first-child) {
    margin-top: 10px;
}

.web>.wrap>.side>.box>dd>.visitors>dl>dt {
    width: 50px;
}

.web>.wrap>.side>.box>dd>.visitors>dl>dt img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.web>.wrap>.side>.box>dd>.visitors>dl>dd {
    margin-left: 10px;
}

.web>.wrap>.side>.box>dd>.visitors>dl>dd>h5 {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

.web>.wrap>.side>.box>dd>.visitors>dl>dd>h5>a {
    color: #000;
}

.web>.wrap>.side>.box>dd>.visitors>dl>dd>p {
    margin-top: 5px;
    color: #666;
}

.web>.wrap>.side>.box>dd>.txt {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

.web>.wrap>.main {
    margin-left: 10px;
}

.web>.wrap>.main>.box>dd>.list {
    padding: 0 10px;
}

.web>.wrap>.main>.box>dd>.list>li {
    padding: 10px 0;
    width: 100%;
    background: url(../images/blog/dashed.gif) repeat-x bottom left;
}

.web>.wrap>.main>.box>dd>.list>li>.tit {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

.web>.wrap>.main>.box>dd>.list>li>.tit>span {
    margin-left: 5px;
    color: #656d77;
}

.web>.wrap>.main>.box>dd>.list>li>.txt {
    margin-top: 10px;
    width: 100%;
    line-height: 22px;
    word-break: break-all;
    word-wrap: break-word;
}

.web>.wrap>.main>.box>dd>.list>li>.link {
    margin: 30px 0 10px;
    width: 100%;
}

.web>.wrap>.main>.box>dd>.list>li>.link>dt {
    font-weight: bold;
}

.web>.wrap>.main>.box>dd>.more {
    padding: 10px 0;
    width: 100%;
}

.web>.wrap>.main>.box>dd>.pages {
    padding: 10px;
}

.web>.wrap>.main>.box>dd>.pages>dt>a:not(:first-child) {
    margin-left: 5px;
}

.web>.wrap>.main>.box>dd>.pages>dt>a.active {
    font-weight: bold;
}

.web>.wrap>.main>.box>dd>.table {
    border: 1px solid #ddd;
    border-spacing: 2px;
    border-collapse: collapse;
}

.web>.wrap>.main>.box>dd>.table>tbody>tr {
    background-color: #fff;
}

.web>.wrap>.main>.box>dd>.table>tbody>tr>td {
    line-height: 25px;
    padding-right: 4px;
    padding-left: 4px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.web>.wrap>.main>.box>dd>.glist {
    width: 100%;
}

.web>.wrap>.main>.box>dd>.glist>.gitem {
    padding: 10px 0;
    width: 100%;
    background: url(../images/blog/dashed.gif) repeat-x bottom left;
}

.web>.wrap>.main>.box>dd>.glist>.gitem>.avatar {
    width: 50px;
}

.web>.wrap>.main>.box>dd>.glist>.gitem>.avatar img {
    width: 100%;
    height: 50px;
}

.web>.wrap>.main>.box>dd>.glist>.gitem>.inner {
    margin: 0 10px;
}

.web>.wrap>.main>.box>dd>.glist>.gitem>.inner>h5 {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

.web>.wrap>.main>.box>dd>.glist>.gitem>.inner>p {
    width: 100%;
    line-height: 22px;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
}

.web>.wrap>.main>.box>dd>.glist>.gitem>.time {
    color: #656d77;
}

.web .form {
    width: 100%;
    font-size: 16px;
}

.web .form>ul {
    width: 100%;
}

.web .form>ul:not(:first-child) {
    margin-top: 10px;
}

.web .form>ul>li:not(:first-child) {
    margin-left: 5px;
}

.web .form>ul>li>textarea {
    width: 98%;
    height: 120px;
}

.web .form>ul>li>button {
    width: 46px;
    height: 23px;
    background: url(../images/blog/botton.png) no-repeat 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
}

.web .form>ul>li>.verify {
    height: 20px;
    cursor: pointer;
}

.web .tips {
    margin: 10px;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #656d77;
}

.web>.footer {
    margin: 0 auto;
    max-width: 950px;
    height: 168px;
    background-image: url(../images/blog/footer.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #656d77;
}

/*
 +------------------------------------------------------------------------------------------------
 + 屏幕适配
 +------------------------------------------------------------------------------------------------
*/

@media screen and (min-width: 768px) {
    body {
        background-attachment: scroll;
        background: url(../images/blog/bg.jpg) #9caec1 no-repeat center 25px;
        font: 400 12px/150% Tahoma, Helvetica, Arial, sans-serif;
    }

    a:hover,
    a:active {
        text-decoration: underline;
    }

    .mobile {
        display: none;
    }

    .web {
        display: block;
    }
}