.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
li,
ol {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f9ff;
    color: #333;
    overflow-x: hidden;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: #FF4949
}

li {
    list-style-type: none
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit
}

#browsehappy {
    text-align: center;
    background: #ff0;
    padding: 10px 0
}

#search-trigger {
    cursor: pointer
}

.bold {
    font-weight: bold
}

.separation {
    height: 15px
}

.container {
    display: block;
    width: 1265px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto
}

.pull-left,
.fl {
    float: left
}

.pull-right,
.fr {
    float: right
}

.clearfix,
.clear {
    clear: both
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.shadow {
    -webkit-box-shadow: 0 0 5px 0 rgba(154, 154, 154, 0.25) !important;
    box-shadow: 0 0 5px 0 rgba(154, 154, 154, 0.25) !important
}

.gold-v {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/steps_gold_v.png) no-repeat;
    background-size: cover
}

.icon-menu {
    display: block;
    width: 30px
}

.icon-menu .icon-menu-item {
    display: block;
    height: 1px;
    background-color: #8492A6;
    margin: 0 0 8px
}

.icon-menu .icon-menu-item:last-of-type {
    margin-bottom: 0
}

.count {
    overflow: hidden
}

.count .item {
    float: left;
    list-style-type: none;
    color: inherit;
    margin-right: 15px
}

.readmore {
    display: none
}

.row {
    margin: -5px
}

.row:after {
    display: block;
    content: '';
    overflow: hidden;
    clear: both
}

.col-md-4 {
    float: left;
    width: 33.33%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.badge {
    /* display: inline-block; */
    line-height: 1;
    font-size: 12px;
    padding: 4px 8px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 4px;
    font-weight: normal;
    display: none;
}

.badge-danger {
    color: #f7094c;
    background: #ffe8e8;
}

.log-info i {
    font-style: normal
}

.copyright-notice {
    color: #000;
    background: #f2f7fb;
    padding: 10px 10px 10px 50px;
    position: relative
}

.copyright-notice .iconfont {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 30px;
    color: rgba(146, 146, 146, 0.21)
}

.copyright-notice a {
    text-decoration: underline;
    margin: 0 10px
}

.breadthumb {
    margin: 15px
}

.breadthumb .bread-item {
    color: #333;
    margin-right: 5px;
    padding: 0
}

.breadthumb .bread-item:after {
    content: ' >';
    color: #b2b2b2
}

.breadthumb .bread-item:last-of-type:after {
    content: ''
}

.main {
    position: relative;
    min-height: 500px;
    margin-top: 30px
}

.content-wrap {
    float: right;
    /* width: 865px; */
    width: 930px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px
}

.content {
    padding-bottom: 15px
}

.content,
.author {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
}

.page-title {
    background: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f5ff
}

.page-title span {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 14px;
    padding: 0 20px
}

.page-title span:after {
    position: absolute;
    bottom: -11px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #333
}

.pagination {
    margin: 25px auto 0;
    text-align: center
}

.pagination a,
.pagination span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px
}

.pagination span,
.pagination a:hover {
    background-color: #409eff;
    color: #fff
}

.ias-noneleft {
    clear: both
}

.footer {
    margin-top: 30px;
    padding: 30px 0;
    background-color: #131313;
    color: #9E9E9E;
    overflow: hidden
}

.footer .widget {
    float: left;
    /* width: 33.3%; */
    background-color: transparent;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 2;
}
.footer.home .widget{
    width: 33.3%;
    text-align: center;
}

.footer .widget h3 {
    border-color: #333
}

.footer .widget h3:after {
    display: none
}
.footer .widget.wx img{ height: 150px;}

.footer .topic-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.copyright {
    text-align: center;
    padding: 30px 0;
    background-color: #000;
    color: #9E9E9E
}

.site-tools {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 998;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
}

.site-tools .item {
    display: block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    cursor: pointer
}

.site-tools .item:hover,
.site-tools .item.active {
    background-color: #718dff
}

.site-tools .item:hover .iconfont,
.site-tools .item.active .iconfont {
    color: #fff
}

.site-tools .item:hover .popup,
.site-tools .item.active .popup {
    display: block
}

