html, body {
	background: #fff;
	min-width: 1240px;
}

.container {
	margin: 0 auto;
}

#draw header.banner {
	text-align: center;
	height: 95px;
	margin-bottom: 24px;
	background: url("/images/icons/league/draw_header_bg.png") no-repeat;
	background-size: 100% 100%;
}

#draw header img {
	width: 76px;
	height: 76px;
	margin-top: 9px;
}

#draw .competition-title {
	text-align: center;
	position: relative;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 50px;
}

#draw .competition-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #E5E5E5;
	position: absolute;
	top: 50%;
}

#draw .competition-title .name {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
}

#draw .main {
	width: 1100px;
	margin: 0 auto;
}

#draw .draw-title {
	margin-bottom: 20px;
}

#draw .drawing-teams {
	margin-bottom: 40px;
}

#draw .drawing-teams .des {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-right: 10px;
}

#draw .team-count {
	font-size: 18px;
	color: #677A8E;
}

#draw .draw-title .btn-grey {
	background: #677A8E;
	border-radius: 3px;
}

#draw .draw-title .btn-grey.disable {
	background: rgba(63, 78, 93, .3);
}

#draw .teams-wrapper {
	height: 310px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 9px 23px 0 rgba(0, 0, 0, 0.11);
	border-radius: 4px;
	overflow: hidden;
	padding: 30px 15px 30px 80px;
	margin-bottom: 45px;
}

#draw .teams {
	height: 250px;
}

#draw .teams .team {
	width: 96px;
	height: 110px;
	margin-right: 24px;
	margin-bottom: 30px;
	padding: 1px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#draw .teams .team:nth-child(8n) {
	margin-right: 0;
}

#draw .teams .team-logo {
	width: 60px;
	height: 60px;
	margin-top: 16px;
	margin-left: 18px;
	margin-bottom: 8px;
}

#draw .teams .team-logo img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

#draw .teams .team-logo img[src=''] {
	background: #eee;
}

#draw .teams .team-name {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#draw .teams .team.active {
	border: 1px solid #27A76d;
	padding: 0;
}

#draw .teams .team.active:after {
	content: '\e632';
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 12px;
	background: #27a76d;
	color: #fff;
	position: absolute;
	top: 3px;
	right: 3px;
	border-radius: 50%;
	text-align: center;
	line-height: 17px;
}

#draw .draw-btn {
	display: inline-block;
	width: 140px;
	height: 70px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	cursor: pointer;
	vertical-align: middle;
}

#draw .draw-one {
	background: rgba(39, 167, 109, 1);
	margin-right: 20px;
}

#draw .draw-btn.disable, #draw button.disable {
	background: rgba(63, 78, 93, .3);
}

#draw .draw-all {
	background: rgba(63, 78, 93, 1);
}

#draw .draw-btn .icon {
	height: 32px;
	margin: 2px 0;
}

#draw .draw-one .icon {
	background: url("/images/icons/league/draw_002.png") center no-repeat;
}

#draw .draw-all .icon {
	background: url("/images/icons/league/draw_001.png") center no-repeat;
}

#draw .nav-box {
	margin-bottom: 15px;
}

#draw .drawed-list {
	margin-bottom: 80px;
}

#draw .drawed-list .drawed-head {
	height: 8px;
	background: rgba(63, 78, 93, 1);
	border-radius: 4px 4px 0 0;
}

#draw .drawed-list .drawed-one {
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

.drawed-list .drawed-table .index {
	width: 40px;
	font-size: 14px;
	font-family: HelveticaNeue-BoldItalic;
	font-weight: normal;
	color: rgba(110, 135, 158, 1);
}

.drawed-list .drawed-table .team-logo {
	height: 40px;
	width: 40px;
	border-radius: 3px;
}

.drawed-list .team-logo img {
	width: 100%;
	height: 100%;
}

.drawed-list .drawed-table .separator {
	width: 1px;
	height: 50px;
	background: #E5E5E5;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	transform: skew(-25deg);
	margin-right: 55px;
	margin-top: 5px;
}

.drawed-list .drawed-table .date {
	width: 167px;
	color: #333;
}

.drawed-list .drawed-table .address {
	width: 133px;
	color: #333;
}

.drawed-list .drawed-table i {
	font-size: 12px;
	line-height: 60px;
	font-weight: bold;
	margin-right: 4px;
}

.drawed-list .date .flex1,
.drawed-list .address .flex1 {
	text-align: center;
}

.drawed-list .drawed-table .home-team,
.drawed-list .drawed-table .away-team {
	padding: 10px 0;
	line-height: 40px;
}

.drawed-list .home-team .team-name {
	width: calc(100% - 46px);
	margin-right: 6px;
	text-align: right;
}

.drawed-list .away-team .team-name {
	width: calc(100% - 46px);
	margin-left: 6px;
}

.drawed-list .drawed-table .score {
	width: 30px;
	font-size: 20px;
	font-family: HelveticaNeue-BoldItalic;
	color: rgba(51, 51, 51, 1);
	margin: 0 40px;
	font-weight: bold;
}

#draw .draw-end {
	height: 310px;
	font-size: 20px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 9px 23px 0 rgba(0, 0, 0, 0.11);
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 45px;
	color: #B3C0CC;
	text-align: center;
	line-height: 310px;
}

#draw .group-title {
	margin-bottom: 15px;
}

#draw .group-title:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 18px;
	background: url(/images/icons/icon_r_triangle.png) center no-repeat;
	vertical-align: sub;
	margin-right: 10px;
}

#draw .group {
	width: 500px;
	float: left;
	margin-right: 100px;
	margin-bottom: 40px;
}

#draw .group:nth-child(2n) {
	margin-right: 0;
}

#draw .group .group-teams {
	border: 1px solid #677A8E;
	border-radius: 3px;
}

#draw .group li.team {
	border-bottom: 1px solid #E5E5E5;
	height: 60px;
	padding: 0 20px;
	line-height: 60px;
	font-weight: bold;
}

