@font-face {
	font-family: 'raleway-Regular';
	/* src: url('../fonts/raleway/Regular.otf'); */
	src: url('https://season-share.7-event.cn/X/font/Regular.otf');
}

@font-face {
	font-family: 'ximai';
	src: url("https://season-share.7-event.cn/X/font/ximai.otf");
}

@font-face {
	font-family: 'ropa';
	/* src: url("../fonts/ropa/ropa.ttf"); */
	src: url("https://season-share.7-event.cn/X/font/ropa.ttf");
}

/* 方圆字体 */
@font-face {
	font-family: 'afyt';
	src: url("../fonts/AlimamaFangYuanTiVF/AlimamaFangYuanTiVF-Thin.woff2");
	/* src: url("https://season-share.7-event.cn/X/font/AlimamaFangYuanTiVF-Thin.woff2"); */
}

.ropa {
	font-family: 'ropa';
}

.ximais {
	font-family: 'afyt', 'ximai';
}

.xandr {
	font-family: 'afyt', 'ropa', 'ximai';
}

.banner {
	width: 100%;
	position: relative;
}

.banner .row {
	margin-right: unset;
	margin-left: unset;
}

.container {
	margin-bottom: 15px;
}

.w100 {
	width: 100%;
}

.p0 {
	padding: 0;
}

.p10 {
	padding: 0 10px;
}

.color_pink {
	color: #d00244;
}

.underline {
	text-decoration: underline;
	text-decoration-color: #d00244;
}

.bold {
	font-weight: bold;
}

.size1 {
	font-size: 1rem;
}

.size15 {
	font-size: 1.5rem;
}

.size18 {
	font-size: 1.8rem;
}

.app_login .container {
	margin-bottom: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

body {
	min-height: 100vh;
	font-family: 'afyt', 'raleway-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.myrale {
	font-family: 'raleway-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.hide_page_scrollbar {
	height: 100vh;
	overflow: hidden;
}

body .layui-layer-content {
	word-break: break-word !important;
}

body .share_layer {
	background-color: rgba(0, 0, 0, .7);
}

body .share_layer .share_wrap {
	padding: 30px 30px 0;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
}

body .share_layer .share_wrap .share_jt {
	margin-right: 0;
	width: 45%;
}

body .share_layer .share_wrap .share_close {
	background-color: transparent !important;
	color: #fff !important;
	border: 1px solid #fff;
	font-size: 1.6rem;
	font-weight: 700;
	width: 120px;
}

body .layer_login_tips {
	border-radius: 8px;
}

body .layer_login_tips .layui-layer-content {
	padding: 20px;
	line-height: 1.6;
}

body .layer_login_tips table td {
	vertical-align: baseline;
}

body .layer_login_tips table tr>td:nth-child(1) {
	min-width: 8px;
}

body .layer_login_tips .confirm {
	background-color: #d00244;
	color: #fff;
	min-width: 125px;
	border-radius: 20px;
}

body .layer_chest_card {
	background-color: transparent;
	box-shadow: none;
}

body .layer_invitation_share {
	background-color: rgba(70, 70, 70, .85);
}

body .layer_invitation_share .layui-layer-content {
	padding: 20px;
	color: #fff;
}

body .layer_invitation_share .arrows {
	width: 40%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
}

body .layer_invitation_share .tip {
	font-size: 1.8rem;
}

body .layer_invitation_share .confirm {
	font-size: 2.2rem;
	border-color: #fff;
	color: inherit !important;
	background-color: transparent;
	padding: 8px 12px;
	min-width: 130px;
	margin-top: 45px;
}

#chest_card_html {
	background-color: transparent;
	box-shadow: none;
}

#chest_card_html .content {
	position: relative;
	width: 300px;
	height: 396px;
	background: #fff url('../images/chest-card-bg.png?t=16348860077834f')no-repeat center bottom/contain;
}

#chest_card_html .info {
	/* width: 100%;
	height: 100%;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	overflow: hidden; */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	overflow: hidden;
	align-items: center;
	top: 28%;
}