.site-tools .item .popup {
    position: absolute;
    right: 50px;
    bottom: 0;
    background: #fff;
    display: none;
    overflow: hidden;
    border: 1px solid #EFF2F7;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
}

.site-tools .item .popup img {
    display: block;
    width: 200px
}

.site-tools .item .popup .title {
    color: #333;
    line-height: 2;
    border-bottom: 1px solid #eee
}

.site-tools .gotoup {
    display: none
}

.site-tools .iconfont {
    font-size: 30px;
    color: #5a5a5a
}

.panel {
    background-color: #fff
}

.panel-heading {
    padding: 10px 30px;
    font-weight: bold;
    font-size: 17px
}

.panel-body {
    padding: 30px
}

.content .panel {
    margin-bottom: 15px
}

.log-info {
    padding: 1em 0;
    color: #8492A6;
    border-bottom: 1px solid #E5E9F2;
    text-align: center
}

.log-info a {
    color: #8492A6
}

.log-info .iconfont {
    margin-right: 5px
}

.log-info span {
    margin: 0 10px
}

.log-title {
    text-align: center;
    color: #5a5a5a;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
    padding-left: 20px
}

.log-title a {
    position: absolute;
    right: 0;
    top: 0
}

.log-body {
    padding: 30px 0;
    line-height: 2;
    font-size: 16px
}

.log-body p,
.log-body strong {
    font-size: 16px
}

.log-body p {
    margin-bottom: 1em
}

.log-body h1,
.log-body h2,
.log-body h3,
.log-body h4,
.log-body h5,
.log-body h6 {
    word-break: break-all
}

.log-body h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1em
}

.log-body h2 {
    width: 100%;
    padding: 0.2em 15px;
    background: #f3f4f6;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid #3e64ff;
    font-size: 18px
}

.log-body h3,
.log-body h4,
.log-body h5,
.log-body h6 {
    font-weight: bold;
    font-size: 18px;
    margin: 0.5em 0
}

.log-body strong {
    font-weight: bold
}

.log-body img {
    max-width: 100%;
    height: auto
}

.log-body pre {
    white-space: pre-wrap
}

.log-body .code,
.log-body code {
    background-color: #EFF2F7;
    padding: 3px 6px;
    margin: 0 5px;
    border-radius: 4px
}

.log-body ol,
.log-body ul {
    margin-bottom: 1em
}

.log-body li {
    list-style-position: inside;
    list-style-type: circle;
    line-height: 2
}

.log-body li p {
    display: inline
}

.log-body .text-block {
    background-color: #f3f4f6;
    padding: 10px 15px;
    text-align: center;
    margin: 1em 0
}

.log-body blockquote {
    padding: 10px 20px;
    margin: 1em 0;
    color: #819198;
    border-left: 5px solid #dce6f0;
    background: #f2f7fb
}

.log-body table {
    border: 1px solid #E5E9F2;
    border-collapse: collapse
}

.log-body table th,
.log-body table td {
    border: 1px solid #E5E9F2;
    padding: 5px 10px
}

.log-body table tr:first-of-type {
    background-color: #E5E9F2
}

.log-body table tr:first-of-type th,
.log-body table tr:first-of-type td {
    border-color: #d4dbea
}

.log-body video {
    display: block;
    margin: 2em auto
}

.relief {
    color: #5a5a5a
}

#related_log,
.relation {
    line-height: 1.8
}

#related_log p,
.relation p {
    margin-bottom: 0
}

#related_log .time,
.relation .time {
    display: inline-block
}

.neighbor {
    border-top: 1px solid #EFF2F7;
    border-bottom: 1px solid #EFF2F7
}

.neighbor:after {
    content: '';
    display: block;
    clear: both
}

.neighbor .prev {
    border-right: 1px solid #e5e9f2
}

