.head-one img,
.head-two img {
	max-width: 100%;
}

/* 授权 */
.authorization-box,
.attention-box,
.invitation-box,
.comment-box,
.copyright-box,
.problem-box,
.number-people-box,
.upgrade-box {
	width: 1200px;
	margin: auto;
}

.authorization .authorization-title,
.copyright .copyright-title,
.common-problem .problem-title,
.number-people .people-title,
.upgrade .upgrade-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 112px;
	margin-bottom: 52px;
}

.authorization .authorization-title span,
.copyright .copyright-title span,
.common-problem .problem-title span,
.upgrade .upgrade-title span {
	display: inline-block;
	margin: 0 28px;
	font-size: 46px;
	color: #FE2A1A;
}

.authorization .authorization-subheading,
.copyright .copyright-subheading,
.common-problem .problem-subheading,
.upgrade .upgrade-subheading {
	font-size: 26px;
	text-align: center;
	color: #838383;
	margin-bottom: 40px;
}

.authorization .progress-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 64px auto 0;
	width: 382px;
	height: 382px;
	background: url("../img/index/promotion/progress_01.png") no-repeat center top / contain;
}

.authorization .progress-bar .bar-img {
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.authorization .progress-bar .bar-name {
	font-size: 24px;
	font-weight: bold;
}

.authorization .progress-bar span:nth-child(3) {
	margin: 15px 0;
	font-size: 20px;
	color: #838383;
}

.authorization .progress-bar .bar-money {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	color: #FE2A1A;
}

.authorization .authorization-list {
	display: flex;
	margin-top: 70px;
}

.authorization .authorization-list .authorization-item {
	width: 380px;
	padding: 48px;
	background-color: #fff;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 13px;
}

.authorization .authorization-list .authorization-item~.authorization-item {
	margin-left: 30px;
}

.authorization .authorization-list .authorization-item .name {
	display: block;
	line-height: 1;
	font-size: 30px;
	color: #383838;
	margin-bottom: 28px;
	font-weight: bold;
}

.authorization .authorization-list .authorization-item .name:hover {
	text-decoration: none;
}

.authorization .authorization-list .authorization-item .name span {
	color: #FF3C22;
}

.authorization .authorization-list .authorization-item .desc {
	display: block;
	line-height: 1.5;
	font-size: 16px;
	color: #000000;
	margin-bottom: 25px;
}

.authorization .authorization-list .authorization-item .ticket {
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #FF9422;
}

.authorization .authorization-list .authorization-item .ticket img {
	margin-right: 9px;
}

.authorization .authorization-list .authorization-item .operation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 48px;
	font-size: 18px;
	height: 56px;
}

.authorization .authorization-list .authorization-item .operation span:last-of-type {
	color: #A3A3A3;
}

.authorization .authorization-list .authorization-item .operation span:first-of-type {
	width: 106px;
	height: 56px;
	background: url("../img/index/promotion/to_complete.png") no-repeat left top / contain;
	cursor: pointer;
	margin-left: -4px;
}

.authorization .authorization-conversion {
	display: block;
	margin: 60px auto 79px;
	width: 250px;
	height: 60px;
	background: url("../img/index/promotion/Immediately_change.png") no-repeat left top / contain;
	cursor: pointer;
}


/* 注册 */
.attention,
.comment {
	padding: 35px 0;
	background-color: #F8F8F8;
}

.attention .attention-box,
.invitation .invitation-box,
.comment .comment-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.attention .attention-box .left-title,
.invitation .right-title,
.comment .left-title {
	margin-bottom: 36px;
	font-size: 28px;
	color: #383838;
}

.attention .attention-box .left-subheading,
.invitation .right-subheading,
.comment .left-subheading {
	width: 450px;
	font-size: 16px;
	color: #6B6B6B;
	line-height: 1.8;
}

.attention .attention-box .attention-right {
	height: 256px;
}

.attention .attention-box .attention-right img {
	max-height: 100%;
}


/* 注册 */
.invitation {
	padding: 35px 0;
}

.invitation.recommend-wrap {
	padding: 35px 0 0;
}

.invitation .invitation-left {
	display: inline-block;
	height: 291px;
}

.invitation .invitation-left img {
	max-height: 100%;
}

/* 码云 */
.comment .comment-box .comment-left a {
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	color: #FE2A1A;
}

/* 商业版权 */
.copyright .copyright-item dt {
	position: relative;
	line-height: 1;
	font-size: 22px;
	padding: 20px 0;
	border-bottom: 1px solid #E5E5E5;
}

