.mask{
	width: 100%;
	height: 800px;
	position:fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9900;
	display: none;
}

/* 注册 */
.registerBox{
	width: 340px;
	min-height: 320px;
    background-color: #fff;
	position: fixed;
	top: 110px;
	left: 50%;
	transform: translateX(-170px);
	z-index: 9999;
	padding-top: 20px;
	display: none;
	border-radius: 5px;
}

.registerBox .title {
	text-align: center;
}
.registerBox .title .span1{
	font-size: 20px;
}
.registerBox .title .span2{
	font-size: 32px;
	font-weight: 600;
	color: #222;
}

.registerBox .formBox{
	width: 80%;
	min-height: 100px;
	margin: 0 auto;
	margin-top: 20px;
}
.registerBox .formBox .inputBox{
	width: 100%;
	min-height: 30px;
	margin-bottom: 10px;
}
.registerBox .formBox .inputBox p{
	width: 100%;
	color: #f56c6c;
    font-size: 12px;
	display: none;
}
.registerBox .formBox .inputBox input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 4px;
    border: 1px solid #dcdfe6;
}
.registerBox .formBox .inputBox input:focus{
    border: 1px solid #f56c6c;
}
.registerBox .agreement{
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
.registerBox .agreement .checkBox{
	width: 30px;
	height: 16px;
	position: relative;
	top: 3px;
}
.registerBox .agreement span a{
	font-size: 16px;
    color: #ec414d;
}
.registerBox .agreement span a:hover{
	cursor: pointer;
}
.registerBox .agreement p{
	text-align: left;
    font-size: .9rem;
    margin-top: 10px;
    color: rgba(0,0,0,.5);
}

.registerBox .btnBox{
	width: 80%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	background-color: #ec414d;
    text-shadow: 0 0 16px #ec414d;
	margin:  0 auto;
	margin-top: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.registerBox .btnBox:hover{
    cursor: pointer;
}

/* 登录 */
.loginBox{
	width: 640px;
	height: 350px;
	position: fixed;
	top: 110px;
	left: 50%;
	transform: translateX(-320px);
	z-index: 9999;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}
.loginBox .leftBox,.loginBox .rightBox{
    float: left;
}
.loginBox .leftBox .loginLogo{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-72px,-76px);
	z-index: 999;
}
.loginBox .leftBox{
	width: 50%;
	height: 100%;
	background-color: skyblue;
	overflow: hidden;
	position: relative;
}
.loginBox .leftBox .swiper-container1{
	width: 320px;
	height: 350px ;
}
.loginBox .leftBox .swiper-container1 img{
	width: 320px;
	height: 350px ;
}
.loginBox .leftBox .swiper-container1 .swiper-pagination{
	width: 320px;
}
.loginBox .rightBox{
	width: 320px;
	height: 350px;
	background-color: #fff;
}
.loginBox .rightBox .title{
	width: 80%;
	height: 60px;
	line-height: 60px;
    text-align: center;
	border-bottom: 2px solid #ec414d;
    color: #ec414d;
	font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 400;
	margin: 0 auto;
}
.loginBox .rightBox .formBox1{
	width: 80%;
	height: 220px;
	margin: 0 auto;
	margin-top: 20px;
}
.loginBox .rightBox .formBox1 .inputBox{
	width: 100%;
	min-height: 40px;
	margin-bottom: 15px;
	position: relative;
}
.loginBox .rightBox .formBox1 .inputBox p{
	width: 100%;
	color: #f56c6c;
    font-size: 12px;
	display: none;
}
.loginBox .rightBox .formBox1 .inputBox input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 4px;
    border: 1px solid #dcdfe6;
}
.loginBox .rightBox .formBox1 .inputBox input:focus{
    border: 1px solid #f56c6c;
}
.loginBox .rightBox .formBox1  .agreement a {
	color: rgba(0,0,0,.5);
}
.loginBox .rightBox .formBox1  .agreement .checkBox {
	width: 30px;
	height: 16px;
	position: relative;
	top: 2px;
}
.loginBox .rightBox .formBox1  .agreement .span2 {
	position: absolute;
	right:30px;
}
.loginBox .rightBox .formBox1 .btnBox{
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	height: 22px;
	line-height: 22px;
	background-color: #ec414d;
    text-shadow: 0 0 16px #ec414d;
	margin:  0 auto;
	margin-top: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 9px 0px;
}
.loginBox .rightBox .formBox1 .btnBox:hover{
    cursor: pointer;
}
.loginBox .rightBox .logoInfo{
	width: 320px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.loginBox .rightBox .logoInfo a{
	font-size: 16px;
    color: rgba(0,0,0,.5);
}
.loginBox .rightBox .logoInfo a:hover{
    color: #ec414d;
	cursor: pointer;
}

.sty1{
	background-color: rgba(236, 65, 77, .6) !important;
}

#search_form{
	width: 40%;
}