.register-type-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.register-type-wrap .header-wrap {
    height: 78px;
    background-image: url('../../images/register-header.png');
    background-repeat: no-repeat;
    background: linear-gradient(156deg, rgba(64, 152, 241, 1) 0%, rgba(0, 102, 204, 1) 100%);
}
.register-type-wrap .header-wrap a:hover {
    text-decoration: none; 
}

.register-type-wrap .header-logo {
    width: 1200px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.register-type-wrap .login-icon {
	width: 62.5px;
	height: 50px;
    background-image: url('../../images/logo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px 12px 0 0px;
    font-weight: bold;
}

.register-type-wrap .logo-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.register-type-wrap .register-type-body {
    width: 1200px;
    margin: 0 auto 0;
}

.register-type-wrap .register-type-body .info {
    margin: 50px 0 42px 0px;
    font-size: 18px;
	font-weight:bold;
    font-family: Microsoft YaHei;
	height: 24px;
    line-height: 24px;
    color: #333;
}
.main-wrap{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-right: -42px;
	min-height: 500px;
}
.main-wrap-item{
	width: 350px;
	height: 470px;
	margin-right: 42px;
	border-radius:10px;
}
.item-one-shadow {
	box-shadow: 0px 0px 12px rgba(182, 117, 52, 0.16);
}

.item-two-shadow {
	box-shadow: 0px 0px 12px rgba(52, 101, 182, 0.16);
}

.item-three-shadow {
	box-shadow: 0px 0px 12px rgba(52, 147, 182, 0.16);
}
.item-top{
	height:227px;
	padding-top: 30px;
	font-size: 18px;
	font-weight:bold;
}
.item-top-img{
	width:120px;
	height:120px;
	margin: 0 auto 18px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:50%;
}
.item-top-name{
	font-weight:bold;
	text-align: center;
	font-size: 18px;
}
.item-content{
	height: 155px;
	padding: 20px;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	color: #666;
}
.item-btn-wrap{
	text-align: center;
}
.go-btn{
	display: inline-block;
	width:124px;
	height:36px;
	font-size: 16px;
	opacity:1;
	border-radius:4px;
	color: #fff !important;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	text-decoration: none;
}
.go-btn-one{
	background:rgba(233,110,16,1);
}
.go-btn-two{
	background:rgba(7,106,205,1);
}
.go-btn-three{
	background:rgba(48,186,253,1);
}
.go-btn:hover{
	text-decoration: none;
}
.color-one{
	background-color: #FFF8f4;
}
.colo-one-name{
	color: #E96E10;
}
.color-one-dark{
	background-image:url('../../images/type-three.png');
	background-color:#feefe3;
}
.color-two{
	background-color: #F6FaFF;
}
.colo-two-name{
	color: #076ACD;
}
.color-two-dark{
	background-color:#d1e4fb;
	background-image:url('../../images/type-two.png');
}
.color-three{
	background-color: #ecf9ff;
}
.colo-three-name{
	color: #309EFD;
}
.color-three-dark{
	background-color:#cbedff;
	background-image:url('../../images/type-one.png');
}
@media screen and (max-width: 750px) {
	.register-type-body{
		width: 100% !important;
	}
	.main-wrap-item{
		width: 100% !important;
		margin-right: 0;
	}
}
   