*{font-family:"inherit";}
input::-webkit-input-placeholder {
   /* placeholder颜色  */
   color: #06c360;
   /* placeholder字体大小  */
   font-size: 12px;
}
@keyframes cc{
	0%{opacity: 0.4;transform: scale(0.1) ;top: -500px;}
	50%{opacity: 0.4;transform: scale(0.1) rotateX(90deg);top: -50px;}
	100%{opacity: 1;transform: scale(1) rotateX(0deg);top: 0;}
}
@media only screen and (max-width: 500px) {}
.body_bg_color{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background: url(../mobile/myimg/bg_color_01.png) no-repeat;
	background-size:100% 100%;
}
.bg_content{
	border-radius: 2px;
	padding: 10px;
	width: 1000px;
	height: 620px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -310px;
	margin-left: -580px;
}
.bg_content_url{
	width: 100%;
	height: 100%;
	background: url(../mobile/myimg/bg_color_02.png) no-repeat;
	background-size:100% 100%;
	padding: 10px;
}
.bg_login_left{
	width: 480px;
	height: 600px;
	position: relative;
}
.login{
	width: 330px;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -165px;
}
.bg_login_right{
	width: 480px;
	height: 600px;
	position: relative;
}
.login_btn{
	width: 330px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -186px;
	margin-left: -200px;
}
.login_btn h4{
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
/*注册*/
.reg_btn{
	width: 330px;
	height: 480px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -190px;
}
.reg_btn h4{
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
.reg_name{
	font-size: 12px !important;
}
.name_inp_reg{
	padding-left: 22%;
	height: 38px;
    line-height: 38px;
    border: none;
    background: none;
    width:70%;
    outline:none;
    border: 0 !important;
}
/*注册结尾*/
.name{
	position:relative;
	margin-bottom:20px;
	clear:both;
	border:1px solid #fff;
	width: 100%;
    height: 40px;
    border: 0;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    -moz-box-shadow:0px 4px 8px rgba(0,0,0,0.5); 
	-webkit-box-shadow:0px 4px 8px rgba(0,0,0,0.5); 
	box-shadow:0px 4px 8px rgba(0,0,0,0.5);
}
#drag{
	-moz-box-shadow:0px 4px 8px rgba(0,0,0,0.5); 
	-webkit-box-shadow:0px 4px 8px rgba(0,0,0,0.5); 
	box-shadow:0px 4px 8px rgba(0,0,0,0.5);
}
.name label{
	position: absolute;
    color: #06c360;
    top: 10px;
    left: 10px;
}
.name_inp{
	padding-left: 34px;
	height: 38px;
    line-height: 38px;
    border: none;
    background: none;
    width:100%;
    outline:none;
    border: 0 !important;
}
.forget_a{
	display:block;
	text-align: left;
	height: 40px;
	line-height: 40px;
	text-decoration: underline;
	color: #fff !important;
	font-size: 12px;
	padding-right: 10px;
}
.dl{
	width:100%;
	background:#fff;
	line-height:35px;
	display:block;
	margin:0 auto;
	border:0;
	font-size:16px;
	text-align: center;
	-moz-box-shadow:0px 4px 8px rgba(0,0,0,0.5); 
	-webkit-box-shadow:0px 4px 8px rgba(0,0,0,0.5); 
	box-shadow:0px 4px 8px rgba(0,0,0,0.5);
}
.btn-success{
	color: #333;!important
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill. input:-internal-autofill-selected {
    background-color: #06c360 !important;
    background-image: none;
    color: #06c360;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #06c360 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}