/* template7 -- start*/
.template7_nav_wrap{
    width: 100%;
    height: auto;
    position: -webkit-sticky; /* 兼容性 */
    position: sticky;
    left: 0;
    top: 0;
    font-size: 14px;
    transition: all ease .3s;
    z-index: 99;
    transition-property: padding, background;
    background-color: #212121;
}
.template7_nav_wrap .content{
    width: 100%;
    padding: 0 30px 0 60px;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
li{
    list-style: none;
}
.template7_nav_wrap .user_name{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
}
.template7_nav_wrap .user_name .default_logo{
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
}
.template7_nav_wrap .user_name .logo{
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    max-width: 320px;
}
.template7_nav_wrap .user_name .name{
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
.template7_nav_wrap ul{
    float: right;
    padding: 0px 40px;
    transition: all 0.3s ease-out 0s;
    -webkit-font-smoothing: auto !important;
}
.template7_nav_wrap .content ul li.navitem {
    padding: 15px 0.5px;
    height: auto;
    line-height: 40px;
    float: left;
    position: relative;
}
.template7_nav_wrap .content .nav-a{
    color: #C2C2C2;
    padding: 20px 30px;
}
.template7_nav_wrap .content .nav-a:hover,.template7_nav_wrap .content .nav-a.active{
    color: #FFF;
    background: transparent none repeat scroll 0% 0%;
}
.template7_nav_wrap .content .nav-a.active span{
    position: relative;
}
.template7_nav_wrap .content .nav-a.active span:after{
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    border-bottom-color: #ffffff !important;
    position: absolute;
    left: 40%;
    bottom: -10px;
    margin-top: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.template7_nav_wrap .sub_menu_item_wrap{
    background: #fff;
    top:70px;
    padding: 0;
}

/*.template7_nav_wrap a.sub_menu_item{*/
/*    padding: 7px 30px;*/
/*    text-align: left;*/
/*    !*border-bottom: 1px solid rgba(0, 0, 0, 0.08);*!*/
/*}*/

/*.template7_nav_wrap a.sub_menu_item:hover{*/
/*    background:#e7e7e7;*/
/*}*/
.template7_nav_wrap a.sub_menu_item:last-child{
    border: none;
}
.template7_container .template7_loop_image_wrap{
    width: 100%;
    height: 46.875vw;
    position: fixed;
    overflow: hidden;
    /*margin-top:70px;*/
}
.template7_container .cover_slide_img{
    padding: 0;
    height: 46.875vw;
}
.template7_inner_container{
    width: 100%;
    position: relative;
    top:calc(46.875vw + 70px);
    left:0;
    background: #fff;
}

.template7_cover_waterfall_wrap{
    width:100%;
    padding: 0 0 60px 0;
}
.template7_cover_waterfall_wrap .waterfall_cover_wrap{
    max-width: 1200px;
    padding: 3em 0;
    margin: 0 auto;
}
.template7_cover_waterfall_wrap .maxWrap{
    position: relative;
}
.template7_cover_waterfall_wrap .cover_header_wrap{
    padding-top: 80px;
    text-align: center;
    padding-bottom: 20px;
}
.template7_cover_waterfall_wrap .cover_header_wrap img{
    width:240px;
}

.template7_cover_waterfall_wrap .item{
    width: calc(100% - 4px);
    margin: 2px;
    display: inline-block;
    vertical-align: top;
}
.template7_cover_waterfall_wrap .index_cover_wrap{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    padding: 0px 30px;
    max-width: 1110px;
    margin: 0 auto;
    padding: 2% 1%;
}

.template7_loop_image_wrap .template7_loop_image{
    width: 100%;
}
.template7_loop_image_wrap .slick-initialized ul.homepage_carousel_dot {
    bottom: -2px !important;
    width: auto;
    background:#fff;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 12px 30px 0;
    white-space: nowrap;
}
.template7_loop_image_wrap .slick-dots li{
    height:auto;
    margin:0 15px;
}
.template7_loop_image_wrap .slick-dots li:before{
    position: absolute;
    content: "";
    height: 1px;
    background: #dedede;
    width: 30px;
    margin: 4px 0 0 10px;
}
.template7_loop_image_wrap .slick-dots li:last-child:before{
    position: absolute;
    content: "";
    height: 0;
    background: #dedede;
    width: 0;
    margin: 0;
}
.template7_loop_image_wrap .slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 0px;
    background: #fff;
    display: block;
    padding: 0;
    margin:0 auto;
}
.template7_loop_image_wrap .slick-dots li button:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 0px;
    display: block;
    position: static;
    border: 1px solid #8C8C8C;
}
.template7_loop_image_wrap .slick-initialized ul.homepage_carousel_dot li.slick-active button:before{
    background-color: #2A2A2A;
    border: 1px solid #2A2A2A;
    margin:0 auto;
}
.template7_description_wrap{
    padding: 120px 0;
    background: url(https://static.picbling.cn/img/temp_bg.jpg) center 59px/cover fixed;
}
.template7_description_wrap .description_wrap{
    max-width: 1180px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.template7_description_wrap .description_wrap .header_des{
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}
.template7_description_wrap .description_wrap .avatar_url{
    width: 180px;
    height: 180px;
    margin: 0px 60px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.template7_description_wrap .description_wrap .title{
    color: #fff;
    font-size: 18px;
    margin: 0 0 2px 0;
}
.template7_description_wrap .description_wrap .sub_title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a5a5a5;
    font-size: 12px;
}
.template7_description_wrap .description_wrap .description_content{
    color: #bebebe;
    font-size: 13px;
    line-height: 24px;
    margin-Top: 30px;
    word-break: break-all;
    white-space: pre-wrap;
}
.template7_description_wrap .description_wrap .description_content .user_name{
    text-align: right;
    padding: 30px 5px 0 0;
}
.template7_index_waterfall_wrap .des_header{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}
.template7_index_waterfall_wrap .des_header .title{
    font-size: 22px;
    color: #3a3a3a;
}
.template7_index_waterfall_wrap .sub_title{
    font-size: 13px;
    color: #bdbdbd;
    margin-top: 4px;
}
.template7_index_waterfall_wrap .work_list_wrap{
    max-width: 1200px;
    margin:0 auto;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.work_list_content{
    width: 200%;
    transition: all 0.3s;
}
.work_list_wrap .dots_item{
    border: #7d7d7d 1px solid;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 6px 0 6px;
}
.work_list_wrap .arrow_left{
    position: absolute;
    left: 2%;
    top: 30%;
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 10px rgba(0,0,0,.2);
}
.work_list_wrap .arrow_right{
    position: absolute;
    right: 2%;
    top: 30%;
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 10px rgba(0,0,0,.2);
}
.blog_list_nav_wrap .header_wrap{
    padding: 3em 0 3em 0;
    line-height: 1.8;
    text-align: center;
}
.blog_list_nav_wrap .header_title{
    color: #333;
    font-size: 20px;
}
.blog_list_nav_wrap .header_sub_title{
    color: #999;
    font-size: 14px;
}
.blog_list_nav_wrap .series_title_border{
    width: 50px;
    height: 3px;
    background: #82c8af;
    margin: 10px auto 0;
}
.template7_index_waterfall_wrap .work_item_wrap{
    width: calc((50% - 48px) / 3);
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
.template7_index_waterfall_wrap .work_item{
    cursor: pointer;
    position: relative;
}
.template7_index_waterfall_wrap .work_item .cover_url_item{
    padding-top: 66.6666%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.template7_index_waterfall_wrap .work_item .cover_url_item_vertical{
    padding-top: 0;
    height: 500px;
}
.template7_index_waterfall_wrap .work_item:hover .cover_url_item{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.template7_index_waterfall_wrap .work_item .title{
    color: #7d7d7d;
    font-size: 14px;
    padding-top: 15px;
}
.template7_index_waterfall_wrap .work_item .sub_title{
    color: #7d7d7d;
    font-size: 12px;
    padding-bottom: 15px;
}
.template7_index_waterfall_wrap .work_item .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;
}
.template7_index_waterfall_wrap .work_item .live_tag_wrap span{
    margin-left: 4px;
}
.template7_index_waterfall_wrap .more_btn{
    width: 218px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #bdbdbd;
    margin: 56px auto 80px;
    text-align: center;
    border: 1px solid #dfdfdf;
    display: block;
    transition: all 0.3s;
}
.template7_index_waterfall_wrap .more_btn:hover{
    color: #fff;
    background: #bdbdbd;
}

.template7_index_waterfall_wrap .work_category_list_7 {
    text-align: center;
    padding-bottom: 30px;
}

.template7_index_waterfall_wrap .work_category_list_7 .category_item {
    padding: 8px 30px;
    margin-right: 10px;
    transition: all 0.3s ease-out 0s;
    color: #999;
    border: 1px solid transparent;
    line-height: 16px;
    display: inline-block;
    position: relative;
}

.template7_index_waterfall_wrap .work_category_list_7 .category_item:hover {
    color: #333;
}

.template7_index_waterfall_wrap .work_category_list_7 .category_item::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    margin-left: 31px;
    margin-top: 7px;
    background: rgba(0, 0, 0, .2);
}

.template7_index_waterfall_wrap .work_category_list_7 .category_item:last-child::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: 0;
    background: rgba(0, 0, 0, 0);
}



.template7_blog_sitecontent{
    padding: 0px 0 5em;
}

.template7_about_sitecontent{
    padding: 20px 0 0;
}
.template7_blog_sitecontent .blog_list_nav_wrap{
    text-align: center;
    /* padding: 40px 0 35px 0; */
}
.template7_blog_sitecontent .cover_header_wrap{
    padding: 0 0 45px 0;
    text-align: center;
}
.template7_blog_sitecontent .cover_header_wrap img{
    width:240px;
}

/*.template7_blog_sitecontent .category_item{*/
/*    padding: 8px 20px;*/
/*    margin-right: 10px;*/
/*    transition: all 0.3s ease-out 0s;*/
/*    display: inline-block;*/
/*    color: #999;*/
/*    font-size: 13px;*/
/*}*/
/*.template7_blog_sitecontent .category_item.active{*/
/*    color: #3B3B3B;*/
/*    border: 1px solid transparent;*/
/*    background-color: transparent;*/
/*}*/

/*.template7_blog_sitecontent .category_item::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 12px;*/
/*    height: 1px;*/
/*    margin-left: 21px;*/
/*    margin-top: 7px;*/
/*    background: rgba(0,0,0,.2);*/
/*    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
/*}*/
.template7_blog_sitecontent .category_item:last-child::after {
    width: 0px;
}
.template7_blog_sitecontent .category_item:hover{
    color: #3B3B3B;
}
.template7_blog_sitecontent .waterfall_cover_wrap{
    padding: 0 7%;
    margin: 30px auto;
}
.template7_blog_sitecontent .waterfall_cover_wrap .title {
    color: #333;
    overflow: hidden;
    padding-top: 15px;
    font-size: 15px;
    margin-top: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.template7_blog_sitecontent .waterfall_cover_wrap .sub_title{
    margin-top: 2px;
    color: #BABABA;
    overflow: hidden;
    font-size: 12px;
}
.template7_blog_sitecontent .waterfall_cover_wrap .list_blog_waterfall{
    width: calc((100% - 48px) / 3);
    margin: 0 8px 2.33%;
    cursor: pointer;
    transition: background 0.3s ease-out;
    border: 0px;
}
.template7_blog_sitecontent .waterfall_cover_wrap a.list_blog_waterfall_wrap{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.template7_blog_sitecontent .waterfall_cover_wrap a.list_blog_waterfall_wrap:hover .cover_url{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.template7_blog_sitecontent .waterfall_cover_wrap .cover_url_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.template7_blog_sitecontent .waterfall_cover_wrap .cover_url{
    width: 100%;
    transition: transform 0.3s ease-out;
    padding-top: 66.7%;
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.template7_blog_sitecontent .waterfall_cover_wrap .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;
}
.template7_blog_sitecontent .waterfall_cover_wrap .live_tag_wrap span{
    margin-left: 4px;
}
.template7_blog_sitecontent .waterfall_cover_wrap .cover_url_copy{
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
    z-index: 10;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border: 1px solid #fff;
    left: 0;
    top: 0;
    opacity: 0;
}
.template7_blog_sitecontent .waterfall_cover_wrap .cover_url_copy:hover{
    opacity: .8;
}
.template7_blog_sitecontent .waterfall_cover_wrap .cover_url_copy .work_add{
    background: rgba(0,0,0,.7);
    color: rgba(255, 255, 255, 1);
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    left: -20px;
    top: -23px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.template7_blog_sitecontent .waterfall_cover_wrap a.list_blog_waterfall_wrap:hover .work_add{
    opacity:1;
    top: 23px;
}
.template7_blog_sitecontent .maxWrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: auto;
}
.template7_series_sitecontent{
    padding: 0 0 8em 0;
}
.template7_cover_waterfall_wrap .more_btn{
    display: none;
}
.template7_cover_waterfall_wrap .waterfall_cover_wrap img{
    transition: all 0.3s;
}
.small_template7_nav_wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #212121;
}
.small_template7_nav_wrap .user_name{
    padding: 0 15px;
    font-size: 0;
    float: left;
}
.small_template7_nav_wrap .user_name .logo{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0 0;
    height: 32px;
    max-width: 124px;
}
.small_template7_nav_wrap .user_name .default_logo{
    width: 36px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 12px 0 0;
}
.small_template7_nav_wrap .user_name .name{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
}
.small_template7_nav_wrap .content{
    width: 100%;
    overflow: hidden;
    height: 50px;
    color: #fff;
    line-height: 50px;
}
.small_template7_nav_wrap .menu_item{
    position: absolute;
    right:0;
    top:0;
    padding: 0 15px;
}

.small_template7_nav_wrap .header7_side{
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    width: 50%;
    background-color: #333;
    color: rgba(255,255,255,.8);
    box-shadow: inset 0 0 5px 5px #222;
    padding-top: 50px;
}
.template_menu a{
    width:100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    color: #ccc;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom:none;
    text-align: left;
}

.template_menu a:hover{
    background: inherit;
    color: inherit;
}
.template_menu a.mobile_sub_item{
    padding:13px 10px 13px 58px;
    line-height: 2;
}
.small_template7_nav_wrap .content .nav-a{
    width: 8px;
    height: 8px;
    border: #787878 1px solid;
    border-radius: 5px;
    margin-right: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
}
.small_template7_nav_wrap .content .nav-a.active{
    border-color: #A2A2A2;
    background-color: #A2A2A2;
}
.small_template7_photographer_info{
    text-align: center;
    padding: 30px 15px;
    border-bottom: 10px solid #f8f8f8;
}
.small_template7_photographer_info .avatar_url{
    width:55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 auto;
}
.small_template7_photographer_info .contactUs{
    background: #82c8af;
    padding: 0 30px;
    margin: 10px 0 0 0;
    border-radius: 1px;
    font-size: 13px;
    line-height: 2.5;
}
.small_template7_photographer_info .title{
    font-size: 15px;
    color: #333;
    margin: 10px 0 0 0;
}
.small_template7_photographer_info .sub_title{
    color: #aaa;
}
.small_template7_photographer_info .description{
    white-space: pre-line;
    padding: 5px 10px 10px 10px;
    text-align: center;
    line-height: 1.7;
    color: #999;
}
.small_template7_photographer_info .description i{
    color:#ccc;
    margin:0 5px 0 0;
}
.home_index_cover_container{
    margin: 50px 0 20px 0;
}
.home_index_cover_container .index_cover_item{
    width:calc((100% - 6px)/3);
    height: calc((100vw - 6px)/3);
    display: inline-block;
    vertical-align: top;
    margin: 1px;
}
.home_index_cover_container .cover_header_wrap{
    text-align: center;
    padding: 30px 0 20px;
}
.home_index_cover_container .cover_header_wrap img{
    width: 150px;
}
.template7_video_index_container{
    max-width: 1200px;
    margin: 0 auto 100px;
}
.more_top_work_list_wa{
    margin: 50px 0 80px;
}
@media screen and (max-width: 800px) {

    .two_menu_main {
        border-bottom: none;
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding-left: 0;
    }
    .more_top_work_list_wa{
        margin: 0;
    }
    .template7_index_waterfall_wrap .work_item .cover_url_item_vertical{
        height: 250px;
    }
    .template7_sitecontent{
        padding: 0;
        min-height:0;
    }
    .template7_video_index_container
    .template7_blog_sitecontent .blog_list_nav_wrap{
        padding: 40px 0 25px 0;
    }
    .template7_blog_sitecontent .waterfall_cover_wrap .title{
        font-size: 13px;
    }
    .template7_blog_sitecontent .cover_header_wrap img{
        width: 150px;
    }
    .template7_container .template7_loop_image_wrap{
        height: calc(100vw * 0.666);
        margin-top:50px;
    }
    .template7_loop_image_wrap .template7_loop_image{
        margin: 0;
    }
    .template7_loop_image_wrap .slick-initialized ul.homepage_carousel_dot {
        padding: 8px 0px 0;
        background: transparent;
        bottom:10px !important;
    }
    .template7_loop_image_wrap .slick-initialized ul.homepage_carousel_dot li.slick-active button:before{
        background-color: transparent;
        border: none;
        margin:0 auto;
    }
    .template7_loop_image_wrap .slick-dots li{
        margin:0px;
    }
    .template7_loop_image_wrap .slick-dots li:before{
        width: 0;
    }
    .template7_loop_image_wrap .slick-dots li button{
        width: 20px;
        height: 15px;
        background: transparent;
    }
    .template7_loop_image_wrap .slick-dots li button:before{
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 15px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #000;
        border: none;
    }
    .template7_inner_container{
        top:calc(100vw * 0.666 + 50px);
    }
    .template7_container .cover_slide_img{
        height: calc(100vw * 0.666);
    }
    .template7_cover_waterfall_wrap .waterfall_cover_wrap{
        padding: 0px;
    }
    .template7_waterfall_cover .title, .template7_index_waterfall_cover .title{
        font-size: 13px;
        padding: 10px 0 0 10px;
    }
    .template7_waterfall_cover .sub_title, .template7_index_waterfall_cover .sub_title{
        font-size: 11px;
        margin: 3px 0 0 10px;
    }
    .template7_description_wrap .description_wrap{
        padding: 0 20px;
    }
    .template7_description_wrap .description_wrap .avatar_url{
        width: 80px;
        height: 80px;
        margin-right: 20px;
        float: left;
    }
    .template7_description_wrap{
        padding: 60px 0;
    }
    .template7_description_wrap .description_wrap .header_des{
        width: 82%;
        /* margin: 0 20px 0 120px; */
        display: block;
        -webkit-font-smoothing: antialiased !important;
        /* padding: 0; */
        flex: 1;
    }
    .template7_description_wrap .description_wrap .title{
        font-size: 1.4em;
    }
    .template7_description_wrap .description_wrap .sub_title{
        margin-bottom:10px;
    }
    .template7_description_wrap .description_wrap .description_content{
        font-size: 1em;
        color: #949494;
        line-height: 1.6;
        margin: 1em 0 0 0;
    }
    .small_template7_description_wrap{
        background: #f8f8f8;
    }
    .small_template7_description_wrap .des_header{
        text-align: center;
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .small_template7_description_wrap .des_header .title{
        color: #444;
        font-size: 1.4em;
    }
    .small_template7_description_wrap .sub_title{

        color: #bdbdbd;
        font-size: 1em;
        margin: 0;
    }

    .template7_index_waterfall_wrap .des_header,
.template7_video_index_container .des_header,
.template7_index_waterfall_wrap .des_header{
         padding-bottom: 25px;
         text-align: center;
         padding-top: 50px;
     }
    .template7_video_index_container .video_wrap{
        margin:0 3%;
    }
    .template7_index_waterfall_wrap .des_header .title,
    .template7_video_index_container .des_header .title,
    .template7_index_waterfall_wrap .des_header .title{
         color: #444;
         font-size: 1.4em;
     }
    .template7_index_waterfall_wrap .sub_title,
    .template7_video_index_container .des_header .sub_title,
    .template7_index_waterfall_wrap .sub_title{
         font-size: 1em;
         margin: 0;
        color: #bdbdbd;
     }
    .template7_index_waterfall_wrap .work_list_wrap{
        white-space: inherit;
        -webkit-font-smoothing: antialiased !important;
    }
    .template7_index_waterfall_wrap .work_list_content{
        width: 100%;
        padding: 0 2%;
    }
    .template7_index_waterfall_wrap .work_item_wrap{
        width: 48%;
        margin: 1%;
    }
    .template7_index_waterfall_wrap .work_item .title{
        width: 100%;
        font-size: 1.2em;
        color: #464646;
    }
    .template7_index_waterfall_wrap .more_btn{
        color: #666;
        border-color: #9E9E9E;
        background-color: transparent;
        border-radius: 0px;
        width: 60%;
        border: #9E9E9E 1px solid;
        background: rgba(255,255,255,.0);
        height: 38px;
        display: block;
        margin: 15px auto 50px;
        line-height: 38px;
        font-size: 15px;
        text-align: center;
    }

    .template7_blog_sitecontent{
        padding: 50px 0 2em;
    }
    .template7_blog_sitecontent .workListWrapTemplate{
        margin: 3em auto 0;
        padding: 0em 0 48px 0;
    }
    .waterfall_cover_wrap{
        margin:0 auto;
    }
    .template7_blog_sitecontent .waterfall_cover_wrap{
        padding:0 1%;
    }
    .template7_blog_sitecontent .waterfall_cover_wrap .list_blog_waterfall{
        width:48%;
        margin:0 1% 20px;
        display: inline-block;
        vertical-align: top;
    }
    .template7_blog_sitecontent .blog_list_category_show{
        display: none;
    }
    .template7_blog_sitecontent .cover_header_wrap{
        padding:0;
    }
    .template7_cover_waterfall_wrap{
        padding:0;
        background:#fff;
    }
    .template7_cover_waterfall_wrap .cover_header_wrap{
        padding-top: 50px;
    }
    .template7_cover_waterfall_wrap .cover_header_wrap img{
        width:150px;
    }
    .template7_blog_sitecontent .seriesWrap1{
        margin: 1em auto;
    }
    .template7_series_sitecontent{
        padding: 3em 0;
    }
    .template7_cover_waterfall_wrap .more_btn{
        color:#666;
        border-color:#9E9E9E;
        background-color:transparent;
        border-radius:0px;
        width:60%;
        border:#9E9E9E 1px solid;
        background:rgba(255,255,255,.0);
        height:38px;
        display:block;
        margin:30px auto 50px;
        line-height:38px;
        font-size:15px;
        text-align: center;
    }
    .work_list_waterfall{
        margin-top: 10px;
    }

    .header7_side .template_menu .one_menu_main .mobile_sub_item {
        font-size: 13px;
    }


    .header7_side .template_menu .two_menu_main a {
        border-top: none;
    }

    .header7_side .template_menu .one_menu_main.active a {
        color: #FFFFFF;
    }

    /*.header7_side .template_menu .two_menu_main a {*/
    /*    padding: 1rem 0 0 4rem;*/
    /*    border: none;*/
    /*}*/

    .header7_side .template_menu .two_menu_main a.active {
        color: #ffffff;
    }

    .header7_side .template_menu .two_menu_main .mobile_sub_item {
        color: #999;
    }

    .header7_side .template_menu .one_menu_main {
        border: none;
    }
}
/* template7 -- end */