.neighbor .prev,
.neighbor .next {
    width: 50%;
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.comment-box .comment {
    padding: 20px 0 20px 68px;
    border-bottom: 1px #f7f7f7 solid;
    overflow: hidden;
    height: 100%;
    zoom: 1;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.comment-box .comment .avatar {
    position: absolute;
    left: 0
}

.comment-box .comment .avatar img {
    width: 48px;
    height: 48px
}

.comment-box .comment-children {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px
}

.comment-box .comment-children .avatar {
    left: 10px
}

.comment-box .comment .comment-time {
    color: #8492A6;
    display: inline
}

.comment-box .comment .comment-content {
    margin: 10px 0
}

.comment-info #comment-post {
    width: 90%
}

.i-reward {
    position: absolute;
    right: 15px;
    top: 15px
}

.relation-log h3 {
    padding: 15px 0 8px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    margin-bottom: 15px
}

.relation-log ul {
    font-size: 0
}

.relation-log li {
    width: 50%;
    font-size: 14px;
    display: inline-block;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.layer-reward {
    cursor: pointer
}

.layer-reward:hover {
    color: #718dff
}

.sort-desc {
    padding: 20px;
    border-left: 5px solid #2196F3;
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
}

.sort-desc h4 {
    font-size: 18px
}

.user-list {
    font-size: 0
}

.user-list li {
    display: inline-block;
    text-align: center;
    padding: 20px;
    width: 12.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.user-list img {
    width: 64px;
    height: 64px
}

.user-list .name {
    font-size: 12px;
    white-space: nowrap;
    margin-top: 10px
}

.input {
    width: 100%;
    border: 1px solid transparent;
    padding: 8px 10px;
    line-height: 14px;
    outline: none;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-color: #E5E9F2
}

.input:focus {
    border-bottom-color: #5a5a5a
}

.form-group {
    margin-bottom: 15px
}

.form-group label {
    display: block;
    margin-bottom: 5px
}

.form-group input,
.form-group textarea {
    border-color: #E5E9F2
}

.form-group input:focus,
.form-group textarea:focus {
    background-color: #fff
}

.form-group textarea {
    width: 100%
}

.form-group .verify-code .input {
    width: 120px;
    margin-left: 10px
}

.form-group .btn {
    margin-top: 20px
}

.btn {
    background: #000;
    border: 0;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
}

.btn-primary {
    background: #3e64ff
}

.btn-danger {
    background: #FF4949
}

.btn-blue {
    background: #3e64ff
}

.btn:hover {
    color: #fff;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .8
}

.btn-block {
    display: block;
    width: 100%
}

.site-notice {
    margin: 15px 0;
    height: 1.5em;
    overflow: hidden;
    position: relative
}

.site-notice ul {
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 0
}

.nav {
    background-color: #fff;
    color: #333;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.nav .tip{
    padding:8px 0;
    background-color: #000;
    font-size: 12px;
    color: #CCC;
}

.nav .icon-menu {
    display: none
}

.nav:after {
    display: block;
    content: '';
    clear: both;
    zoom: 1
}

.nav .logo {
    line-height: 60px;
    font-size: 20px;
    font-weight: bold
}

.nav .logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.nav .sub-nav {
    background-color: #333333;
    font-size:16px;
    padding:0;
}

.menu {
    line-height: 50px;
    width: 700px;
    margin: 0 auto;
}

/* .menu-item {
    float: left;
    position: relative
} */

.menu-item a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
    color: #fff;
}

.menu-item span {
    position: relative;
    display: block
}

.menu-item.active>a {
    background-color: red;
}

.menu-item:hover .sub-menu,
.menu-item a:focus+.sub-menu {
    display: block;
    min-width: 100%
}

.menu-item .sub-menu {
    position: absolute;
    right: 0;
    z-index: 999;
    background-color: #fff;
    line-height: 2.5;
    border-radius: 4px;
    overflow: hidden;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    border: 1px solid rgba(146, 146, 146, 0.21)
}

.menu-item .sub-menu a:hover {
    background-color: #f3f4f6
}

.menu-item.write-button {
    margin-left: 2em
}

.sub-nav {
    padding: 10px 0;
    border-top: 1px solid #eee
}

.sub-nav li {
    display: inline-block;
    margin-right: 1em
}

.sub-nav a:hover {
    background-color: red;
}

.social-media .icon-rss {
    color: #3e64ff
}

.social-media .icon-weixin {
    color: #5cb85c
}

.social-media .icon-weibo {
    color: #FF4949
}

.social-media .icon-email {
    color: #00a0d2
}

.social-media .icon-qq {
    color: #ff0000
}

.log-list-item,.log-list.case-list{
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
}

.log-list-item .cover-image {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    font-size: 0
}

.log-list-item .cover-image img {
    width: 100%
}

.log-list-item.log-list-image-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 140px
}

.log-list.case-list {
    display: flex;
    flex-wrap: wrap;
}

.log-list.case-list li{
    padding-bottom: 30px;
}

.log-list.case-list li h3 {
    line-height: 2em;
}
.log-list-item.log-list-image-1 .cover-image,.case-list .case-list-image .cover-image img{
    width: 260px;
    height: 200px;

    border: 2px solid #f5f5f5;
}


.log-list-item.log-list-image-1 .log-list-content{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.log-list-item.log-list-image-1 .description {
    min-height: 80px
}

.log-list-item.log-list-images .log-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.log-list-item.log-list-images .cover-image {
    width: 32%;
    height: 150px
}

.log-list-item.log-list-images .log-images-2 .cover-image {
    width: 49.5%
}
.case-list .case-list-image h3{ text-align: center;}
.log-list-item .title h3 {
    font-size: 21px;
    margin-bottom: 0.4em
}

.log-list-item .description {
    color: #545454;
    line-height: 1.8
}

.log-list-item .description img {
    display: none
}

.log-list-item .info {
    font-size: 13px;
    color: #aaacb6;
    margin-bottom: 1em
}

.log-list-item .info a {
    font-weight: bold
}

.log-list-item .info span,
.log-list-item .info a {
    margin-right: 10px;
    display: inline-block
}

.log-list-item .info .view {
    float: right
}

.log-list-item .badge {
    position: relative;
    bottom: 3px
}

.log-list_single .log-list-item {
    min-height: inherit;
    padding-left: 15px
}

.log-list_single .log-list-item .log-list-image {
    position: static;
    width: 100%;
    height: 200px;
    margin-bottom: 20px
}

.log-list_single .log-list-item .log-list-image:hover img {
    width: 100%
}

.log-list_2 .log-list-item {
    float: left;
    width: 49.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.log-list_2 .log-list-item:nth-of-type(2n-1) {
    margin-right: 1%
}

.log-list_2 .log-list-item .title {
    min-height: 48px
}

.log-list_three .log-list-item {
    min-height: auto;
    padding-left: 120px
}

.log-list_three .log-list-item .title {
    font-size: 18px
}

.log-list_three .log-list-item .info a {
    font-weight: normal
}

.log-list_three .x-info {
    position: absolute;
    left: 0;
    top: 18px;
    width: 110px
}

.log-list_img,
.log-list_mv {
    font-size: 0
}

.log-list_img .log-list-item,
.log-list_mv .log-list-item {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 10px;
    vertical-align: bottom;
    padding-right: 10px
}

.log-list_img .log-list-item:nth-of-type(4n),
.log-list_mv .log-list-item:nth-of-type(4n) {
    padding-right: 0
}

.log-list_img .img-link,
.log-list_mv .img-link {
    display: block;
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 4px
}

.log-list_img .img-link img,
.log-list_mv .img-link img {
    width: 100%
}

.log-list_img .img-link:hover,
.log-list_mv .img-link:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: .8
}

.log-list_img .info,
.log-list_mv .info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.log-list_img .info .date,
.log-list_mv .info .date {
    float: none;
    position: absolute;
    right: 10px;
    margin-right: 0
}

.log-list_mv .info {
    padding: 0 53.69px 0 0
}

.log-list_img .info {
    padding: 0 102px 0 0
}

.log-list_mv .play {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.log-list_mv .play .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -20px;
    color: #fff;
    font-size: 50px;
    line-height: 1
}

.log-list_mv .log-list-item:hover .play,
.log-list_mv .log-list-item.active .play {
    display: block;
    background-color: rgba(0, 0, 0, 0.5)
}

.log-loading {
    text-align: center;
    padding: 15px 0
}

.x-info {
    overflow: hidden
}

.x-info .item {
    width: 55px;
    float: left;
    text-align: center
}

.x-info span {
    display: block;
    font-weight: bold
}

.log-list_text {
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    list-style-position: inside;
    list-style-type: circle
}

.log-list_text:nth-child(2n) {
    background-color: #f9f9f9
}

.log-list_text .date {
    float: right;
    font-family: serif
}

.log-list_text_title {
    padding: 10px 0;
    font-weight: bold;
    font-size: 30px
}

.sidebar {
    width: 250px;
    float: left
}

.widget {
    margin-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
}

.widget li {
    padding: 10px 0
}

.widget h3 {
    padding: 10px 15px;
    border-bottom: 1px solid #f2f5ff;
    font-size: 16px
}

.widget ul {
    padding: 15px
}

.widget .widget-inner {
    padding: 15px;
    line-height: 1.8
}

.widget .more {
    font-size: 12px;
    font-weight: normal;
    float: right
}

.widget .info {
    color: #aaacb6
}

.widget_twitter .info {
    margin-top: 10px
}

.widget-comment .comment-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget-comment .comment-inner .avatar {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 15px
}

.widget-comment .comment-inner .username {
    font-style: normal;
    font-weight: bold
}

.widget-comment .comment-inner .time {
    float: right;
    color: #aaacb6
}

.widget-comment .comment-inner .widget-comment-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.widget-comment .comment-inner .comment-content {
    color: #545454
}

.widget-comment .comment-refer {
    margin: 10px 0
}

.widget-comment .comment-refer .iconfont {
    font-size: 22px;
    color: #E5E9F2;
    margin-right: 10px
}

.widget-comment .comment-refer a {
    margin-left: 10px
}

.widget-list-two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget-list-two-columns li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 0
}

.widget-list-media li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px
}

