body{
	font-family: "Helvetica Neue", Helvetica,SimHei,"黑体",STHeiti, STHeiTi, sans-serif;
	padding-top:62px;
	position: relative;
	padding-right: 0 !important;
	overflow-x: hidden;
	color: #666666;
}
button{
	outline: none !important;
}
button a {
	color: white;
}
button a:hover {
	color: white;
}
@media (min-width: 768px){
	body{
		font-family: Arial,"Microsoft Yahei","Helvetica Neue",Helvetica,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
		padding-top:62px;
		font-size: 14px;
		line-height: 24px;
	}
}
p.indent{
	text-indent: 2em;
}
/*顶部*/
.yj-header{
	background: #FFFFFF;
	border-color: #dcdcdc;
	min-height: 62px;
}
.yj-header .navbar-brand{
	padding: 12px 15px 9px;
	height: 41px;
}
.yj-header .navbar-brand .logo-mobile{
	height: 41px;
	display: block;
}
.yj-header .navbar-brand .logo-pc{
	display: none;
}
@media (min-width: 768px){
	.yj-header .navbar-brand .logo-mobile{
		display: none;
	}
	.yj-header .navbar-brand .logo-pc{
		height: 41px;
		display: block;
	}
}
@media (min-width: 992px){
	.yj-header .navbar-brand{
		padding: 12px 15px 9px;
		height: 41px;
	}
}
.yj-header .navbar-nav > li > a{
	color: #999999;
}
.yj-header .navbar-nav > li > a:hover{
	color: #333333;
}
.yj-header .navbar-nav>.active>a{
	color: #333333;
	border-bottom: 2px solid #999999;
	padding-bottom: 13px;
	background: none;
}
.yj-header .navbar-nav>.active>a:hover{
	color: #333333;
	background: none;
}
.yj-header .navbar-nav li.yj-header-english{
	background: #53535b;
}
.yj-header .navbar-nav li.yj-header-english a{
	color: #9a9a9a;
}
@media (min-width: 768px){
	.navbar-nav{
		float: right;
		margin-right: 180px;
	}
	.yj-header .navbar-nav>.active>a{
		border-bottom: 2px solid #999999;
	}
}
.yj-header .navbar-toggle{
	background: #11B8D0;
	border-color: #11B8D0;
	padding: 8px 10px;
	margin-top: 15px;
}
.navbar-inverse .navbar-toggle:hover{
	background-color: #2ec1d6;
}
.yj-header .navbar-btn{
	padding: 5px 17px;
	margin: 15px 8px 15px 0px;
	background: #FFFFFF;
	color: #11b8d0;
	border-color: #11b8d0;
	position: relative;
	float: right;
}
.yj-header .navbar-btn.navapply-btn{
	background: #11B8D0;
	color: #FFFFFF;
}
.yj-header .navbar-btn:hover{
	background: #f3fbfd;
	border-color: #11b8d0;
	color: #11b8d0;
}
.yj-header .navbar-btn.navapply-btn:hover{
	background: #2ec1d6;
	border-color: #2EC1D6;
	color: #FFFFFF;
}
.navbar-inverse .navbar-collapse{
	border-color: #999999;
}
@media (min-width: 768px){
	.yj-header .container{
		position: relative;
	}
	.yj-header .navbar-btn{
		margin-right: 0px;
		position: absolute;
		right: 15px;
		top: 0px;
		white-space: normal;
		margin: 15px 0 15px 0px;
	}
	.yj-header .navapply-btn{
		right: 85px;
	}
	.yj-header .navbar-nav > li > a{
		line-height: 32px;
	}
}
@media (min-width: 992px){
	.yj-header .navbar-btn{
		margin: 15px 0px 5px 0px;
		padding: 5px 17px;
		width: auto !important;
		white-space: nowrap;
		height: auto;
	}
	.yj-header .navapply-btn{
		right: 89px;
	}
	.yj-header .navbar-nav > li > a{
		padding-left: 18px;
		padding-right: 18px;
	}
}
/*banner*/
.yj-banner{
	padding: 0;
	background: url(../images/banner-bg.jpg) no-repeat center top;
}
.yj-banner .yj-banner-img{
	margin-top: 50px;
}
.yj-banner .yj-banner-row{
	margin-top: 40px;
	text-align: center;
	margin-bottom: 70px;
}
.yj-banner .yj-banner-btn{
	width: 80px;
	height: 34px;
	float: right;
	color: #FFFFFF;
	background: #11B8D0;
	border-color: #11B8D0;
	border-top-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 3px;
}
.yj-banner .yj-banner-btn:hover{
	background: #2ec1d6;
	color: #FFFFFF;
}
.yj-banner .yj-banner-bd{
	margin-right: 80px;
}
.yj-banner .yj-banner-input{
	border-width: 1px 0px 1px 1px;
	border-color: #11B8D0;
	border-top-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0px;
}
.yj-banner .yj-banner-input:focus{
	box-shadow: none;
}
@media (min-width: 768px){
	.yj-banner{
		padding: 0;
		height: 537px;
	}
	.yj-banner .yj-banner-img{
		margin-top: 92px;
	}
	.yj-banner .yj-banner-row{
		margin-top: 60px;
	}
	.yj-banner .yj-banner-regist{
		width: 466px;
		display: inline-block;
	}
	.yj-banner .yj-banner-btn{
		width: 125px;
		height: 46px;
	}
	.yj-banner .yj-banner-bd{
		margin-right: 125px;
	}
	.yj-banner .yj-banner-center{
		margin: 0 auto;
		display: inline-block;
	}
	.yj-banner .yj-banner-input{
		height: 46px;
	}
}
@media (min-width: 1200px){
	.yj-banner{
		padding: 0;
	}
}
@media screen and (min-width: 1920px){
	.yj-banner{
		background-size: 100% 537px;
	}
}
/*介绍*/
.yjIntro{
	padding-bottom: 30px;
}
.yjIntro .container{
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
.yjIntro .container img{
	max-width: 100%;
}
.yjIntro-item1, .yjIntro-item3, .yjIntro-item5{
	background-color: #FFFFFF;
}
.yjIntro-item2, .yjIntro-item4{
	background-color: #F4F4F4;
}
.yjIntro .yjIntro-title{
	margin: 30px 0 17px;
	height: 10px;
	border-bottom: 1px solid #C9C9C9;
	text-align: center;
}
.yjIntro .yjIntro-title img{
	height: 20px;
}
.yjIntro .yjIntro-title span{
	margin: 0 auto;
	padding: 0 5px;
	background: #FFFFFF;
}
.yjIntro-item1 .yjIntro-title span, .yjIntro-item3 .yjIntro-title span, .yjIntro-item5 .yjIntro-title span{
	background: #FFFFFF;
}
.yjIntro-item2 .yjIntro-title span, .yjIntro-item4 .yjIntro-title span{
	background: #F4F4F4;
}
.yjIntro .yjIntro-item-img{
	margin-top: 20px;
}
.yjIntro .yjIntro-item-text{
	margin-top: 20px;
}
.yjIntro .yjIntro-item-text p{
	margin: 0;
}
.yjIntro .yjIntro-item-text p span, .yjIntro .yjIntro-item-text h5 span{
	color: #ec6e31;
}
.yjIntro .yjIntro-item-text p b{
	color: #333333;
}
.yjIntro .yjIntro-item-text h5{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.yjIntro-item2 .yjIntro-item-view{
	margin-top: 30px;
}
.yjIntro-item2 .yjIntro-item-viewBd{
	margin-top: 15px;
}
.yjIntro-item2 .yjIntro-item-viewText{
	margin-top: 10px;
}
.yjIntro-item2 .yjIntro-item-viewText p{
	margin: 0;
}
.yjIntro-item2 .yjIntro-item-viewText span{
	color: #ea8335;
}
.yjIntro-item2 .yjIntro-item-viewText .deep{
	color: #333333;
}
.yjIntro-item2 .yjIntro-item-text{
	border: 4px solid #f4c21c;
	border-radius: 5px;
	padding: 15px;
}
@media screen and (min-width: 768px){
	.yjIntro .yjIntro-title{
		margin: 45px 36px 17px;
		height: 22px;
	}
	.yjIntro .yjIntro-title span{
		padding: 0 20px;
	}
	.yjIntro .yjIntro-title img{
		height: auto;
	}
	.yjIntro-item1 .yjIntro-item-img{
		margin-top: 40px;
		margin-left: 10px;
		float: right;
	}
	.yjIntro-item1 .yjIntro-item-text{
		margin-top: 60px;
	}
	.yjIntro-item2 .yjIntro-item-view{
		margin-top: 60px;
	}
	.yjIntro-item2 .yjIntro-item-viewBd{
		margin-top: -20px;
		height: 140px;
	}
	.yjIntro-item2 .yjIntro-item-viewBd img{
		float: left;
	}
	.yjIntro-item2 .yjIntro-item-viewText{
		margin-left: 160px;
		margin-top: 0;
		display: table;
		height: 140px;
	}
	.yjIntro-item2 .yjIntro-item-viewMiddle{
		vertical-align: middle;
		display: table-cell;
	}
	.yjIntro-item2 .yjIntro-item-viewRight img{
		float: right;
	}
	.yjIntro-item2 .yjIntro-item-viewRight .yjIntro-item-viewText{
		margin-left: 0;
		margin-right: 160px;
	}
	.yjIntro-item3 .yjIntro-item-img{
		margin-top: 40px;
		width: 45%;
		float: left;
	}
	.yjIntro-item3 .yjIntro-item-text{
		margin-top: 40px;
		width: 45%;
		margin-right: 5%;
		float: right;
	}
	.yjIntro-item4 .yjIntro-item-img{
		margin-top: 40px;
		margin-left: 59px;
	}
	.yjIntro-item5 .yjIntro-item-img{
		margin-top: 40px;
		margin-left: 70px;
	}
	.yjIntro-item5 .yjIntro-item-text{
		margin-top: 60px;
		text-align: center;
	}
	.yjIntro-item5 .yjIntro-item-text p{
		text-align: left;
	}
}
@media screen and (min-width: 992px){
	.yjIntro{
		padding-bottom: 0;
	}
	.yjIntro .container{
		height: 640px;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}
	.yjIntro-item2 .yjIntro-item-view{
		margin-top: 70px;
	}
	.yjIntro-item2 .yjIntro-item-viewBd{
		margin-top: -30px;
	}
	.yjIntro-item2 .yjIntro-item-viewRight .yjIntro-item-viewText{
		margin-left: 206px;
	}
	.yjIntro-item2 .yjIntro-item-text{
		padding: 15px 25px;
		margin-top: 30px;
	}
	.yjIntro-item3 .yjIntro-item-img{
		margin-top: 55px;
		width: auto;
	}
	.yjIntro-item3 .yjIntro-item-text{
		margin-top: 110px;
		width: 470px;
		margin-right: 0;
		float: right;
	}
	.yjIntro-item4 .yjIntro-item-img{
		margin-top: 40px;
		margin-left: 0;
		float: right;
	}
	.yjIntro-item4 .yjIntro-item-text{
		width: 300px;
		margin-top: 105px;
		float: left;
	}
	.yjIntro-item5 .yjIntro-item-img{
		margin-top: 60px;
		margin-left: 0;
	}
	.yjIntro-item5 .yjIntro-item-text{
		margin-top: 125px;
		width: 300px;
		text-align: left;
		float: right;
	}
}
@media screen and (min-width: 1200px){
	.yjIntro-item1 .yjIntro-item-img{
		margin-top: 77px;
	}
	.yjIntro-item1 .yjIntro-item-text{
		width: 600px;
		margin-left: 50px;
		margin-top: 50px;
		float: left;
	}
	.yjIntro-item2 .yjIntro-item-view{
		margin-top: 80px;
	}
	.yjIntro-item2 .yjIntro-item-viewBd{
		margin-top: -40px;
	}
	.yjIntro-item2 .yjIntro-item-viewRight .yjIntro-item-viewText{
		margin-left: 406px;
	}
	.yjIntro-item2 .yjIntro-item-text{
		padding: 15px 30px;
	}
	.yjIntro-item3 .yjIntro-item-text{
		width: 670px;
	}
	.yjIntro-item4 .yjIntro-item-text{
		width: 440px;
		margin-top: 135px;
	}
	.yjIntro-item5 .yjIntro-item-text{
		width: 478px;
	}
}
/*页尾*/
.yj-footer{
	background-color: #F9F9F9;
}
.yj-footer .yj-footer-title{
	font-size: 16px;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 5px;
}
.yj-footer .yj-footer-consultItem{
	margin-right: 30px;
	display: inline-block;
}
.yj-footer .yj-footer-consultItem p{
	color: #999999;
	margin: 0;
}
.yj-footer .yj-footer-consultItem p.yj-footer-tel{
	font-size: 24px;
	color: #333333;
}
.yj-footer .yj-footer-consultItem p.yj-footer-tel a{
	color: #333333;
	text-decoration: none;
}
.yj-footer .yj-footer-copyright{
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
.yj-footer .yj-footer-right{
	text-align: center;
	margin-top: 15px;
}
.yj-footer .yj-footer-right p{
	font-size: 12px;
	margin-top: 5px;
	color: #999999;
}
@media screen and (min-width: 768px){
	.yj-footer{
		height: 176px;
	}
	.yj-footer .yj-footer-left{
		float: left;
	}
	.yj-footer .yj-footer-right{
		margin-right: 20px;
		float: right;
	}
}
/*下载*/
.yj-banner-top{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.yj-banner-top .yj-banner-img{
	padding: 50px 0;
}
@media screen and (min-width: 768px){
	.yj-banner-top{
		height: 336px;
		background-size: auto;
	}
	.yj-banner-top .yj-banner-img{
		padding: 110px 0 0;
	}
}
@media screen and (min-width: 1920px){
	.yj-banner-top{
		background-size: 100% 100%;
	}
}
.yj-banner-top.banner-download{
	background-image: url(../images/banner-download.jpg);
}
.yj-banner-top.banner-product img{
	max-width: 60%;
}
.yj-download-pic{
	margin-top: 48px;
	margin-bottom: 20px;
}
.yj-download{
	text-align: center;
}
.yj-download .yj-download-item{
	padding: 40px 40px;
	border-bottom: 1px solid #E5E5E5;
}
.yj-download .yj-download-item:last-child{
	border-bottom: 0;
}
.yj-download .yj-download-item h1{
	font-size: 24px;
	font-weight: normal;
	color: #303030;
	margin-top: 0;
	margin-bottom: 0;
}
.yj-download .yj-download-bd{
	height: 148px;
	margin: 30px 0;
}
.yj-download .yj-download-item p{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	padding: 4px 0;
}
.yj-download .yj-download-bd img{
	margin-top: 14px;
}
.yj-download .yj-download-btn{
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: #11B8D0;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
}
.yj-download .yj-download-btn:hover{
	background: #2EC1D6;
}
.yj-download .yj-download-line{
	display: none;
}
@media (min-width: 768px){
	.yj-download .yj-download-item{
		width: 33.3333333%;
		border-bottom: 0;
		border-right: 1px solid #E5E5E5;
		padding: 0px 40px;
		margin: 40px 0;
		float: left;
	}
	.yj-download .yj-download-item:last-child{
		border-right: 0;
	}
}
@media (min-width: 992px){
	.yj-download .yj-download-item{
		width: 380px;
		padding: 0px 50px;
		margin-top: 67px;
		margin-bottom: 133px;
		position: relative;
		float: none;
		display: inline-block;
	}
	.yj-download .yj-download-line{
		position: absolute;
		right: 0;
		top: 18px;
		width: 1px;
		height: 332px;
		background: #E5E5E5;
		display: block;
	}
	.yj-download .yj-download-bd{
		margin-top: 84px;
		margin-bottom: 58px;
	}
}
/*合作*/
.yj-banner-top.banner-cooperate{
	background-image: url(../images/banner-cooperate.jpg);
}
.yj-cooperate{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.yj-cooperate .yj-coop-right{
	margin-top: 20px;
}
.yj-cooperate .yj-coop-text{
	margin-top: 37px;
	position: relative;
	background: #EC6E31;
	color: #FFFFFF;
	text-align: left;
	padding: 15px;
	border-radius: 5px;
}
.yj-cooperate .yj-coop-text i{
	width: 22px;
	height: 22px;
	position: absolute;
	right: 33%;
	top: -22px;
	background: url(../images/cooperate-arrow.jpg) no-repeat right top;
}
@media (min-width: 768px){
	.yj-cooperate{
		margin-top: 87px;
		margin-bottom: 60px;
		text-align: left;
	}
	.yj-cooperate .yj-coop-left{
		width: 50%;
		float: left;
	}
	.yj-cooperate .yj-coop-right{
		margin-top: 0;
		width: 50%;
		float: right;
	}
	.yj-cooperate .yj-coop-code{
		text-align: right;
	}
	.yj-cooperate .yj-coop-code img{
		width: 50%;
	}
}
@media (min-width: 992px){
	.yj-cooperate .yj-coop-code img{
		width: auto;
		margin-right: 26px;
	}
}
@media (min-width: 1200px){
	.yj-cooperate .yj-coop-code{
		margin-right: 68px;
	}
	.yj-cooperate .yj-coop-code img{
		margin-right: 0;
		margin-left: 46px;
	}
}
/*关于我们*/
.yj-banner-top.banner-about{
	background-image: url(../images/banner-about.jpg);
}
.yj-about{
	margin-bottom: 30px;
	overflow: hidden;
}
.yj-about .yj-about-img{
	margin-top: 30px;
	max-width: 100%;
}
.yj-about .yj-about-bd{
	margin-top: 20px;
}
.yj-about .yj-about-small{
	text-align: right;
}
.yj-about .yj-about-title{
	margin-top: -30px;
	margin-bottom: 20px;
}
.yj-about .yj-about-bd p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 15px;
}
.yj-about .yj-about-bd p b{
	color: #333333;
}
.yj-contact{
	margin-bottom: 30px;
	text-align: center;
}
.yj-contact .yj-contact-title img{
	margin-top: 26px;
	float: left;
}
.yj-contact .yj-contact-name{
	margin-left: 89px;
	margin-bottom: 60px;
	height: 58px;
	border-bottom: 1px solid #E5E5E5;
}
.yj-contact .yj-contact-name img{
	margin-top: 0;
	margin-left: -20px;
}
.yj-contact .yj-contact-type{
	display: inline-block;
	margin: 0 auto 30px;
	text-align: left;
}
.yj-contact .yj-contact-type img{
	float: left;
}
.yj-contact .yj-contact-type p{
	margin-left: 45px;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.yj-contact .yj-contact-type p a{
	color: #666666;
}
.yj-contact .yj-contact-type p span{
	color: #333333;
}
.yj-contact .yj-contact-bottom{
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.yj-contact .yj-contact-addr{
	width: 292px;
	height: 169px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 116px;
	margin-bottom: 20px;
	display: inline-block;
}
.yj-contact .yj-contact-addr1{
	background-image: url(../images/contact-addr1.jpg);
}
.yj-contact .yj-contact-addr2{
	background-image: url(../images/contact-addr2.jpg);
}
.yj-contact .yj-contact-addr3{
	background-image: url(../images/contact-addr3.jpg);
}
@media (min-width: 768px){
	.yj-contact .yj-contact-addr{
		margin: 0px 10px 20px 11px;
	}
}
@media (min-width: 992px){
	.yj-about{
		margin-bottom: 85px;
	}
	.yj-about .yj-about-img{
		margin-top: 73px;
		max-width: none;
		float: left;
	}
	.yj-about .yj-about-bd{
		width: 380px;
		margin-top: 39px;
		float: right;
	}
	.yj-about .yj-about-title{
		margin-top: 28px;
		margin-bottom: 73px;
		text-align: right;
	}
	.yj-about .yj-about-bd p{
		text-align: left;
		margin-bottom: 23px;
	}
	.yj-contact{
		margin-bottom: 87px;
	}
	.yj-contact .yj-contact-name{
		margin-bottom: 76px;
	}
	.yj-contact .yj-contact-type{
		display: block;
		text-align: center;
		margin-bottom: 48px;
	}
	.yj-contact .yj-contact-phone{
		padding: 0 48px;
		display: inline-block;
	}
	.yj-contact .yj-contact-phone img{
		margin-top: 7px;
		float: none;
	}
	.yj-contact .yj-contact-phone p{
		margin: 6px 0px 0px;
	}
	.yj-contact .yj-contact-item{
		padding: 0px 30px 0px 26px;
		border-left: 1px solid #E5E5E5;
		display: inline-block;
	}
	.yj-contact .yj-contact-item p{
		margin-left: 55px;
		margin-bottom: 0;
		text-align: left;
	}
	.yj-contact .yj-contact-row{
		margin-top: 7px;
	}
	.yj-contact .yj-contact-addr{
		margin: 0px 10px 0px 8px;
	}
}
@media (min-width: 1200px){
	.yj-about .yj-about-bd{
		width: 526px;
	}
	.yj-about .yj-about-title{
		margin-right: 91px;
	}
	.yj-about .yj-about-bd p{
		margin-right: 91px;
	}
	.yj-contact .yj-contact-name{
		margin-right: 36px;
	}
	.yj-contact .yj-contact-addr{
		margin: 0px 10px 0px 11px;
	}
}

/*注册页面*/
.login-bg{
	background: #aefffc url(../images/loginBg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding-top: 0;
}
@media (min-width: 768px){
	.login-bg{
		background-image: url(../images/loginBgPC.jpg);
		background-size: auto;
		min-height: 496px;
	}
}
@media (min-width: 1920px){
	.login-bg{
		background-size: 100% auto;
	}
}
.login{
	width: 90%;
	background: url(../images/loginBd.png) repeat;
	border-radius: 8px;
	padding: 20px 15px 30px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	margin: 0 auto;
	position: relative;
}
.login .login-title{
	text-align: center;
}
.login .login-title span{
	font-size: 17px;
	color: #333333;
	background: url(../images/loginLogo.png) no-repeat left top;
	background-size: auto 40px;
	line-height: 40px;
	padding-left: 50px;
	display: inline-block;
}
.login .login-bd{
	padding-top: 0px;
}
.login .login-row{
	width: 100%;
	position: relative;
}
.login .login-error{
	width: 100%;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
	color: #F8702E;
	margin-bottom: 0;
}
.login .login-input{
	width: 100%;
	border-radius: 20px;
	border: 1px solid #d7d7d7;
	padding: 5px 20px;
	margin: 0;
	outline: none;
	background: transparent;
}
.login .login-input:focus{
	border: 2px solid #f8b500;
	padding: 4px 19px;
}
.login .login-pwd{
	padding-right: 90px;
}
.login .login-pwd:focus{
	padding-right: 89px;
}
.login .login-forget{
	position: absolute;
	right: 15px;
	bottom: 6px;
	color: #666666;
	text-decoration: none;
}
.login .login-btn{
	width: 100%;
	border-radius: 20px;
	height: 36px;
	border: 0px;
	background: #F8B500;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer;
	outline: none;
}
.login .login-btn:hover{
	background: #fcc245;
}
.login .reset-title span{
	background: url(../images/resetIcon.png) no-repeat left center;
	background-size: auto 28px;
	padding-left: 38px;
}
.login .login-return{
	margin-top: 20px;
	color: #666666;
	display: inline-block;
}
@media (min-width: 768px){
	.login{
		width: 560px;
		height: 496px;
		padding: 28px 40px 40px;
	}
	.login .login-title span{
		font-size: 28px;
		background-size: auto;
		padding-left: 72px;
		line-height: 64px;
	}
	.login .login-bd{
		padding-top: 11px;
	}
	.login .login-error{
		font-size: 14px;
		padding-left: 30px;
	}
	.login .login-input{
		width: 420px;
		font-size: 18px;
		padding: 12px 30px;
		box-sizing: content-box;
	}
	.login .login-input:focus{
		padding: 11px 29px;
	}
	.login .login-pwd{
		width: 330px;
		padding-right: 120px;
	}
	.login .login-pwd:focus{
		padding-right: 119px;
	}
	.login .login-forget{
		font-size: 18px;
		bottom: 13px;
	}
	.login .login-forget:hover{
		color: #333333;
		text-decoration: underline;
	}
	.login .login-btn{
		font-size: 20px;
		height: 50px;
	}
	.login .reset-title span{
		background-position: left 12px;
		padding-left: 53px;
	}
	.login .login-return{
		font-size: 18px;
	}
	.login .login-return:hover{
		color: #333333;
		text-decoration: underline;
	}
}