
.spinner {
    margin: 0 auto;
    text-align: center;
}

.spinner>div {
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.swiper-container,
.swiper-container2 {
    overflow: hidden;
}

.loadtip {
    font-size: 15px;
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #858585;
    cursor: pointer;
    margin-top: 15px;
}
.loadtip_btn{
    cursor: pointer;
    display: inline-block;
}
@media only screen and (min-width:1000px ) {
    .loadtip_btn:hover{
        color: #4E60EE;
    }
}

.swiper_container,
.swiper_container2 {
    overflow: hidden;
}

.w {
    height: auto;
    overflow-y: scroll;
}

.w::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}

.swiper-slide {
    height: auto;
}

body {
    font-family: PingFang;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    letter-spacing: 0.5;
}

#tab {
    margin-top:
}


/*::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d6d6d6;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}*/

@font-face {
    font-family: icon;
    src: url(line-awesome.ttf);
}

.bg-white {
    background: white
}

.clear:after {
    content: "";
    display: table;
    clear: both
}

.tab_bg {
    background: #F1F1F1;
}

.tab_cont {
    position: relative;
    margin-bottom: 0;
    margin-top: -15px;
}

.tab_left {
    margin-right: 320px;
    padding-right: 50px;
    position: relative;
}

.tab_right {
    float: right;
    width: 320px;
    overflow: hidden;
}

.tab_left .result {
    padding: 30px 0;
    color: #000;
    overflow: hidden;
}

.tab_left .result .total {
    float: left;
}

.tab_left .result .total .key1 {
    color: #4E60EE
}