.widget-list-media .img,
.widget-list-media .right {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.widget-list-media img {
    width: 100px;
    max-height: 68px;
    border-radius: 4px
}

.widget-list-media .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px
}

.widget-list-media .img:hover {
    opacity: .8
}

.widget-list-media h4 {
    overflow: hidden;
    margin-bottom: 0.5em
}

.widget-list-top li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget-list-top a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.widget-list-top .index {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 18px;
    line-height: 18px;
    background: #ffe4c4;
    margin-right: 15px;
    text-align: center;
    color: #ff8200;
    margin-top: 3px;
    border-radius: 4px
}

.widget-list-top .top-0,
.widget-list-top .top-1,
.widget-list-top .top-2 {
    font-weight: bold;
    background: #FF4949;
    color: #fff
}

.widget-list-top .view {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    text-align: right
}

.widget-sorts li.active,
.widget-sorts li:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #3e64ff;
    font-weight: bold
}

.widget-user {
    background-size: 100% 130px;
    text-align: center;
    padding-top: 83px;
    position: relative
}

.widget-user:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 130px;
    background: #f7f9ff url("../images/shan.png") no-repeat;
    z-index: 0;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8)
}

.widget-user .username {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 0.5em
}

.widget-user .desc {
    position: relative;
    padding: 0 20px 20px;
    z-index: 1
}