#chest_card_html .info .barcode {
	/* width: 20%;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom: 20%;
	font-size: 1rem;
	text-align: center; */
	width: 24%;
	position: absolute;
	bottom: 53%;
	font-size: 1rem;
	text-align: center;
}

#chest_card_html .info .barcode img {
	margin-bottom: 3px;
}

#chest_card_html .info .name_cn {
	font-size: 2.4rem;
}

#chest_card_html .info .name_en {
	font-size: 2.8rem;
}

#chest_card_html .info .company {
	font-size: 2rem;
	margin-top: 10px;
}

#chest_card_html .btn_screenshot {
	background-color: #d00244;
	color: #fff;
	min-width: 100px;
}



/*lang*/
.lang_box {
	width: 100%;
	position: absolute;
	bottom: -34px;
	padding-left: 8%
}

.lang {
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 6px;
	border-radius: 50%;
	margin: 0 5px;
	background: #d00244;
	display: inline-block;
	width: 33px;
	cursor: pointer;
}

.act_lng {
	background: #000;
	cursor: context-menu;
}

/*head*/
.head {
	text-align: center;
}

.title {
	font-weight: 400;
	margin-top: 5rem;
	font-size: 3rem;
}

.time {
	margin-top: 1rem;
}

/*schedule*/
.schedule {
	display: flex;
	align-items: center;
	margin-top: 3rem;
}

.schedule_icon {
	text-align: center;
	font-size: 1.9rem;
	font-weight: 600;
}

.schedule_icon img {
	width: 100%;
	margin-bottom: 8px;
}

.schedule_icon div {
	white-space: nowrap;
}

.schedule_icon_act {
	color: #d00244;
}

/* login */
.app_login .title {
	/* max-width: 700px; */
	margin-left: auto;
	margin-right: auto;
}

.app_login .login_info {
	width: 95%;
	margin: 25px auto;
	display: flex;
	align-items: center;
	padding: 50px 0;
	border: 2px solid black;
	box-shadow: 7px 7px 0px black;
}

.app_login .login_info>.item {
	width: 50%;
	padding: 0 30px;
}

.app_login .login_info>.item.item_login {
	/* border-left: 1px solid #3f464a; */
}

.app_login .text_info {
	border: 1px solid #a0a0a0;
	padding: 5px 0;
	display: flex;
	align-items: center;
}

.app_login .text_info .icon_info {
	width: 40px;
}

.app_login .text_info .icon_info img {
	width: 15px;
}

.app_login .text_info .input_info {
	flex: 1;
}

.app_login .form .form-group {
	margin-bottom: 25px;
}