#draw .group li.team:last-child {
	border-bottom: none;
}

#draw .group li.team[data-team-id=''] {
	color: #B3C0CC;
}

#draw .group .team-logo {
	width: 33px;
	height: 33px;
	margin-top: 13px;
	line-height: initial;
}

#draw .group .team-logo img {
	width: 100%;
	height: 100%;
}

#draw .group .team-name {
	text-indent: 10px;
}

#draw .drawing-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .015);
	z-index: 3;
}

#draw .drawing-wrapper .inner {
	position: absolute;
	width: 526px;
	height: 518px;
	background: url("/images/icons/league/drawing_bg.png") no-repeat;
	background-size: 100% 100%;
	left: 50%;
	margin-left: -268px;
	top: 50%;
	margin-top: -259px;
}

#draw .drawing-wrapper .inner.no-group {
	background: url("/images/icons/league/drawing_bg2.png") no-repeat;
}

#draw .drawing-wrapper .team-name {
	width: 244px;
	height: 62px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 10px;
	position: absolute;
	top: 37px;
	left: 141px;
	line-height: 62px;
	text-align: center;
}

#draw .drawing-wrapper .team-logo {
	position: absolute;
	width: 56px;
	height: 56px;
	bottom: 114px;
	left: 50%;
	margin-left: -28px;
}

#draw .drawing-wrapper .team-logo img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

#draw .drawing-wrapper .team-logo img[src=''] {
	background: #eee;
}

#draw .drawing-wrapper .group-slides {
	position: absolute;
	top: 170px;
	left: 119px;
	width: 178px;
	height: 92px;
}

#draw .drawing-wrapper .drawing-num {
	position: absolute;
	top: 169px;
	left: 319px;
	width: 88px;
	height: 94px;
}

#draw .no-group .drawing-num {
	left: 174px;
	width: 178px;
}

#draw .drawing-wrapper .swiper-slide {
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #AAAAAA;
	max-height: 32px;
}

#draw .swiper-slide.swiper-slide-active {
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

#draw .swiper-slide.swiper-slide-next {
	line-height: 42px;
}

#draw .group-slides .cover-top, #draw .drawing-num .cover-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 30px;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 100%);
}

#draw .group-slides .cover-bottom, #draw .drawing-num .cover-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 30px;
	width: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 100%);
}

#draw .pagination-btn {
	line-height: 30px;
}

#draw .pagination-btn button {
	width: 80px;
	height: 32px;
	background: rgba(247, 248, 248, 1);
	border-radius: 3px;
	font-size: 12px;
	color: #3F4E5D;
}

#draw .pagination-btn button:before,
#draw .pagination-btn button:after {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
}

#draw .pagination-btn .prev:before {
	content: '\e710';
	margin-right: 5px;
}

#draw .pagination-btn .next:after {
	content: '\e710';
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 5px;
	margin-top: -1px;
}

#sign_up .roles-wrapper .checked-box.checked:before {
	color: #fff;
	content: '\e64c';
}

.get-require-popper {
	color: #333;
}

.get-require-popper .item-title {
	font-weight: bold;
	position: relative;
	margin-bottom: 8px;
}

.get-require-popper .item-title:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #27A76d;
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
}

.get-require-popper p {
	margin-bottom: 8px;
	font-size: 12px;
}

#sign_up .requirements ul label {
	display: inline-block;
	width: 88px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	line-height: 32px;
}

#sign_up .requirements ul .lock-box {
	position: relative;
}

#sign_up .requirements ul .lock-box .lock {
	position: absolute;
	right: 10px;
	top: 6px;
	color: #ccc;
}

#sign_up .requirements input {
	width: 432px;
	height: 32px;
	background: rgba(255, 255, 255, 1);
	border-radius: 2px;
	border: 1px solid rgba(213, 218, 222, 1);
}

#sign_up .requirements .player-img .img-box {
	position: relative;
	width: 80px;
	height: 105px;
	margin-bottom: 8px;
}

#sign_up .requirements .img-box > * {
	position: absolute;
	width: 100%;
	height: 100%;
}

#sign_up .pl-info-wrapper .example-img {
	margin-left: 0;
}

#sign_up .requirements .img-box img {
	z-index: 1;
	background: transparent;
}

#sign_up .requirements .img-box .lock {
	z-index: 2;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	line-height: 105px;
	font-size: 20px;
}

#sign_up .requirements .reupload {
	z-index: 2;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	line-height: 105px;
	font-size: 20px;
	display: none;
	cursor: pointer;
}

#sign_up .requirements .img-box:hover .reupload {
	display: block;
}

#sign_up .requirements .upload-cert-wrapper .img-box {
	width: 214px;
	height: 135px;
}

#sign_up .requirements .upload-cert > .fl {
	width: 214px;
	margin-right: 20px;
}

#sign_up .requirements .upload-cert, #sign_up .requirements .upload-img-wrapper {
	padding-left: 0;
}

#sign_up .upload-cert-wrapper div, #sign_up .upload-img-wrapper div {
	margin-right: 0;
}

#sign_up .upload-cert-wrapper .reupload {
	line-height: 135px;
}

#sign_up .upload-img-wrapper .reupload,
#sign_up .insurance-img-wrapper .reupload {
	line-height: 206px;
}

#sign_up .upload-cert-wrapper > div {
	margin-right: 20px;
}

#sign_up .requirements .upload-cert p {
	text-align: center;
}

#sign_up .upload-img-wrapper .img-box,
#sign_up .insurance-img-wrapper .img-box {
	width: 206px;
	height: 206px;
	position: relative;
}

.red {
	color: red;
}

#sign_up .buy-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/static/image/3.0/insurance/arrow_left.png');
	background-size: cover;
	vertical-align: middle;
}

#sign_up .buy-href span {
	color: #4A90E2;
	vertical-align: middle;
	margin-right: 6px;
	margin-left: 6px;
}