.widget-user .desc p {
    text-align: justify;
    margin-top: 0.5em;
    color: #545454
}

.widget-user .avatar {
    width: 86px;
    height: 86px;
    line-height: 74px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    font-size: 38px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px
}

.widget-user .avatar:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.widget-user .iconfont {
    font-size: 20px;
    margin: 0 5px
}

#calendar .day,
#calendar .day2 {
    position: relative
}

#calendar .day:after,
#calendar .day2:after {
    position: absolute;
    top: -10px;
    left: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    padding: 3px 5px;
    border-radius: 13px;
    color: #fff
}

#calendar .calendartop {
    width: 100%;
    text-align: center
}

#calendar .calendartop td {
    width: 50%;
    padding: 16px 0
}

#calendar .calendar {
    width: 100%;
    padding: 0 20px 20px
}

#calendar .calendar td {
    text-align: center;
    padding: 5px 0
}

#calendar .calendar td a {
    font-weight: bold;
    display: block
}

#calendar .day {
    background-color: #f7f9ff
}

#calendar .day:after {
    content: '今日';
    background: red
}

#calendar .day2 {
    background: #f7f9ff
}

#calendar .day2:after {
    content: '有更新';
    background: #03A9F4
}

.widget-visitor img {
    width: 100%
}

#tw {
    background-color: #fff;
    padding: 50px
}

#tw ul {
    padding-left: 150px
}

#tw li {
    border-left: 1px solid #f0f1f1;
    padding: 30px;
    position: relative
}