.app_login .text_info .form-control {
	height: auto;
	padding: 4px 12px;
	border: 0;
	border-left: 1px solid #959595;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

.app_login .form .login_btn {
	background-color: #d00244;
	color: #fff;
	border-radius: 0;
	font-size: 1.6rem;
	padding: 5px 40px;
	margin: 0 auto;
	display: block;
	font-weight: bold;
}

/* init */
.app_init {
	min-height: 100vh;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	color: #3f464a;
	/* background: url('../images/init-bg.png')no-repeat right 58%/23%; */
	background-image: url('../images/init-bg2.png?t=1234526');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.app_init2 {
	min-height: 100vh;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	color: #3f464a;
	/* background: url('../images/init-bg.png')no-repeat right 58%/23%; */
	background-image: url('../images/init-bg2.png?t=1234256');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.app_init .main {
	min-height: 350px;
	padding: 15px 15px 30px;
}

.app_init .footer_init {
	position: sticky;
	top: 100vh;
}

.footer-logos {
	display: flex
}

.footer-logos img {
	width: 100%;
}

.app_init ._title {
	max-width: 500px;
	margin: 0 auto;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.app_init ._title.big_title {
	margin-bottom: 10px;
}

.app_init ._title.big_title_1 {
	font-size: 2rem;
}

.app_init ._title.min_title {
	color: #d50045;
}

.app_init .btn_info {
	width: 51%;
	max-width: 300px;
	margin: 0 auto;
	padding-top: 10px;
}

.app_init .btn_info>.item {
	display: block;
	margin-top: 20px;
}

.app_init .btn_info>.item:nth-child(1) {
	margin-top: 0;
}

/*tips*/
.tips {
	margin-top: 4rem;
}

.tips h4 {
	font-weight: 600;
	line-height: 3rem;
}

/*first_page*/
.page {
	margin-top: 3rem;
}

.sec_title {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 2rem;
	margin-top: 3.5rem;
}

.hr {
	width: 70px;
	border: 1px solid #d00244;
	margin: 0 auto;
}

.form-group {
	margin: 6px 0;
}

.form-control {
	background: #efefef;
	border-color: #9fa0a0;
}

.field {
	text-align: right;
	padding-top: 7px;
}

.upload,
.back {
	background: #d00244;
	color: #fff;
	border: 1px solid #7a0418;
	font-weight: bold;
	margin: 4rem 0 2rem;
	outline: none;
}

.back {
	background-color: #fff;
	color: #333 !important;
}

.upload:hover,
.upload:focus,
.add:hover,
.add:focus,
.del:hover,
.del:focus,
.submit:hover,
.submit:focus {
	color: #fff;
}

.active_btn {
	background: #d00244;
	color: #fff;
	transition: 0.25s;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #d00244 !important;
	background-color: #d00244 !important;
}

.get_code {
	background: #d00244;
	color: #fff;
	border: 1px solid #7a0418;
	font-weight: bold;
	outline: none;
}

.app_index .cardImage_btn {
	position: relative;
	display: block;
	width: 60%;
	margin: 20px auto 0;
}

.app_index .cardImage_btn input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

/*question*/
.question {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	padding: 10px 35px;
	background: #d00244;
	margin-top: 1.5rem;
}

.answer {
	padding: 10px 35px;
	margin-top: 2rem;
}

.radio_icon {
	width: 15px;
	height: 15px;
}

.hidden,
.sub_hidden,
.sub_answer {
	display: none;
}

.other {
	border: none;
	outline: none;
	border-bottom: 1px solid;
}

label {
	margin-bottom: 0;
}

.answer_box {
	margin-top: 5px;
}

.block {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 25px;
	cursor: pointer;
	display: none;
}

.rotate {
	transform: rotate(180deg);
}

/*result*/
.info_box {
	margin-bottom: 3rem;
}

.info4 {
	margin-bottom: 0rem;
}

.add_field {
	margin-top: 5px;
	text-align: center;
}

.add_wrap {
	margin: 15px 0;
}

.add_group {
	margin: 8px 0;
}

.add,
.del,
.submit {
	margin: 10px 5px;
	width: 80px;
}

.page_result .big_title {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 1.5rem;
}

.page_result .big_title .hr {
	margin: 0 0 20px;
}

.page_result .big_title .btns {
	position: absolute;
	right: 0;
	top: 0;
}

.page_result .big_title .btns .btn {
	position: relative;
	background-color: #d00244;
	color: #fff;
	padding: 5px 5px 5px 35px;
}

.page_result .big_title .btns .btn.invite_friends_btn {
	background-color: #3f464a;
}

.page_result .big_title .btns .btn.matchmaking_btn {
	background-color: #3f464a;
	display: none;
}

.page_result .big_title .btns .btn .icon {
	width: 25px;
	margin-right: 3px;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.page_result .change_btn_info .btn {
	background-color: #a0a0a0;
	border-color: #a0a0a0;
	color: #fff;
	margin-right: 5px;
	margin-top: 5px;
	border-radius: 0;
}

.page_result .change_btn_info .btn.active {
	background-color: #d00244;
	border-color: #d00244;
}


.add,
.submit,
.share,
.del,
.book_exh_btn {
	background: #d00244;
	color: #fff !important;
	border: 1px solid #7a0418;
	font-weight: bold;
}

/*.del{background: #3e3a39;color:#fff;border: 1px solid #7a0418;font-weight: bold;}*/

/*wx*/
.btn_wrap {
	border: 2px solid #9fa0a0;
	background-color: rgba(255, 255, 255, .2);
	display: flex;
	align-items: center;
	padding: 7px 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #3e3a39;
	border-radius: 8px;
	margin-top: 6%;
}

.btn_box {
	margin-top: 10%;
}

#footer,
#footer a {
	color: #fff;
}

#footer {
	padding: 15px 0;
	line-height: 1.8;
}

#footer {
	padding: 0 15px;
	background-color: rgb(48, 48, 48);
	color: #fff;
	font-size: 1.4rem;
}

#footer .t {
	padding: 20px;
}

#footer .b {
	padding: 15px;
	border-top: 1px solid #c9c9c9;
}

