* {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    touch-action: manipulation;

    -ms-touch-action: manipulation;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    /*background-color: #eee;*/
    height: 100%;
    width: 100%;
    background-color: rgb(211, 248, 254);
    min-width: 300px;
    background-image: url("/static/image/background1.png");
}

h4 h5 {
    color: #3a3333;
}
img{
  vertical-align: bottom
}
header {
    width: 100%;
    background-color: #144DB2;
}

header a {
    text-decoration: none;
}

.header-active {
    position: fixed;
    z-index: 99;
}

.html-body-active {
    overflow: hidden;
}

.header {
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    max-width: 1200px;
    color: white;
    height: 50px;
    text-align: center;
    position: relative;
}

.header .home {
    width: 50px;
    height: 100%;
    background: url("/static/image/home.svg") no-repeat;
    background-size: 35px;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.header .home:active {
    -webkit-animation: rotate-center 0.3s ease-in-out both;
    animation: rotate-center 0.3s ease-in-out both;
}

.header .logo {
    position: absolute;
    top: 0;
    left: 48px;
    right: 40px;
    bottom: 0;
    height: 100%;
}

.header .logo a {
    max-width: 275px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    background: url("/static/image/logo.png") no-repeat;
    background-size: 81%;
    background-position: 50% 50%;
    -webkit-animation: tada 1s;
    animation: tada 1s;
    /*display: flex;*/
    /*align-items: center;*/
}

.header .logo a {
    -webkit-animation: tada 1s;
    animation: tada 1s;
}
.header .logo a img{
    width: 81%;
    height: 73%;
    display: block;
    margin: 0 auto;
}

.header .menu {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header #menu:active {
    -webkit-animation: rotate-center 0.3s ease-in-out both;
    animation: rotate-center 0.3s ease-in-out both;
}

.header .menu img {
    width: 35px;
    height: 35px;
}

@media only screen and (max-width: 550px) {
    .header #menu-list {
        position: fixed;
        top: 50px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #00ACED;
        display: none;
        z-index: 99;
        overflow: hidden;
        padding-top: 20px;
    }

    .header #menu-list a {
        float: left;
        width: 50%;
        height: 30%;
        display: block;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
    }

    .header #menu-list .a-content {
        width: 80%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .header #menu-list .a-content img {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .header #menu-list .a-content p {
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        color: aliceblue;
    }
}

@media only screen and (min-width: 550px) {
    .header-active {
        position: relative;
        z-index: 9;
    }

    .html-body-active {
        overflow: unset;
    }

    .header #menu-list {
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
        z-index: 99;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.47);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.47);
    }

    .header #menu-list a {
        width: 116px;
        line-height: 45px;
        font-size: 18px;
        background-color: #ffffff;
        display: block;
        cursor: pointer;
        position: relative;
        color: #333333;
        text-align: left;
    }

    .header #menu-list a:active {
        background-color: #dddddd;
    }

    .header #menu-list a .a-content img {
        display: none;
    }

    .header #menu-list a .a-content p {
        text-align: center;
    }
}

.main {
    width: 100%;
    width: 100vw;
    max-width: 1201px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.more {
    text-align: center;
    height: 2.25rem;
    text-align: center;
    line-height: 2.25rem;
    color: #ffffff;
    background: url("/static/image/more_bg.png") no-repeat center;
    background-size: 90%;
}

.video-view {
    width: 100%;
    flex: 1;
    max-width: 900px;
}

#more-video {
    width: 100%;
    width: 100vw;
    max-width: 900px;
}

.playBtn {
    width: 75px;
    height: 75px;
    background: url('/static/image/play_button.png') no-repeat 100% 100% !important;;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.video-item .video-cover {
    width: 100%;
}

.video-item {
    position: relative;
    margin-top: 10px;
    width: 100%;
    min-height: 80px;
    background: #ffffff;
}

.video-item img {
    display: none;
}

.loading-img {
    width: 100%;
    height: 100%;
    background-image: url("/static/image/pt_loading.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    display: block;
}

.loading-span {
    display: block;
    width: 100%;
    text-align: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    bottom: 5%;
    /* margin-bottom: 2px; */
}

.img-box {
    position: relative;
}

.play-btn {
    position: absolute;
    width: 30% !important;
    height: auto !important;
    max-width: 80px !important;
    max-height: 80px !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    /*display: none!important;*/
}

.video-list {
    width: 100%;
}

.detail-title, .video-title {
    padding: 4px;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title {
    height: 56px;
    /*background: #fff;*/
    padding: 0px 16px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
#loading_index{
    animation: circle infinite 0.75s linear;
    transform-origin: 50% 57%;
}
@keyframes circle {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
}
/***/
/*.title img {*/
/*    height: 100%;*/
/*    border-radius: 50%;*/
/*    margin: 0 20px;*/
/*    padding: 3px;*/
/*}*/

.btn-center-content{
    display: flex;
    align-items: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .video-list {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 900px) {
    /* .video-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .video-item {
        padding: 3px 3px 0 3px;
        box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    }*/

    .video-item, .video-cover {
        width: 96%;
        border-radius: 10px;
    } 

    .img-box {
        min-height: calc((96vw - 10px) * 0.56);
        max-height: calc((96vw - 10px) * 0.56) ;
    }
}

@media only screen and (min-width: 901px) {
    #more-video {
        width: 280px;
        margin-left: 5px;
        /* max-height: calc(100vh - 68px); */
    }

    .videoBody .video-item {
        height: 180px;
        height: 180px;
        padding: 5px 5px 0 5px;
        box-sizing: border-box;
        border-radius: 8px;
        box-shadow: 4px 4px rgba(0, 0, 0, 0.1);
    }

    .videoBody .video-item img {
        overflow: hidden;
    }

    .video-js .vjs-big-play-button {
        transform: scale(1.7);
    }

    .more {
        display: none;
    }

    .header {
        height: 58px;
    }

    .img-box {
        min-height: calc(270px * 0.56);
        border-radius: 6px;
        overflow: hidden;
    }
}

@-webkit-keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.rotate-scale-up {
    -webkit-animation: rotate-scale-up 1.8s linear infinite both;
    animation: rotate-scale-up 1.8s linear infinite both;
}