#tw .time {
    position: absolute;
    left: -150px
}

#tw .text {
    padding: 15px;
    background-color: #f4f5f5
}

#tw .text .img {
    display: inline-block;
    margin: 15px 0
}

#tw .avatar {
    position: absolute;
    top: 30px;
    left: -22px;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border: 1px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

#tw .avatar img {
    width: 100%;
    height: 100%
}

#tw li:hover .avatar {
    border-color: #0e9eff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}


.album {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.album .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.album .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    height: 60%
}

.album .pic img {
    display: none;
    height: 100%
}

.album .pic img.active {
    display: block
}

.album .ctrl {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px
}

.album .ctrl .iconfont {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px
}

.album .ctrl .iconfont:hover {
    background-color: #E5E9F2;
    cursor: pointer
}

.banner-ad a {
    display: block
}

.banner-ad img {
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    width: 100%
}

.banner 


.cms-item {
    min-height: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E5E9F2;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
}

.cms-item .title {
    padding: 10px 15px;
    border-bottom: 1px solid #E5E9F2
}

.cms-item li {
    padding: 5px 15px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: circle;
    list-style-position: inside
}

.cms-log-list {
    padding: 10px 0
}

.cms-log-list .first {
    list-style-type: none;
    white-space: initial
}

.cms-log-list .first .log-title {
    font-size: 14px;
    text-align: left
}

.cms-log-list .first img {
    float: left;
    height: 80px;
    width: 120px;
    margin-right: 15px
}

.cms-log-list .first p {
    margin-top: 1em;
    font-size: 12px;
    color: #666
}

.product {
    background-color: #fff
}

.product .p-content {
    margin: 20px auto
}

.product .jumbotron {
    background-color: #111;
    height: 330px;
    color: #fff
}

.product .jumbotron .container {
    position: relative;
    height: 100%
}

.product h3.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em
}

.product h2.title {
    font-size: 36px;
    font-weight: bold;
    padding-top: 68px
}

.product .slogan {
    margin-bottom: 3em
}

.product .preview {
    position: absolute;
    right: 0;
    bottom: 30px;
    height: 260px;
    -webkit-animation: slideDown 0.7s;
    animation: slideDown 0.7s;
    -webkit-box-shadow: 0 5px 30px 0 #181819;
    box-shadow: 0 5px 30px 0 #181819
}

.product .version {
    margin-left: 1em
}

@media all and (max-width: 1180px) {
    .product .preview {
        display: none
    }
    .do .item.m2{
        padding: 0 20px;
    }
}

.search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.search-input {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 800px;
    height: 50px;
    padding: 10px 16px;
    font-size: 15px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 10px #eee;
    box-shadow: 0 0 0 10px #eee;
    border: none
}

.search-input:focus {
    outline: none
}

.search-list {
    background: #fff;
    padding: 30px
}

.search-list h1 {
    font-size: 28px;
    margin-bottom: 1em;
    font-weight: bold
}

.search-list-item {
    border-bottom: 1px dashed #eee;
    padding: 5px 0;
    height: 28px;
    white-space: nowrap
}

.search-list-item .pull-right .date {
    font-family: serif;
    margin-left: 1em
}

.search-list-item .key {
    color: #3e64ff;
    margin: 0 3px
}

.author {
    background: #fff
}

.header {
    height: 180px;
    background: #3e64ff no-repeat center;
    background-image: url("../images/banner/banner1.jpg");
    background-size: cover;
    text-shadow: 0 0 10px #000;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 3rem
}

.header .avatar {
    float: left;
    margin-top: 50px;
    margin-right: 30px;
    width: 76px;
    height: 76px;
    position: relative
}