#footer .b a {
	display: inline-block;
	color: #c9c9c9;
	margin-right: 10px;
	font-size: 1.2rem;
}

#footer .b a:last-child {
	margin: 0;
}

#footer .t {
	padding: 20px 0;
}

#footer .t .r {
	text-align: left;
}

#footer .t .r img {
	margin-left: 0;
}

.footer-code {
	display: flex;
}

.footer {
	margin-top: 20%;
	font-weight: bold;
	font-size: 1rem;
}

.footer_href {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0;
	position: sticky;
	top: 100vh;
}

.footer_href p {
	background-color: #d00244;
	margin: 5px 0 0 0;
	padding: 5px 0;
}

.footer-bottom-2-bottom a {
	margin-right: 20px;
}

.bottom-left-1 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.color_black {
	color: #fff;
}

#footer .hao {
	color: #337ab7;
}

.bottom-row {
	height: 350px;
}

.bottom-row3 {
	border-bottom: 1px solid #030303;
}

.bottom-row2 {
	height: 310px;
	border-bottom: 1px solid #030303;
}



/* footer */
.footer_info,
.footer_info>.item:nth-child(2) {
	display: block;
	margin-top: 10px;
}

.myitem2 {
	display: flex !important;
}

.footer_info,
.footer_info>.item .WeChatOfficialAccount_txt {
	text-align: center;
}

.footer_info>.item {
	width: 100%;
}

.footer_info>.item .WeChatOfficialAccount_txt {
	margin: 0 0 5px;
}



.sub_title {
	position: absolute;
	left: 8%;
}

/* invitation */
.app_invitation {
	max-width: 700px;
	margin: 0 auto;
	font-size: 1.6rem;
	position: relative;
	background-color: #e4e2de;
	padding-bottom: 8%;
}
.fanwei{
	font-weight: bold;
    font-size: 18px;
    padding: 0px 25px;
    margin-bottom: 25px;
    margin-top: 25px
}

.app_invitation .big_title {
	font-size: 4.5rem;
	font-weight: 400;
	padding: 0 15px;
}

.app_invitation .min_title {
	font-size: 2.3rem;
	font-weight: 400;
}

.app_invitation .code_wrap .txt {
	color: #d00244;
}

.app_invitation .code_wrap .code_info {
	position: relative;
	width: 35%;
	max-width: 200px;
	margin: 20px auto 0;
}

.app_invitation .code_wrap .code img {
	width: 100%;
}

.app_invitation .code_wrap .triangle img {
	width: 12%;
	position: absolute;
}

.app_invitation .code_wrap .triangle img.tl {
	left: 0;
	top: 0;
}

.app_invitation .code_wrap .triangle img.tr {
	right: 0;
	top: 0;
	transform: rotate(90deg);
}

.app_invitation .code_wrap .triangle img.bl {
	left: 0;
	bottom: 0;
	transform: rotate(-90deg);
}

.app_invitation .code_wrap .triangle img.br {
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}

.app_invitation .code_wrap .triangle_2 {
	margin: 10px auto;
	width: 12px;
}

.app_invitation .basic_title {
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.app_invitation .basic_title span {
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
}

.app_invitation .basic_title::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #d00244;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.app_invitation .exhibition_introduce_wrap {
	position: relative;
}

