* {
	padding: 0;
	margin: 0;
}

input {
	cursor: pointer;
}

a {
	text-decoration: none;
	cursor: pointer;
}

video {
	outline: none;
	cursor: pointer;
}

.downloadCount, .downloadVideo {
	cursor: pointer;
}

.a_1 {
	/* background: #BC0008; */
	color: red;
}

.btn-yes {
	cursor: pointer;
}

/* loading等待 */
.loading_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.2);
}

.weui-toast {
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 6;
	text-align: center;
}

.loading {
	animation: rotate 1.5s linear infinite;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(359deg)
	}
}

@-o-keyframes rotate {
	from {
		-o-transform: rotate(0deg)
	}

	to {
		-o-transform: rotate(359deg)
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

/* loading等待end */

#login a {
	display: flex;
	align-items: center;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.hide {
	display: none !important;
}

ul li,
ol li {
	list-style: none;
	cursor: pointer;
}

input {
	outline: none;
	border: none;
}

.s_btn {
	cursor: pointer;
}

.deyu_wrap {
	width: 100%;
	height: 100%;
	/* background: #fff; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	box-sizing: border-box;
}

.b_img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url(../image/36.jpg);
	background-image: 100% 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.nav_change ul li a {
	color: #fff;
}

.int {

	margin-right: 15px;
}

.next_s_del .n_img {
	width: 900px;
	height: 600px;
	margin: 40px auto;
	display: none;

}

.more {
	cursor: pointer;
}

@media screen and (max-width: 1550px) {

	/*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
	.logo {
		position: absolute;
		top: 45px;
		/* left: 150px; */
		left: 17%;
		width: 489px;
	}

	.nav_det .nav_search {
		height: 140px;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 1550px) {

	/*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
	.nav_top {
		display: flex;
		justify-content: flex-end;
		/*margin-right: 9.5%;*/
	}
}

.maskes,
.mask,
.masks,
.fails {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3333;
	z-index: 1000;
	/* display: none; */
}

.fails {
	display: none;
}

.success,
.successes,
.fail {
	padding: 20px 40px!important;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px #999;
	z-index: 99;
}

.fail {
	padding: 0 10px;
}

.success p,
.successes p,
.fail p {
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	    /* padding-top:  3%; */
}

.succ_btn,
.succ_btnes,
.fail_btn,
.f_btns,.net_quxiao {
	text-align: center;
	background: #669DF6;
	line-height: 32px;
	color: #fff;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer;
	padding: 0 10px;
	font-size: 16px;
}

.net,
.netes {
	display: flex;
	justify-content: flex-end;
}

.net1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
	margin-top: 10px;
}

.share_info{
	position: absolute;
	background: #FFFFFF;
	width: 500px;
	right: 0;
	z-index: 10000000000000;
	top: 100%;
	box-shadow: #CCCCCC 0px 0px 10px 0px;
	border-radius: 16px;
}

.share_info_none{
	width: 0;
	height: 0;
	overflow: hidden;
}

.share_info .share_info_top{
	padding: 16px 24px 14px 24px;
	border-bottom: 2px solid #ece9e9;
}
.share_info .share_info_top .share_info_top_title{
	font-size: 14px;
	color: #e6030b;
	font-weight: bold;
	line-height: 24px;
}
.share_info .share_info_top .share_info_top_desc{
	font-size: 14px;
	line-height: 28px;
	padding-top: 8px;
	white-space: nowrap;          /* 防止文本换行 */
	overflow: hidden;             /* 隐藏溢出内容 */
	text-overflow: ellipsis;      /* 使用省略号表示溢出的文本 */
}
.share_info .share_info_bottom{
	padding: 16px 24px 14px 24px;
}
.share_info .share_info_bottom .share_info_bottom_title{
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	padding-bottom: 8px;
}

.share_info .share_info_bottom  .share_info_bottom_title_t{
	padding-top: 10px;
}

.share_info .share_info_bottom .share_info_time_select{
	display: flex;
	padding-bottom: 10px;
}
.share_info .share_info_bottom .share_info_time_select .share_info_time_li{
	line-height: 34px;
	font-size: 14px;
	padding: 0 16px;
	background: #CCCCCC;
	margin-right: 10px;
	cursor: pointer;
}
.share_info .share_info_bottom .share_info_time_select .share_info_time_on{
	background: #FF7878;
	color: #FFFFFF;
}

.share_info .share_info_bottom .share_info_bottom_picker{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ece9e9;
	border-radius: 4px;
	padding: 4px 12px;
	cursor: pointer;
	height: 30px;
}

.share_info .share_info_bottom .share_info_bottom_picker span{
	font-size: 13px;
	display: inline-block;
	line-height: 24px;
}

