body {
    -webkit-font-smoothing: antialiased !important;
}
.workDetailsContent{
  padding:0;
}
.template2_container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.template2_nav_wrap {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 0 2em;
}
.template2_header_small_wrap {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
}

.template2_header_small_wrap .template2_header_small_logo {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    font-size: 1.8em;
}

.template2_header_small_menu_wrap {
    vertical-align: middle;
    float: right;
    padding-top: .5em;
}

.template2_header_small_menu_wrap i {
    font-size: 20px;
    cursor: pointer;
}

.template2_header_small_wrap .small_header_side {
    vertical-align: middle;
    background: #fcfcfc;
    position: fixed;
    z-index: 999;
    padding-right: 1px;
    height: 100%;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .1);
    transition: right 0.5s;
    top: 0;

}

.template2_nav_wrap .homeLoginBtn {
    position: absolute;
    right: 2em;
    line-height: 3em;
    top: 0;
    font-size: 15px;
    margin:0 0 0 1em;
}
.template2_nav_wrap h1 {
    margin: 0 1em 0 10px;
    display: flex;
    line-height: 1;
}

.template2_nav_wrap header {
    max-width: 1120px;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    padding: 0 2em;
    margin: 0 auto;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
}
.sub_menu_item_wrap{
    top: 48px;
}

.template2_menu {
    line-height: 2;
    margin: 0;
    text-decoration: none;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    cursor: pointer;
    display: block;
}

.template2_menu:hover {
    color: #111;
}
.template2_work_list_wrap{
    min-height: calc(100% - 200px);
}

.template2_side_bar {
    position: relative;
    z-index: 2;
}
.waterfall_cover_wrap{
  max-width: 1156px;
  margin: 0 auto;
  overflow: hidden;
}
.template2_cover_slide_img {
    width: 100%;
}

.template2_loop_image_wrap {
    width: 100%;
    overflow: hidden;
}

.template2_nav_wrap header h1 > span {
    font-size: 1.4rem;
    font-weight: 400;
}

.small_template2_nav_wrap_index {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    color: #333;
    padding: .2em 0;
}

.small_template2_nav_wrap {
    position: absolute;
    position: sticky;
    top: 0;
    z-index: 999;
    color: #333;
    padding: .5em 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    width: 100%;
    background: rgba(255, 255, 255, .8);
}
.template2_right_content_wrap{
    display: block;
    margin: 0 0 0 250px;
    width: calc(100% - 250px);
    height: 100%;
    position:  absolute;
    border-left: 40px solid rgb(246, 246, 246);
    overflow-y: auto;
}
.about_container{
    padding: 8em 0 0;
    margin:0 auto;
}
.seriesWrap{
  margin: 3em auto 0;
  max-width: 1000px;
  text-align: left;
}
.seriesDetail{
  margin:7em auto 0;
}
/* .video_wrap{
  margin: 7em 5%;
} */
.workListWrapTemplate2 {
    padding: 60px 0 20px;
}

.online_consultation_wrap {
    padding: 6em 9% 8em;
    background-color: #fbfbfb;
    overflow: hidden;
}

.online_consultation_wrap_left {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.online_consultation_wrap_right {
    padding: 0 8em;
    color: #333;
    text-align: center;
    margin: 3em auto 0;
}

.online_consultation_wrap_right .description {
    line-height: 200%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #4e4c4d;
    white-space: pre-wrap;
}
.work_img_alignment{
    padding: 1.5em 0;
  }
.more_top_work_list_info{
    border: 1px solid rgba(220, 220, 220, .5);
    width: 180px;
    height: 197px;
}
.more_top_work_list_info img.avatar_url{
    margin-top: 20px;
}
@media screen and (max-width: 1440px) {
    .template2_loop_image_wrap {
        max-height: 700px;
    }
}

@media screen and (max-width: 1200px) {
    .template2_loop_image_wrap {
        max-height: 600px;
    }
}

@media screen and (max-width: 1000px) {
    .template2_loop_image_wrap {
        max-height: 500px;
    }
}

@media screen and (max-width: 800px) {
    .online_avatar {
        width: 70px;
        height: 70px;
    }
    .template2_right_content_wrap{
      width: 100%;
      margin: 0;
      border-left: none;
    }
    .about_container{
      margin: 0 auto;
    }
    .workListWrapTemplate2 {
        padding: 5rem 0.3em 0 0.3em;
    }
    .waterfall_cover_wrap{
      margin: 4.8em auto 0;
    }
    .online_consultation_wrap {
        padding: 5em 0;
        border-bottom: 10px solid #f8f8f8;
        background: #fff;
    }

    .online_consultation_wrap_left {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .online_consultation_wrap_right {
        display: block;
        margin: 2.5em auto 0;
        text-align: center;
        width: 100%;
        padding: 0 3em;
    }

    .online_consultation_wrap_right .description {
        text-align: center;
        color: #333;
        line-height: 1.6;
    }
    .workDetailsContent {
        padding: 1em 5% 0;
    }
    .work_img_alignment{
        padding: 1.5em 5%;
    }
    .template2_loop_image_wrap .slick-dots li{
        margin: 0;
    }
    .template2_loop_image_wrap .slick-initialized .slick-dots li button:before{
        font-size: 8px !important;
    }
    .work_list_waterfall{
        margin-top: 4em;
    }
}

@media screen and (max-width: 600px) {
    .homeContainer {
        padding: 0 0.2em;
    }

    .template2_loop_image_wrap {
        max-height: 275.2px;
    }

    .work_img_alignment{
        padding: 1.5em 5%;
    }

}

