body {
    -webkit-font-smoothing: antialiased !important;
}
.template6_nav_wrap{
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0px;
    z-index: 9;
}
.template6_nav_wrap .content{
    background-color: #fff;
    padding: 100px 30px 0 0;
}
li{
    list-style: none;
}
.template6_blog_sitecontent .template2_work_list_wrap .waterfall_cover_wrap{
    padding: 10px 0 1rem;
    margin: inherit;

}
.template6_nav_wrap .user_name{
    margin: 20px 0 30px 50px;
    display: block;
    font-size: 20px;
    color: #111;
}
.small_template6_nav_wrap .nav{
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.template6_nav_wrap .user_name .sub_title,.small_template6_nav_wrap .user_name .sub_title{
    display: block;
    font-size: 10px;
    letter-spacing: 3px;
}
.template6_nav_wrap .logo_wrap{
    margin: 20px 40px 30px 50px;
    display:block;
}
.template6_nav_wrap .logo,.small_template6_nav_wrap .logo{
    max-height: 100px;
    max-width: 200px;
    display: block;
}
.template6_nav_wrap .content ul{
    width: 100%;
}
.template6_nav_wrap .content ul li.navitem {
    padding: 0px 0px 0 50px;
    height: 42px;
    line-height: 42px;
}
.small_template6_nav_wrap ul li.navitem {
    display: inline-block;
    position: relative;
    /*width: 20%;*/
    height: 29px;
    line-height: 29px;
    white-space: nowrap;
}

@media screen and (max-width: 320px){
    .small_template6_nav_wrap ul li a.navMenu{
        font-size: 12px;
    }
}
.small_template6_nav_wrap ul li.navitem a{
    /*color: inherit;*/
    margin: 0;
}
.small_template6_nav_wrap ul li.navitem::after{
    content: '';
    position: absolute;
    top: 4px;
    right: -5%;
    width: 0;
    height: 21px;
    border-right: 1px solid #d2d2d2;
}
.small_template6_nav_wrap ul li.navitem:last-child::after{
    border-right: 1px solid transparent;
}
.template6_nav_wrap .content .nav-a{
    display: block;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 25px;
}
.template6_nav_wrap .content .nav-a:hover,.template6_nav_wrap .content .nav-a.active{
    color:#fff;
    background: #99d6c2;
}
.template6_nav_wrap .content .nav-a:after{
    content: '';
    display: block;
    left: -30px;
    width: 0px;
    position: absolute;
    top: 20px;
    height: 2px;
    background-color: #E9E9E9;
    transition: all 0.3s ease 0s;
}

/* ------start */
.template6_loop_image_wrap {
    width: calc(100% - 330px);
    position: fixed;
    margin: 0 30px 0 0;
}
.template6_loop_image_wrap .template6_loop_image{
    width: 100%;
    margin: 100px 0 0 0;
    height: 800px;
    overflow: hidden;
}
.template6_loop_image_wrap .slick-initialized ul.homepage_carousel_dot {
    bottom: -40px !important;
}
.template6_loop_image_wrap .slick-dots li button:before{
    content: '';
    border: 1px solid #999;
    margin: 20px 1px;
    border-radius: 0px;
    background: #fff;
    width: 16px;
    height: 3px;
    display: block;
}
.template6_loop_image_wrap .slick-initialized ul.homepage_carousel_dot li.slick-active button:before{
    background: #999;
}
.template6_loop_image_wrap .slick-dots li{
    margin:0 1px;
}

/* ------end */


.template6_cover_slide_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #fff;
    background-color: #fff;
    text-align: center;
}

.template6_cover_slide_img img {
    height: 500px;
}

.template6_icon_left {
    position: absolute;
    left: 0px;
    top: calc(50% - 150px);
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s;
}

.template6_icon_right {
    position: absolute;
    right: 0px;
    top: calc(50% - 150px);
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s;

}

