@charset "utf-8";
/* CSS Document */

/*详情*/
.blog-section .blog-wrap {
    margin-top: -10px;
}

.blog-section .blog-wrap .blog-content-wrap {
    padding-top: 35px;
}

.single-blog {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.single-blog .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.single-blog .blog-img a {
    display: block;
}

.single-blog .blog-img a img {
    width: 100%;
    transition: all 0.3s linear;
}

.single-blog .blog-img .top-meta {
    position: absolute;
    top: 35px;
    left: 30px;
}

.single-blog .blog-img .top-meta .date {
    width: 85px;
    text-align: center;
    background-image: linear-gradient(120deg, #54d6eb 0%, #035cdd 100%);
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.single-blog .blog-img .top-meta .date span {
    font-size: 28px;
    line-height: 18px;
    font-weight: 500;
    line-height: 30px;
    display: block;
}

.single-blog .blog-content {
    padding: 40px;
}

@media only screen and (max-width: 991px) {
    .single-blog .blog-content {
        padding: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .single-blog .blog-content {
        padding: 35px 24px;
    }
}

.single-blog .blog-content .blog-meta span {
    line-height: 24px;
    font-weight: 600;
    color: #8EA0B7;
    margin-right: 15px;
}

@media only screen and (max-width: 575px) {
    .single-blog .blog-content .blog-meta span {
        margin-right: 12px;
    }
}

.single-blog .blog-content .blog-meta span i {
    color: #40D6FF;
    margin-right: 5px;
}

.single-blog .blog-content .title {
    font-size: 22px;
    line-height: 30px;
    padding-right: 15px;
    margin-top: 15px;
}

.single-blog .blog-content p {
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
}

.single-blog .blog-btn {
    border-top: 1px solid #ebebeb;
    padding: 15px 40px;
}

.single-blog .blog-btn .blog-btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link:hover i {
    transform: translateX(5px);
}

.single-blog:hover .blog-img a img {
    transform: scale(1.1);
}


.blog-details-post .single-blog .blog-content {
    padding-left: 0;
}

.blog-details-post .single-blog .blog-content .title {
    font-size: 24px;
    color: #333333;
}

.blog-details-post .single-blog .blog-content p {
    font-size: 14px;
    line-height: 30px;
}

.blog-details-post .blog-details-content .blog-quote {
    background-color: none;
    position: relative;
}

.blog-details-post .blog-details-content .blog-quote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #005de0;
    width: 2px;
    height: 90px;
}

@media only screen and (max-width: 575px) {
    .blog-details-post .blog-details-content .blog-quote::after {
        display: none;
    }
}

.blog-details-post .blog-details-content .blog-quote .blockquote {
    padding-left: 60px;
    padding-right: 30px;
    margin-left: 20px;
    margin-bottom: 0;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .blog-details-post .blog-details-content .blog-quote .blockquote {
        padding-right: 0;
        margin-left: 0;
    }
}

.blog-details-post .blog-details-content .blog-quote .blockquote::before {
    content: '\f158';
    font-family: flaticon !important;
    font-size: 40px;
    line-height: 1;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 0;
    color: #d4e4fa;
}

.blog-details-post .blog-details-content .blog-quote .blockquote:not(:first-child) {
    margin-top: 25px;
}

.blog-details-post .blog-details-content .blog-quote .blockquote:not(:last-child) {
    margin-bottom: 25px;
}

.blog-details-post .blog-details-content .blog-quote .blockquote p {
    display: inline;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0;
}

.blog-details-post .blog-details-content .blog-inner-img {
    padding-top: 15px;
}

.blog-details-post .blog-details-content .blog-inner-img .image {
    margin-top: 40px;
}

.blog-details-post .blog-details-content .blog-inner-img .image img {
    border-radius: 10px;
    width: 100%;
}

.blog-details-post .blog-details-content .blog-details-tag-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e5;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag {
    padding-top: 20px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
    line-height: 30px;
    font-weight: 700;
    margin-right: 10px;
}

.sidebar-widget .sidebar-tag li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 400;
    line-height: 18px;
    background: #f9f9f9;
    transition: all 0.3s linear;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
    margin-bottom: 0px;
}

.blog-details-post .blog-details-content .techmax-post-pagination {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.16);
    padding: 10px 30px;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .blog-details-post .blog-details-content .techmax-post-pagination {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-post .blog-details-content .techmax-post-pagination {
        padding: 0 10px;
    }
}

.blog-details-post .blog-details-content .techmax-post-pagination::before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #e1e1e1;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-details-post .blog-details-content .techmax-post-pagination::before {
        width: auto;
        height: 1px;
        left: 30px;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
}

.blog-details-post .blog-details-content .techmax-post-pagination .previous-post,
.blog-details-post .blog-details-content .techmax-post-pagination .next-post {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .blog-details-post .blog-details-content .techmax-post-pagination .previous-post,
    .blog-details-post .blog-details-content .techmax-post-pagination .next-post {
        width: 100%;
    }
}

.blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

@media only screen and (max-width: 1199px) {
    .blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post {
        padding: 20px 0;
    }
}

.blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post .post-thumb {
    flex-shrink: 0;
}

.blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post .post-thumb a img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post .post-thumb a i {
    font-size: 14px;
    color: #005de0;
    padding: 0 10px;
}

.blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post .post-content {
    flex-grow: 1;
    padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
    .blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post .post-content {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post .post-content {
        padding: 0 13px;
    }
}

.blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post .post-content .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #333333;
}

@media only screen and (max-width: 1199px) {
    .blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post .post-content .title {
        font-size: 15px;
    }
}

.blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post .post-content .date {
    font-size: 12px;
    color: #8EA0B7;
    line-height: 24px;
    font-weight: 400;
}

.blog-details-post .blog-details-content .techmax-post-pagination .blog-pagination-post .post-content .date i {
    color: #40D6FF;
    margin-right: 6px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-con {
    margin-top: 50px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-con .comment-title {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .single-comment {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 575px) {
    .blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .single-comment {
        display: block;
    }
}

.blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .single-comment .comment-author {
    flex-shrink: 0;
}

.blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .single-comment .comment-author img {
    width: 75px;
    border-radius: 50%;
}

.blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .single-comment .comment-content {
    flex-grow: 1;
    padding-left: 30px;
}

@media only screen and (max-width: 575px) {
    .blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .single-comment .comment-content {
        padding-left: 0;
        padding-top: 25px;
    }
}

.blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .single-comment .comment-content .name {
    font-size: 16px;
    font-weight: 700;
}

.blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .single-comment .comment-content p {
    line-height: 24px;
    font-weight: 400;
    margin-top: 5px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .single-comment .comment-content .meta {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .single-comment .comment-content .meta .date {
    margin-right: 30px;
    color: #005de0;
}

.blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .comment-reply {
    padding-left: 105px;
}

@media only screen and (max-width: 767px) {
    .blog-details-post .blog-details-content .comment-wrap .comment-con .comment-items li .comment-reply {
        padding-left: 0;
    }
}

.blog-details-post .blog-details-content .comment-wrap .comment-form {
    margin-top: 50px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-title {
    font-size: 20px;
    line-height: 30px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form p {
    line-height: 30px;
    font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap {
    padding-top: 10px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form {
    margin-top: 20px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
    border: 1px solid transparent;
    background: #f6f7f9;
    border-radius: 0;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
    outline: none;
    border-color: #005de0;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
    height: 135px;
    padding-top: 15px;
    font-size: 13px;
    color: #415674;
    font-weight: 600;
    padding: 10px 25px;
    resize: none;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}


/*右侧*/
.blog-sidebar {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 30px;
    margin-left: 65px;
    position: sticky;
    top: 112px;
}

@media only screen and (max-width: 1199px) {
    .blog-sidebar {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-sidebar {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.blog-sidebar .sidebar-widget-1 {
    margin-top: 0;
}

.sidebar-widget {
    margin-top: 45px;
}

.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 0;
    padding-right: 35px;
    background: #f8fafb;
    color: #415674;
    font-weight: 700;
    outline: none;
    overflow: hidden;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
}

.sidebar-widget .search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    color: #111111;
    transition: all 0.3s linear;
}

.sidebar-widget .search-form button:hover {
    background: #005de0;
    color: #ffffff;
}

.sidebar-widget .widget-title {
    margin-bottom: 25px;
}

.sidebar-widget .widget-title .title {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

.sidebar-widget .recent-posts ul li {
    margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
    margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
    display: flex;
    align-items: center;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
    line-height: 44px;
    font-weight: 600;
    transition: all 0.3s linear;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
    font-size: 12px;
    color: #8EA0B7;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    margin-top: 5px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
    color: #40D6FF;
    margin-right: 5px;
}

.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
    color: #005de0;
}

.sidebar-widget .category .cate-item {
    margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
    margin-top: 0;
}

.sidebar-widget .category .cate-item a {
    display: flex;
    font-weight: 400;
    transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a i {
    font-size: 10px;
    line-height: 24px;
    color: #005de0;
    margin-right: 5px;
}

.sidebar-widget .category .cate-item a .post-count {
    margin-left: auto;
    align-items: flex-start;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #e4f2f8;
    font-weight: 400;
    transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a:hover {
    color: #005de0;
}

.sidebar-widget .category .cate-item a:hover .post-count {
    background: #005de0;
    color: #ffffff;
}

.sidebar-widget .sidebar-tag li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 400;
    line-height: 18px;
    background: #f9f9f9;
    transition: all 0.3s linear;
}

.sidebar-widget .sidebar-tag li a:hover {
    background-color: #005de0;
    color: #ffffff;
}