.content {
	width: 1190px;
	margin: 0 auto;
	background-color: white;
	margin-bottom: 20px;
}
.content-title {
	margin-top: 10px;
	padding-top: 18px;
	padding-left: 8px;
	margin-left: 8px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.content-select {
	display: flex;
	text-align: center;
	margin-top: 50px;
	margin-left: 340px;
}
.content-select-img {
	display: flex;
}
.content-select-img .content-select-bar {
	width: 114px;
	height: 4px;
	background-color: #cccccc;
	margin-top: 13px;
}
.content-select-num {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: white;
	background-color: #cccccc;
	vertical-align: top;
	text-align: center;
	line-height: 30px;
}
.content-select-text {
	font-size: 14px;
	margin-top: 10px;
}
.c-s-red .content-select-img .content-select-bar,
.c-s-red .content-select-img .content-select-num {
	background-color: #d81e06;
}
.c-s-red .content-select-text {
	color: #d81e06;
}
.big-bar {
	width: 100%;
	height: 1px;
	background-color: #ededed;
	margin-top: 34px;
}
.big-barr {
	width: 100%;
	height: 1px;
	background-color: #ededed;
	margin-top: 34px;
	margin-bottom: 20px;
}
.fill-information-type {
    margin-top: 34px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    /* margin-left: 474px; */
}
.fill-information-type .register-user-type {
	display: inline-block;
	height: 28px;
	vertical-align: top;
	line-height: 24px;
	cursor: pointer;
}
.fill-information-type-bar {
	display: inline-block;
	width: 1px;
	height: 28px;
	background-color: #ededed;
	margin-left: 60px;
	margin-right: 60px;
}
.register-user-type .user-select {
	width: 30px;
    border: 1px #d81e06 solid;
    margin: 0 auto;
}
.redcolor{
    color: #D81E06;
}
.russia{
    display: none;
}
.fill-information-username,
.fill-information-pwd,
.fill-information-name,
.fill-information-email,
.fill-information-phone,
.fill-information-telephone,
.fill-information-address,
.fill-information-referrer,
.fill-information-button {
	margin-left: 354px;
	margin-top: 20px;
}
.fill-information-referrer input {
	outline: none;
}
.fill-information-tt {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
input {
	outline: none;
}
.fill-information input {
	width: 492px;
	height: 34px;
	border: 1px solid #cccccc;
	padding-left: 20px;
}
.fill-information input::placeholder {
	color: #cccccc;
	font-size: 14px;
}
.fill-information-tt a {
	text-decoration: none;
	color: #3995f1;
	margin-left: 30px;
	font-size: 14px;
	font-weight: 400;
}
.fill-information-button button {
	width: 200px;
	height: 40px;
	margin-top: 16px;
	margin-bottom: 50px;
	outline: none;
	cursor: pointer;
}
.information-button-submit {
	border: 1px solid #d81e06;
	background-color: #d81e06;
	color: white;
	font-size: 16px;
	vertical-align: top;
	margin-left: 34px;
	margin-right: 24px;
}
.information-button-not {
	background: #ffffff;
	border: 1px solid #d81e06;
	color: #d81e06;
}
.success-submit {
	display: none;
}
.success-submit .success-submit-text {
	margin-left: 495px;
	margin-top: 140px;
}
.success-submit-text .icon-chenggong {
	color: #1ed55b;
	font-size: 60px;
}
.success-submit-tt {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	height: 60px;
	vertical-align: top;
	line-height: 60px;
}
.success-submit-email {
	color: #666666;
	font-size: 16px;
	margin-left: 402px;
	margin-top: 30px;
	padding-bottom: 317px;
	margin-bottom: 20px;
}
.fail{
    border: 1px solid red !important;
}
