.text .video {
	padding-top: 0.61rem;
	padding-bottom: 1.28rem;
}

.text .video form {
	max-width: 8rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.05rem;
	border: 0.01rem solid #DBDBDB;
	overflow: hidden;
}

.text .video form a {
	flex: 0 0 0.9rem;
	background-color: var(--c);
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	text-align: center;
}

.text .video form input {
	background: rgba(235, 235, 235, 0.47);
	line-height: 0.4rem;
	height: 0.4rem;
	padding-left: 0.2rem;
	flex: 0 0 calc(100% - 0.9rem);
}
.text .video .list_flex {
	margin-left: -0.12rem;
	margin-right: -0.12rem;
	margin-top: 0.4rem;
}
.text .video .list_flex .item {
	flex: 0 0 calc(100% / 3);
	width: calc(100% / 3);
	padding: 0 0.12rem;
	margin-bottom: 0.3rem;
}
input::-webkit-input-placeholder {
	font-size: 0.14rem;
	color: #B4B4B4;
}

input:-moz-placeholder {
	font-size: 0.14rem;
	color: #B4B4B4;
}

input::-moz-placeholder {
	font-size: 0.14rem;
	color: #B4B4B4;
}

input:-ms-input-placeholder {
	font-size: 0.14rem;
	color: #B4B4B4;
}

.text .video .container .poster_box {
	height: 2.7rem;
	position: relative;
}

.text .video .container .poster_box::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: var(--s_tran);
}

.text .video .container:hover .poster_box::after {
	background: rgba(0, 0, 0, 0.1);
}

.text .video .container .poster_box .player {
	max-width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.7;
	z-index: 3;
	transition: var(--s_tran);
}

.text .video .container:hover .player {
	opacity: 1;
}

.text .video .container {
	font-size: 0.18rem;
	color: #333333;
	transition: var(--s_tran);
}

.text .video .container:hover {
	box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(0,0,0,0.16);
}

.text .video .container .title_box {
	padding: 0.2rem 0.25rem;
	border-bottom: 0.01rem solid rgba(223, 223, 223, 1);
	transition: var(--s_tran);
}

.text .video .container .title_box p {
	line-height: 1;
}

.text .video .container:hover .title_box {
	border-bottom: 0.01rem solid var(--c);
}



.p_title {
	font-size: 0.28rem;
	color: #000000;
	border-bottom: 0.01rem solid var(--c);
	padding-bottom: 0.18rem;
	line-height: 1;
	margin-bottom: 0.2rem;
	position: relative;
}

.p_title::after{
	content: '';
	width: 0.5rem;
	height: 0.03rem;
	background: var(--g);
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.02rem;
}


.video_detail {
	padding-top: 0.6rem;
	padding-bottom: 0.86rem;
}

.video_de .title {
	text-align: center;
	font-size: 0.28rem;
	color: #333333;
}
.video_de video {
	margin: 0.5rem auto;
	display: block;
}
/* pro */

.video_de .list_flex {
	margin-left: -0.14rem;
	margin-right: -0.14rem;
}

.video_de .list_flex .item {
	padding: 0 0.14rem;
	margin-bottom: 0.28rem;
	flex: 0 0 calc(100% / 3);
}

.video_de .container {
	height: 1.8rem;
	background: #fff;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	padding-right: 0.05rem;
}

.video_de .flex_box .flex_box1 {
	flex: 0 0 1.8rem;
}

.video_de .flex_box .flex_box2 {
	flex: 0 0 0.14rem;
}

.video_de .flex_box .flex_box3 {
	max-width: 2.5rem;
}

.video_de .flex_box .flex_box1 .scale_box {
	height: 1.8rem;
}

.video_de .container .title {
	font-size: 0.14rem;
	color: #333333;
	line-height: 1;
	text-align: left;
}

.video_de .container .title::after {
	content: '';
	display: block;
	width: 0.24rem;
	height: 0.01rem;
	background: var(--c);
	margin-top: 0.11rem;
}

.video_de .num,
.video_de .size {
	line-height: 1;
	font-size: 0.14rem;
	color: #888888;
}

.video_de .num {
	margin-top: 0.13rem;
}

.video_de .size {
	margin-top: 0.1rem;
}

.video_de .more {
	font-size: 0.14rem;
	color: #FFFFFF;
	background: rgba(154, 215, 2, 1);
	line-height: 0.26rem;
	padding: 0 0.09rem;
	width: fit-content;
	margin-top: 0.16rem;
}

.video_de .more::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.09rem;
	background: url('../img/index/i11.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-left: 0.07rem;
	vertical-align: 0.01rem;
}

.video_de .content {
	display: none;
}

.video_de .content.active {
	display: block;
}


@media (max-width:768px) {
    .text .video form input {
        height: 40px;
        font-size: 12px;
        flex: 0 0 80%;
    }
    input::-webkit-input-placeholder {
	    font-size: 12px;
	    color: #B4B4B4;
    }

    input:-moz-placeholder {
	    font-size: 12px;
	    color: #B4B4B4;
    }

    input::-moz-placeholder {
	    font-size: 12px;
	    color: #B4B4B4;
    }

    input:-ms-input-placeholder {
	    font-size: 12px;
	    color: #B4B4B4;
    }
    .text .video form a {
        line-height: 40px;
        flex: 0 0 20%;
        font-size: 12px;
    }
    .text .video .container .title_box p {
        font-size: 12px;
    }
    .text .video .list_flex .item {
        flex: 0 0 50%;
        width: 50%;
    }
}
