* {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
}
body{
	background-color: #EFF3F5;
}
a {
	text-decoration: none;
	color: black;
}

li {
	list-style: none;
}
img{
	display: block;
}
@media screen and (max-width: 768px) {
	header .layout{
		max-width: 100%;
		margin: 0 auto;
	}
	header .layout img{
		width: 150px;
	}
	.container{
		width: 100%;
		display: grid;
		grid-template-columns:100%;
		grid-template-rows: auto;
		margin-top: 70px;
		margin-bottom: 144px;
	}
	.container .left{
		display: none;
	}
	.container .right{
		width: 100%;
		background:rgba(255,255,255,1);
		box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);
		padding: 40px 0;
	}
	.container .right .title{
		margin: 0 auto;
		width: 268px;
		font-size:20px;
		font-weight:500;
		color:rgba(127,41,152,1);
		line-height:28px;
	}
	.container .right .title a{
		font-size:20px;
		font-weight:500;
		line-height:28px;
		margin-right: 20px;
	}
	.container .right .title a:hover{
		font-size:20px;
		font-weight:500;
		color:rgba(127,41,152,1);
		line-height:28px;
		margin-right: 20px;
	}
	.active{
		border-bottom: 2px #7F2998 solid;
		padding-bottom: 6px;
		color: #7F2998;
	}
	.container .right .login-input{
		border-bottom: 1px #D8D8D8 solid;
		margin: 0 40px;
		margin-top: 50px;
		padding: 4px 0;
	}
	.container .right .login-input input{
		font-size:18px;
		font-weight:400;
		color:rgba(138,138,138,1);
		line-height:25px;
		border: 0px;
		width: 100%;
		outline: none;
		background-color: rgba(0, 0, 0, 0);
		margin-left: 2px;
	}
	.container .right .login-input i{
		font-size:18px;
		font-weight:400;
		color:rgba(74,144,226,1);
		line-height:25px;
		position: relative;
		top: -28px;
		float: right;
		cursor: pointer;
	}
	.container .right .login-submit{
		margin: 0 40px;
		margin-top: 60px;
	}
	.container .right .login-submit input{
		width:100%;
		height:40px;
		background:rgba(127,41,152,1);
		border-radius:4px;
		font-size:14px;
		font-weight:400;
		color:rgba(255,255,255,1);
		line-height:20px;
	}
	.container .right .note{
		font-size: 14px;
		font-weight: 400;
		color: rgba(138,138,138,1);
		line-height: 20px;
		background-color: #EFF3F5;
		margin-top: 56px;
		padding: 10px 24px;
	}
	footer{
		display: none;
	}
	footer .layout{
		display: none;
	}
}

@media screen and (min-width: 768px) {
	header{
		border-bottom: 1px solid #DCDCDC;
		background-color: #ffffff;
	}
	header .layout{
		width: 1200px;
		margin: 0 auto;
		display: flex;
	}
	header .layout .logo-box{
		overflow: hidden;
		position: relative;
		width: 206px;
	}
	header .layout .logo-box .logo{
		width: 150px;
		margin-top: 6px;
		float: left;
	}
	header .layout .logo-box .slogan{
		font-size: 14px;
		float: left;
		margin-left: 4px;
		margin-top: 6px;
		color: darkgrey;
	}
	.container{
		width: 1200px;
		margin: 0 auto;
		display: grid;
		grid-template-columns:690px 510px;
		grid-template-rows: auto;
		margin-top: 70px;
		margin-bottom: 144px;
	}
	.container .left{
		width: 100%;
	}
	.container .left img{
		width:690px;
		height:425px;
	}
	.container .right{
		width: 100%;
		background:rgba(255,255,255,1);
		box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);
	}
	.container .right .title{
		margin-top: 20px;
		margin-left: 40px;
		font-size:20px;
		font-weight:500;
		line-height:28px;
	}
	.container .right .title a{
		font-size:20px;
		font-weight:500;
		line-height:28px;
		margin-right: 20px;
	}
	.container .right .title a:hover{
		font-size:20px;
		font-weight:500;
		color:rgba(127,41,152,1);
		line-height:28px;
		margin-right: 20px;
	}
	.active{
		border-bottom: 2px #7F2998 solid;
		padding-bottom: 6px;
		color: #7F2998;
	}
	.container .right .login-input{
		border-bottom: 1px #D8D8D8 solid;
		margin: 0 50px;
		margin-top: 40px;
		padding: 4px 0;
	}
	.container .right .login-input input{
		font-size:18px;
		font-weight:400;
		color:rgba(138,138,138,1);
		line-height:25px;
		border: 0px;
		width: 100%;
		outline: none;
		background-color: rgba(0, 0, 0, 0);
		margin-left: 2px;
	}
	.container .right .login-input i{
		font-size:18px;
		font-weight:400;
		color:rgba(74,144,226,1);
		line-height:25px;
		position: relative;
		top: -28px;
		float: right;
		cursor: pointer;
	}
	.container .right .login-submit{
		margin-left: 50px;
		margin-top: 50px;
	}
	.container .right .login-submit input{
		width:410px;
		height:40px;
		background:rgba(127,41,152,1);
		border-radius:4px;
		font-size:14px;
		font-weight:400;
		color:rgba(255,255,255,1);
		line-height:20px;
	}
	.container .right .note{
		font-size: 14px;
		font-weight: 400;
		color: rgba(138,138,138,1);
		line-height: 20px;
		background-color: #EFF3F5;
		margin-top: 50px;
		padding: 10px 24px;
	}
	footer{
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: #ffffff;
	}
	footer .layout{
		width: 1200px;
		margin: 0 auto;
	}
	footer .layout ul{
		overflow: hidden;
		padding-top:20px;
		padding-bottom: 40px;
	}
	footer .layout ul a{
		float: left;
		margin-right: 50px;
		color: #282828;
	}
	footer .layout p{
		color: #8A8A8A;
		font-size: 14px;
		text-align: center;
		line-height: 24px;
	}
	footer .layout .title {
		color: #C3C3C3;
		font-size: 14px;
		overflow: hidden;
		border-bottom: 2px solid #C3C3C3;
		padding-bottom: 14px;
	}
	footer .layout .title p{
		text-align: left;
		line-height: normal;
		margin-top: 12px;
		float: left;
	}
	footer .layout .title h2 {
		font-size: 40px;
		color: #000000;
		margin-right: 4px;
		float: left;
	}
	footer .layout .title a {
		float: right;
		color: #C3C3C3;
		margin-top: 32px;
	}
}