@charset "utf-8";
/*初始化*/

* {
    padding: 0;
    margin: 0
}

body {
    font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif;
    color: #666;
    background: #fff
}

blockquote, body, div, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, p, pre, select, textarea {
    margin: 0;
    padding: 0
}

ul, ul li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

button {
    cursor: pointer;
    outline: none;
}

img {
    border: 0
}

em, i {
    font-style: normal
}

a {
    color: #666
}

a, a:hover {
    text-decoration: none
}

input, select, textarea {
    vertical-align: middle;
    font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif
}

input {
    vertical-align: middle
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow:0 0 0px 1000px #fff inset !important;
}

.hide {
    overflow: hidden;
}

.fs0 {
    font-size: 0
}

.abs {
    position: absolute !important
}

.rel {
    position: relative !important
}

.mc {
    margin: 0 auto
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: "."
}

::selection {
    background: #a7bd06;
    color: #fff
}

::-moz-selection {
    background: #a7bd06;
    color: #fff
}

.mypage {
    height: 36px;
    text-align: center
}

.mypage a, .mypage em {
    display: inline-block;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
    color: #999999;
    cursor: pointer;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-left: -1px;
    padding: 7px 12px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap
}

.mypage a:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.mypage em {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0
}

.mypage a:hover {
    color: #fff;
}

.mypage a.cur {
    background-color: #f09d21;
    border-color: #f09d21;
    color: #fff;
    z-index: 3
}

.nodata {
    padding-bottom: 40px;
    text-align: center;
    font-size: 16px
}

.nodata .img {
    margin: 0 auto;
    width: 200px;
    height: 105px
}

.nodata .name {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #5a5a58
}

.content {
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 16px
}

.his {
    padding: 15px 0;
    text-align: center;
    font-size: 12px
}

.arpage {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 0px;
    border-top: 1px solid #1d1d1d
}

.arpage div {
    padding: 5px
}

.arpage div a:hover {
    color: #fff;
    text-decoration: underline
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 750pt #fff inset
}

/*end*/
/*文章内页*/
.aritemtitle {
    width: 600px;
    max-width: 90%;
    margin: 20px auto;
    padding-bottom: 16px;
    border-bottom: 1px solid #1d1d1d;
    text-align: center;
}

.aritemtitle .dd1 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.aritemtitle .dd2 {
    padding-top: 5px;
    color: #999999;
    font-size: 12px;
}

.aritemtitle .dd3 {
    display: flex;
    justify-content: center;
    padding-top: 5px;
}