.notice {
	padding-top: 0.65rem;
	padding-bottom: 1rem;
}

.notice_items {
	display: flex;
	align-items: center;
	border-radius: 0.1rem;
	overflow: hidden;
	box-shadow: 0.05rem 0.01rem 0.16rem 0.01rem rgba(52, 114, 216, 0.11);
	padding: 0.25rem 0.4rem;
	position: relative;
	margin-bottom: 0.6rem;
}

.notice_items::after {
	content: '';
	position: absolute;
	width: 0.04rem;
	height: 100%;
	background: #54E6CE;
	right: 0;
	top: 0;
	display: none;
}

.notice_items:hover::after {
	display: block;
}

.notice_leftBox {
	display: flex;
	align-items: center;
	flex: 1;
}

.nitice_month {
	font-size: 0.32rem;
	color: #343266;
	font-weight: bold;
}

.nitice_year {
	font-size: 0.24rem;
	color: #343266;
}

.notice_many {
	width: 1.13rem;
	height: 0.33rem;
	border: 0.01rem solid #eee;
	border-radius: 0.07rem;
	color: #7E87A0;
	font-size: 0.18rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.notice_many:hover {
	color: #fff;
	background: linear-gradient(351deg, #2ADCC5 0%, #0073D0 100%);
	box-shadow: 0rem 0rem 0.49rem 0.01rem rgba(5, 233, 204, 0.51);
}

.notice_imgBox {
	width: 2.36rem;
	height: 1.4rem;
	margin-left: 0.4rem;
	border-radius: 0.1rem;
	position: relative;
	overflow: hidden;
}

.notice_imgBox img {
	width: 100%;
	height: 100%;
}

.notice_textBox {
	width: 5rem;
	margin-left: 0.3rem;
}

.notice_titler {
	cursor: pointer;
	color: #343266;
	font-size: 0.24rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
	overflow: hidden;
}

.notice_text {
	line-height: 1.6;
	font-size: 0.16rem;
	color: #7E87A0;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.notice_mbban {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.notice_tagBox {
	width: 0.7rem;
	height: 0.3rem;
	background-color: #54E6CE;
	color: #fff;
	font-size: 0.16rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notice_play {
	width: 0.34rem !important;
	height: 0.34rem !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.notice_video {
	background: #030223;
	padding: 0.5rem 0 1rem 0;
}

.notice_ico {
	width: 0.31rem;
	height: 0.31rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.07rem;
}

.notice_ico img {
	max-width: 100%;
	max-height: 100%;
}

.notice_video_play {
	width: 100%;
	height: 7.32rem;
}

.notice_video_play video {
	border-radius: 0.1rem;
	max-width: 100%;
	max-height: 100%;
	object-fit: fill;
}

.notice_video_Box {
	display: flex;
	justify-content: flex-end;
}

.notice_ico_text {
	color: #fff;
	font-size: 0.24rem;
}

.notice_link {
	display: flex;
	align-items: center;
	margin-left: 0.5rem;
}

.notice_messages {
	padding-top: 0.5rem;
	padding-bottom: 2rem;
}

.notice_mess_items {
	background: #fff;
	padding-top: 0.7rem;
	box-shadow: 0.05rem 0.01rem 0.16rem 0.01rem rgba(52, 114, 216, 0.11);
	padding: 0.7rem 0.6rem 0.2rem 0.5rem;
}

.notice_mess_titler {
	font-size: 0.32rem;
	color: #343266;
	font-weight: bold;
	padding-bottom: 0.1rem;
	position: relative;
}

.notice_mess_titler::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1.7rem;
	height: 0.03rem;
	background: linear-gradient(359deg, #2ADCC5 0%, #0073D0 100%);
}

.notice_mess_cont {
	display: flex;
}

.notice_mess_contMess {
	flex: 1;
}

.notice_mess_tits {
	font-size: 0.24rem;
	color: #343266;
	margin-bottom: 0.15rem;
}

.notice_mess_txts,
.notice_mess_contTxt {
	margin-bottom: 0.13rem;
	font-size: 0.2rem;
	color: #343266;
}

.notice_mess_contMess {
	line-height: 1.6;
	color: #7E87A0;
	font-size: 0.18rem;
}

.share {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 9;
	top: 0;
	left: 0;
}

.share_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
}

.share_box {
	position: absolute;
	width: 4.76rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 0.3rem 0.3rem 0.5rem 0.3rem;
	border-radius: 0.1rem;
}

.share_text {
	font-size: 0.24rem;
	color: #343266;
}

.share_close {
	width: 0.28rem;
	height: 0.28rem;
}

.share_close img {
	width: 100%;
	height: 100%;
}

.share_ewm {
	width: 2.49rem;
	height: 2.49rem;
	margin: 0 auto;
}

.share_ewm img {
	width: 100%;
	height: 100%;
}

.share_down {
	width: 1.13rem;
	height: 0.33rem;
	background: #54E6CE;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	margin: 0.25rem auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: .18rem;
}

.cooperation {
	padding-top: 1rem;
}

.cooper_center {
	background: #fff;
	padding: 0.42rem 0.15rem;
	box-shadow: 0rem 0rem 0.25rem 0.01rem rgba(38, 119, 142, 0.09);
}

.cooper_bg {
	width: 11.69rem;
	height: 3.65rem;
	background: url(../images/about/e6.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.cooper_titler {
	font-size: 0.32rem;
	color: #343266;
	font-weight: bold;
	padding-top: 0.25rem;
	padding-left: 2.5rem;
	letter-spacing: 0.03rem;
}

.cooper_box {
	display: flex;
	margin-top: 0.38rem;
	justify-content: space-evenly;
}

.cooper_items {
	width: 40%;
}

.cooper_contact {
	margin-bottom: 0.16rem;
}

.cooper_contact_items {
	font-size: 0.2rem;
	color: #343266;
	line-height: 1.5;
}

.cooper_ewmBox {
	width: 1.13rem;
	height: 1.13rem;
	margin: 0 auto;
}

.cooper_ewmBox img {
	width: 100%;
	height: 100%;
}

.inter {
	padding-top: 0.68rem;
	padding-bottom: 1rem;
}

.inter_items {
	background: #FFFFFF;
	box-shadow: 0.05rem 0.01rem 0.16rem 0.01rem rgba(52, 114, 216, 0.11);
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
	border: 0.01rem solid #ECECEC;
	padding: 0.25rem 0.32rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.6rem;
	position: relative;
}

.inter_items::after {
	content: '';
	position: absolute;
	width: 0.04rem;
	height: 100%;
	background: #54E6CE;
	right: 0;
	top: 0;
	display: none;
}

.inter_items:hover::after {
	display: block;
}

.inter_imgbox {
	width: 2.36rem;
	height: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.01rem solid #ECECEC;
	border-radius: 0.1rem;
	position: relative;
	overflow: hidden;
}

.inter_imgbox img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.inter_number {
	background: #54E6CE;
	width: 0.9rem;
	height: 0.3rem;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inter_textbox {
	flex: 1;
	margin-left: 0.3rem;
}

.inter_titBox {
	display: flex;
	align-items: flex-end;
}

.inter_tag {
	display: flex;
	align-items: center;
}

.inter_tit {
	font-size: 0.24rem;
	font-weight: bold;
	color: #343266;
	margin-right: 0.12rem;
}

.inter_tagItem {
	color: #fff;
	border-radius: 0.05rem;
	padding: 0.03rem 0.06rem;
	background: #1696FF;
	margin-right: 0.04rem;
	font-size: 0.12rem;
}

.inter_tagItem:nth-child(2) {
	background: #FFA727;
}

.inter_tagItem:nth-child(3) {
	background: #54E6CE;
}

.inter_timer_1 {
	display: flex;
	margin-top: 0.07rem;
}

.inter_flex {
	width: 2rem;
	color: #7E87A0;
	font-size: 0.16rem;
}

.inter_last_tag {
	display: flex;
}

.inter_last_tagItem {
	padding: 0.03rem 0.06rem;
	border-radius: 0.03rem;
	border: 0.01rem solid #eee;
	text-align: center;
	font-size: 0.14rem;
	color: #7E87A0;
	margin-right: 0.2rem;
	cursor: pointer;
}

.reserve_alert,
.booth_alert {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	display: none;
}

.reserve_content {
	width: 6.3rem;
	padding: 0.15rem 0.3rem 1rem 0.3rem;
	background: #fff;
	border-radius: 0.1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.reserve_close {
	width: 0.24rem;
	height: 0.24rem;
}

.reserve_close img {
	width: 100%;
	height: 100%;
}

.reserve_topbox {
	display: flex;
	align-items: center;
	padding-bottom: 0.1rem;
	justify-content: space-between;
}

.reserve_tit {
	font-size: 0.24rem;
	color: #343266;
}

.reserve_topbox {
	border-bottom: 0.01rem solid #54E6CE;
}

.reserve_xname span {
	color: #FF000F;
	font-size: 0.18rem;
}

.reserve_xname {
	width: 1.1rem;
	font-size: 0.18rem;
	color: #343266;
	display: flex;
	justify-content: flex-end;
}

.form_inputBox {
	width: 3.4rem;
	height: 0.3rem;
	display: flex;
	align-items: center;
}

.form_input_i {
	width: 100%;
	height: 100%;
	border: 0.01rem solid #EEEEEE;
	border-radius: 0.07rem;
	padding: 0 0.16rem;
	font-size: 0.14rem;
}

.form_input_i::placeholder {
	color: #7E87A0;
	font-size: 0.14rem;
}

.reserve_titler {
	font-size: .24rem;
	color: #343266;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.5rem;
}

.reserve_bottom {
	padding-top: 0.37rem;
}

.reserve_formItem {
	display: flex;
	align-items: center;
	margin-bottom: 0.25rem;
	justify-content: center;
}

.reserve_textarea {
	width: 3.4rem;
	height: 1.15rem;
}

.reserve_textarea_i {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: 0.01rem solid #EEEEEE;
	border-radius: 0.07rem;
	padding: 0.15rem;
	font-size: 0.14rem;
	outline: 0;
}

.form_submit {
	width: 100%;
	height: 0.52rem;
	background: #54E6CE;
	color: #fff;
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 0.1rem;
	font-size: 0.18rem;
}

.form_radio {
	margin-right: 0.2rem;
}

.form_radio label {
	font-size: 0.18rem;
	color: #343266;
}

.form_radio select {
	border: 0.01rem solid #54E6CE;
	width: 1rem;
	height: 0.3rem;
	border-radius: 0.05rem;
	outline: 0;
	margin-left: 0.05rem;
}

.form_radio option:hover {
	background: #54E6CE;
}

.meiti_cooper {
	padding: 0.67rem 0;
}

.meiti_cooper_center {
	display: flex;
	flex-wrap: wrap;
}

.meiti_items {
	width: 23%;
	margin-right: 2.66%;
	height: 1.11rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F8FFFE;
	box-shadow: -0.01rem 0.09rem 0.25rem 0.01rem rgba(38, 119, 142, 0.21);
	border-radius: 0.1rem;
	position: relative;
	margin-bottom: 0.54rem;
}

.meiti_items::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.04rem;
	background: #54E6CE;
	bottom: 0;
	left: 0;
}

.meiti_items:nth-child(4n) {
	margin-right: 0;
}

.meiti_items img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* 选择注册类型 */
.sign_type {
    height: 9.87rem;
   
	padding: 0.8rem 0 1.11rem 0;
	position: relative;
	
}

.rego_center {
	width: 12rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.rego_flex {
	display: flex;
	align-items: center;
}

.blackIndex {
	width: 1.34rem;
	height: 0.56rem;
	background: #2accdc;
	border-radius: 0.07rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 0.18rem;
	margin-right: 0.35rem;
}

.rego_abox a:nth-child(1){
    color: #2accdc !important;
}
.rego_abox {
	display: flex;
}

.rego_abox a {
	display: block;
	font-size: 0.18rem;
	color: #343266;
	margin-right: 0.07rem;
}

.rego_abox a:nth-child(1) {
	color: #fff;
}

.rego_right {
	width: 6.24rem;
	padding: 0.43rem 0.4rem 0.55rem 0.4rem;
	background: #fff;
	box-shadow: 0 0 0.05rem 0.005rem RGBA(42,204,220,0.3);
	border-radius: 0.1rem;
	transform: scale(0.77);
	position: absolute;
	right: -0.7rem;
}

.rego_titler {
	font-size: 0.28rem;
	color: #333;
	text-align: center;
	padding-bottom: 0.42rem;
	font-weight: bold;
}

.rego_type_items {
	display: block;
	padding: 0.33rem 0.18rem 0.25rem 0.28rem;
	background: linear-gradient(341deg, #008FFF 0%, #008FFF 0%, #1C99FF 61%, #38A3FF 100%);
	border-radius: 0.1rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
	  
}
.rego_type_items:nth-child(1){
    background: url("/assets/default/images/addimages/bg-10.png") no-repeat; 
    background-size:100% 100% ;
}
.rego_type_items:nth-child(2){
    background: url("/assets/default/images/addimages/bg-11.png") no-repeat; 
      background-size:100% 100% ;
}


.rego_type_items:last-child {
	margin-bottom: 0;
	
}

/*.rego_type_items:nth-child(2) {*/
/*background: #00B6B5;*/
	
/*}*/

.rego_xname {
	padding-bottom: 0.22rem;
	border-bottom: 0.01rem solid #fff;
	font-weight: bold;
	font-size: .24rem;
	color: #fff;
}

.rego_xmess {
	height: 0.85rem;
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.4;
	padding-top: 0.2rem;
}

.rego_login {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.25rem;
	font-size: .2rem;
	color: #666 !important;
}

.rego_login a {
	color: #54E6CE;
	font-size: .2rem;
}
.banner_commons{
    position: relative;
}