.share_info .share_info_bottom .share_info_bottom_picker .time_value{
	font-size: 13px;
	display: flex;
	line-height: 24px;
}
.share_info .share_info_bottom .share_info_bottom_picker .dasheds{
	padding:0 6px;
}
.share_info .share_info_bottom .share_info_bottom_picker img{
	width: 14px;
	height: 14px;
}
.share_info .share_info_bottom .share_info_bottom_picker_select{
	display: flex;
	background: #FFEFEF;
	padding: 4px 12px;
	margin: 10px 0 0 0;
}
.share_info .share_info_bottom .share_info_bottom_picker_select .left_ul .left_li{
	font-size: 12px;
	line-height: 24px;
	cursor: pointer;
	color:#888888;
}
.share_info .share_info_bottom .share_info_bottom_picker_select .left_ul .left_on{
	font-weight: bold;
	color:#000000;
}
.share_info .share_info_bottom .share_info_bottom_picker_select .right_ul{
	padding-left: 50px;
}
.share_info .share_info_bottom .share_info_bottom_picker_select .right_ul span{
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.share_info .share_info_bottom .share_info_bottom_picker_select .right_ul p{
	line-height: 24px;
	color: red;
	font-size: 12px;
}
.share_info .share_info_bottom .share_info_bottom_picker_select .right_ul .right_li{
	font-size: 12px;
	line-height: 24px;
	cursor: pointer;
	color:#888888;
}
.share_info .share_info_bottom .share_info_bottom_picker_select .right_ul .right_on{
	font-weight: bold;
	color:#000000;
}
.share_info .share_info_bottom .share_info_bottom_picker_select .right_ul input{
	height: 34px;
	display: block;
	width: 260px;
	line-height: 34px;
	font-size: 13px;
	padding: 0 8px;
}
.share_info .share_info_bottom .share_info_bottom_copy{
	cursor: pointer;
	background: #BB0007;
	line-height: 38px;
	font-size: 13px;
	width: 200px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 100px;
	margin: 16px auto 6px auto;
}

.link_sx_toast{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000080;
	z-index: 10000000000000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.link_sx_toast .img_text{
	background: #FFFFFF;
	width: 400px;
	border-radius: 20px;
	padding: 24px;
}
.link_sx_toast .img_text img{
	width: 100%;
	height: auto;
}
.link_sx_toast .img_text p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 24px 18px 50px 18px;
	line-height: 34px;
}
.link_sx_toast .close_btn{
	width: 34px;
	height: 34px;
	cursor: pointer;
	margin: 16px auto;
}
.link_sx_toast .close_btn img{}

.link_select_toast{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000080;
	z-index: 10000000000000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.link_select_toast .top_main{
	background: #FFFFFF;
	width: 400px;
	border-radius: 20px;
	padding: 24px 50px;
	/*height: 44px;*/
}
.link_select_toast .top_main .img_text{
	display: flex;
	position:relative;
}
.link_select_toast .top_main .img_text img{
	width: 100%;
	height: auto;
}
.link_select_toast .top_main .img_text p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	transform: translateY(-10px);
}

.link_select_toast .top_main .picker_s{
	width: 300px;
	margin: 20px auto 0 auto;
	position: relative;
}
.link_select_toast .top_main .picker_s .picker_title{
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	padding-bottom: 8px;
}
.link_select_toast .top_main .picker_s .input_s{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ece9e9;
	border-radius: 4px;
	padding: 4px 12px;
	cursor: pointer;
	height: 30px;
}
.link_select_toast .top_main .picker_s .input_s span{
	font-size: 13px;
	display: inline-block;
	line-height: 24px;
}
.link_select_toast .top_main .picker_s #fruit{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor:pointer;
}

.link_select_toast .top_main .picker_s .input_s img{
	width: 14px;
	height: 14px;
}
.link_select_toast .top_main .picker_s .input_st{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ece9e9;
	border-radius: 4px;
	padding: 4px 12px;
	cursor: pointer;
	height: 30px;
}
.link_select_toast .top_main .picker_s .input_st input{
	flex: 1;
}

.link_select_toast .top_main .confirm_btn{
	cursor: pointer;
	background: #BB0007;
	line-height: 38px;
	font-size: 13px;
	width: 200px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 100px;
	margin: 46px auto 30px auto;
}
.link_select_toast .close_btn{
	width: 34px;
	height: 34px;
	cursor: pointer;
	margin: 16px auto;
	display: none;
}

.fine_d_det_right{
	display: flex;
	align-items: center;
	position: relative;
}

.fine_d_det_right .share{
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.fine_d_det_right .share span{
	display: inline-block;
	padding-right: 6px;
}

.fine_d_det_right .share img{
	width: 25px;
	height: 25px;
}