/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
    outline:0;
	list-style:none;
	color: #333;
}
a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdi,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup
,command,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,header,hr,i,iframe,img,input,ins,kbd,keygen,label,legend,li,main,map,mark,menu,menuitem,meter,nav,noframes,object,ol,optgroup,option,output,p,param,pre,progress,
q,rp,rt,ruby,s,samp,section,select,small,source,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,track,tt,u,ul,var,video,wbr{
	margin:0;
	padding:0;
	border:0;
    outline:0;
	list-style:none;
}
html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	min-width:320px;
	font-family: "Microsoft Yahei","HelveticaNeue","Helvetica";
	color:#333;
	font-size:14px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a{
	text-decoration:none;
}
a,input,button{
	-webkit-tap-highlight-color:rgba(255,0,0,0);
	 border-radius:0;
	 -moz-appearance: none;
	appearance: none;
}
.clear{
	clear:both;
	overflow:hidden;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clearfix_m::before{
	content: '';
	display: table;
	clear: both;
}

input,button,textarea,select{
	-webkit-appearance:none;/*在苹果浏览器中去掉默认样式*/
	-moz-appearance: none;
	appearance: none;
	border:0;
	font-family: "Microsoft Yahei","HelveticaNeue","Helvetica";
    background:none;
	color:#444;
    outline:0;
	list-style:none;
	border-radius:0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
/*手机web的css初始化*/




/*登录注册样式*/
.sign_logo{
	width: 50%;
	margin: 0 auto;
}
.sign_logo img{
	width: 100%;
}
.sign_box{
	padding-top: 10%;
}
.sign_content{
	width: 90%;
	margin: 5% auto 0;
}
.sign_tab{
	width: 50%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	line-height: 35px;
	text-align: center;
	font-size:16px;
}
.sign_input_box{
	width: 100%;
	height: 0.65rem;
	border:1px solid #e5e5e5;
	border-radius: 2px;
	background: #fff;
	margin-top: 10px;
}
.sign_input{
	width: 90%;

	border: none;
	outline: none;
	font-size: 0.26rem;
	color: #333;
	padding: 2% 0;
	padding-left: 10px;
	background: none;
	margin-top: 2px;
}
.sign_btn{
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	margin: 30% auto 0;
	color: #fff;
	border-radius: 2px;
	background: -webkit-linear-gradient(left, #fc6f16 , #ff4f1e); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fc6f16, #ff4f1e); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fc6f16, #ff4f1e); /* Firefox 3.6 - 15 */
}
.sign_btn:active{
	background: #f93e0a;
}
.yzm_input{
	width: 50%;
	padding: 2% 0;
	padding-left: 10px;
	border: none;
	outline: none;
	font-size: 0.26rem;
	color: #333;
	margin-top: 0.03rem;
	background: none;
	float: left;
}
.yzm_btn{
	width: 30%;
	padding: 2% 0;
	padding-left: 10px;
	text-align: center;
	border: none;
	outline: none;
	font-size: 0.26rem;
	color: #ff4f1e;
	margin-top: 0.03rem;

	background: none;
	float: right;
}
.cue{
	width: 62%;
	position:fixed;
	top: 25%;
	left: 19%;
	height: 60px;
	border-radius: 2px;
	text-align: center;
	line-height: 60px;
	background: rgba(000,000,000,0.7);
	color: #fff;
	font-size: 14px;
	display: none;
}
/*注册协议*/
.xieyi{
	width: 74%;
	margin:3% auto 0;
}
.xieyi_img{
	position: relative;
	float: left;
	width: 14px;
	height: 14px;
}
.xieyi_img img{
	width: 100%;
	height: 100%;
}
.xieyi_img input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.xieyi_txt{
	font-size: 12px;
	color: #333;
	margin-left: 7%;
	line-height: 14px;
}
/*登录结束*/

/*分享到微信*/
.fx_logo_img{
	float: left;
}
.fx_logo_img{
	width: 25%;
	position: absolute;
	top: 33%;
	left: 4%;
}
.fx_head{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 16px;
	position: relative;
	padding-top: 3%;
}
.fx_title{
	width: 100;
	text-align: center;
	font-size: 16px;

	color: #333;
}

.fx_ewm{
	width: 60%;
	top: 33%;
	left: 20%;
	border:1px solid #e5e5e5;
	position: absolute;
}
.fx_ewm img{
	width: 100%;
	display: block;
}
.fx_link{
	font-size: 14px;
	color: #666;
	margin-top: 3%;
	text-align: center;


}
.fx_link_btn{
	text-align: center;
	width: 90%;
	margin:10% auto 6%;
	height: 40px;
	line-height: 40px;
	background: -webkit-linear-gradient(left, #fc6f16 , #ff4f1e); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fc6f16, #ff4f1e); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fc6f16, #ff4f1e); /* Firefox 3.6 - 15 */
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
}
.fx_pc_link{
	font-size: 12px;
	color: #666;
	text-align: center;
	margin-top:5%;
padding-bottom:5%;
}
.fx_link_input{
	margin-top: 3%;
	margin-left: 5%;

	border:none;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	width: 90%;
	height: 35px;
	border-radius: 2px;
	color: #333;


}
/*分享到微信结束*/

/*首页*/
.home_page_logo{
	width: 50%;
	margin: 0 auto;
}
.home_page_logo img{
	width: 100%;
	display: block;
}
.home_page_img{
	width: 70%;
	    position: relative;
}
.home_page_img img{
	width: 100%;
	display: block;
}
.home_page_txt{
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 5%;
}
/*首页结束*/

/*审核选手*/
.sh_head_left{
	float: left;
	width: 30%;
}
.sh_head_left img{
	width: 90%;
	float: left;
	margin:4% 0 0 7%;
	margin-top: 10px;
}
.sh_head_center{
	width: 40%;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	float: left;
	color: #333;
	font-weight: bold;
}
.sh_head_right{
	width: 30%;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #333;
}
.sh_line{
	width: 100%;
	height: 1px;
	background: #e5e5e5;

}
.playe_img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	margin-left: 4%;
}
.playe_img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.playe_name_box{
	float: left;
	width: 40%;
	margin-left: 2%;
}
.playe_name{
	font-size: 14px;
	color: #333;
	margin-top:4%;
		overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.playe_xuanyan{
	font-size: 12px;
	color: #333;
	margin-top: 3%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.player_del_btn{
	width: 16%;
	float: left;
	height: 30px;
	border-radius: 2px;
	background: #ff4f4d;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-top:3%;
}
.player_sh_btn{
	width: 18%;
	float: left;
	height: 30px;
	border-radius: 2px;
	background: #60b2f7;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-left: 3%;
	margin-top:3%;
}
.player_sh_btn2{
	width: 18%;
	float: left;
	height: 30px;
	border-radius: 2px;
	background: #60b2f7;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-left: 3%;
	margin-top:3%;
}
.sh_player{
	margin-top: 3%;
	padding-bottom: 3%;
	border-bottom:1px solid #e5e5e5;
}
.sh_player_alert{
	width: 70%;
	position: fixed;
	background: #fff;
	border-radius: 2px;
	left: 15%;
	top: 30%;
	z-index: 11;
	padding: 6% 0 18% 0;
	display: none;
}
.zhezhao{
	top: 0;
	width: 100%;
	background: rgba(000,000,000,0.7);
	z-index: 10;
	position: fixed;
	display: none;
}
.sh_alert_txt{
	font-size: 14px;
	text-align: center;
	color: #666;

}
.sh_alert_btn_box{
	position: absolute;
	bottom: 1%;
	width: 100%;
}
.sh_alert_btn{
	width: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
	float: left;
}
/*审核选手结束*/
/*
投票管理*/
.gl_content_box{
	width: 96%;
	margin:0 auto;
}
.gl_title{
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	font-weight: bold;
	white-space: nowrap;
}
.gl_time_box{
	margin-top: 2%;
}
.gl_time{
	float: left;
	font-size: 12px;
	color: #666;
}
.gl_player_number{
	width: 25%;
	float: left;
	color: #333;
	font-size: 12px;
		overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.gl_player_content{
	width: 100%;
	margin-top: 2%;
}
.gl_btn_box{
margin-top:3%;
}
.gl_btn_one{
	width: 1.9rem;
	height: 0.58rem;
	line-height: 0.58rem;
	border-radius: 2px;
	float:left;
	background: #60b2f7;

	font-size: 0.24rem;
	color:#fff;

}
.gl_btn_one img{
	width: 13%;
	float: left;
	margin: 0.16rem 4% 0 25%;
}

.gl_btn_two{
	width: 1.9rem;
	height: 0.58rem;
	line-height: 0.58rem;
	border-radius: 2px;
	float:left;


	font-size: 0.24rem;
	background: #f95d2b;
	color:#fff;
	margin-left: 0.23rem;

}
.gl_btn_two img{
	width: 13%;
	float: left;
	margin: 0.15rem 4% 0 0.42rem;
}

.gl_btn_three{
	width: 1.9rem;
	height: 0.58rem;
	line-height: 0.6rem;
	border-radius: 2px;
	float:right;
	background: #32d491;

	font-size: 0.24rem;
	color:#fff;

}
.icon_jiantou{
	position: absolute;
	right: 5%;
	top: 10%;
	width: 5%;
}
.gl_btn_three img{
	width: 13%;
	float: left;
	margin: 0.16rem 4% 0 0.20rem;
}
.gl_content_box{
	margin-top: 4%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
/*投票结束*/

/*创建投票*/

.cj_box{
	width: 94%;
	margin:0 auto;

}
.cj_big{
	background: #fff;
	padding: 3% 0 2%;
	margin-bottom: 2%;
}
.active_name{
	font-size: 14px;
	color: #555;
	margin-bottom: 1%;

	font-weight: bold;
}
.active_input{
	width: 98%;

	height: 30px;
	font-size: 14px;
	float: left;

}
.time_input{
	float: right;
	color: #ff8939;
	font-size: 14px;
	border: none;
	background: none;
	outline: none;
	text-align: right;

}
.active_time_left{
	font-size: 14px;
	color: #333;
	float: left;
}
.active_time_box{
	margin-top: 3%;
}
.theme_every{
	width: 30px;
	height: 30px;
	border-radius: 2px;
	float: left;
	margin-right: 2%;
	position: relative;
}
.theme_every img{
	margin:6px 4px;
	display: none;
}
.theme_every input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.piaofu{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border:1px solid #fff;
	border-radius: 2px;
	float: left;
	margin-right: 2%;
}
.border{
	border-color: #ff5c5a;
}
.piaofu img{
	width: 26px;
	height: 26px;
	margin-top:2px;
}
.cishu_txt{
	font-size: 12px;

}
.cishu_btn{
	width: 45%;
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: #538ffc;
	line-height: 30px;
	float: left;
	border:1px solid #538ffc;
	position: relative;

}
.cishu_btn input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10px;
	opacity: 0;
}
.cishu_txt{
	float: left;
	font-size: 14px;
	color: #333;
	height: 20px;
		line-height: 20px;
}
.cishu_input{
			width: 20%;

			outline: none;
			border: none;
			padding-left: 3%;
		height: 20px;
			color: #333;
			font-size: 14px;
			border: 1px solid #e4e5e5;

		}

		.cishu_input_box{
			margin-top: 5%;
		}
.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;
		}
		.tishi_txt{
			margin-top: 2%;
			color: #666;
			font-size: 12px;
		}

.chuangjian_btn{
			text-align: center;
			width: 60%;
			margin:4% auto 0;
			height: 35px;
			line-height: 35px;
			background: -webkit-linear-gradient(left, #fc6f16 , #ff4f1e); /* Safari 5.1 - 6.0 */
		  background: -o-linear-gradient(right, #fc6f16, #ff4f1e); /* Opera 11.1 - 12.0 */
		  background: -moz-linear-gradient(right, #fc6f16, #ff4f1e); /* Firefox 3.6 - 15 */
		  font-size: 14px;
		  color: #fff;
		  border-radius: 2px;
	}
/*创建投票结束*/


/*个人中心*/

.geren_content{
	width: 96%;
	margin:0 auto;
	padding-top: 2%;
}

	.daili_style{
			width: 50px;
			text-align: center;
			padding: 3px;
			color: #f52d2a;
			font-size: 12px;
			border-radius: 2px;
			border: 1px solid #f52d2a;
			margin-top: 2%;
			margin-bottom:4%;
		}
		.geren_name{
			font-size: 14px;
			color: #333;
		}
		.gr_content{
			 display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
				display: -moz-box; /* Firefox 17- */
				display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
				display: -moz-flex; /* Firefox 18+ */
				display: -ms-flexbox; /* IE 10 */
				display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
				align-items:center;/*上下居中*/
				justify-content:space-between;

		}

		.gr_wenzi{
			font-size: 14px;
			color: #333;
		}
		.gr_content{
			margin-top: 2%;
			padding: 2% 0;

		}
		.geren_ewm{
			width: 160px;
			height: 160px;
			border:1px solid #e5e5e5;
			margin:4% auto 0;
		}
		.geren_ewm img{
			width: 150px;
			height: 150px;
			margin:5px;
		}
		.qm_ewm{
			width: 60%;
			height: 35px;
			line-height: 35px;
			border-radius: 2px;
			color: #fff;
			text-align: center;
			background: #fc6f16;
			font-size: 14px;
			margin:5% auto 0;
		}
		.qm_tuichu{
			width: 60%;
			height: 35px;
			line-height: 35px;
			border-radius: 2px;
			color: #fc6f16;
			text-align: center;
			border: #fc6f16 1px solid;
			font-size: 14px;
			margin:3% auto 0;
		}
		.daili_content{
			color: #333;
			font-size: 12px;
		}
		.daili_content span{
			font-size: 12px;
		}
/*个人中心*/
.nav_btn{
	width: 25px;
	height: 25px;
	float: right;
	margin:3% 2% 0 0;
}
.nav_btn img{
	width: 100%;
	height: 100%;
}
.zhezhao2{
	width: 100%;
	background: rgba(000,000,000,0.5);
	position: fixed;
	z-index: 997;
	top: 0;
}
.link_txt{
	padding: 7%;
	border-bottom: 1px solid #efefef;
}
.link_box1{
	width: 50%;
	float: right;
	background: #fff;
	text-align: center;
	font-size: 14px;
	position: fixed;
	right: 0;
	z-index: 998;
	display: none;
	top: 0;

}

/*2-8改动*/
.hp_erweima{
	width: 160px;
	height: 160px;
	border: 1px solid #e5e5e5;
	margin:5% auto;
}
.hp_erweima img{
	width: 150px;
	height: 150px;
	margin:5px;
}
.hp_erweima_txt{
	text-align: center;
	font-size: 14px;
	color: #333;

}
.erweima_bg{
	width: 60%;
	position: relative;
	margin:6% auto;

}
.erweima_bg img{
	width: 100%;
}
.gz_neirong{
padding-top:20%;
}
.gz_ewmtxt{
	font-size: 16px;
	color: #333;
	text-align: center;
}
.fx_link_btn1{
	text-align: center;
	width: 90%;
	margin:10% auto 6%;
	height: 40px;
	line-height: 40px;
	background: -webkit-linear-gradient(left, #fc6f16 , #ff4f1e); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fc6f16, #ff4f1e); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fc6f16, #ff4f1e); /* Firefox 3.6 - 15 */
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
}
.top_logo{
	width: 30%;
	margin:0 auto;
	padding: 4px;
}
.top_logo img{
	width: 100%;
}
.top_box{
	padding: 2% 0 1%;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.gengduo{
	width: 8%;
	position: absolute;
	top: 32%;
	left: 4%;
}
.gengduo img{
	width: 20px;
}
.top_cue{
	position: fixed;
	width: 100%;
	background: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}
.top_menu{
	width: 60%;
	position: fixed;
	top: 0;
	left:-66%;
	background: #fff;
	z-index: 51;

	overflow: hidden;
}
.top_menu_logo{

}
.top_menu_logo img{
	width: 100%;
}
.top_number{
	text-align: center;
	margin-top: 3%;
	color: #464646;
	font-size: 14px;

}
.menu_1{
	width: 8%;
	float: left;
	margin: 0.04rem 5% 0 1rem;

}
.menu_4{
	width: 8%;
	float: left;
	margin: 0.05rem 5% 0 1rem;

}


.menu_list{

}

.menu_3{
	width: 8%;
	float: left;
	margin: 0.02rem 5% 0 1rem;

}





.every_list_top{
	padding: 6% 0;
	font-size: 0.26rem;
	border-bottom: 1px solid #f5f5f5;

}
.top_a{
	background: red;
	height: 100px;
}
.top_a:active{
	background-color: red;
}
.img_box3{
	padding: 10% 0 18%;
	background: #fdfdfd;
}
    .fx_link_btn2{
      text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;

    font-size: 14px;

    position: fixed;
    left: 0;
    bottom: 0;
    }
    .chuangjian_btn1{
    	    background: -webkit-linear-gradient(left, #fc6f16 , #ff4f1e);
		    background: -o-linear-gradient(right, #fc6f16, #ff4f1e);
		    background: -moz-linear-gradient(right, #fc6f16, #ff4f1e);
		    width: 50%;
		  	float: left;
		    color: #fff;
		    height: 45px;
    		line-height: 45px;
    }
   .kefu_btn{
   		background: -webkit-linear-gradient(left, #69c226 , #7ad736);
		    background: -o-linear-gradient(right, #69c226, #7ad736);
		    background: -moz-linear-gradient(right, #69c226, #7ad736);
		    width: 50%;
		    float: left;
		    color: #fff;
		    height: 45px;
    		line-height: 45px;
   }
   .service_btn{
  width: 90%;
  height: 40px;
  margin:15% auto;
  border-radius: 2px;
  border:1px solid #fe5d1b;
  line-height: 40px;

  font-size: 14px;
  color: #fe5d1b;
  text-align: center;
}

/*创建修改*/
.gonggao{
	font-size: 12px;
    color: #538ffc;
    margin-bottom: 1%;
    width: 94%;
    margin: 0 auto;
    margin-top: 2%;

}
.establish_tabbox{
width: 100%;
margin-top: 2%;
}
.tab_btn{
	width: 49.3%;
	float: left;
	height: 32px;
	text-align: center;
	color: #538ffc;
	line-height: 32px;
	background: #fff;
	border:1px solid #538ffc;
	background: #fff;

}
.setup_box{
	display: none;
}
.select_tab{
	color: #fff;
	background: #538ffc;
}
.fu_tishi{
	font-size: 12px;
    color: #9b9b9b;
    width: 94%;
    margin: 2% auto;

}
.select_ed{
	height: 22px;
	border: 1px solid #e4e5e5;
	border-radius: 2px;
	float: left;
	margin-left: 2%;
	padding: 0 5px;
}
#contentEditor img{width: 100%;}

.sty_tit_img{width: 20%;margin: 8% auto 4%;}
.sty_tit_img img{width: 100%;display: block;}
.sty_main_img{width: 94%;margin: 0 auto;}
.sty_main_img img{width: 100%;display: block;}
.sty_qy_ul{width: 94%;display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 auto;}
.sty_qy_ul li{width: 47%;    margin-bottom: 23px;}
.sty_qy_ul li img{width: 100%;display: block;    box-shadow: 1px 1px 7px 0px #F0F0F0;}
.newTheme{
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #333;
	background: #F2F4F7;
}
.change_newTheme{
	background: #538ffc;
	color: #fff;
}
.bd-wx-out{
	height: 100%;
	width: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
	align-items: center;
	justify-content: center;
}
.bd-wx-inner{
	height: 370px;
	width: 300px;
	background-color: white;
	border-radius: 0.3rem;
	position: relative;
	text-align: center;
}
.bd-wx-inner h3{
	font-size: 18px;
	font-family:Microsoft YaHei;
	font-weight:600;
	text-align: center;
	padding-top: 20px;
	letter-spacing: 1px;
}
.bd-wx-inner h3 label{
	color: #757DFF;
	font-size: 18px;
	font-family:Microsoft YaHei;
	font-weight:600;
	letter-spacing: 1px;
}
.bd-wx-img{
	width: 150px;
	height: 150px;
	/*border: 1px solid red;*/
	margin-top: 25px;
	margin-bottom: 25px;
}
.bd-copy-btn-style{
	outline: none;
	box-shadow: none;
	width: 200px;
	height: 45px;
	background-color: #757DFF;
	color: white;
	font-size: 17px;
	font-family:Microsoft YaHei;
	font-weight:400;
	border-radius: 5px;
	margin-top: 20px;
	letter-spacing: 1px;
}
.closeStyle{
	height: 13px;
	width: 13px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.create_btn{
	background: #ffffff;
  color: #D5503D;
  font-size: 16px;
  position: absolute;
	right: 12px;
	top: 14px;
  width: 100px;
  height: 35px;
  z-index: 1;
  border-radius: 5px;
  line-height: 35px;
}

.web_site_logo{
	position: absolute;
  left: 13px;
  top: 18px;
  width: 160px !important;
}

.open_mp_loading_box{
	width: 100vw;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
	background-color: rgba(0,0,0,0.2);
}

.open_mp_loading{
	background-color: #ffffff;
	width: 250px;
	height: 200px;
	border-radius: 5px;
}

.open_mp_loading_img{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.open_mp_loading_point_box{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 128px;
	margin: 0 auto;
	margin-top: 25px;
}

.open_mp_loading_point{
	width: 8px;
	height: 8px;
	background-color: #000000;
	border-radius: 50%;
	animation-name: pointAn;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.open_mp_loading_point:nth-child(1){
	animation-delay: 0s;
}

.open_mp_loading_point:nth-child(2){
	animation-delay: 0.5s;
}

.open_mp_loading_point:nth-child(3){
	animation-delay: 1s;
}

.open_mp_loading_text{
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
	text-align: center;
}


@keyframes pointAn{
	from {
		transform: scale(1.4);
	}
	to {
		transform: scale(1);
	}
}