a {
    color: #1a73e8;
    text-decoration: none;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}

.header2 {
    color: #3b4238;
    font-family: inherit;
    font-weight: 600;
    margin: 0 0 15px;
    text-rendering: optimizeLegibility;
    text-shadow: 0 1px 0 #fff;
    font-size: 24px;
    line-height: 30px;
}

.header2 a {
    color: #3d3d3d;
    font-size: 60%;
    line-height: 295%;
}

.header2 .title {
    font-size: unset;
    line-height: unset;
}

.float-right{
    float: right;
}

.clearfix {
    clear: both;
}


[class*=" icon-"]:before,[class^=icon-]:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: fontello;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

/* video breadcrumb */

.video-breadcrumb .breadcrumb {
    margin: 20px 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.video-breadcrumb .breadcrumb i {
    font-size: 15px;
}
.video-breadcrumb .breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.video-breadcrumb .breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.video-breadcrumb .breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.video {
    font-size: .8em;
    line-height: 1.4em;
    position: relative;
    z-index: 1
}

.video .video-tip {
    background-color: rgba(0,0,0,.18);
    background-image: linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.3));
    background-repeat: repeat-x;
    box-shadow: inset 0 1px hsla(0,0%,100%,.5),0 2px 2px hsla(94,9%,48%,.5);
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    transition: all .3s;
    border: 0;
    border-radius: 0
}

.video .video-tip:before {
    background: rgba(0,0,0,.7);
    border-radius: 4px;
    color: #fff;
    font-size: 42px;
    height: auto;
    left: 50%;
    margin-top: -25px;
    padding: 5px;
    position: absolute;
    text-shadow: 0 2px 2px rgba(0,0,0,.4);
    top: 50%;
    line-height: 41px;
    margin-left: -35px;
    width: 65px
}

.video .video-tip:hover {
    background-color: rgba(0,0,0,.13);
    background-image: linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.25));
    background-repeat: repeat-x;
    box-shadow: inset 0 1px hsla(0,0%,100%,.5),0 2px 2px hsla(94,9%,48%,.5)
}

.video .video-tip:hover:before {
    text-shadow: 0 2px 2px rgba(0,0,0,.4),0 0 10px hsla(0,0%,100%,.4)
}

.video .video-tip:active:before {
    margin-top: -24px
}

.video .video-tip img {
    position: relative;
    width: 100%;
    z-index: -1;
    border-radius: 2px;
}


.video.video-type-sm:nth-child(3n+3) {
    padding-right: 0!important
}

.video.video-type-lg {
    float: left;
    margin-right: 3%;
    width: 30%
}

.header2 .title{
    font-size: 24px;
}


.video-category {
margin-top:15px;
}

.video.video-type-lg .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    height:48px;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /
}

.video.video-type-lg .rating {
    display: inline-block
}

.video.video-type-lg .description {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    line-height: 24px;
    height:48px;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /
}

.video.video-type-lg:nth-child(3n+3) {
    margin-right: 0
}


/* 瑙嗛鎺ㄨ崘鍧?*/
.video-recommend-block {
    margin-bottom: 20px;
    border-radius: 4px;
}

.recommend-video-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.recommend-category:after {
    content: "";
    display: block;
    clear: both;
}


/* 瑙嗛鎺ㄨ崘宸﹁竟鍖哄煙 */
.recommend-left {
    padding: 2% 2% 1.4%;
}

.recommend-left  .recommend-video{
    position : relative;
    padding-bottom : 56%;
}

.recommend-left  .recommend-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.recommend-left .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
}

.recommend-left .description {
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-top: 3px;
}


.recommend-right {
    padding: 2% 2% 1.4%;
}

.recommend-right .video {
    font-weight: 700;
    padding: 0 5% 0 0 ;
}

.recommend-right .video a{
    font-size: 12px;
}

.recommend-right .video .video-tip {
    margin-bottom: 8px
}