#sign_up .pl-info-wrapper .tips {
	font-size: 14px;
}

#sign_up .insurance-img-wrapper .img-upload-btn {
	background: url(/images/icons/upload_cert.png);
	background-size: 100% 100%;
}

#sign_up .insurance-box p {
	font-size: 12px;
	font-weight: 400;
	color: #bbb;
	line-height: 17px;
	margin-top: 6px;
	text-align: center;
}

#sign_up .insurance-box {
	margin-bottom: 16px;
	width: 206px;
}

#sign_up .pl-info-wrapper .checked-box.checked:before {
	content: '\e64c';
	line-height: 16px;
	color: #fff;
}

#sign_up .web-insurance-tips a {
	padding: 7px 10px;
	background: rgba(245, 166, 35, .1);
	color: #F5A623;
	display: inline-block;
	margin-bottom: 16px;
}

#sign_up .web-insurance-tips .iconfont {
	font-size: 13px;
}

#sign_up .insurance-box .delete {
	position: absolute;
	right: -20px;
	top: -4px;
	width: 20px;
	font-size: 16px;
	color: #ff2000;
	height: 20px;
	z-index: 3;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}

input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset !important;
}

#login-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #333;
	background: url("/static/image/3.0/website/login_bg.png") center / cover no-repeat;
}

#login-container .lysy-logo {
	position: absolute;
	top: 30px;
	left: 40px;
	display: block;
	width: 104px;
	height: 40px;
}

.bind-phone-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #333;
	background: url("/static/image/3.0/website/login_bg.png") center / cover no-repeat;
}

.bind-phone-bg .lysy-logo {
	position: absolute;
	top: 30px;
	left: 40px;
	display: block;
	width: 104px;
	height: 40px;
}
.bind-phone-bg .bind-body-box .bind-phone-title {
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 33px;
	position: absolute;
	top: -73px;
	left: 0;
}
.bind-phone-bg .bind-body-box {
	width: 744px;
	height: 281px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	border-radius: 4px 4px 4px 0;
	padding: 30px 92px 32px;
	box-shadow: 0 18px 57px 4px rgba(0, 0, 0, 0.24);
}

.bind-phone-bg .bind-body-box .tips {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #F5A623;
	line-height: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 31px;
}
.bind-phone-bg .input_wrapper .input-wrapper {
	height: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}
.bind-phone-bg .input_wrapper .input-wrapper .label-title {
	margin-right: 34px;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 20px;
}
.bind-phone-bg .input_wrapper .input-wrapper button {
	margin-left: 16px;
	width: 100px;
	height: 32px;
	background: #00c700;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	border-radius: 2px;
}
.bind-phone-bg .input_wrapper .input-wrapper .waiting {
	background: #DDDDDD;
}
.bind-phone-bg .submit-btn {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 40px;
}
.bind-phone-bg .submit-btn .greenSub {
	background: linear-gradient(135deg, #5AD65A 0%, #00BA00 100%);
	box-shadow: 0px 4px 14px 0px rgba(36, 150, 18, 0.5);
}
.bind-phone-bg .submit-btn button {
	width: 160px;
	height: 40px;
	background: #DDDDDD;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}
.bind-phone-bg .input_wrapper .input-wrapper input {
	height: 32px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #CCCCCC;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 17px;
}
.bind-phone-bg .input_wrapper .input-wrapper input::placeholder {
	line-height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #CCCCCC;
}
.bind-phone-bg .bind-body-box .tips span {
	height: 15px;
	width: 15px;
	background: #F5A623;
	border-radius: 50%;
	line-height: 15px;
	color: #fff;
	margin-right: 8px;
	text-align: center;
	font-size: 12px;
}
#login-container .login-box {
	width: 448px;
	height: 550px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	border-radius: 4px 4px 4px 0;
	padding: 40px 64px 60px;
	box-shadow: 0 18px 57px 4px rgba(0, 0, 0, 0.1);
}

#login-container .login-box .head {
	margin-bottom: 16px;
}
#login-container .chose-login-status {
	width: 320px;
	height: 38px;
	background: #F3F3F3;
	border-radius: 2px;
	padding: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#login-container .chose-login-status .tab-inner {
	width: 154px;
	height: 30px;
	background: transparent;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}
#login-container .chose-login-status .tab-inner.active {
	background: #00C700;
	color: #fff;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
}
#login-container .orItem {
	width: 72px;
	height: 18px;
	margin: 16px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#login-container .orItem span {
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #CCCCCC;
}
#login-container .orItem p {
	display: inline-block;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #CCCCCC;
}
#login-container .use-wechat {
	width: 320px;
	height: 44px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 44px;
	cursor: pointer;
}

#login-container .login-box .head .Welcome {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
}

#login-container .login-box .head .title {
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
}

#login-container .login-box .item .item-title {
	font-size: 12px;
	color: #999;
}

#login-container .login-box .item input {
	display: block;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	font-size: 14px;
	padding-bottom: 1px;
	text-indent: 0;
}

#login-container .login-box .item .msg {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 2px;
	color: #F3001E;
	line-height: 17px;
	font-size: 12px;
	display: none;
}
#login-container .get-codes {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 12px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #00C700;
}
#login-container .waiting {
	color: #ccc;
}
#login-container .login-box .item.is-focus input {
	border-color: #00C700;
	border-width: 2px;
	padding-bottom: 0;
}

#login-container .login-box .item.is-focus .item-title {
	color: #00C700;
}

#login-container .login-box .item.is-wrong input {
	border-color: #F3001E;
	border-width: 2px;
	padding-bottom: 0;
}

#login-container .login-box .item.is-wrong .item-title {
	color: #F3001E;
}

#login-container .login-box .item.is-wrong .msg {
	display: block;
}

#login-container .login-box .account-wrap {
	margin-bottom: 32px;
	position: relative;
	margin-top: 30px;
}

#login-container .login-box .password-wrap {
	margin-bottom: 39px;
	position: relative;
}

