初始样式*/ html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
html {
	font-family: "microsoft yahei";
	font-weight: 500;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

strong {
	font-weight: normal;
}

ul,
ol {
	padding: 0;
	list-style: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

body {
	background-color: #f6f8fc;
}



/*初始样式结束*/



/*2.1新加头部*/
.navigation_line {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #ff5b59;
	display: none;
}

.top_navigation {
	width: 100%;
	height: 30px;
	background-color: #f6f6f6;

}

.top_navigation_content {
	width: 1200px;
	margin: 0 auto;
}

.top_left {
	font-size: 12px;
	float: left;
	color: #333;
	line-height: 30px;
}

.top_right {
	float: right;
	font-size: 12px;
	color: #333;
	line-height: 30px;
}

.wx_icon {
	margin-top: 8px;
	float: left;
	margin-right: 4px;
}

.identity {
	float: right;
	font-size: 12px;
	color: #333;
	line-height: 35px;
	margin-left: 30px;
}


/*新创建活动*/
.found_box {
	width: 1200px;
	margin: 0 auto;
	/* padding-top: 25px; */
	padding-bottom: 30px;
}

.fond_head {
	font-size: 18px;
	font-weight: 700;
	color: #666;
}

.fond_head1 {
	font-size: 14px;
	color: #333;
	margin-top: 25px;
}

.iphonex_box {
	width: 335px;
	height: 655px;
	background: url(../img/iphoneX.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.sm_iphonex_box {
	width: 335px;
	height: 655px;
	background: url(../img/iphoneX.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

/* .new_frame{
		width: 321px;
		height: 568px;
		position: absolute;
		left: 7px;
		top: 80px;
		border-radius: 0 0 36px 37px;
	} */
/* .sm_new_frame{
		width: 321px;
		height: 568px;
		position: absolute;
		left: 7px;
		top: 80px;
		border-radius: 0 0 36px 37px;
	} */

/* .new_iphone_title{

		    position: absolute;
		    width: 200px;
		    top: 49px;
			left: 77px;
		    text-align: center;
		    color: #585858;
		    font-size: 14px;
		    overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap;
	} */
.found_left {

	width: 340px;
	float: left;

}

.xg_preview {
	font-size: 16px;
	color: #3e4149;
	font-weight: 700;
	margin-left: 153px;
	margin-bottom: 30px;
}

.found_content_box {
	margin-top: 20px;
}

.found_right {
	width: 670px;
	float: right;
	min-height: 800px;




}

.chuangjian_box {
	width: 840px;
	float: right;
	background: #fff;
}

.top1 {
	top: 0;
	position: fixed;
}

.activity_set {
	font-size: 16px;
	color: #3e4149;
	font-weight: 700;

	margin-bottom: 30px;
	text-align: center;


}

.activity_box {
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
	/* padding-bottom:30px; */
}

.activity_content {
	width: 792px;
	margin: 0 auto;
	padding-top: 20px;
}

.activity_name {
	color: #333333;
	font-size: 14px;
	font-weight: 700;
}

.activity_input {
	width: 779px;
	padding-left: 10px;
	border: 1px solid #e8e8e8;
	height: 40px;
	border-radius: 2px;
	background: none;
	outline: none;
	margin-top: 10px;
	transition: 0.4s;
}

.activity_input:focus {
	border: 1px solid #4579FF;
}

.activity_line {
	width: calc(100% + 48px);
	height: 1px;
	background: #e3dede;
	margin-top: 15px;
	position: relative;
	left: -24px;
}

.preview_btn {
	width: 120px;
	height: 35px;
	text-align: center;
	border-radius: 2px;
	line-height: 35px;
	background: #dddddd;
	color: #333;
	margin-left: 132px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 14px;
}

.preview_btn:hover {
	background: #a09d9d;
}

.activity_time {
	color: #333333;
	font-size: 14px;
	margin-top: 20px;
	font-weight: 700;
}

.activity_time_box {
	margin-top: 15px;
}

.time_input {
	width: 200px;
	padding-left: 10px;
	border: 1px solid #e8e8e8;
	height: 30px;
	border-radius: 2px;
	background: none;
	outline: none;
	margin-top: 10px;
}

.gongnengqu_box {
	width: 100%;
	height: 340px;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	margin-top: 10px;
}

.gongnengqu_title {
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	color: #333;
	background: #f0f0f0;
}

.style_box {
	margin-top: 10px;
}

.style_every {
	width: 35px;
	height: 35px;
	border-radius: 4px;
	position: relative;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	margin-top: 5px;
}

.style_every input {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	top: 0px;
	left: 0;
	cursor: pointer;
}

.style_every img {
	position: absolute;
	top: 10px;
	left: 7px;


}

.style_every1 {
	width: 35px;
	height: 35px;
	border-radius: 4px;
	position: relative;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	margin-top: 5px;
}

.style_every1 input {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	top: 0px;
	left: 0;
	cursor: pointer;
}

.piaofu_img {
	width: 35px;
	height: 35px;
	float: left;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #333;
	margin-right: 10px;
	border-radius: 2px;

}

.border {
	border-color: #ff5c5a;
}

.piaofu_img img {
	width: 28px;
	height: 28px;
	margin-top: 3px;

}

.piaofu_box {
	margin-top: 10px;

}

.music_link {
	width: 88%;
	height: 40px;
	border: solid 1px #e8e8e8;
	border-radius: 2px;
	margin-top: 10px;
	padding-left: 10px;
	transition: 0.4s;
}

.music_link:focus {
	border: 1px solid #4579FF;
}

.ticket_box {
	margin-top: 10px;
}

.ticket_input {
	width: 100px;
	padding-left: 10px;
	height: 40px;
	background: none;
	outline: none;
	border: solid 1px #e8e8e8;
	border-radius: 2px;
	margin: 0 4px;
	transition: 0.4s;
}

.ticket_input:focus {
	border: 1px solid #4579FF;
}

.liulan_input {
	width: 80px;
	padding-left: 10px;
	height: 40px;
	background: none;
	outline: none;
	border: solid 1px #e8e8e8;
	border-radius: 2px;
	margin: 0 10px 0 4px;
	transition: 0.4s;
}

.liulan_input:focus {
	border: 1px solid #4579FF;
}

.gift_title {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.every_gift {
	width: 150px;
	height: 170px;
	background: #fcfcfc;
	border: solid 1px #f0f0f0;
	border-radius: 6px;
	padding-top: 18px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.gift_img {
	width: 50px;
	margin: 0 auto;
}

.gift_img img {
	width: 100%;
}

.gift_name {
	text-align: center;
	color: #333;
	font-size: 14px;
}

.liwu_number {
	width: 121px;
	margin: 10px 0 0 26px;
}

.money_input {
	width: 60px;
	text-align: center;

	height: 30px;
	background: #fff;
	outline: none;
	border: solid 1px #e8e8e8;
	border-radius: 2px;
}

.fabu_btn img {
	float: left;
	margin-top: 12px;
	margin-left: 170px;
	margin-right: 10px;
}

/*创建成功*/
.found_succed {
	width: 1100px;
	margin: 0 auto;
	height: 400px;
	padding-top: 200px;
}

.succed_img {
	width: 210px;
	margin: 0 auto;
}

.succed_img img {
	width: 100%;
}

.found_huodong_name {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.back_btn {
	width: 200px;
	height: 38px;
	border-radius: 2px;
	background: #4579FF;
	color: #fff;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	margin: 40px auto 0;
}

/*新常见问题*/
.new_porblem {
	width: 1100px;
	margin: 0 auto;
}

.porblem_banner {
	width: 100%;
	cursor: pointer;
}

.porblem_banner img {
	width: 100%;
	display: block;
}

.problem_box {
	width: 100%;
	background: #fff;
	margin-top: 20px;
	min-height: 500px;
	padding-bottom: 30px;
}

.problem_content {
	width: 1050px;
	margin: 0 auto;
	padding-top: 30px;
}

.content_head {
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;

}

.every_problem {
	width: 230px;
	height: 120px;
	border-radius: 2px;
	font-size: 16px;

	line-height: 120px;
	text-align: center;
	background: #f5f6f9;
	color: #333;
	float: left;
	margin: 15px;
	cursor: pointer;
}

.problem_nva {
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}

.problem_left_box {
	width: 200px;
	min-height: 740px;
	background: #fff;
	margin-bottom: 50px;
	margin-top: 20px;
	padding-top: 20px;
	float: left;
}

.problem_left_head {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	text-align: center;

}

.problem_line {
	width: 170px;
	margin: 10px auto 0;
	height: 1px;
	background: #f1f3f7;
}

.problem_list {
	list-style: disc;
	font-size: 14px;
	color: #333;
	margin-left: 50px;
	line-height: 45px;
	cursor: pointer;
}

.problem_list_box:hover {
	background: #e0dcdc;
}

.problem_right_box {
	width: 880px;
	min-height: 740px;
	background: #fff;
	margin-bottom: 50px;
	margin-top: 20px;
	padding-top: 40px;
	float: right;
}

.problem_right_title {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: 700;
}

.problem_right_time {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.problem_right_content {
	width: 785px;
	margin: 0 auto;
}

/*关于我们*/
.about_txt {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.ewm_box {
	width: 270px;
	margin: 50px auto 0;
}

.ewm_title {
	text-align: center;
	font-size: 16px;
	color: #333;
}

.ewm_txt {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 15px;
}

.ewm_img {
	width: 170px;
	height: 170px;
	border: 1px solid #ccc;
	margin: 15px auto 0;

}

.ewm_img img {
	width: 160px;
	height: 160px;

	margin: 5px;
	display: block;
}

.ewm_qq {
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
}

.kefu_mail {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
}


/*导航2*/
.nav_two {
	width: 100%;
	height: 30px;
	background: #30343c;
}

.nav_two_content {
	width: 1100px;
	margin: 0 auto;
}

.nav_two_logo {
	float: left;
	margin-top: 5px;
}

.two_navbox {
	margin-left: 10px;
	float: left;
}

.two_navbox li {
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	float: left;
	margin-left: 50px;
}

.nav_two_right {
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
}


.ul_pics li {
	float: left;

}

.ul_pics {
	float: left;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.delect {
	position: absolute;
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #000;
	background-color: #4579FF;
	color: #fff;
	transition: .5s;
	cursor: pointer;
	bottom: 0;


}


.demo {
	width: auto;
	margin-top: 5px;
	display: inline-flex;
	flex-wrap: wrap;
	vertical-align: bottom;

}

.upImg {
	position: relative;
}

.upImgblock {
	display: block !important;
}

.upImg .fuzi {
	position: absolute;
	display: block;
	color: #5c5c5c;
	bottom: 11px;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.ul_pics {
	display: flex;
	justify-content: space-between;
}

.gift_box {
	position: relative;
}

.zadan_zhezhao {
	width: 100%;
	height: 100%;
	background: rgba(000, 000, 000, 0.7);
	position: absolute;
	top: 2px;
	text-align: center;

	color: #fff;
	font-size: 16px;
}

.kaiqi_btn {
	width: 100px;
	height: 35px;
	border-radius: 2px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	background: #4579FF;
	margin: 40px auto 0;
	cursor: pointer;
}

.activity_set {
	width: 660px;
	text-align: center;
	float: right;
}

/* #ks_idcode_btn{
       width: 80px;
	height: 35px;
	border-radius: 4px;
	border: solid 1px #4579FF;
	outline: none;
	background: none;
	text-align: center;
	font-size: 12px;
	color: #4579FF;
	margin-left: 10px;
	cursor: pointer;
	    padding-left:1px;

    } */
#ks_checked {
	position: absolute;
	width: 15px;
	height: 15px;
	top: -1px;
	left: -3px;
	cursor: pointer;
	opacity: 0;
}

.fabu_btn {
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #4579FF;
	color: #fff;
	text-align: center;
	font-size: 14px;
	/* margin: 30px 0 0 430px; */
	cursor: pointer;
	border-radius: 20px;
	/* margin-bottom:40px; */
	/* display: none; */
	margin: 0 auto;
	margin-top: 8px;


}

.fabu_btn img {
	float: left;
	margin-top: 16px;
	margin-left: 170px;
	margin-right: 10px;
}

.aoteman {
	width: 840px;
	position: fixed;
	bottom: 0;
	height: 55px;
	background: #fff;
	box-shadow: 1px 1px 20px rgb(51 51 51 / 30%);
	z-index: 200;
}

.nextStepBtn:hover {
	background-color: mediumpurple;
}


/*注册页面新*/
body {
	background-color: #f1f3f7;
}

* {
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.register_banner {
	width: 1100px;
	margin: 0 auto;
}

.register_banner img {
	display: block;
}

.register_box {
	width: 1100px;
	margin: 0 auto;
	height: 410px;
	background-color: #fff;
	padding-top: 60px;
	margin-bottom: 40px;
}

.li_left {
	width: 550px;
	float: left;
	list-style: none;
}

.left_img {
	margin: 25px 0 0 125px;
}

.denlu_zhuce {
	width: 385px;
}

.register_tab_box {
	width: 300px;
	margin-left: 61px;
}

.login {
	list-style: none;
	width: 150px;
	float: left;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #4579FF;
	border-bottom: 2px solid #4579FF;
	cursor: pointer;
}

.enter_input {
	width: 300px;
	height: 35px;
	padding-left: 10px;
	border: 1px solid #e7ecf4;
	margin-left: 5px;
	font-size: 14px;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.enter_txt {
	font-size: 14px;
	color: #666;
	line-height: 35px;
	width: 50px;
	display: inline-block;
	text-align: right;
}

.enter_box {
	margin-top: 20px;
}

.denglu_box {
	padding-top: 15px;
}

.forget_mima {
	float: right;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 15px;
	color: #72a1fc;
	text-decoration: none;

}

.login_btn {
	width: 310px;
	height: 38px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-color: #4579FF;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 59px;
}

.yzm1_input {
	width: 170px;
	height: 35px;
	padding-left: 10px;
	border: 1px solid #e7ecf4;
	margin-left: 5px;
	font-size: 14px;
	border-radius: 2px;

}

.yzm1_btn {
	width: 120px;
	height: 35px;

	border: 1px solid #4579FF;
	margin-left: 5px;
	font-size: 14px;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
	color: #4579FF;
	background: none;


}

.jiezhi_time_box {
	margin-top: 10px;
}

.xuanze_btn {
	float: left;
	position: relative;

}

.jiezhi_txt {
	font-size: 14px;
	color: #333;
	float: left;

	margin-left: 5px;
}

.xuanze_raido {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
}



/*创建分组*/
.group_box {
	position: relative;
	min-height: 28px;

	/* padding-bottom:10px; */
}

.zaozuo_txt {
	font-size: 14px;
	float: left;
	line-height: 35px;
	margin-right: 20px;
}

.zaozuo_content {
	margin-top: 20px;
}

.group_btn {
	width: 100px;
	height: 35px;
	border-radius: 2px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background-color: #4579FF;
	display: inline-block;
	cursor: pointer;
}

.txt_fenzu {
	font-size: 14px;
	color: #333;
	float: left;
}

.fenzu_list {
	margin-top: 15px;
}

.fenzu_name {
	width: 100px;
	height: 35px;
	border-radius: 2px;
	border: 1px solid #e0e0e0;
	float: left;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.fenzu_number {
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #e0e0e0;
	float: left;
	margin-left: 40px;
	font-size: 14px;
	color: #333;
}

.fenzu_del {
	width: 100px;
	height: 35px;
	border-radius: 2px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background-color: #4579FF;
	float: left;
	cursor: pointer;
	margin-left: 40px;
}

.xiugai_group {
	width: 100px;
	height: 35px;
	border-radius: 2px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background-color: #4579FF;
	float: left;
	cursor: pointer;
	margin-left: 40px;
}

.group_alert {
	width: 100%;
	height: 100%;
	background: rgba(000, 000, 000, 0.6);
	position: absolute;
	top: 0;
	z-index: 100;
	display: none;

}

.group_input_box {
	width: 350px;
	height: 200px;
	margin: 50px auto 0;
	background: #fff;

}

.group_input_title {
	width: 100%;
	height: 35px;
	background: #4579FF;
	text-align: center;
	line-height: 35px;
	color: #fff;
}

.btn_box {
	margin-left: 85px;
	margin-top: 40px;
}

.group_input {
	width: 180px;
	height: 30px;
	margin-top: 40px;
	margin-left: 80px;
	padding-left: 8px;
	border-radius: 2px;
	border: solid 1px #e0e0e0;
	font-size: 14px;
}

.confirm_btn {
	width: 70px;
	height: 30px;
	background: #4579FF;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	float: left;
	cursor: pointer;
}

.cancel_btn {
	width: 70px;
	height: 30px;
	background: #ccc;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	float: left;
	margin-left: 40px;
	cursor: pointer;
}


.group_alert1 {
	width: 100%;
	height: 100%;
	background: rgba(000, 000, 000, 0.7);
	position: absolute;
	top: 0;
	z-index: 100;
	display: none;

}

.group_input_box1 {
	width: 350px;
	height: 200px;
	margin: 50px auto 0;
	background: #fff;

}

.group_input_title1 {
	width: 100%;
	height: 35px;
	background: #f67800;
	text-align: center;
	line-height: 35px;
	color: #fff;
}

.btn_box1 {
	margin-left: 85px;
	margin-top: 40px;
}

.group_input1 {
	width: 180px;
	height: 30px;
	margin-top: 40px;
	margin-left: 80px;
	padding-left: 8px;
	border-radius: 2px;
	border: solid 1px #e0e0e0;
	font-size: 14px;
}

.confirm_btn1 {
	width: 70px;
	height: 30px;
	background: #f67800;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	float: left;
	cursor: pointer;
}

.cancel_btn1 {
	width: 70px;
	height: 30px;
	background: #ccc;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	float: left;
	margin-left: 40px;
	cursor: pointer;
}

.operation_box {
	display: none;
}

.group_box_height {
	min-height: 300px;
}

.fenzu_name input {
	width: 100%;
	text-align: center;
	border: none;

}

/*排行榜新*/
.new_ph_box {
	width: 1100px;
	margin: 0 auto;
}

.ph_tab {
	width: 1100px;
	margin: 0 auto;
	height: 40px;


}

.ph_renqi {
	width: 550px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;

}

.ph_icon {
	float: left;
	width: 30px;
	margin-top: 15px;
	text-align: center;
	line-height: 42px;
}

.ph_icon img {
	width: 100%;
	display: block;
}

.ph_every {
	width: 500px;
	margin: 0 auto;
	height: 75px;
	border-bottom: 1px solid #e5e5e5;
}

.ph_touxiang_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	margin: 10px 20px 0;
}

.ph_touxiang_img img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.ph_number {
	float: left;
	color: #333;
	font-size: 14px;
	width: 100%;
	margin-top: 15px;

}

.ph_name {
	float: left;
	color: #333;
	font-size: 14px;
	width: 100%;
	margin-top: 5px;

}

.renqi_number {
	float: right;
	margin-top: 35px;
	font-size: 14px;
	color: #ff6341;
}

.ph_shuzi {
	font-size: 14px;
	color: #333;
	float: left;
	margin-top: 30px;
	margin-right: 11px;
	margin-left: 12px;
}

.see_title {
	font-size: 16px;
	color: #666;
	margin-top: 30px;
	margin-left: 10px;
	font-weight: 700;
}

.see_btn_left {
	font-size: 14px;
	float: left;
	color: #333;
	line-height: 38px;
	margin-left: 10px;
}


.ph_time_box {
	width: 100%;
	height: 60px;
	color: #333;
	margin-top: 25px;
	padding-top: 10px;

}

.new_ph_box {
	min-height: 700px;
	margin-bottom: 40px;

}

.end_time {
	font-size: 14px;
	color: #333;
	text-align: center;
}

.shengyu_time {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
}

.count_down {
	color: #333;
}

.ph_content {
	width: 500px;
	float: left;



}

.player_shezhi {}

.xuan_tian {
	width: 50px;
	height: 30px;
	background: #73A738;
	float: left;
	text-align: center;
	line-height: 30px;
	position: relative;
}

.xuantian_radio {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

/*创建附加2.9.3*/
.establish_piao {
	border: solid 1px #e8e8e8;
	height: 30px;
	color: #333;
}

.establish_number {
	border: solid 1px #e8e8e8;
	height: 28px;
	color: #333;
	width: 50px;
	border-radius: 2px;
	margin: 0 10px;
	text-align: center;
	transition: 0.4s;
}

.establish_number:focus {
	border: 1px solid #4579FF;
}



/* 选择音乐部分 */
.music_input {
	width: 329px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 0 8px;
	box-sizing: border-box;
}

.music_btn {
	padding: 10px 23px;
	background: #f67800;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
}

.musicdialog_bg {
	width: 608px;
	height: 370px;
	background: rgba(000, 000, 000, 0.7);
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: none;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	box-shadow: 0 0 8px 0px #bbb;
}

.musicdialog_cont {
	width: 608px;
	height: 370px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
}

.musicdialog_title {
	width: 100%;
	height: 40px;
	background: orangered;
	color: #fff;
	font-size: 17px;
	text-align: center;
	line-height: 40px;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.musicdialog_title span {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	font-size: 25px;
	cursor: pointer;
}

.musicdialog_list {
	padding: 12px;
	height: 84%;
	overflow: hidden;
}

.music_list {
	height: 100%;
	overflow-y: scroll;
	padding-right: 12px;
}

.music_list li {
	display: flex;
	border-bottom: 1px solid #ebebeb;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
}

.music_cbtn {
	display: flex;
}

.music_cbtn>div {
	width: 75px;
	height: 26px;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

.music_cbtn .shiting {
	background: #fff;
	border: 1px solid #c3c3c3;
	box-sizing: border-box;
	margin: 0 10px;
}

.styulan {
	display: none;
}

.addmuicchoose {
	display: none;
}

.music_cbtn .shiting img {
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.music_cbtn .shiyong {
	background: #e57323;
	color: #fff;
}

.music_list::-webkit-scrollbar-track {
	/* 设置滚动条的轨道背景样式 */
	-webkit-box-shadow: inset 0 0 5px rgba(226, 226, 226, 0.2);
	border-radius: 5px;
	background-color: #d3dce6;
}

.music_list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	/* 设置水平滚动条的高度，垂直滚动的宽度 */

}

.music_list::-webkit-scrollbar-thumb {
	/* 设置滚动条里面的滑块样式 */
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #99a9bf;
}



.switch-off,
.switch-on {
	width: 45px;
	height: 25px;
}

.switch-off .slider,
.switch-on .slider {
	width: 25px;
	height: 25px;
}

/*封面上传+视频上传*/
.fengmian_btn {
	width: 238px;
	height: 35px;
	border-radius: 4px;
	border: 1px solid #4579FF;
	margin: 15px 0;
}

.fengmian_btn1 {
	width: 50%;
	float: left;
	height: 100%;
	background: #4579FF;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	float: left;
	position: relative;
	cursor: pointer;
}

.fengmian_btn2 {
	width: 50%;
	float: left;
	height: 100%;
	background: #4579FF;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	float: left;
	position: relative;
	cursor: pointer;
}

.zhankai {
	background: none;
	color: #4579FF;
}

.fm_radio {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

/* .xuanze_cover{
    	width: 120px;
    	height: 36px;
    	border-radius: 2px;
    	background: #60B2F7;
    	text-align: center;
    	line-height: 36px;
    	font-size: 14px;
    	float: right;
    	margin-right:340px;
    	 color: #fff;
    	 cursor: pointer;
    } */
.cover_alert {
	width: 750px;
	height: 500px;
	position: fixed;
	background: #fff;
	z-index: 100;
	top: -100px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
}

.cover {
	position: relative;
}

.active_zhezhao {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
}

.login_content1_set {
	position: relative;
}

.chuangjian_box {
	position: relative;
}

.cover_alert .cover_title {
	width: 100%;
	height: 40px;
	background: #3F50FB;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	position: relative;
	color: #fff;
}

.cover_alert .cover_group {
	margin-left: 20px;
}

.cover_alert .cover_group_btn {
	width: 80px;
	height: 35px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #3F50FB;
	float: left;
	margin: 15px;
	color: #3F50FB;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}

.cover_img_box {
	width: 740px;
	margin-left: 10px;
	height: 380px;
	overflow-y: scroll;
	background: #fff;
	display: none;
}

.cover_img_box img {
	width: 160px;
	height: 100px;
	border-radius: 2px;
	float: left;
	margin: 9px;
	cursor: pointer;
	border: 1px solid #fff;
}

.xitong_delect {
	width: 150px;
	height: 20px;
	background: #4579FF;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 3px;
	cursor: pointer;
}

.cover_img2 {
	position: relative;
	width: 150px;


}

.enroll_button12 {
	width: 220px;
	height: 40px;
	margin-top: 40px;
	margin-left: 65px;
	border-radius: 2px;
	background-color: #4579FF;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

/*报名选项*/
.option_case_txt {
	float: left;
	line-height: 19px;

	width: 56px;
	word-wrap: break-word;
	word-break: break-all;
}

.zdyLineHeight {
	line-height: 38px;
}

.option_case_del {
	float: left;
	line-height: 35px;
	margin-left: 15px;
	color: red;
	cursor: pointer;
}

.option_case {
	width: 302px;
	height: 35px;
	border-radius: 4px;
	border: 1px solid #4579FF;
	float: left;
}

.option_case_left {
	float: left;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #4579FF;
	position: relative;
	text-align: center;
	cursor: pointer;

}

.option_case_radio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.case_border {
	border-left: 1px solid #4579FF;
	border-right: 1px solid #4579FF;
}

.option_case_wrap {
	margin-top: 10px;
}

.custom_optionbtn {
	width: 200px;
	height: 25px;
	border-radius: 2px;
	border: 1px solid #4579FF;
	line-height: 25px;
	text-align: center;
	color: #4579FF;
	margin-top: 20px;
	cursor: pointer;
	float: left;
	margin-left: 2px;
}

.option_case_wrap_box {
	position: relative;
}

.custom_alert {
	width: 100%;
	height: 109%;
	background: rgba(000, 000, 000, 0.7);
	position: absolute;
	top: 0;
	z-index: 100;
	display: none;

}

.custom_input_box {
	width: 350px;
	height: 200px;
	margin: 50px auto 0;
	background: #fff;

}

.custom_input_title {
	width: 100%;
	height: 35px;
	background: #f67800;
	text-align: center;
	line-height: 35px;
	color: #fff;
}

.custom_btn_box {
	margin-left: 85px;
	margin-top: 40px;
}

.custom_input {
	width: 180px;
	height: 30px;
	margin-top: 40px;
	margin-left: 80px;
	padding-left: 8px;
	border-radius: 2px;
	border: solid 1px #e0e0e0;
	font-size: 14px;
}

.custom_confirm_btn {
	width: 70px;
	height: 30px;
	background: #f67800;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	float: left;
	cursor: pointer;
}

.custom_cancel_btn {
	width: 70px;
	height: 30px;
	background: #ccc;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	float: left;
	margin-left: 40px;
	cursor: pointer;
}

.login_tabr_set {
	position: relative;

}

.xuanImg {
	position: absolute;
	right: 0;
	top: -2px;
	display: block;

}

.zdyInput {
	width: 60px;
	text-align: center;
	height: 30px;
	background: none;
	outline: none;
	border: solid 1px #e8e8e8;
	border-radius: 2px;
	margin: 0 10px 0 4px;
	float: left;
	margin-top: 2px;
}

.zdyTishi {
	float: left;
	line-height: 25px;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 20px;
}

.zdyInput_zhui {
	width: 100px;
}

.option_case_left_zhui {
	width: 151px;
}

.newTheme {
	width: 89px;
	height: 74px;
	border-radius: 2px;

	/* text-align: center;
	line-height: 30px;
	color: #333;
	background: #F2F4F7; */
	position: relative;
}

.newTheme img:nth-child(1) {
	border-radius: 2px;

	width: 100%;
	position: static;
	display: block;
}

.newTheme img:nth-child(2) {
	max-width: 170px;
	position: absolute;
	z-index: 6;
	right: -150px;
	bottom: 0;
	display: none;
	box-shadow: 0px 0px 5px #e1e0e0;


}

.fudongsaoma {
	position: fixed;
	/* left: 50%; */
	right: 0;
	top: 25%;
	/* margin-left: 605px; */
}

.fudongsaoma img {
	width: 155px;
	height: 259px;
}

.newTheme:hover img:nth-child(2) {
	display: block;
}

/* .change_newTheme{
	background: #4579FF;
	color: #fff;
} */
.sort_box {
	width: 230px;
	height: 35px;
	border-radius: 4px;
	border: 1px solid #4579FF;

}

.sort_option {
	float: left;
	width: 114px;
	height: 35px;
	line-height: 35px;
	color: #4579FF;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.sort_option>input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.option_case_active {
	background: #4579FF;
	color: #fff;
}

.xiieyi_img {
	width: 20px;
	height: 20px;
	background: url(../img/pair_number.png);
	float: left;
	margin: 3px 5px 0 57px;
	cursor: pointer;
}

.enter_box a {
	font-size: 12px;
}

.xiieyi_img_no {
	background-position: -23px 0;
}

.vote-flex {
	display: flex;
}

.vote-align-items {
	align-items: center;
}

.v-ml5 {
	margin-left: 5px;
}

.v-ml10 {
	margin-left: 10px;
}

.v-ml15 {
	margin-left: 15px;
}

.v-ml20 {
	margin-left: 20px;
}

.questionFt img {
	width: 15px;
	margin-top: 2px;
}

/*切换*/

.login_tabf_set {
	width: 270px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	font-weight: 700;
	background: #fff;
}

.taber-active {
	background: #4579FF;
	color: #fff;
}

.vote-taber {
	display: flex;
	justify-content: space-between;
	background: #f1f3f7;
	padding-bottom: 15px;

}

.form-scroll {
	height: 70vh;
	overflow-x: hidden;
	overflow-y: scroll;
}

.form-scroll::-webkit-scrollbar {
	width: 4px;
}

.form-scroll::-webkit-scrollbar-track {
	/* background-color: #ccc; */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.form-scroll::-webkit-scrollbar-thumb {
	background-color: #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bupload-img {
	width: 120px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	border-radius: 4px;
	background: #4579FF;
	font-size: 14px;
	cursor: pointer;
}

.theme-votxt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26px;
	color: #4579ff;
	background: #e1e9ff;
	border-radius: 0px 0px 2px 2px;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
}

.change_newTheme .theme-votxt {
	background: #4579ff;
	color: #fff;
}

.tt-txt {
	margin-left: 10px;
}

/* 优化新增 */
.classify {
	display: flex;
	font-size: 14px;
}

.classify-title {
	font-weight: 700;
}

.classify-er {
	display: flex;
	/* margin-left: 11px; */
}

.classify-er li {
	/* margin-right: 15px; */
	cursor: pointer;
	border: 1px solid #4579ff;
	/* padding: 6px 10px;
	border-radius: 20px; */
	width: 76px;
	height: 32px;
	border-radius: 16px;
	text-align: center;
	line-height: 32px;
	color: #4579ff;
	margin-left: 24px;
}

.classify-er .classify-active {
	color: white;
	background-color: #4579ff;
}

.The-theme {
	/* display: flex; */
	margin-top: 20px;
	/* flex-wrap: wrap; */
}

.The-theme::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.t-theme-name {
	font-size: 13px;
	text-align: center;
	margin-top: 3px;
}

.The-theme li {
	width: 135px;
	height: 260px;
	border: 2px solid #fff;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin: 7px;

}

.The-theme li:hover {
	border: 2px solid red;
	border-radius: 12px;
}

.The-theme .theThemeAct {
	border: 2px solid red;
	border-radius: 12px;
}

.The-theme .theme-tu {
	width: 100%;
	border-radius: 6px;
}

.theme-tu-red {
	color: red;
}

.The-theme .theThemeAct .th-useimg {
	display: block;
}

.th-useimg {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.next-step {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #4579FF;
	color: #fff;
	text-align: center;
	font-size: 16px;
	/* margin: 30px 0 0 430px; */
	margin-top: 20px;
	cursor: pointer;
	border-radius: 4px;

}

.remove-img {
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: none;

}
.bd-remove-img{
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 999;
}

.coverChangeJq {
	display: none;
}

#cover_img2 .fuzi {
	display: none;
}

.vt-loading {
	width: 320px;
	height: 587px;
	position: absolute;
	left: 9px;
	top: 78px;
	z-index: 52;
	overflow: hidden;
	border-radius: 0 0 40px 41px;
	background: rgba(255, 255, 255, 0.8);
	display: none;

}

.vv-dis {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 587px;
}

.turn-xz {
	width: 30px;
	height: 30px;

	animation: turn 1s linear infinite;
}

@keyframes turn {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.mask-point {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 998;


}

#The-theme {
	position: relative;
}

.bf-vto {
	margin-left: 10px;
	cursor: pointer;
}

.bf-vto img {
	width: 22px;
	height: 22px;
}

.vt-zt {
	display: none;
}

[v-cloak] {
	display: none;
}

/* 移入的问号显示的文字  https://wow.techbrood.com/fiddle/31055 */

[data-tooltip] {
	position: relative;
	z-index: 2;
	/* Triangle */
}

[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	display: inline-table;
}

[data-tooltip]:before {
	content: attr(data-tooltip);
	position: absolute;
	width: max-content;
	padding: 10px 18px;
	border-radius: 3px;
	background-color: black;
	background-color: rgba(51, 51, 51, 0.9);
	color: white;
	text-align: center;
	font-size: 12px;
	bottom: calc(100% + 4px);
	left: 50%;
	-webkit-transform: translate(-50%, -3px);
	transform: translate(-50%, -3px);
}

[data-tooltip]:after {
	position: absolute;
	bottom: calc(100% + 3px);
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid black;
	border-top: 5px solid rgba(51, 51, 51, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

@media (min-width: 480px) {
	[data-tooltip].tooltip--left {
		/* Triangle */
	}

	[data-tooltip].tooltip--left:before {
		top: 50%;
		left: 0%;
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
		margin-left: -7px;
	}

	[data-tooltip].tooltip--left:after {
		bottom: 50%;
		left: calc(0% - 2px);
		-webkit-transform: translate(0%, 50%);
		transform: translate(0%, 50%);
		margin-left: -5px;
		border-left: 5px solid black;
		border-left: 5px solid rgba(51, 51, 51, 0.9);
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
}

@media (min-width: 480px) {
	[data-tooltip].tooltip--right {
		/* Triangle */
	}

	[data-tooltip].tooltip--right:before {
		top: 50%;
		left: 100%;
		-webkit-transform: translate(3px, -50%);
		transform: translate(3px, -50%);
		margin-left: 4px;
	}

	[data-tooltip].tooltip--right:after {
		bottom: 50%;
		left: 100%;
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
		margin-left: -3px;
		border-right: 5px solid black;
		border-right: 5px solid rgba(51, 51, 51, 0.9);
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	opacity: 1;
}