
			body{
				overflow: hidden;
				margin: 0 !important;
			}
			.content{
				width: 80vw;
				height: 80vh;
				position: relative;
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin: 10vh auto;
			}
			.content .item{
				width: 50vw;
				height: 80vh;
				display: flex;
				flex-direction: column;
				justify-content: flex-end;
				align-items: center;
				cursor: default;
				
			}
			/* .content{
				width: 813px;
				height: 100vh;
				position: relative;
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin: auto;
			}
			.content .item{
				width: 506.5px;
				height: 417px;
				display: flex;
				flex-direction: column;
				justify-content: flex-end;
				align-items: center;
				cursor: default;
				
			} */
			.ipg{
				background-size: cover;
				background-image: url(../img/ipg.png);
			}
			.icm{
				position: absolute;
				right: 0;
				background-size: cover;
				background-image: url(../img/icm.png);
			}
			.ipg-text{
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				margin-right: 180px
			}
			.icm-text{
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				margin-left: 180px;
			}
			.title{
				font-size: 26px;
				transition: all 0.3s;
				background: #2c5394;
				padding: 10px 52px;
				color: #ffffff;
				border-radius: 60px;
				margin-bottom: 30vh;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}
			.tip{
				text-align: center;
				    font-size: 16px;
				    margin-top: 10px;
				}
			}
			.login{
				color: #ffffff;
				font-size: 20px;
				margin-bottom: 40vh;
			}
			.ipg-text:hover .title,.icm-text:hover .title{
				font-size: 28px;
			}
			.pravicy{
				position: fixed;
				bottom: 15px;
				left: calc(50% - 230px);
			}