#login-container .login-box .password-wrap input {
	font-size: 24px;
}

#login-container .login-box .password-wrap.switch-on input {
	font-size: 14px;
}

#login-container .login-box .password-wrap .switch-password {
	color: #ccc;
	font-size: 20px;
	position: absolute;
	right: 0;
	bottom: 10px;
	display: none;
}

#login-container .login-box .password-wrap .switch-password:hover {
	color: #333;
}

#login-container .login-box .password-wrap.switch-on .switch-password:before {
	content: '\e690';
}

#login-container .login-box .password-wrap.show-switch .switch-password {
	display: block;
}

#login-container .login-box .login-btn {
	width: 320px;
	height: 44px;
	background: linear-gradient(135deg, rgba(90, 214, 90, 1) 0%, rgba(0, 186, 0, 1) 100%);
	box-shadow: 0 4px 14px 0 rgba(36, 150, 18, 0.5);
	border-radius: 4px;
	color: #fff;
}

#login-container .login-box .contact-us {
	width: 0;
	height: 310px;
	border-radius: 0 0 4px 0;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 1px;
	background: #fff;
}

#login-container .login-box .contact-us .show-btn {
	width: 32px;
	height: 110px;
	position: absolute;
	left: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #999;
	background: #fff;
	padding: 6px 4px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	top: 0;
}

#login-container .login-box .contact-us .show-btn i {
	font-size: 24px;
}

#login-container .login-box .contact-us .show-btn i.icon-pull-right {
	font-size: 12px;
	line-height: 22px;
	display: block;
}

#login-container .login-box .contact-us .show-btn div {
	padding: 0 6px;
}

#login-container .login-box .contact-us.active {
	width: 200px;
	padding: 20px 20px 0;
}

#login-container .login-box .contact-us.active .show-btn {
	right: 0;
	left: auto;
}

#login-container .login-box .contact-us.active i.icon-pull-right {
	transform: rotate(180deg);
}

#login-container .login-box .contact-us .kfs {
	font-size: 12px;
	line-height: 17px;
	color: #333;
	display: none;
}

#login-container .login-box .contact-us.active .kfs {
	display: block;
}

#login-container .login-box .contact-us .kf {
	margin-bottom: 16px;
}

#login-container .login-box .contact-us .sup-area {
	position: relative;
	color: #999;
	margin-bottom: 6px;
}

#login-container .login-box .contact-us .sup-area:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	height: 6px;
	background: #00C700;
	left: -10px;
	top: 6px;
}

#login-container .login-box .contact-us .tel {
	font-weight: bold;
}

.header3_0 {
	width: 100%;
	height: 80px;
	color: #fff;
	font-size: 14px;
	background: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.header3_0 .header-container {
	line-height: 80px;
}

.header3_0 .header-container .logo {
	line-height: 32px;
	margin-top: 24px;
}

.header3_0 .header-container .logo img {
	width: 100px;
	height: 32px;
}

.header3_0.is-white {
	color: #333;
	background: #fff;
}

.header3_0.is-fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: -80px;
	z-index: 10;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.header3_0.is-fixed .writer-btn , .header3_0.is-fixed .joinin-btn{
	border: 2px solid #333333;
	color: #333333;
}
.container-width {
	width: 1100px;
	margin: 0 auto;
}

.header3_0 .site-nav .nav {
	margin-right: 60px;
	position: relative;
	font-weight: bold;
}
.header3_0 .site-nav .nav:last-child{
	margin-right: 40px;
}
.header3_0 .site-nav .nav.active {
	color: #00C700;
}

.header3_0 .site-nav .nav.active:after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 3px;
	background: #00C700;
	bottom: 23px;
	left: 0;
}

.header3_0 .writer-btn , .header3_0 .joinin-btn{
	width: 99px;
	height: 40px;
	border: 2px solid #ffffff;
	position: relative;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
	margin-right: 16px;
	color: #ffffff;
}

.header3_0 .writer-btn a {
	display: block;
	height: 100%;
}
.header3_0 .joinin-btn a {
	display: block;
	height: 100%;
}
.header3_0.is-white .writer-btn{
	border: 2px solid #333333;
	color: #333333;
}
.header3_0.is-white .joinin-btn{
	border: 2px solid #333333;
	color: #333333;
}
.header3_0 .login-btn {
	width: 99px;
	height: 40px;
	border: 2px solid #00C700;
	position: relative;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
}

.header3_0 .login-btn a {
	display: block;
	height: 100%;
	color: #00C700;
}

.header3_0 .login-btn:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	right: -7px;
	width: 10px;
	height: 10px;
	border-left: 2px solid #00C700;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #000;
}

.header3_0.is-white .login-btn:after,
.header3_0.is-fixed .login-btn:after {
	background-color: #fff;
}

.body3_0 {
	min-height: calc(100vh - 280px);
}

.body3_0 .about-us-content .banner {
	height: 508px;
	background: url(/static/image/3.0/website/about_us_001.png) no-repeat 50%;
	background-size: cover;
}

.body3_0 .about-us-content .banner img {
	width: 504px;
	height: 72px;
	margin-top: 120px;
}

.body3_0 .about-us-content .banner .title {
	font-size: 32px;
	line-height: 45px;
	margin-top: 171px;
	color: #fff;
}

.body3_0 .about-us-content .info {
	width: 1200px;
	margin: -60px auto 100px;
	background: #fff;
	border-radius: 4px;
	padding: 60px 50px 0;
}

.body3_0 .about-us-content .info .title {
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	margin-bottom: 32px;
}

.body3_0 .about-us-content .info .title span {
	color: #ccc;
	font-weight: 300;
	margin-left: 14px;
}

.body3_0 .about-us-content .info .desc {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 60px;
}

.body3_0 .about-us-content .info img {
	width: 100%;
	height: 490px;
}

.body3_0 .about-us-content .address {
	width: 100%;
	height: 500px;
	background: url(/static/image/3.0/website/about_us_003.jpg) no-repeat 50%;
	background-size: cover;
}