/********** video detail  **********/
.video-detail-block {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.video-detail-block .video-detail-contianer {
    position : relative;
    padding-bottom : 56%;
}

.video-detail-block .video-detail-contianer iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-detail-title {
    color: #3b4238;
    font-family: inherit;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    text-shadow: 0 1px 0 #fff;
    font-size: 30px;
    line-height: 35px;
    margin: 6px 0 10px;
}

.video-detail-block-left {
    width: 70%;
    border: 1px solid #dbdfd8;
    border-radius: 4px;
}

.video-detail-block-right {
    font-weight: 700;
    width: 29%;
    display: flex;
    position: absolute;
    right: 0;
    flex-direction: column;
    height: 100%;
}



.video-detail-block-right .header{
    font-size: 18px;
    line-height: 20px;
    color: #3b4238;
    font-family: inherit;
    font-weight: 600;
    margin: 0 0 15px;
    text-rendering: optimizeLegibility;
    text-shadow: 0 1px 0 #fff;
}

.recommend-product-container {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid #dbdfd8;
    border-radius: 4px;
}

.recommend-product-container .recommend-product-info {
    align-items: center;
    border-bottom: 1px solid #dbdfd8;
    box-sizing: border-box;
    display: flex;
    margin-bottom: -1px;
    overflow: hidden;
    padding: .5em;
    text-align: left
}


@media(max-width: 499px),(min-width:946px) {
    .recommend-product-container .recommend-product-info {
        flex:1 1 auto;
    }
}

@media(min-width: 500px) and (max-width:945px) {
    .recommend-product-container .recommend-product-info {
        border-right:1px solid #dbdfd8;
    }
}

@media(min-width: 500px) and (max-width:699px) {
    .recommend-product-container .recommend-product-info {
        width:50%
    }

    .recommend-product-container .recommend-product-info:nth-child(2n) {
        border-right-color: transparent
    }
}

@media(min-width: 700px) and (max-width:945px) {
    .recommend-product-container .recommend-product-info {
        width:33%
    }

    .recommend-product-container .recommend-product-info:nth-child(3n) {
        border-right-color: transparent
    }
}

.recommend-product-container .product-image {
    flex: 0 0 auto;
    float: left;
    margin: 0 .5em 0 0
}

.recommend-product-container .product-image img {
    width: 70px
}

.recommend-product-container .product-title {
    font-size: .9em
}

@media(max-width: 499px),(min-width:946px) {
    .recommend-product-container .product-title {
        height:auto
    }
}

.recommend-product-container .pricing {
    margin: 5px 0
}

.recommend-product-container .pricing .price {
    font-size: 1.1em;
    text-align: left;
    margin: 4px 0;
}

.recommend-product-container .pricing  .btn-add-cart {
    cursor: pointer;
    background: #1a73e8;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 4px 8px;
    text-align: center;
    vertical-align: middle;
    right: 0;
}

@media (max-width:945px) {
    .video-detail-block{
        display: flex;
        flex-direction: column;
    }

    .video-detail-block-left {
        width: 100%;
        border: 0;
    }

    .video-detail-block-right {
        position: relative;
        margin-top: 20px;
        width: 100%;
    }

}

@media(min-width: 0px) and (max-width:599px) {
    .video.video-type-lg {
        float:none;
        margin-right: 0;
        width: 100%
    }

    .recommend-video-container {
        flex-direction:column;
    }
    .recommend-right-category {
        flex-direction:column;
    }
    .recommend-right .video {
        padding: 0;
    }
}

@media only screen and (min-width: 600px) and (max-width:945px) {
    .recommend-product-info {
        padding:20px 14px;
    }
}

@media(min-width: 768px) {
    .video-recommend-block{
        border: 1px solid #dbdfd8;
        display: flex;
    }

    .recommend-left {
        width: 48%;
    }

    .recommend-right {
        width: 51%;
        display: flex;
        flex-direction: column;
        height: auto !important;
        justify-content: space-around;
    }
}

@media(min-width: 946px) {
    .recommend-product-container {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        flex: 0 1 auto;
        min-height: 125px;
        overflow-y: auto;
        border: 1px solid #dbdfd8;
        border-radius: 4px;
    }


    .recommend-product-container .recommend-product-info {
        align-items: center;
        border-bottom: 1px solid #dbdfd8;
        box-sizing: border-box;
        display: flex;
        margin-bottom: -1px;
        overflow: hidden;
        padding: .5em;
        text-align: left
    }
}


@font-face {
    font-display: swap;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    src: url(./fontello.eot);
    src: url(./fontello.eot#iefix) format("embedded-opentype"),url(./fontello.ttf) format("truetype")
}


.icon-play:before {
    content: "\e871"
}

.icon-play-circled:before {
    content: "\e810"
}