.template6_sitecontent{
    height: auto;
    min-height: 1000px;
    padding: 0 0 0 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.template6_sitecontent .cover_slide_img{
    margin: 100px auto 0;
    width: 100%;
    padding: 0;
    height:calc(100vh * 0.72);
}
.template6_video_big_index_container{
    position: relative;
}
.template6_video_big_index_container .video_index_wrap{
    overflow: hidden;
    padding: 0 70px 0 30px;
    margin: 0 auto;
    background: #fff;
    max-width: 1110px;
}

.template6_blog_sitecontent{
    height: auto;
    min-height: 1000px;
    padding: 0 30px 5rem 300px;
}
.template6_blog_sitecontent .category_item{
    padding: 8px 16px;
    color: #616161;
    margin-right: 2px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    border: transparent 1px solid;
    display: inline-block;
}
.template6_blog_sitecontent .category_item.active,.template6_blog_sitecontent .category_item:hover{
    background: #232222;
    border-color: #232222;
    color:#fff;
}
.template6_blog_sitecontent .blog_list_itle{
    padding: 80px 0 30px 0;
}
.template6_blog_sitecontent .blog_list_itle .title{
    color: #444;
    font-size: 26px;
}
.template6_blog_sitecontent .blog_list_itle .sub_title{
    color: #c1c1c1;
    font-size: 12px;
    line-height: 30px;
    padding: 0 0 0 2px;
}
.template6_waterfall_cover{
    /*padding: 12px 60px;*/
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 1200px;
    /*margin:0 auto;*/
}
.template6_waterfall_cover .work_item{
    position: relative;
    overflow: hidden;
    width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    margin-bottom:50px;
}
.template6_waterfall_cover .cover_url_wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
}
.template6_waterfall_cover .cover_url{
    padding-top: 66.666%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.template6_waterfall_cover .live_tag_wrap{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(130,200,174,.8);
    color: #fff;
    font-size: 10px;
    padding: 6px;
    border-radius: 0 10px 10px 0;
}
.template6_waterfall_cover .live_tag_wrap span{
    margin-left: 4px;
}
.template6_waterfall_cover .work_item .cover_url:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.template6_waterfall_cover .title,.template6_index_waterfall_cover .title {
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 20px;
    font-size: 15px;
    margin-top: 0px;
}
.template6_waterfall_cover .sub_title,.template6_index_waterfall_cover .sub_title{
    margin-top: 6px;
    color: #BABABA;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
}

.template6_description_wrap{
    background-color: #ffffff;
    margin: 100vh 0 0 0;
    position: relative;
}

.template6_description_wrap .des_header,
.template6_index_waterfall_wrap .des_header,
.template6_video_big_index_container .des_header{
     padding-top: 80px;
     padding-bottom: 30px;
     position: relative;
     z-index: 2;
 }
 .template6_description_wrap .des_header .title,
.template6_index_waterfall_wrap .des_header .title,
.template6_video_big_index_container .des_header .title{
     color: #444;
     font-size: 26px;
 }
 .template6_description_wrap .des_header .sub_title,
.template6_index_waterfall_wrap .des_header .sub_title,
.template6_video_big_index_container .des_header .sub_title{
     color: #696969;
     font-size: 12px;
     line-height: 30px;
}

.template6_index_waterfall_wrap .small_des_header,
.video_index_container .small_des_header{
    padding: 50px 0 30px;
    text-align: center;
}
.template6_index_waterfall_wrap .small_des_header .title,
.video_index_container .small_des_header .title{
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin:5px 0 0 0;
}
.template6_index_waterfall_wrap .small_des_header .sub_title,
.video_index_container .small_des_header .sub_title{
    color: #AAAAAA;
    font-size: 7px;
    line-height: 1.6;
    font-style: italic;
    letter-spacing: .5px;
}
.template6_description_wrap .description_wrap{
    padding: 15px 30px 0 80px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.template6_description_wrap .about_img{
    width: 180px;
}
.template6_description_wrap .avatar_url_wrap{
    position: relative;
    float: left;
}
.template6_description_wrap .avatar_url{
    background: url(https://img.picbling.cn/FiP_6CzxUbWIrAugW_OdFBP0cSSp-avatarThumbSmall) center/cover no-repeat;
    width: 170px;
    height: 170px;
    position: absolute;
    left: -50px;
    top: -8px;
}
.template6_description_wrap .description_content .user_name{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 15px 0 0 0;
}
.template6_description_wrap .description_content .location{
    font-size: 12px;
    color: #aaa;
    margin: 2px 0 0 0;
}
.template6_description_wrap .description_content .content{
    margin: 20px 0 0 0;
    max-width: 450px;
    color: #333;
    line-height: 1.7;
}
.template6_description_wrap .description_content{
    margin: 0 0 0 230px;
    word-break: break-all;
    white-space: pre-wrap;
}
.template6_description_wrap .about_bg_tag{
    position: absolute;
    width: 150px;
    right: 30px;
    top: 60%;
    z-index: 22;
}
.template6_description_wrap .about_bg_tag img{
    width:100%;
}
.template6_bg{
    background-color: #fff;
}
.template6_index_waterfall_wrap.blank{
    position: relative;
}
.template6_index_waterfall_wrap{
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  padding: 0 0 100px 0;
}
.template6_index_waterfall_cover{
  padding: 0px 30px;
  max-width: 1110px;
  margin:0 auto;
}
.template6_index_waterfall_cover .work_item{
    position: relative;
    overflow: hidden;
    width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    margin-bottom:50px;
}
.template6_index_waterfall_cover .live_tag_wrap{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(130,200,174,.8);
    color: #fff;
    font-size: 10px;
    padding: 6px;
    border-radius: 0 10px 10px 0;
}
.template6_index_waterfall_cover .live_tag_wrap span{
    margin-left: 4px;
}
.template6_index_waterfall_cover .work_item a{
    display: block;
}
.template6_index_waterfall_cover .cover_url_wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.template6_index_waterfall_cover .cover_url{
    padding-top: 66.666%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    transform: scale(1.01);
}
.template6_index_waterfall_cover .cover_url_vertical{
    padding-top: 0;
    height: 500px;
}
.template6_index_waterfall_cover .work_item .cover_url:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.template6_index_waterfall_cover .work_item:after{
    content: '';
    display: block;
    margin: 20px 0;
    width: 150px;
    height: 1px;
    background: #a5a5a5;
    top: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.template6_index_waterfall_cover .more_btn{
    display: block;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 12px 0;
    color: #999;
    max-width: 500px;
    margin: 0 auto;
    font-size: 14px;
    transition: all 0.3s;
    position: relative;
    left:-15px;
}
.template6_index_waterfall_cover .more_btn:hover{
    background: #99d6c2;
    color: #fff;
}
.template6_right_content_wrap{
    display: block;
    margin: 80px 30px 80px 300px;
    background: #fff;
    min-height: 100%;
    width: calc(100% - 330px);
}
.template6_right_content_wrap .maxWrap{
    max-width: 1100px;
}
.template6_right_content_wrap .maxWrap.workDetailWrapTemplate{
    max-width:800px;
}
.small_template6_nav_wrap .sub_menu_item_wrap{
    background: rgba(255, 255, 255, .95);
}
.small_template6_nav_wrap{
    text-align: center;
    padding: 0 0 16px 0;
    background: #fff;
}
.small_template6_nav_wrap .logo_wrap{
    display: block;
    margin: 0 auto;
    padding:30px 0 20px;
}
.small_template6_nav_wrap .logo{
    margin: 0 auto;
}
.small_template6_nav_wrap .user_name{
    color: #333;
    padding: 2.5em 10px 1.5em 10px;
    font-size: 20px;
    display: block;
}


.small_template6_description_wrap{
    border-bottom: 10px solid #f8f8f8;
}
.small_template6_description_wrap .des_header{
    padding: 50px 0 30px;
    text-align: center;
    background: #fff;
}
.small_template6_description_wrap .des_header .title{
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
}
.small_template6_description_wrap .des_header .sub_title{
    color: #AAAAAA;
    font-size: 7px;
    line-height: 1.6;
    font-style: italic;
    letter-spacing: .5px;
}
.small_template6_description_wrap .avatar_url_wrap{
    position:relative;
    width:160px;
    margin:0 auto;
    left:4px;
}
.small_template6_description_wrap .avatar_url_wrap .avatar_url_bg{
    width: 160px;
}
.small_template6_description_wrap .avatar_wrap{
    position:absolute;
    top:-6px;
    left:20px;
    width:110px;
    height:110px;
}
.small_template6_description_wrap .description_content{
    text-align:center;
    padding:20px 20px 55px;
    color:#666;
    white-space:pre-wrap;
    line-height: 1.7;
}
.template6_sitecontent .footer,
.template6_blog_sitecontent .footer,
.template6_right_content_wrap .footer{
    text-align: right;
    position: fixed;
    top: calc(100vh - 50px);
    left: 300px;
    width: calc(100% - 300px);
    background: #fff;
    padding: 6px 50px 6px 0;
}
.template6_sitecontent .footerIconWrap,
.template6_blog_sitecontent .footerIconWrap,
.template6_right_content_wrap .footerIconWrap{
    width: 28px;
    height: 28px;
    border-radius: 0;
    border: none;
    display: inline-block;
    line-height: 28px;
    margin: 5px;
    color: #333;
}
.template6_sitecontent .footerIconWrap:hover,
.template6_blog_sitecontent .footerIconWrap:hover,
.template6_right_content_wrap .footerIconWrap{
    opacity: 0.8;
    background: #fff;
}
.template6_blog_sitecontent .vedio_container{
    margin: 0 auto;
}
.template6_series_list .seriesItemTextWrap{
    padding: 0 20px;
}
.template6_series_list .seriesWrap1{
    justify-content: flex-start;
}
.template6_loop_image_wrap .slick-track{
    width: 2840000px !important;
}
.template6_right_content_wrap .more_top_work_list_info .order_btn{
    background:#97d5c2;
}
.template6_right_content_wrap .more_work_list_title_wrap{
    padding: 20px 0 16px;
}
@media screen and (max-width:1680px) and (max-height:1050px){
    .template6_loop_image_wrap .template6_loop_image{
        height: 1050px;
    }
    .template6_cover_slide_img img{
        height: 750px;
    }
    .template6_waterfall_cover{
        max-width: 1350px;
    }
    .template6_waterfall_cover .work_item{
        width: calc(33.3333% - 40px);
    }
}
@media screen and (max-width:1440px) and (max-height:900px){
    .template6_loop_image_wrap .template6_loop_image{
        height: 900px;
    }
    .template6_cover_slide_img img{
        height: 600px;
    }
    .template6_waterfall_cover{
        max-width: 1110px;
    }
    .template6_waterfall_cover .work_item{
        width: calc(50% - 40px);
    }
}
@media screen and (max-width:1280px) and (max-height:800px){
    .template6_loop_image_wrap .template6_loop_image{
        height: 800px;
    }
    .template6_cover_slide_img img{
        height: 500px;
    }
}
@media screen and (max-width: 800px) {
    .small_template6_nav_wrap .nav .navitem .navMenu {
        margin: 0 1em;
    }


    .template6_index_waterfall_cover .cover_url_vertical{
        height: 250px;
    }
    .slick-list {
        padding: 0 !important;
    }
    .template6_sitecontent{
        padding: 0;
        min-height:0;
    }
    .template6_sitecontent .cover_slide_img{
        height: 0;
        padding-top: 66.6666%;
        margin: 0 auto;
    }
    .template6_loop_image_wrap{
        width: 100%;
        margin: 0;
        position: inherit;
    }
    .template6_cover_slide_img img{
        height: calc(100vw * 2 / 3);
    }
    .template6_loop_image_wrap .template6_loop_image{
        height: calc(100vw * 2 / 3);
        margin: 0;

    }

    .template6_icon_left,.template6_icon_right{
        top:50%;
        font-size: 20px;
        color: #fff;
        padding: 5px;
    }
    .template6_index_waterfall_wrap{
        background: #fff;
        padding: 0 0 30px 0;
    }
    .template6_index_waterfall_cover{
        padding: 0 0 0 5px;
    }
    .template6_waterfall_cover{
        padding: 1%;
    }
    .template6_waterfall_cover .title, .template6_index_waterfall_cover .title{
        font-size: 13px;
        padding: 10px 0 0 0;
    }
    .template6_waterfall_cover .work_item{
        width: 48%;
        margin: 1% 1% 20px;
    }
    .template6_right_content_wrap{
        margin: 0;
        background: #fff;
        min-height: 100%;
        width: 100%;
    }
    .template6_right_content_wrap .maxWrap{
        padding: 1em 0 20px;
    }
    .template6_right_content_wrap .seriesWrap{
        margin:0 auto;
    }
    .template6_right_content_wrap .seriesDetail{
        margin:0 auto;
    }
    .template6_blog_sitecontent{
        min-height: 0;
        padding: 0 0 2em;
    }
    .template6_blog_sitecontent .workListWrapTemplate{
        margin: 3em auto 0;
        padding: 0em 0 48px 0;
    }
    .template6_blog_sitecontent .seriesWrap1{
        padding: 0;
        margin: 0;
    }
    .template6_index_waterfall_wrap .des_header{
        padding: 30px 0;
        text-align: center;
    }
    .template6_index_waterfall_wrap .des_header .title{
        color: #444;
        font-size: 18px;
    }
    .template6_index_waterfall_wrap .sub_title{
        color: #999;
        font-size: 10px;
        line-height: 1.6;
        margin: 0;
    }
    .template6_sitecontent .footer,
    .template6_blog_sitecontent .footer,
    .template6_right_content_wrap .footer{
        text-align: center;
        position: static;
        background: #fff;
        width: 100%;
        padding: 20px 0 50px 0;
    }
    .template6_sitecontent .footerIconWrap,
    .template6_blog_sitecontent .footerIconWrap,
    .template6_right_content_wrap .footerIconWrap{
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 1px solid #333;
        display: inline-block;
        line-height: 28px;
        margin: 5px;
        color: #333;
        background-color: #fff;
    }
    .template6_index_waterfall_cover .work_item{
        width: calc(50% - 5px);
        margin-right:5px;
        margin-bottom:20px;
    }
    .template6_index_waterfall_cover .work_item:after{
        width: 0;
        height: 0;
        margin: 0;
    }
    .template6_index_waterfall_cover .more_btn{
        margin: 0 auto 10px ;
        font-size: 12px;
        left:0;
        width: 60%;
    }
    .more_top_work_list_wa{
        padding: 10px 0;
        margin:0;
    }
    .template6_right_content_wrap .more_work_list_title_wrap{
        padding: 15px 10px 12px;
    }
}

.about_stories .about_btn_more{
    width: 23.63%;
}

.blog_list_itle .search_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

}