.app_invitation .exhibition_introduce_wrap .info {
	background: url('../images/invitation/invitation-6.png')no-repeat center/cover;
	padding: 25px 15px 100px 15px;
	text-align: justify;
	color: #fff;
}

.app_invitation .check_exhibition_report {
	width: 100%;
	position: absolute;
	left: 0;
	top: calc(100% - 60px);
}

.app_invitation .check_exhibition_report img {
	width: 25%;
	max-width: 130px;
}

.app_invitation .check_exhibition_report .txt {
	font-size: 1.2rem;
}

.app_invitation .visit_reason {
	text-align: center;
	padding: 100px 15px 30px 15px;
	background: url('../images/invitation/invitation-18.png')no-repeat center/100% 100%;
}

.app_invitation .visit_reason .tit {
	font-size: 3rem;
	font-weight: 700;
}

.app_invitation .visit_reason .info>.item {
	margin-top: 25px;
}

.app_invitation .visit_reason .info>.item .num {
	margin-bottom: 10px;
}

.app_invitation .visit_reason .info>.item .num img {
	width: 25%;
	max-width: 100px;
}

.app_invitation .go_reg {
	display: inline-block;
	margin: 40px auto 0;
	width: 50%;
	max-width: 250px;
}

.app_invitation .product_category .wrap {
	padding: 0 15px 30px;
}

.ropa1 {
	font-size: 3.7rem;
	position: relative;
	top: 2px;
}

.sect7-4-1 {
	font-size: 17px;
	color: #1b1b1b;
	font-weight: bold;
}

.sect7-4-2 {
	font-size: 17px;
	color: #1b1b1b;
	font-weight: bold;
	/* margin-top: 30px; */
}

.sect7-4-3 {
	font-size: 15px;
	margin-bottom: 40px
}

.sect7-4 {
	margin-top: 30px
}

.sect7-3-item-img {
	width: 50%
}

.sect7-3-text {
	line-height: 1.3;
	margin-top: 10px
}

.sect7-3-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 23px
}

.sect7-3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}


.sect7-2-top {
	font-size: 26px;
	/* margin-top: 40px; */
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 15px
}