.body3_0 .about-us-content .address .contact-us {
	width: 420px;
	height: 240px;
	background: #fff;
	padding: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 130px;
	box-shadow: 0 8px 22px 4px rgba(2, 3, 30, 0.08);
	position: relative;
}

.body3_0 .about-us-content .address .contact-us:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50px;
	left: -10px;
	background: #fff;
}

.body3_0 .about-us-content .contact-us .title {
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	margin-bottom: 32px;
}

.body3_0 .about-us-content .contact-us .title span {
	color: #ccc;
	font-weight: 300;
	margin-left: 14px;
}

.body3_0 .about-us-content .contact-us .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.body3_0 .about-us-content .contact-box > div {
	margin-bottom: 20px;
}

.body3_0 .space-content .title {
	margin-bottom: 80px;
	font-size: 42px;
	line-height: 59px;
	font-weight: bold;
}

.body3_0 .space-content .liucheng {
	height: 350px;
	background: url("/static/image/3.0/website/liucheng_bg.png") no-repeat 50%;
	background-size: cover;
	text-align: center;
	padding-top: 70px;
	margin-bottom: 120px;
}

.body3_0 .space-content .liucheng img {
	height: auto;
	width: 100%;
	max-width: 1371px;
}

.body3_0 .space-content .title1 {
	margin-bottom: 98px;
	position: relative;
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	text-align: center;
}