.header .avatar .img {
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.header .avatar img {
    width: 100%
}

.header .avatar:hover img {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.header .avatar .gold-v {
    position: absolute;
    bottom: -5px;
    right: -5px
}

.header .username {
    padding-top: 50px;
    font-size: 18px
}

.header .username img {
    margin-left: 10px;
    width: 18px;
    height: 18px
}

.header .count {
    margin-top: 10px
}

.header .title {
    text-align: center;
    font-size: 36px;
    line-height: 220px
}

.slider {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
}

.slider .swiper-container.homeBanner,.slider .swiper-container.noseSlide {
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }

.slider .swiper-container.noseSlide{
    height: 230px;
}
.slider .swiper-container.noseSlide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

@media all and (max-width: 1024px) {
    .content-wrap { float: none;}
    .slider .swiper-container.homeBanner {
        height: 400px;
    }
    .sidebar {
        float: none;
        width: 100%;
    }
    .sidebar.nav-list h3 {display: none;}
    .sidebar.nav-list ul{
        display: flex;
        justify-content: space-between; /* 子元素平均分布 */
        align-items: center; /* 子元素垂直居中 */
        padding: 0 5%;
    }
    .sidebar.nav-list ul li {
        padding: 0;
        border: none;
    }
}
.slider .box {
    display: block;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(rgba(0, 0, 0, 0.4)), to(transparent));
    background: linear-gradient(0, rgba(0, 0, 0, 0.4), transparent)
}

.slider a {
    display: block;
    height: 100%
}

.slider .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0 0 1px #333;
    color: #e5e9f2;
    display: none;
}

.slider .swiper-pagination {
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px
}

.slider .swiper-pagination-bullet {
    -webkit-transition: width .3s;
    transition: width .3s;
    background-color: #fff;
}

.slider .swiper-pagination-bullet-active {
    background: #eff2f7;
    width: 30px;
    border-radius: 6px
}

.slider .swiper-next,
.slider .swiper-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -37.5px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.slider .swiper-next:hover,
.slider .swiper-prev:hover {
    background: rgba(0, 0, 0, 0.3)
}

.slider .icon-left,
.slider .icon-right {
    font-size: 50px;
    color: #fff
}

.slider .swiper-next {
    right: -100px
}

.slider .swiper-prev {
    left: -100px
}

.slider:hover .swiper-next {
    right: 20px
}

.slider:hover .swiper-prev {
    left: 20px
}

.archive {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px
}

.archive h1 {
    text-align: center
}

.archive h3 {
    margin-top: 1em
}

@media all and (max-width: 960px) {
    .archive {
        padding-left: 0;
        padding-right: 0
    }

    .archive h3 {
        padding-left: 15px;
        line-height: 1
    }
}

@media all and (max-width: 960px) {

    .container,
    .content-wrap {
        max-width: 100%
    }

    .container {
        padding: 0
    }

    .main {
        margin-top: 0
    }

    .slider .swiper-container {
        height: 4rem
    }

    .nav .icon-menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 21px
    }

    .nav .logo {
        font-size: 0.3rem
    }

    .menu {
        position: fixed;
        right: 0;
        top: 50px;
        display: none;
        width: 61.8%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        z-index: 997;
        line-height: 40px;
        overflow-y: auto;
        -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
        box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
    }

    .menu li {
        float: none
    }

    .menu .write-button {
        margin-left: 0
    }

    .menu-item .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-left: none;
        border-right: none;
        border-radius: 0
    }

    .menu-item span:after {
        display: none
    }

    .sub-nav {
        display: none
    }

    .edit {
        display: none
    }

    .header {
        height: auto;
        padding: 20px
    }

    .header .avatar {
        margin-top: 0;
        margin-right: 20px
    }

    .header .username {
        padding-top: 0
    }

    .search {
        width: 100%;
        background: #eee;
        border-color: #fff
    }

    .search-input {
        height: 40px;
        color: #333
    }

    .content {
        float: none;
        width: 100%
    }

    .sidebar {
        display: none
    }

    .footer {
        display: none
    }

    .footer .widget {
        width: 100%;
        padding: 0
    }

    .copyright {
        margin-top: 15px
    }

    .site-tools {
        bottom: 10px;
        right: 10px;
        margin-bottom: 0
    }

    .site-tools .item {
        width: 1rem;
        height: 1rem;
        line-height: 1rem
    }

    .neighbor .prev,
    .neighbor .next {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }

    .neighbor .iconfont {
        display: none
    }

    .log-list-item {
        padding: 10px
    }

    .log-list-item.log-list-image-1 {
        display: block
    }

    .log-list-item.log-list-image-1 .cover-image {
        width: 100%
    }

    .log-list-item.log-list-image-1 .log-list-content {
        margin-top: 15px
    }

    .log-list-item.log-list-image-1 .description {
        min-height: auto
    }

    .log-list-item .info a.user {
        display: none
    }

    .log-list-item .log-list-image {
        left: 15px
    }

    .log-list-item .log-list-image img {
        width: 64px;
        height: 64px
    }

    .log-list-item .title {
        font-size: 16px
    }

    .log-list_mv .log-list-item,
    .log-list_img .log-list-item,
    .log-list_2 .log-list-item {
        width: 100%;
        height: auto;
        padding: 15px
    }

    .log-list_mv .log-list-item .info,
    .log-list_img .log-list-item .info,
    .log-list_2 .log-list-item .info {
        text-align: left
    }

    .log-list_mv .log-list-item .info .fr,
    .log-list_img .log-list-item .info .fr,
    .log-list_2 .log-list-item .info .fr {
        display: inline-block
    }

    .log-list_mv .log-list-item .log-list-image .play {
        display: block
    }

    .log-list_text {
        list-style: none !important;
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto
    }

    .log-list_text .date {
        float: none;
        display: block
    }

    .log-list_text_title {
        padding-left: 15px;
        font-size: 26px
    }

    .log-title {
        font-size: 16px;
        text-align: left;
        padding: 0
    }

    .log-info {
        text-align: left;
        font-size: 12px;
        padding: 3px 0
    }

    .log-info span {
        margin-right: 10px
    }

    .form-group .btn {
        width: 100%
    }

    .col-md-4 {
        float: none;
        width: 100%
    }

    .panel-heading {
        padding-left: 15px
    }

    .panel-body {
        padding: 15px
    }

    .log-body h2 {
        padding: 5px 15px 5px 12px;
        left: -15px
    }

    .relation-log li {
        width: 100%
    }

    .search-list {
        padding: 15px
    }

    .search-list-item {
        height: auto;
        white-space: initial
    }

    .search-list-item .pull-right {
        display: none
    }

    .user-list li {
        width: 33.33%
    }
}