.sect7-2-bottom {
	font-size: 17px;
	text-align: center;
	color: #000;
}
.footer2_img1 {
	width: 25px;
  }
  
  .footer2_img1 img {
	width: 100%;
  }
  
  #footer2 {
	background-color: rgb(37, 32, 61);
	color: #fff;
	position: relative;
	/*  */
  }
  
  .footer2 {
	padding: 40px 0;
  }
  
  .footer2_top {
	display: flex;
	justify-content: space-between;
	  width: 93%;
  
  }
  
  .footer2_left3_img1 {
	/* width: 211px; */
	height: 48px;
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .footer1new2{
	height: 135% !important;
  }
  
  .footer2_left3_img1 img {
	width: auto;
	height: 100%;
  }
  
  .footer2_left3_img2 {
	/* width: 170px; */
	height: 42px;
	margin-bottom: 35px;
  }
  
  .footer2_left3_img2 img {
	width: auto;
	height: 100%;
  }
  
  .footer2_left1_1,
  .footer2_left1_3,
  .footer2_left2_1 {
	margin-bottom: 10px;
  }
  
  .footer2_left1 {
	margin-right: 80px;
  }
  
  .footer2_left1_2 {
	margin-bottom: 15px;
  }
  
  .footer2_left1_5 {
	margin-top: 25px;
	margin-bottom: 10px;
  }
  
  .footer2_left1_6_three {
	display: flex;
  }
  
  .footer2_left1_6_three_items {
	width: 50px;
	min-width: 50px;
	margin-right: 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  .footer2_text1{
	font-size: 13px;
  }
  .footer2_left1_6_three_items img {
	width: 100%;
  }
  
  .footer2_left2_2 a {
	color: #fff;
  }
  
  .footer2_left2 {
	margin-right: 150px;
	/* margin-left: -30%; */
  }
  
  .footer2_left3_3_a a {
	color: #fff;
	margin-bottom: 20px;
  }
  
  .footer2_bottom1 {
	display: flex;
  }
  
  .footer2_bottom1_1 a,
  .footer2_bottom1_2 a,
  .footer2_bottom1_3 a,
  .footer2_bottom1_4 a {
	color: #fff;
	margin-right: 35px;
  }
  
  .footer2_bottom {
	border-top: 1px solid #fff;
	width: 60%;
	padding-top: 15px;
	margin-top: 15px;
  }
  .footer2mobile {
	display: none;
  }
  .footer2_left3{
	padding-right: 20%
  }
  .footer2_left3_3_imgs{
	width: 175px;
  }
  .footer2_left3_3_imgs img{
	width: 100%;
  }
  .footer2_left3_3_imgs{
    /* width: 175px; */
    width: 50px;
}
.footer2_left3_3_imgs img{
    width: 100%;
}
.footer2_left3_3_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right:15px
}
.footer2_left3_3{
    display: flex;
	font-size: 14px;
}
  .footer2_left1_6_three_items{
	position: relative;
  }
  .footer2_left1_6_three_items:hover .gzh_code{
	opacity: 1;
	transition: opacity 0.3s; 
  }
  .footer2_footer3{
	display: flex;
  }  
  .footer_right_img {
	position: absolute;
	right: 0;
	color: #fff;
	top: 0
  }
  
  .footer_right_img,
  .footer_right_img img {
	height: 100%;
  }
  .footermobile {
	display: none;
  }
  .gzh_code{
	width: 100px;
	position: absolute;
	opacity: 0;
	bottom: 100%;
  }
  .footer2_left1_6_three_items:hover .gzh_code{
	opacity: 1;
	transition: opacity 0.3s; 
  }
  @media (max-width: 1440px) {
	.footer2_left2{
	  margin-right: 0px;
	}
	.footer2_left1{
		margin-right: 28px;
	  }
  }
@media only screen and (min-width: 320px) and (max-width: 738px) {
	.footermobile {
		display: block;
		padding: 20px;
	  }
	.big_title2 {
		font-size: 2rem !important;
		font-weight: 400 !important;

	}

	.ropa1 {
		font-size: 2.6rem
	}

	.ropa2 {
		font-size: 1.7rem;
		font-weight: 700
	}

	.isbl {
		margin-top: 35px
	}

	.app_login .login_info {
		border: 0
	}

	.app_login .login_info>.item {
		width: 100%;
		border: 2px solid #000;
		box-shadow: 7px 7px 0px black
	}

	.block {
		display: block;
	}

	.lang_box {
		top: 5px;
		text-align: right;
		left: unset;
	}

	.lang {
		font-size: 1rem;
		font-weight: 200;
		color: #fff;
		width: 29px;
		margin: 0 2px 0 0;
	}

	/*head*/
	.title {
		font-size: 1.8rem;
		margin-top: 2rem;
	}

	.schedule {
		margin-top: 1rem;
	}

	.schedule_icon {
		font-size: 1rem;
		padding: 0
	}

	.footer_tips {
		font-size: 1rem;
		padding: 0;
	}

	/*first_page*/
	.page {
		margin-top: 1rem;
	}

	.tips h4 {
		font-size: 1.4rem;
		line-height: inherit;
	}

	.sec_title {
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	.field {
		text-align: left;
	}

	.field_info {
		padding: 0;
	}

	.mobile_tips,
	.id_number_tips {
		font-size: 1rem;
		padding: 0;
		margin-top: 3px;
	}

	.tel_mid {
		padding: 0 5px
	}

	/*question*/
	.question,
	.answer {
		padding: 7px 25px 7px 10px
	}

	.answer {
		margin-top: 1rem;
		display: none;
	}

	.sub_title {
		position: absolute;
		left: 0;
	}

	.lang_box {
		width: auto;
		position: relative;
		bottom: auto;
		right: 15px;
	}

	/* login */
	.app_login .title,
	.page_result .head .title {
		color: #3f464a;
		font-size: 2.2rem;
	}

	.app_login .title span,
	.page_result .head .title span {
		display: inline-block;
		padding: 5px;
		border-bottom: 2px solid #3f464a;
	}

	.app_login .login_info {
		width: 100%;
		display: block;
		padding: 0;
		box-shadow: none;
		text-align: center;
	}

	.app_login .login_info>.item {
		/* width: 100%;
		border: 0 !important;
		padding: 0; */
	}

	.app_login .login_info>.item.item_tips {
		font-weight: 700;
		color: #3f464a;
	}

	.app_login .login_info>.item .tit {
		font-size: 1.8rem;
	}

	/* init */
	.app_init {
		/* background-position: right 60%;
		background-size: 35%; */
	}

	.app_init ._title {
		font-size: 2rem;
	}

	.app_init ._title.big_title_1 {
		font-size: 1.4rem;
	}

	/* result */
	.page_result .big_title {
		font-size: 2rem;
		margin: 0;
	}

	.page_result .big_title.en {
		padding-top: 35px;
	}

	.page_result .big_title .hr {
		width: 60px;
	}

	.page_result .big_title .btns .btn {
		font-size: 1.2rem;
		padding-left: 28px;
	}

	.page_result .big_title .btns .btn .icon {
		width: 18px;
	}

	.page_result .big_title .btns .btn.chest_card_btn,
	.page_result .big_title .btns .btn.matchmaking_btn {
		display: inline-block;
	}

	/* invitation */
	.app_invitation {
		font-size: 1.4rem;
	}

	.app_invitation .big_title {
		font-size: 3rem;
		font-weight: 400;
	}

	.app_invitation .min_title {
		font-size: 1.7rem;
		font-weight: 400
	}

	.app_invitation .exhibition_introduce_wrap .info {
		padding-bottom: 75px;
	}

	.app_invitation .check_exhibition_report {
		top: calc(100% - 48px);
	}

	.app_invitation .basic_title {
		font-size: 2rem;
	}

	.app_invitation .visit_reason .tit {
		font-size: 2rem;
	}
}

@media screen and (max-width: 320px) {
	.share {
		font-size: 1.2rem;
	}
}

@media screen and (min-width:739px) {
	.isbl {
		border-left: 1px solid #000;
	}
}
@media screen and (max-width:767px) {
	.newform {
		display: none
	}
	.footer2_top {
		display: block;
	  }
	
	  .footer2pc {
		display: none;
	  }
	
	  .footer2mobile {
		display: block;
	  }
	 

}

@media screen and (min-width:767px) {
	.newform {
		display: none
	}

}

@media screen and (min-width:768px) {
	.myform2 {
		width: 80%;
		margin: 0 auto
	}

	.oldform {
		display: none
	}

	.newform {
		display: flex
	}

}

@media screen and (max-width:768px) {
	.footer2_left3{
		padding-right: 0px;
	  }

	.footer-bottom-2-bottom {
		text-align: center
	}

	.bottom-row,
	.bottom-row2 {
		height: unset;
	}

	.hao {
		margin-left: 10% !important;
	}

	.banquan {
		text-align: center;
	}
}

.smalltext {
	/* color: rgb(149, 149, 149); */
	position: absolute;
	font-size: 14px;
	bottom: -101%;
}
@media screen and (min-width:991px) {
	.body-wrapper {
		max-width: 90%;
		margin: 0 auto;
	  }
}
@media screen and (min-width:1200px) {
	.smalltext {
		bottom: -83%;
	}
}

.invitationtop {
	width: 72%;
	margin: 0 auto;
	padding-top: 5.83vh;
	margin-bottom: 3.65vh
}

.big_title2 {
	font-size: 3rem;
	font-weight: 400;

}

.invitation2 {
	width: 27%;
	height: auto;
	margin-bottom: 4%
}

::v-deep .el-menu-demo>.el-submenu .el-submenu__title:hover {
	background-color: #385466 !important
}
.app_invitation_bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.app_invitation_bottom img{
	width: 100%;
}

/* luckdraw */