.body3_0 .space-content .title1:after {
	content: '';
	display: block;
	width: 64px;
	height: 8px;
	position: absolute;
	background: url("/static/image/3.0/website/biaoqian.png");
	background-size: 100% 100%;
	top: 100%;
	margin-top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.body3_0 .space-content .yw-box {
	width: 1060px;
	margin: 0 auto 60px;
}

.body3_0 .space-content .yw-box .item {
	margin-right: 20px;
	width: 340px;
	height: 300px;
	background: url("/static/image/3.0/website/space_border.png");
	background-size: 100% 100%;
	padding: 31px 66px 40px;
	text-align: center;
}

.body3_0 .space-content .yw-box .item:last-child {
	margin-right: 0;
}

.body3_0 .space-content .yw-box .item img {
	display: inline-block;
	margin-bottom: 30px;
	width: 126px;
}

.body3_0 .space-content .yw-box .item-title {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 16px;
	font-weight: bold;
}

.body3_0 .space-content .yw-box .desc {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.body3_0 .space-content .space-slide {
	margin-bottom: 80px;
}

.body3_0 .space-content .space-slide img {
	width: 100%;
}

.body3_0 .space-content .jiamengyoushi {
	background: #fafafa;
	position: relative;
	padding: 80px 0 59px;
	margin-bottom: 120px;
}

.body3_0 .space-content .jiamengyoushi:after {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	background: #fafafa;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: -20px;
	left: 50%;
	margin-left: -30px;
}

.body3_0 .space-content .better .item {
	float: left;
	margin-right: 180px;
	margin-bottom: 21px;
	width: 460px;
}

.body3_0 .space-content .better .item:nth-child(2n) {
	margin-right: 0;
}

.body3_0 .space-content .better img {
	margin-top: 22px;
	display: block;
	margin-right: 40px;
	width: 56px;
}

.body3_0 .space-content .better .name {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.body3_0 .space-content .better .desc {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

.align-center {
	text-align: center;
}

.body3_0 .space-content .title2 {
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.body3_0 .space-content .title2:before {
	content: '';
	display: block;
	width: 54px;
	height: 20px;
	position: absolute;
	background: url("/static/image/3.0/website/zuobiao.png");
	background-size: 100% 100%;
	top: 7px;
	left: -64px;
}

.body3_0 .space-content .title2:after {
	content: '';
	display: block;
	width: 54px;
	height: 20px;
	position: absolute;
	background: url("/static/image/3.0/website/youbiao.png");
	background-size: 100% 100%;
	top: 7px;
	right: -64px;
}

.body3_0 .space-content .container-width img {
	display: block;
}

.body3_0 .space-content .fbscc,
.body3_0 .space-content .xxmdxs {
	margin-bottom: 140px;
}

.body3_0 .space-content .fbscc .title2 {
	margin-bottom: 30px;
}

.body3_0 .container-width .desc-normal {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

.body3_0 .space-content .fbscc .align-center {
	margin-bottom: 80px;
}

.body3_0 .space-content .xxmdxs .title2 {
	margin-bottom: 80px;
}

.body3_0 .space-content .swpt .title2 {
	margin-bottom: 67px;
}

.body3_0 .space-content .swpt {
	margin-bottom: 108px;
}

.body3_0 .space-content .partner-logo {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	width: 140px;
	height: 109px;
}

.body3_0 .space-content .partner-logo:nth-child(7n) {
	margin-right: 0;
}

.body3_0 .space-content .partner {
	margin-bottom: 120px;
}

.body3_0 .space-content .space-footer {
	height: 280px;
	width: 100%;
	background: url("/static/image/3.0/website/space_bot_bg.png") no-repeat 50%;
	background-size: cover;
	padding-top: 50px;
	text-align: center;
	font-weight: bold;
}

.body3_0 .space-content .space-footer .footer-logo {
	width: 103px;
	height: 36px;
	margin-bottom: 20px;
	display: inline-block;
}

.body3_0 .space-content .space-footer .hello {
	margin-bottom: 44px;
	font-size: 36px;
	line-height: 50px;
}

.body3_0 .space-content .space-footer span {
	font-size: 16px;
	line-height: 25px;
}

.body3_0 .space-content .space-footer .split-line {
	margin: 0 6px;
}

.body3_0 .years-content {
	margin-bottom: 120px;
}

.body3_0 .years-content .title {
	margin-bottom: 180px;
	font-size: 42px;
	line-height: 59px;
	font-weight: bold;
}

.body3_0 .years-content .lysy-banner {
	height: 360px;
	width: 100%;
	background: url("/static/image/3.0/website/lysy_banner_bg.png");
	background-size: 100% 100%;
	padding-top: 80px;
	margin-bottom: 100px;
}

.body3_0 .years-content .lysy-banner .container-width {
	position: relative;
	height: 100%;
}

.body3_0 .years-content .info {
	width: 380px;
	margin-right: 50px;
	color: #fff;
}

.body3_0 .years-content .info .name {
	font-size: 32px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 24px;
}

.body3_0 .years-content .info .desc {
	font-size: 14px;
	color: #bbb;
	line-height: 26px;
}

.body3_0 .years-content .lysy-banner img {
	position: absolute;
	bottom: 5px;
	right: -45px;
	z-index: 1;
	width: 699px;
}

.body3_0 .years-content .platform-data {
	background: #fafafa;
	margin-bottom: 120px;
	padding: 100px 0;
	text-align: center;
}

.body3_0 .years-content .platform-data .container-width {
	width: 800px;
}

.body3_0 .years-content .platform-data .title1 {
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 80px;
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.body3_0 .years-content .platform-data .title1:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("/static/image/3.0/website/data_icon.png");
	background-size: 100% 100%;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
}

.body3_0 .years-content .platform-data .item {
	width: 240px;
	height: 240px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 10, 36, 0.08);
	margin-right: 40px;
	padding-top: 40px;
}

.body3_0 .years-content .platform-data .item:last-child {
	margin-right: 0;
}

.body3_0 .years-content .platform-data img {
	width: 60px;
	height: 60px;
	margin-bottom: 6px;
}

.body3_0 .years-content .platform-data .class {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 24px;
}

.body3_0 .years-content .platform-data .count {
	font-size: 32px;
	line-height: 39px;
	font-weight: bold;
}

.body3_0 .years-content .lysy-product {
	background: url("/static/image/3.0/website/lysy_007.png") no-repeat 50% 0;
}

.body3_0 .years-content .lysy-product .fl, .body3_0 .years-content .lysy-product .fr {
	width: 50%;
}

.body3_0 .years-content .lysy-product .pro-info {
	padding-left: 30px;
	padding-top: 240px;
}

.body3_0 .years-content .lysy-product .pro-name {
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}

.body3_0 .years-content .lysy-product .pro-img {
	width: 550px;
}

.body3_0 .years-content .lysy-product .pro-name:before {
	content: '';
	display: block;
	width: 10px;
	height: 40px;
	background: linear-gradient(135deg, rgba(0, 255, 249, 1) 0%, rgba(0, 199, 0, 1) 100%);
	position: absolute;
	left: -30px;
	top: -3px;
}

.body3_0 .years-content .lysy-product .desc {
	width: 460px;
	font-size: 14px;
	line-height: 26px;
}

.body3_0 .home-content {
	background: url("/static/image/3.0/website/home_bg.png") no-repeat 0 1546px;
	background-size: 100% 1743px;
}

.body3_0 .home-content .home-banner {
	width: 100%;
	height: 640px;
	background: #000 url("/static/image/3.0/website/home_banner.jpg") no-repeat 50%;
	background-size: cover;
	padding-top: 100px;
	color: #fff;
	margin-bottom: 120px;
}

.body3_0 .home-content .home-banner img {
	width: 335px;
	height: 86px;
	margin-bottom: 88px;
}

.body3_0 .home-content .home-banner .name-cn {
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	margin-bottom: 12px;
}

.body3_0 .home-content .home-banner .name-en {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
	/*font-weight: 300;*/
}

.body3_0 .home-content .home-banner .desc {
	width: 542px;
	font-size: 14px;
	line-height: 26px;
	color: #bbb;
}

.body3_0 .home-content .pro-box {
	width: 1100px;
	margin: 0 auto 120px;
	padding-top: 40px;
}

.body3_0 .home-content .pro-box .logo {
	text-align: center;
}

.body3_0 .home-content .pro-box .logo img {
	width: 164px;
}

.body3_0 .home-content .pro-box .title {
	font-size: 40px;
	line-height: 56px;
	font-weight: 600;
}

.body3_0 .home-content .g_years {
	padding-bottom: 17px;
}

.body3_0 .home-content .g_years .fl img {
	width: 446px;
	display: block;
}

.body3_0 .home-content .g_years .logo {
	margin-bottom: 67px;
	height: 120px;
}

.body3_0 .home-content .g_years .info-wrap {
	width: 520px;
	margin-right: 89px;
	margin-top: 286px;
}

.body3_0 .home-content .pro-box .title {
	position: relative;
	margin-bottom: 10px;
}

.body3_0 .home-content .pro-box .title span {
	position: relative;
	z-index: 9;
}

.body3_0 .home-content .g_years .title:after {
	content: '';
	display: block;
	position: absolute;
	width: 438px;
	height: 65px;
	left: 0;
	top: -40px;
	background: url("/static/image/3.0/website/greenyears.png");
	background-size: 100% 100%;
}

.body3_0 .home-content .pro-box .intro {
	font-size: 32px;
	line-height: 45px;
	/*font-weight: 300;*/
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
	margin-left: 8px;
}

.body3_0 .home-content .pro-box .intro:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	position: absolute;
	top: 0;
	left: -8px;
}

.body3_0 .home-content .pro-box .intro:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
	bottom: 0;
	right: -8px;
}

.body3_0 .home-content .pro-box .desc {
	font-size: 14px;
	line-height: 26px;
	/*font-weight: 300;*/
	margin-bottom: 40px;
}

.body3_0 .home-content .pro-box .more {
	display: block;
	width: 160px;
	height: 40px;
	position: relative;
	background: #fff;
	text-align: center;
	line-height: 40px;
	background: url("/static/image/3.0/website/more_border.png");
	background-size: 100% 100%;
}

.body3_0 .home-content .pro-box .more i {
	font-size: 12px;
	color: #00C700;
	vertical-align: middle;
	margin-left: 4px;
}

.body3_0 .home-content .g_space {
	padding-bottom: 13px;
}

.body3_0 .home-content .g_space .logo {
	margin-bottom: 80px;
}

.body3_0 .home-content .g_space .logo img {
	height: 95px;
}

.body3_0 .home-content .g_space .info-wrap {
	width: 510px;
}

.body3_0 .home-content .g_space .space-store {
	margin-right: 40px;
	width: 550px;
	margin-bottom: 84px;
}

.body3_0 .home-content .g_space .space-store img {
	display: block;
	float: left;
	width: 264px;
	height: 264px;
	margin-right: 22px;
	margin-bottom: 22px;
}

.body3_0 .home-content .g_space .space-store img:nth-child(2n) {
	margin-right: 0;
}

.body3_0 .home-content .g_space .title {
	margin-top: 163px;
}

.body3_0 .home-content .g_space .title:after {
	content: '';
	display: block;
	position: absolute;
	width: 438px;
	height: 65px;
	left: 0;
	top: -40px;
	background: url("/static/image/3.0/website/greenspace.png");
	background-size: 100% 100%;
}

.body3_0 .home-content .g_star {
	margin-bottom: 100px;
}

.body3_0 .home-content .g_star .logo {
	margin-bottom: 78px;
}

.body3_0 .home-content .g_star .logo img {
	width: 162px;
	height: 116px;
}

.body3_0 .home-content .g_star .title:after {
	content: '';
	display: block;
	position: absolute;
	width: 435px;
	height: 65px;
	left: 50%;
	margin-left: -217px;
	top: -40px;
	background: url("/static/image/3.0/website/greenstars.png");
	background-size: 100% 100%;
}

.body3_0 .home-content .g_star .info-wrap {
	width: 640px;
	margin: 0 auto 80px;
	text-align: center;
}

.body3_0 .home-content .g_star .more {
	margin: 0 auto;
}

.body3_0 .home-content .g_star .star-pic img {
	width: 260px;
	height: 260px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.body3_0 .home-content .g_star .star-pic img:nth-child(4n) {
	margin-right: 0;
}

.body3_0 .star-content .title {
	margin-bottom: 220px;
	font-size: 42px;
	line-height: 59px;
	font-weight: bold;
}

.body3_0 .star-content .star-banner {
	width: 100%;
	height: 420px;
	background: url("/static/image/3.0/website/video_bg.png") no-repeat 50%;
	background-size: cover;
	position: relative;
	margin-bottom: 200px;
}

.body3_0 .star-content .star-banner .star-video {
	width: 1100px;
	height: 620px;
	top: -100px;
	left: 50%;
	margin-left: -550px;
	position: absolute;
}

.body3_0 .star-content .star-banner .star-video .control-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, .6);
}

.body3_0 .star-content .star-banner .star-video .play-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("/static/image/3.0/website/play_icon.png");
	background-size: 100% 100%;
	cursor: pointer;
}

.body3_0 .star-content .star-banner .star-video video {
	width: 100%;
	height: 100%;
}

.body3_0 .star-content .title1 {
	display: inline-block;
	position: relative;
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
}

.body3_0 .star-content .title1:after {
	content: '';
	display: block;
	width: 44px;
	height: 10px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -22px;
	background-image: url("/static/image/3.0/website/star_029.png");
	background-size: 100% 100%;
}

.body3_0 .star-content .title1.is-white {
	color: #fff;
}

.body3_0 .star-content .title1.is-white:after {
	background-image: url("/static/image/3.0/website/star_028.png");
}

.body3_0 .star-content .star-project .title1 {
	margin-bottom: 40px;
}

.body3_0 .star-content .pro-one {
	float: left;
	width: 240px;
	height: 400px;
	margin-right: 46px;
	padding-top: 115px;
	position: relative;
}

.body3_0 .star-content .pro-one:last-child {
	margin-right: 0;
}

.body3_0 .star-content .project-info img {
	width: 118px;
	height: 124px;
	position: absolute;
	left: 0;
	top: 40px;
}

.body3_0 .star-content .star-project .pro-name {
	margin-bottom: 22px;
}

.body3_0 .star-content .star-project .pro-name span {
	font-size: 24px;
	line-height: 33px;
	font-weight: 600;
	position: relative;
	z-index: 9;
}

.body3_0 .star-content .star-project .pro-desc {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

.body3_0 .star-content .star-project .project-photo-wrap {
	position: relative;
	width: 100%;
	height: 480px;
	overflow: hidden;
	margin-bottom: 100px;
	margin-top: 40px;
}

.body3_0 .star-content .project-photo {
	width: 2920px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1460px;
}

.body3_0 .star-content .project-photo img {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 260px;
	height: 230px;
}

.body3_0 .star-content .project-photo img:last-child {
	margin-right: 0;
}

.body3_0 .star-content .photo-top {
	margin-left: 140px;
	animation: phototopswipe 80s linear infinite;
}

.body3_0 .star-content .photo-bottom {
	animation: photobotswipe 80s linear infinite;
}

@keyframes phototopswipe {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-500px);
		-moz-transform: translateX(-500px);
		-ms-transform: translateX(-500px);
		-o-transform: translateX(-500px);
		transform: translateX(-500px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes photobotswipe {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(500px);
		-moz-transform: translateX(500px);
		-ms-transform: translateX(500px);
		-o-transform: translateX(500px);
		transform: translateX(500px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.body3_0 .star-content .photo-bottom img {
	margin-bottom: 0;
}

.body3_0 .star-content .star-programme {
	height: 700px;
	width: 100%;
	background: #000 url("/static/image/3.0/website/star_bot_bg.png") no-repeat 50%;
	background-size: cover;
	padding-top: 80px;
	margin-bottom: 120px;
}

.body3_0 .star-content .star-programme .title1 {
	margin-bottom: 68px;
}

.body3_0 .star-content .star-programme dd {
	width: 480px;
	margin-right: 140px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.body3_0 .star-content .star-programme img {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.body3_0 .star-content .star-programme dd:nth-child(2n) {
	margin-right: 0;
}

.body3_0 .star-content .star-programme .name {
	margin-top: 8px;
	margin-bottom: 16px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}

.body3_0 .star-content .star-programme .desc {
	font-size: 14px;
	line-height: 26px;
	color: #999;
}

.body3_0 .star-content .partner-wrap {
	width: 100%;
	position: relative;
	height: 440px;
	overflow: hidden;
	margin-bottom: 120px;
}

.body3_0 .star-content .star-partner .title1 {
	margin-bottom: 97px;
}

.body3_0 .star-content .partner-inner {
	position: absolute;
	width: 1240px;
	height: 100%;
	left: 50%;
	margin-left: -620px;
}

.body3_0 .star-content .partner-inner img {
	display: block;
	float: left;
	margin-right: 10px;
	width: 160px;
	height: 80px;
}

.body3_0 .star-content .partner-inner img:last-child {
	margin-right: 0;
}

.body3_0 .star-content .partner-inner .partner-row {
	margin-bottom: 10px;
}

.body3_0 .star-content .partner-inner .partner-row:last-child {
	margin-bottom: 0;
}

.body3_0 .star-content .partner-inner .partner-row.left60 {
	margin-left: 60px;
}

.body3_0 .star-content .partner-inner .partner-row.left120 {
	margin-left: 120px;
}

.footer3_0 {
	height: 200px;
	background: #0E1519;
}

.footer3_0 img {
	width: 90px;
	height: 90px;
}

.footer3_0 .logo img {
	width: 100px;
	height: 32px;
	margin-top: 85px;
}

.footer3_0 .one {
	float: left;
	margin-right: 24px;
}

.footer3_0 .one:last-child {
	margin-right: 0;
}

.footer3_0 .copyright {
	margin-left: 40px;
	font-size: 12px;
	line-height: 17px;
	color: #BDBDBD;
	margin-top: 75px;
}

.footer3_0 .swhz {
	color: #BDBDBD;
	font-size: 12px;
	line-height: 17px;
	margin-right: 80px;
}

.footer3_0 dd {
	margin-bottom: 10px;
}

.footer3_0 .title {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 12px;
}

.footer3_0 .swhz .title {
	margin-bottom: 14px;
}

.footer3_0 .fr {
	margin-top: 33px;
}

/*写手入驻*/
.body3_0 .writer-content {
	background: url("/static/image/3.0/website/ruzhu_content_bg.png") no-repeat;
	background-size: 100% 100%;
	width: 100%;
	min-height: calc(100vh - 280px);
	padding: 80px 0;
}

.body3_0 .register-content .writer-container {
	width: 1100px;
	margin: 0px auto;
	background: #ffffff;
}

.body3_0 .writer-content .content {
	padding: 40px 300px 40px 0;
}

.body3_0 .register-content .align-item {
	align-items: center;
}

.body3_0 .writer-content .writer-title {
	text-align: right;
	margin-right: 60px;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
}

.body3_0 .writer-content .writer-row {
	margin-bottom: 30px;
}

.body3_0 .writer-content .writer-row:last-child {
	margin-bottom: 0;
}

.body3_0 .writer-content .writer-title + .writer_info {
	width: 500px;
}

.body3_0 .writer-content .title {
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
}

.body3_0 .writer-content .info {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 17px;
}

.body3_0 .writer-content .content input {
	height: 40px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(51, 51, 51, 1);
	color: #333333;
	text-indent: 12px;
}
.body3_0 .writer-content .content .writer-row.warning input{
	border: 1px solid #FE4848;
}
.body3_0 .writer-content .content .writer-row.warning{
	position: relative;
}
.body3_0 .writer-content .content .writer-row.warning::after{
	content: '输入信息有误';
	color: #FE4848;
	position: absolute;
	right: 12px;
}

.body3_0 .writer-content .content input:hover, .body3_0 .writer-content .content input:active {
	border: 1px solid #00c700;
}

.selection {
	position: relative;
	height: 32px;
	line-height: 32px;
	margin-right: 16px;
	border: 1px solid #333333;
	box-sizing: border-box;
	padding: 0 5px 0 10px;
	width: 150px;
	font-size: 12px;
	cursor: pointer;
	background: #fff;
	transition: .1s;
}

.selection:hover {
	border-color: #666;
}

.selection:active {
	border-color: #00c700;
}

.selection .select-default {
	height: 100%;
	position: relative;
	line-height: 30px;
	text-indent: 0;
	padding-top: 0;
	padding-right: 15px;
	color: #999;
}

.selection .select-default[disabled] {
	color: #ccc;
	cursor: initial;
}

 #writer-addr .selection .select-default:after {
	display: block;
	content: '\e636';
	position: absolute;
	right: 0;
	font-size: 14px;
	top: 0;
	width: 20px;
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke-width: 0.2px;
}
#writer-addr .selection .select-options {
	width: 100%;
	position: absolute;
	left: 0;
	top: calc(100% + 1px);
	background: #fff;
	z-index: 99;
	max-height: 210px;
	overflow: hidden;
	border-top: none;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
	display: none;
	padding: 10px 0;
}

#writer-addr .select-options .select-option {
	height: 32px;
	line-height: 32px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
}

#writer-addr .select-options .select-option.hide {
	display: none !important;
}

#writer-addr .select-option {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#writer-addr .select-option:hover {
	background: #F5F5F5;
	color: #00c700;
	font-weight: 600;
}

.body3_0 .writer-content .save-register {
	position: relative;
	font-size: 16px;
	margin-top: 12px;
	height: 48px;
	line-height: 48px;

}
.body3_0 .writer-content .save-register:before{
	content: ' ';
	display: block;
	position: absolute;
	top:-5px;
	left: -5px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}
.body3_0 .writer-content .save-register:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}