.more{
    width: 1200px;
    margin: 0 auto;
}
.pin{
    font-size: 33px;
    text-align: center;
    margin-top: 37px;
    margin-bottom: 51px;
}
.video_container {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.video_p {
    text-align: center;
    font-size: 20px;
    color: #6d6d78;
    line-height: 54px;
}
.video li{
    width: 389px;
    margin: 0 5px 15px 5px;
    float: left;
    position: relative;
	height:272px;
}
.video p{
    text-align: center;
    font-size: 20px;
    color: #6d6d78;
    line-height: 54px;
}
.video .play{
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -36.5px;
	cursor:pointer;
}
.video .plays{
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
	cursor:pointer;
    transform: translate(-50%, -50%);
}
.video .new.section{
	float:left;
	width:1210px;
}
.more-video ,.s{
    border:1px solid #6d6d78;
    width: 193px;
    text-align: center;
    margin: 0 auto;
    line-height: 56px;
    color: #6d6d78;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 37px;
    margin-bottom: 71px;
}
.mask {
    background: rgba(64, 64, 64, 0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: none;
    z-index: 999;
}
.picbox {
	position: fixed;
    width: 80%;
    height: 80%;
    z-index: 9999;
    left: 10%;
    top: 5%;
    text-align: center;
    display: none;
    pointer-events: unset;
}
.closed {
    position: absolute;
    right: 44px;
    top: -57.28px;
    color: #fff;
    font-size: 14px;
    pointer-events: auto;
}
.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    pointer-events: auto;
    z-index: 99;
	cursor:pointer;
}