.tab_left .result .sort {
    margin-left: 60px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.tab_left .result .sort .sel {
    background: url(../images/down.png) no-repeat right center;
    padding-right: 10px;
}

.tab_left .result .sort.sp {
    display: none
}

.tab_list {
    position: relative;
    /*height: 936px;*/
    /* overflow: auto; */
    /* margin-top:20px */
    padding-right: 15px;
}

.upload-t {
    display: none;
    position: absolute;
    right: 50px;
    top: 55px;
    text-align: center;
    z-index: 2;
    width: 70px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    box-shadow: 2px 0px 6px #ddd;
    cursor: pointer;
}

.upload-t a {
    display: block
}

.tab_list .part {
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}

.tab_list .part.fst {
    padding-top: 0;
}

.tab_list .part .limg_box {
    width: 150px;
    height: 192px;
    float: left;
    padding: 3px;
    border: 1px solid #979797;
    margin-top: 2px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    overflow: hidden;
}

.tab_list .part .limg_box img.sm {
    width: 100%;
}

.tab_list .part .video-box {
    width: 240px;
    height: 135px;
    float: left;
    border-radius: 4px;
    position: relative;
}

.video-box a {
    display: block;
}

.tab_list .part .video-box .video_btn {
    position: absolute;
    top: 42.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20.8%;
    cursor: pointer;
    z-index: 999
}

.tab_list .part .video-box:hover:after {
    background: none;
}

.tab_list .part img.video {
    width: 100%;
    border-radius: 4px;
}

.tab_list .part .doc-img {
    margin-left: 150px;
}

.tab_list .part .video-img {
    margin-left: 240px;
}

.tab_list .part .detail {
    padding-left: 20px;
    position: relative;
}

.tab_list .part .detail.doc-img {
    height: 195px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}

.tab_list .part .detail.video-img {
    height: 136px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}

.tab_list .part .detail .d-t {
    font-size: 18px;
    color: #333;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight:500;
}

.tab_list .part .detail .d-t .key2 {
    color: #E02020
}

.tab_list .part .detail .date {
    font-size: 12px;
    font-weight: normal;
    color: #666
}

.tab_list .part .detail .date .file {}

.tab_list .part .detail .tab_txt_cont {
    overflow: hidden;
    color: #333;
    font-size: 14px;
}

.tab_list .part .doc-img .tab_txt_cont {
    margin: 10px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8em;
    /* height: 52px; */
}

.tab_list .part .video-img .tab_txt_cont {
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab_list .part .detail .g-buttons {
    position: absolute;
    bottom: 0;
}

.tab_list .part .detail .g-buttons .btn-email {
    border: 1px solid #1DBCC3;
    border-radius: 4px;
    color: #1DBCC3;
    letter-spacing: 0.3px;
    display: inline-block;
    padding: 6px 12px 6px 36px;
    font-size: 14px;
    margin-left: 18px;
}

.tab_list .part .detail .g-buttons .fa-envelope-o {
    margin-left: 10px;
}

.tab_list .part .detail .g-buttons .btn-icon-play {
    width: 120px;
    text-align: center
}

.tab_list .part .detail .g-buttons .btn-icon-play:before {
    content: url(../images/play.png);
    vertical-align: middle;
    padding-right: 8px;
    margin-bottom: -4px;
}
.tab_list .part .detail .g-buttons:hover .btn-icon-play:before
{
    content: url(../images/play-purple.png);
}
.tab_right .view_all {
    padding: 23px 0;
    text-align: right
}

.tab_right .view_all a {
    width: 90px;
}

.tab_right .tab_menu {
    width: 100%;
    background: #fff;
    border-left: 1px solid #F4F7FA;
    /* max-height: 500px;*/
    /* overflow-y: scroll;*/
    line-height: 40px;
}

.btn a {
    width: 100px;
}

.tab_menu a,
.tab_menu p {
    color: #333;
    display: block;
    line-height: 40px;
}
/*.tab_menu a.tab_r2{
	color: #666;
	margin-left:1em;
}*/
.tab_menu a.tab_r2{
    margin-left:1em;
}
.tab_menu ul .sub_layer .sub_layer{
    width:calc(100% - 1em);
    margin-left:1em;
    padding:0;
    margin-bottom: -8px;
}
.tab_menu p {
    margin-bottom: 0;
}
p.uncheck{line-height: 28px;}
.btn-primary:hover {
    background: white;
    border-color:#4E60EE;
    transition: all 0.5s linear;
}

.tab_menu {
    padding: 0 15px;
}

.tab_menu li,
.tab_menu ul {
    margin: 0;
    padding: :0
}

.tab_menu_title {
    color: #4E60EE;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
}

.tab_menu ul {
    margin: 0;
    margin-left: 15px;
}

.tab_menu li {
    /* line-height: 38px; */
    list-style: none;
}

.tab_menu .sub_layer .tab_black a {
    color: #222;
}

.tab_menu ul.sub_layer1 {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
    margin: 0;
}

.tab_menu ul.sub_layer2 {
    /*border-bottom: 1px solid #e8e8e8;*/
    padding: 0;
    margin: 0
}

.sub_layer .check a {
    color: #222;
}

.sub_layer .uncheck label {
    color: #666;;
    line-height: 24px;
    transition: none;
    font-size: 12px;
}
.sub_layer .sub_layer2 label{
    color: #999;
}
label {
    display: inline-block;
    font-size: 13px;
    color: #949494;
}

.tab_menu ul.sub_layer li:first-child {
    margin-top: 5px;
}

.tab_menu li {
    font-size: 14px;
    width: 100%;
}

.tab_menu li input[type=checkbox] {
    margin-bottom: 3px!important;
}

.tab_menu .sub_layer1 li {
    font-size: 13px;
    /*padding-left:10px;*/
    /* line-height: 26px; */
}

.tab_menu .sub_layer2 li {
    background: none;
    font-size: 12px;
    /*padding-left:15px;*/
}

.tab_menu .sub_layer1 li,
.tab_menu .sub_layer2 li {
    line-height: 28px;
}

.tab_menu .sub_layer1 li a,
.tab_menu .sub_layer2 li a {
    line-height: 28px;
}

.tab_r1,
.tab_r2 {
    font-family: icon;
}
.tab_r2{margin-left:1em}
.tab_r1 span,
.tab_r2 span {
    float: right;
    transition: all 0.3s;
}

.menu_arrow1,
.menu_arrow2 {
    float: right;
    transition: all 0.3s;
}
.menu_arrow2{
    font-family: icon;
    display:none;
}
.menu_item {
    border-bottom: 1px solid #F2F2F2;
}

.tab_black {
    color: #333 !important;
}

.tab_menu ul.sub_layer2 {
    padding-right: 0;
    margin-right: 0
}

.tab_menu ul.sub_layer2.nbborder {
    border-bottom: 0px;
}

.tab_menu li input[type=checkbox] {
    margin-right: 5px;
    border: 1px solid #222;
    background: white;
    border-radius: 0;
    margin: 0;
    vertical-align: middle;
}

.tab_menu ul.sub_layer_pd15 li a {}

.tab_menu li input[type=checkbox] {
    margin-right: 7px;
}

.menu-checkbox input[type=checkbox] {
    margin-right: 7px;
    display: none;
}

.menucheckInput {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #979797;
    border-radius: 2px;
    margin: 0 0 1px 0;
    margin-right: 10px;
    vertical-align: middle;
}

.check_ch:checked+.menucheckInput {
    border: none;
    background: url("../img/checkbox.png")no-repeat center;
    background-size: 13px;
}

.rd_line {
    width: 1px;
    height: 16px;
    overflow: hidden;
    background: #D8D8D8;
    margin: 0 6px;
    font-size: 0;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-bottom: -2px;
}

.tab_menu ul .sub_layer {
    display: none;
    transform: translateY(-8px);
    padding-bottom: 4px;
    width: 100%;
    padding-bottom:8px;
}


/*.md-modal{position:relative}
.md-modal button{background:none;width:inherit;padding:0;margin:0;}*/

.tabs dd>a,
.tabs .tab-title>a {
    line-height: 44px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 3px
}

.tabs dd.active>a,
.tabs .tab-title.active>a {
    border-bottom: 4px solid #ed8b00;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px
}

.tabs .tab-title>a:hover {
    border-bottom: 4px solid #e1e1e1;
}

.tabs .tab-title.active>a:hover {
    border-bottom: 4px solid #ed8b00;
}

.pc {
    display: block
}

.sp {
    display: none
}

.btn {
    border-radius: 28px;
    font-size: 14px;
    line-height: 1.42857143;
    line-height: 1.3em;
    width: 105px;
    text-align: center;
    border: 1px solid #4E60EE;
}

.tabs-content {
    margin-bottom: 80px;
}

#email-popup .rd input[type="text"] {
    width: 80%!important;
    margin-left: 10px;
}

.mailsend_stats {
    text-align: center;
    font-size: 24px;
}
select.sortval{
    background: transparent;
    border: 0px;
    margin-bottom: 0px;
    padding: 0px;
    height: auto;
    background: url(../images/down.png) no-repeat right center;
    padding-right: 10px;
    direction: rtl;
    color: #000;
}
@media (max-width:768px) {
    body {
        letter-spacing: 0;
    }
    .container {}
    .tab_bg {
        background: rgba(242, 242, 242, 0.5);
        padding: 0 15px 0 5px;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .tab_left .result .sort.pc {
        display: none
    }
    .tab_left .result .sort.sp {
        display: block;
        margin-left: 0;
        font-size: 13px;
        float: right
    }
    .sort img{width: 12px;}
    .tab_left .result:after {
        clear: both;
        content: "";
        display: table
    }
    #tab {
        margin-top:
    }
    /*.tab_cont{margin-bottom:40px;}*/
    .tab_right .tab_menu {
        height: auto;
    }
    .tab_left {
        margin: 0;
        float: none;
        width: 100%;
        padding: 0
    }
    .tab_right {
        width: 100%;
        float: none;
        width: 100%;
        float: none
    }
    .tab_left .result {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .tab_list .part {border-bottom: 1px solid #E6E6E6;}
    .tab_list .part .limg_box {
        width: 100px;
        height: 132px;
        margin: 28px 10px 0px 0px;
        padding: 3px;
        border: 1px solid #979797;
    }
    .tab_list .part.fst .limg_box {
        width: 100px;
        margin: 5px 10px 0px 0px;
        padding: 3px;
        border: 1px solid #979797;
    }
    .tab_list .part .limg_box img.sm {
        width: 100%;
    }
    .tab_list .part .doc-img {
        margin-left: 108px;
        padding-left: 9px;
    }
    .tab_list .part .detail .d-t {}
    .tab_list .part .doc-img .tab_txt_cont {
        font-size: 10px;
        margin: 0;
        line-height: 1.8em;
        color: #666;
        height:43px ;
    }
    .tab_list .part .detail .date {
        line-height: 1.8em;
        color: #666
    }
    .tab_list .part .detail .date .file {
        padding-left: 0;
        font-size: 11px;
    }
    .tab_list .part .doc-img .tab_txt_cont {
        margin: 2px 0 18px;
        font-size: 12px;
    }
    .tab_list .upload-t {
        display: none
    }
    .tab_list .part .detail .g-buttons .btn-email {
        background-position: 9px center;
        line-height: 24px;
        letter-spacing: 0;
        font-size: 12px;
        padding: 0 7px 0 32px;
        margin-left: 20px;
    }
    .tabs dd.active>a,
    .tabs .tab-title.active>a {
        background: none
    }
    .tabs dd.active>a,
    .tabs .tab-title.active>a {
        font-size: 16px;
        font-weight: bold;
        border-width: 2px;
        border-bottom: 2px solid #ed8b00!important;
        letter-spacing: 1px;
    }
    .tabs dd>a,
    .tabs .tab-title>a {
        font-size: 16px;
        line-height: 42px;
        padding-top: 2px;
        /* min-width: 65px; */
        width: inherit;
        padding: 0 15px;
        letter-spacing: 1px;
    }
    .tab_right .view_all {
        display: none
    }
    .sort {
        color: #333;
    }
    .sort img,
    .sx img {
        vertical-align: middle;
        margin-right: 5px;
        filter: grayscale(1);
    }
    .sx {
        float: right;
        border-left: 1px solid #ccc;
        padding: 0 0 0 10px;
        color: #333;
        font-size: 14px;
        margin-top: 12px;
    }
    .tabs-content {
        margin-bottom: 0
    }
    .tab_list .part .detail .tab_txt_cont {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .tab_list .part .video-box {
        width: 100%;
        height: calc(100vw * 0.56);
        float: none;
        border-radius: 4px;
        position: relative;
        margin-top: 0;
    }
    .tab_list .part .video-box .video_btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 50px;
        margin-top: -23px;
        margin-left: 0;
        cursor: pointer;
        z-index: 999;
    }
    .tab_list .part .video-box:after {
        border-radius: 0;
    }
    .tab_list .part img.video {
        height: inherit;
    }
    .tab_list .part .detail .tab_txt_cont {
        font-size: 14px;
    }
    .tab_list .part .detail {
        padding-left: 20px;
        padding-bottom: 20px;
        padding-top: 25px;
    }
    .tab_list .part .detail.vid{
        padding-top: 25px;
    }
    .tab_list .part .detail.video-img {
        border-bottom: 0
    }
    .tab_list .part .detail.video-img .g-buttons {
        display: none
    }
    .tab_list .part.fst .detail {
        padding-top: 0;
        height: inherit;
        /*padding-right: 15px;*/
    }
    .tab_list .part .detail .d-t {
        margin-bottom: 6px;
    }
    .tab_list .part .detail .tab_txt_cont {
        color: #666
    }
    .tab_list .part .detail.doc-img {
        height: inherit;
        /*padding-right: 15px;*/
    }
    .tab_list .part .detail .g-buttons .btn-icon-play {
        width: 70px;
        text-align: center;
    }
    .tab_list .part .video-img {
        margin: 0
    }
    .tab_list .part .detail .d-t {
        overflow: hidden;
        font-size: 15px;
        font-weight: 500;
    }
    .tab_list .part .detail .g-buttons .btn-icon-play {
        background-size: 6px 6px
    }
    .tab_list .part .detail .g-buttons .btn-icon-play img {
        width: 10px 10px;
    }
    .tab_list .part .detail .g-buttons .btn-icon-play:before {
        content: "";
        vertical-align: middle;
        padding-right: 6px;
        margin-bottom: 0px;
        font-family: icon;
        font-size: 15px;
    }
    .tab_list .part.fst {
        padding-top: 0;
        /* margin-top: 0; */
    }
    .tab_list .part.fst .detail {
        /* padding-bottom: 20px; */
        /* padding-top: 10px; */
        padding-top: 25px;
    }
    .tab_list .part .detail.video-img {
        height: inherit;
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab_list .part.fst .detail.video-img .d-t {
        /* margin-top: 10px; */
    }
    .tab_right .tab_menu {
        display: none
    }
    .tab_list {
        height: inherit;
        padding-right: 0px
    }
    .tab_list.tab_list_doc{padding: 0 15px;}
    .btn {
        font-size: 12px;
        padding: 2px 8px;
        line-height: 20px;
        width: 90px;
    }
    .tab_list .part .detail .g-buttons .fa-envelope-o{margin-left: 5px;}
    #tab .container {
        padding-left: 0;
        padding-right: 0
    }
    .tab_list .part .detail .g-buttons .btnemail {
        padding: 0px 8px;
        line-height: 23px;
        margin-left: 10px;
        font-size: 9px;
    }
    .tab_list .part {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .tab_list .part:last-child{margin-bottom:0;}
    .tab_list .part .video-img .tab_txt_cont {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1.8em;
        /*padding: 5px 0;*/
        margin: 0;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        background-color: white;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .tab_list .part .detail .g-buttons {
        position: static;
        bottom: auto;
    }
}

.tab_sp {
    display: none;
}

@media only screen and (max-width:768px) {
    .tab_sp {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 999999;
        width: 97%;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
        margin-left: -101%;
        transition: all 0.3s;
    }
    .tab_sp .tab_menu ul {
        margin-left: 0;
    }
    .tab_sp .btn-primary-outline {
        color: #4E60EE;
        font-size: 12px;
        /*border: none;
        background-color: transparent;
        padding: 0;*/
    }
    .tab_sp .btn-primary-outline:hover {
        background-color: white
    }
    .tab_sp .view_all {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        border-bottom: 1px solid #F2F2F2;
        position: fixed;
        width: 97%;
        background: #fff;
        z-index: 999;
    }
    .tab_sp .tab_menu{
        margin-top: 50px;
    }
    .tab_sp .tab_menu ul.sub_layer1,
    .tab_sp .tab_menu ul.sub_layer2 {
        border-bottom: none;
    }
    .tab_sp .tab_menu ul.sub_layer2{padding-bottom:0}
    .tab_sp .tab_check {
        color: #4E60EE;
        font-size: 14px;
        float: right;
        line-height: 50px;
    }
    .tab_list.tab_list_doc .part .detail{
        padding-top:0;padding-bottom:0}



    .tab_list.tab_list_doc .part .limg_box{
        margin-top: 0;
        padding-bottom:0
    }



    .tab_list.tab_list_doc .part{
        padding-bottom:40px
    }

    .tab_list.tab_list_doc .part.fst{padding-top: 0;}
}
@media (max-width: 400px){
    .tabs dd>a, .tabs .tab-title>a {
        padding:0 12px;
        font-size:15px
    }
}