.copyright .copyright-item dt span {
	position: relative;
	color: #383838;
}

.copyright .copyright-item dt span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	right: 0;
	height: 2px;
	background-color: #383838;
}

.copyright .copyright-item dd {
	padding: 24px 0;
	display: flex;
	justify-content: space-between;
}

.copyright .copyright-item dd>div {
	display: flex;
	padding: 30px 32px;
	justify-content: space-between;
	align-items: center;
	width: 276px;
	height: 138px;
	background-color: #F8F5F1;
	border: 1px solid rgba(245, 239, 233, 1);
	box-sizing: border-box;
}

.copyright .copyright-item .item-left {
	display: flex;
	flex-direction: column;
	color: #C8A06A;
	font-size: 14px;
}

.copyright .copyright-item .item-left .name {
	position: relative;
	margin-bottom: 23px;
	font-size: 22px;
}

.copyright .copyright-item .item-left .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 44px;
	height: 2px;
	background-color: #C8A06A;
}
.copyright .copyright-item .item-right img {
	width:62px;
	height:62px
}

/* 常见问题 */
.common-problem {
	margin-bottom: 200px;
}

.common-problem .problem-content {
	margin-top: 50px;
	padding: 40px 38px;
	background-color: #F8F8F8;
}

.common-problem .content-title {
	display: flex;
	font-size: 24px;
	color: #131313;
}

.common-problem .content-title span {
	margin-top: 2px;
	line-height: normal;
}

.common-problem .content-title img {
	margin-right: 10px;
}

.common-problem .content-title span:first-of-type {
	width: 51px;
	height: 44px;
	display: flex;
	justify-content: center;
	line-height: normal;
	box-sizing: border-box;
	margin-right: 5px;
	color: #fff;
	background: url("../img/index/promotion/problem_00.png") no-repeat center;
}

.common-problem .content-answer {
	margin: 5px 0 25px 62px;
	color: #6B6B6B;
}

.common-problem .content-answer dt,
.common-problem .content-answer dd {
	display: block;
	line-height: 1.8;
	font-size: 20px;
	font-weight: 500;

}

/* 获取二维码 */
.promotion-code,
.official-accounts {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
}

.promotion-code .promotion-code-box,
.official-accounts .official-accounts-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.promotion-code-box img,
.official-accounts-box img {
	width: 300px;
	height: 300px;
}

.promotion-code span,
.official-accounts-box span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	font-size: 20px;
	border-radius: 50%;
	cursor: pointer;
}

/* 名额 */
.number-people .people-title {
	display: flex;
	align-items: baseline;
	font-size: 42px;
	text-align: center;
}

.number-people .people-title span {
	color: #FE2A1A;
}

.number-people .swiper-container-box {
	position: relative;
	overflow: hidden;
	height: 90px;
	padding: 20px 0;
	text-align: center;
}

.number-people .swiper-container-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(224, 224, 224, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.number-people .swiper-container-box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(224, 224, 224, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.number-people .progress-bar-box {
	position: relative;
}

.number-people .progress-bar-box .progress-left {
	position: absolute;
	left: -15px;
	bottom: -32px;
	z-index: 8;
	color: #FE2A1A;
	font-size: 1.5em;
	font-weight: 700;
}

.number-people .progress-bar-box .progress-right {
	position: absolute;
	right: -25px;
	bottom: -32px;
	z-index: 8;
	color: #FE2A1A;
	font-size: 1.5em;
	font-weight: 700;
}

/* 升级 */
.upgrade .upgrade-content>p {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 30px;
}

.upgrade .upgrade-list {
	display: flex;
	justify-content: space-between;
}

.upgrade .upgrade-list .upgrade-item {
	padding: 30px;
	width: 276px;
	height: 350px;
	border-radius: 13px;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
}

.upgrade .upgrade-item .title {
	position: relative;
	font-size: 46px;
	font-weight: bold;
	padding-bottom: 15px;
	color: rgba(56, 56, 56, 1);
	display: block;
}

.upgrade .upgrade-item .title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 53px;
	height: 6px;
	background-color: #FF3C22;
	border-radius: 5px;
}

.upgrade .upgrade-item .content {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(107, 107, 107, 1);
	line-height: 30px;
}

/* 名额 */
.number-people .swiper-slide {
	display: flex;
	justify-content: center;
}

.number-people .swiper-slide:hover {
	text-decoration: none;
}

.number-people .swiper-slide img {
	margin-right: 5px;
}

.number-people .swiper-slide span {
	margin-top: 15px;
	color: #666666;
}