/*# sourceMappingURL=maps/style.css.map */
.caseList .container,.do.container{width: 1080px; overflow: hidden; padding: 0;}
.banner .slider {margin-bottom: 0;}
.main.home{margin:0}
.home .log-body {padding: 0;}
.main.home{background-color: #fff;}
.caseList { padding-bottom:60px; padding-top: 60px;}
.caseList.bgGay{ background-color: #f5f5f5;}

.do {
    padding: 60px 0 60px;
}
.do h1 {text-align: left; margin-bottom:0; }
.do .dec { margin-bottom:28px;padding-bottom: 25px;border-bottom: 5px solid #A5A5A5;}
.do .do-main,.projects .itemList{
    display: flex;
    justify-content: space-between; /* 子元素平均分布 */
    align-items: center; /* 子元素垂直居中 */
}
.do .item{
    width: 340px;
}
.do .item p{
    line-height: 2.2em;
    font-size: 14px;
}
.do .item.m2 {
    padding: 0 30px;
}
.doctor{
    height: 720px;
    background: url(http://cdn.aizhengxing.cn/images/aa.jpg) center content-box;
}

.projects{ 
    text-align: center; 
    padding-bottom: 0;
}

.footer.home {
    background-color: #A1A6AA;
    margin-top: 0;
}

.videoList .item {
    display: flex;
  flex-wrap: wrap;
}
.videoList .item video{
    width: calc(25% - 10px); /* 每个元素占据 25% 的宽度 */
    margin-bottom: 10px;
    background-color: #ccc;
}
.case-list-image{
    width: calc(25% - 10px); /* 每个元素占据 25% 的宽度 */
    margin: 10px 5px;
}
.newsList h3.tt {font-size: 14px; line-height:3em; width: 85%; display: inline-block; font-weight: normal;}
.newsList .time {font-size: 12px;}

#sidebar h3 {
    padding: 15px 0 15px 20px;
    background-color: #333;
    color: #fff;
}
.nav-list {
    height: auto;
    background: #dddddd;
}

.nav-list ul{
    padding-bottom: 20px;
    overflow: hidden;
}
.nav-list li {
    padding-left: 20px;
    line-height: 45px;
    border-bottom: 1px dashed #888888;
}
