::placeholder{
    font-size: 13px;
    transform: translateY(-10px);
}
ul{list-style-type:demical;
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 14px;
    color: #2f2f2f;
    text-align: left;}  
ul li{ list-style-position:outside;} 

@font-face {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSans.otf); }

#Hidebg {
    height: 100vh;
    width: 100vw;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.lang-btn{
	width: 50px;
    height: 26px;
    line-height: 26px;
    margin-right: 20px;
    font-size: 14px;
    text-align: center;
    background-color: white;
    border-color: white;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: red;
    cursor: pointer;
}

.startformWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Noto Sans;
	color: #fff;
	text-align: center;
	background: #ed1d24
}

.startformWrapper.alert {
	overflow: hidden
}

.startformWrapper .mainBody {
	width: 100%;
	max-width: 765px
}

.startformWrapper .mainBody.button {
	background-image: url("../static/background.jpg");
	background-size: cover;
	background-position: bottom;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.startformWrapper .mainBody.button .logo {
	background-image: url("../static/logo.png");
	background-size: cover;
	width: 188px;
	height: 33px;
	margin: 16px auto
}

.startformWrapper .mainBody.button .title1 {
	font-weight: 700;
	font-size: 55px;
	line-height: 55px;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .65)
}

.startformWrapper .mainBody.button .title2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .65)
}

.startformWrapper .mainBody.button .text1 {
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px
}

.startformWrapper .mainBody.button .banner {
	background-image: url("../static/banner.png");
	background-size: cover;
	width: 261px;
	height: 125px;
	margin: 0 auto
}

.startformWrapper .mainBody.button .text2 {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	margin: 10px auto
}

.startformWrapper .mainBody.button .text3 {
	font-weight: 400;
	font-size: 11px
}

.startformWrapper .mainBody.button .button {
	width: 260px;
	height: 85px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 42px;
	margin: 0 auto 30px;
	font-weight: 700;
	font-size: 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.startformWrapper .mainBody.form {
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #f2f2f2
}

.startformWrapper .mainBody.form, .startformWrapper .mainBody.form .header
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.startformWrapper .mainBody.form .header {
	background: #ed1d24
}

.startformWrapper .mainBody.form .header .logo {
	background-image: url("../static/logo.png");
	background-size: cover;
	width: 242px;
	height: 43px;
	margin: 24px auto 0
}

.startformWrapper .mainBody.form .header .banner {
	background-image: url("../static/banner.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 12px auto
}

.startformWrapper .mainBody.form .header .title {
	margin-bottom: 24px
}

.startformWrapper .mainBody.form .header .title .title1 {
	font-weight: 700;
	font-size: 25px;
	line-height: 25px
}

.startformWrapper .mainBody.form .header .title .title2 {
	font-weight: 400;
	font-size: 19px;
	line-height: 19px
}

.startformWrapper .mainBody.form .body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	padding: 12px 24px
}

.startformWrapper .mainBody.form .body .input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 12px
}

.startformWrapper .mainBody.form .body .input .label {
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px;
	color: #ed1d24;
	text-align: left
}

.startformWrapper .mainBody.form .body .input .label .underline {
	text-decoration: underline
}

.startformWrapper .mainBody.form .body .input input {
	height: 20px;
	margin: 2px 0
}

.startformWrapper .mainBody.form .body .input select {
	height: 28px;
	margin: 4px 0
}

.startformWrapper .mainBody.form .body .input .withButton {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.startformWrapper .mainBody.form .body .input .withButton input {
	width: calc(100% - 120px)
}

.startformWrapper .mainBody.form .body .input .verifyButton {
	width: 92px;
	height: 25px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 13px;
	font-weight: 700;
	font-size: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.startformWrapper .mainBody.form .body .hints {
	color: #000;
	text-align: left;
	font-size: 10px;
	margin-top: 7px
}

.startformWrapper .mainBody.form .body .hints .mask {
	color: red
}

.startformWrapper .mainBody.form .footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff
}

.startformWrapper .mainBody.form .footer .disclaimer {
	display: -ms-flexbox;
	display: flex;
	color: #000;
	padding: 12px 20px
}

.startformWrapper .mainBody.form .footer .disclaimer .checkbox {
	margin-right: 8px
}

.startformWrapper .mainBody.form .footer .disclaimer .text {
	font-size: 8px;
	text-align: left
}

.startformWrapper .mainBody.form .footer .disclaimer .text a {
	text-decoration: none
}

.startformWrapper .mainBody.form .footer .button {
	width: 262px;
	height: 45px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 23px;
	margin: 0 auto 30px;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.startformWrapper .mainBody.ticket {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000
}

.startformWrapper .mainBody.ticket a:active, .startformWrapper .mainBody.ticket a:hover,
	.startformWrapper .mainBody.ticket a:link, .startformWrapper .mainBody.ticket a:visited
	{
	text-decoration: none
}

.startformWrapper .mainBody.ticket .text1 {
	margin-top: 20px;
	font-size: 14px;
	background: #fff
}

.startformWrapper .mainBody.ticket .text2 {
	font-size: 10px
}

.startformWrapper .mainBody.ticket .text3 {
	font-size: 9px;
	margin-bottom: 14px
}

.startformWrapper .mainBody.ticket .text3 a {
	text-decoration: underline;
	color: blue;
	cursor: pointer
}

.startformWrapper .mainBody.ticket .text4 {
	font-size: 14px;
	font-weight: 400;
	background: #ff001e;
	height: 30px;
	color: #fff;
	width: 320px;
	margin: 5px auto;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.startformWrapper .mainBody.ticket .text4 .hand {
	background-image: url("../static/hand.png");
	background-size: contain;
	width: 80px;
	height: 80px;
	position: relative;
	top: -30px;
	left: -5px
}

.startformWrapper .mainBody.ticket .text5 {
	font-size: 12px;
	text-align: left;
	padding: 10px 30px;
	background: #fff
}

.startformWrapper .mainBody.ticket .ticket img {
	width: 320px
}

.startformWrapper .modal {
	height: 100vh;
	width: 100vw;
	position: absolute;
	background: rgba(0, 0, 0, .5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.startformWrapper .modal .box {
	max-width: 600px;
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #797979;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	margin: 30vh 20px;
	background: #fff;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.startformWrapper .modal .box .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 10px auto 0
}

.startformWrapper .modal .box .text {
	font-size: 14px
}

.startformWrapper .modal .box .button {
	width: 100px;
	height: 28px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 19px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff
}

.surveyformWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Noto Sans;
	color: #fff;
	text-align: center;
	background: #ed1d24
}

.surveyformWrapper.alert {
	overflow: hidden
}

.surveyformWrapper .mainBody {
	width: 100%;
	max-width: 765px
}

.surveyformWrapper .mainBody.form {
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #f2f2f2
}

.surveyformWrapper .mainBody.form, .surveyformWrapper .mainBody.form .header
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.surveyformWrapper .mainBody.form .header {
	background: #ed1d24
}

.surveyformWrapper .mainBody.form .header .logo {
	background-image: url("../static/logo.png");
	background-size: cover;
	width: 242px;
	height: 43px;
	margin: 24px auto 0
}

.surveyformWrapper .mainBody.form .header .banner {
	background-image: url("../static/banner.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 12px auto
}

.surveyformWrapper .mainBody.form .header .title {
	margin-bottom: 24px
}

.surveyformWrapper .mainBody.form .header .title .title1 {
	font-weight: 700;
	font-size: 25px;
	line-height: 25px
}

.surveyformWrapper .mainBody.form .header .title .title2 {
	font-weight: 400;
	font-size: 19px;
	line-height: 19px
}

.surveyformWrapper .mainBody.form .body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	padding: 12px 24px
}

.surveyformWrapper .mainBody.form .body .input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 12px
}

.surveyformWrapper .mainBody.form .body .input .label {
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px;
	color: #ed1d24;
	text-align: left
}

.surveyformWrapper .mainBody.form .body .input .label .underline {
	text-decoration: underline
}

.surveyformWrapper .mainBody.form .body .input .checkbox {
	color: #000;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px
}

.surveyformWrapper .mainBody.form .body .input .checkbox .text {
	padding: 5px;
	width: 100%;
	text-align: left
}

.surveyformWrapper .mainBody.form .body .input .checkbox .text textarea
	{
	width: 100%
}

.surveyformWrapper .mainBody.form .body .input input {
	height: 20px;
	margin: 2px 0
}

.surveyformWrapper .mainBody.form .body .input select {
	height: 28px;
	margin: 4px 0
}

.surveyformWrapper .mainBody.form .body .input .withButton {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.surveyformWrapper .mainBody.form .body .input .withButton input {
	width: calc(100% - 120px)
}

.surveyformWrapper .mainBody.form .body .input .verifyButton {
	width: 92px;
	height: 25px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 13px;
	font-weight: 700;
	font-size: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.surveyformWrapper .mainBody.form .body .hints {
	color: #000;
	text-align: left;
	font-size: 10px;
	margin-top: 7px
}

.surveyformWrapper .mainBody.form .body .hints .mask {
	color: red
}

.surveyformWrapper .mainBody.form .body .redboxheader {
	border: 1px solid red;
	background: #ed1d24;
	margin-top: 15px;
	padding: 5px;
	font-size: 14px
}

.surveyformWrapper .mainBody.form .body .redbox {
	border: 1px solid #ed1d24;
	padding: 0 10px 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.surveyformWrapper .mainBody.form .footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff
}

.surveyformWrapper .mainBody.form .footer .disclaimer {
	display: -ms-flexbox;
	display: flex;
	color: #000;
	padding: 12px 20px 0
}

.surveyformWrapper .mainBody.form .footer .disclaimer .checkbox {
	color: #000;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px
}

.surveyformWrapper .mainBody.form .footer .disclaimer .checkbox .text {
	padding: 5px;
	width: 100%;
	text-align: left;
	font-size: 12px
}

.surveyformWrapper .mainBody.form .footer .disclaimer .text {
	padding-bottom: 12px;
	font-size: 8px;
	text-align: left
}

.surveyformWrapper .mainBody.form .footer .disclaimer .text a {
	text-decoration: none
}

.surveyformWrapper .mainBody.form .footer .button {
	width: 262px;
	height: 45px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 23px;
	margin: 0 auto 30px;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.surveyformWrapper .mainBody.ticket {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000
}

.surveyformWrapper .mainBody.ticket a:active, .surveyformWrapper .mainBody.ticket a:hover,
	.surveyformWrapper .mainBody.ticket a:link, .surveyformWrapper .mainBody.ticket a:visited
	{
	text-decoration: none
}

.surveyformWrapper .mainBody.ticket .text1 {
	margin-top: 20px;
	font-size: 14px;
	background: #fff
}

.surveyformWrapper .mainBody.ticket .text2 {
	font-size: 10px;
	margin-bottom: 10px
}

.surveyformWrapper .mainBody.ticket .text3 {
	font-size: 9px;
	margin-bottom: 14px
}

.surveyformWrapper .mainBody.ticket .text3 a {
	text-decoration: underline;
	color: blue;
	cursor: pointer
}

.surveyformWrapper .mainBody.ticket .text4 {
	font-size: 14px;
	font-weight: 400;
	background: #ff001e;
	height: 30px;
	color: #fff;
	width: 320px;
	margin: 5px auto;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.surveyformWrapper .mainBody.ticket .text4 .hand {
	background-image: url("../static/hand.png");
	background-size: contain;
	width: 80px;
	height: 80px;
	position: relative;
	top: -30px;
	left: -5px
}

.surveyformWrapper .mainBody.ticket .text5 {
	font-size: 12px;
	text-align: left;
	padding: 10px 30px;
	background: #fff
}

.surveyformWrapper .mainBody.ticket .ticket img {
	width: 320px
}

.surveyformWrapper .mainBody.button {
	width: 100%;
	max-width: 765px;
	background-size: cover;
	background-position: 50%;
	background-position-y: bottom;
	background-image: url("../static/background.jpg");
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff
}

.surveyformWrapper .mainBody.button .logo {
	background-image: url("../static/logo.png");
	background-size: contain;
	width: 180px;
	height: 30px;
	background-repeat: no-repeat;
	margin-top: 30px
}

.surveyformWrapper .mainBody.button .banner {
	background-image: url("../static/u6.png");
	background-size: contain;
	width: 320px;
	height: 130px;
	background-repeat: no-repeat;
	margin-top: 10px
}

.surveyformWrapper .mainBody.button .lab {
	background-image: url("../static/banner1.png");
	background-size: contain;
	width: 320px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 10px
}

.surveyformWrapper .mainBody.button .text {
	font-family: Noto Sans;
	font-weight: 400;
	word-wrap: break-word;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .65);
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 0 10px
}

.surveyformWrapper .mainBody.button .text .underline {
	text-decoration: underline
}

.surveyformWrapper .mainBody.button .text1 {
	font-family: Noto Sans;
	font-weight: 400;
	word-wrap: break-word;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .65);
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	margin: 10px
}

.surveyformWrapper .mainBody.button .button {
	width: 160px;
	height: 60px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	border: 2px solid #fff;
	margin: 20px auto;
	font-weight: 700;
	font-size: 16px;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	-webkit-box-shadow: 1px 1px 1px hsla(0, 0%, 100%, .35);
	box-shadow: 1px 1px 1px hsla(0, 0%, 100%, .35)
}

.surveyformWrapper .mainBody.button .button, .surveyformWrapper .modal {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.surveyformWrapper .modal {
	height: 100vh;
	width: 100vw;
	position: absolute;
	background: rgba(0, 0, 0, .5)
}

.surveyformWrapper .modal .box {
	max-width: 600px;
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #797979;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	margin: 30vh 20px;
	background: #fff;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.surveyformWrapper .modal .box .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 10px auto 0
}

.surveyformWrapper .modal .box .text {
	font-size: 14px
}

.surveyformWrapper .modal .box .button {
	width: 100px;
	height: 28px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 19px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff
}

.admissionformWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Noto Sans;
	color: #fff;
	text-align: center;
	background: #ed1d24
}

.admissionformWrapper.alert {
	overflow: hidden
}

.admissionformWrapper .mainBody {
	width: 100%;
	max-width: 765px
}

.admissionformWrapper .mainBody.form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #f2f2f2
}

.admissionformWrapper .mainBody.form .header {
	background: #ed1d24;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.admissionformWrapper .mainBody.form .header .logo {
	background-image: url("../static/logo.png");
	background-size: cover;
	width: 242px;
	height: 43px;
	margin: 24px auto 0
}

.admissionformWrapper .mainBody.form .header .banner {
	background-image: url("../static/banner.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 12px auto
}

.admissionformWrapper .mainBody.form .header .title {
	margin-bottom: 24px
}

.admissionformWrapper .mainBody.form .header .title .title1 {
	font-weight: 700;
	font-size: 25px;
	line-height: 25px
}

.admissionformWrapper .mainBody.form .header .title .title2 {
	font-weight: 400;
	font-size: 19px;
	line-height: 19px
}

.admissionformWrapper .mainBody.form .body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	padding: 12px 24px
}

.admissionformWrapper .mainBody.form .body .input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 12px
}

.admissionformWrapper .mainBody.form .body .input .label {
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px;
	color: #ed1d24;
	text-align: left
}

.admissionformWrapper .mainBody.form .body .input .label .underline {
	text-decoration: underline
}

.admissionformWrapper .mainBody.form .body .input .checkbox {
	color: #000;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px
}

.admissionformWrapper .mainBody.form .body .input .checkbox .text {
	padding: 5px;
	width: 100%;
	text-align: left
}

.admissionformWrapper .mainBody.form .body .input .checkbox .text textarea
	{
	width: 100%
}

.admissionformWrapper .mainBody.form .body .input input {
	height: 20px;
	margin: 2px 0
}

.admissionformWrapper .mainBody.form .body .input select {
	height: 28px;
	margin: 4px 0
}

.admissionformWrapper .mainBody.form .body .input .withButton {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.admissionformWrapper .mainBody.form .body .input .withButton input {
	width: calc(100% - 120px)
}

.admissionformWrapper .mainBody.form .body .input .verifyButton {
	width: 92px;
	height: 25px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 13px;
	font-weight: 700;
	font-size: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.admissionformWrapper .mainBody.form .body .hints {
	color: #000;
	text-align: left;
	font-size: 10px;
	margin-top: 7px
}

.admissionformWrapper .mainBody.form .body .hints .mask {
	color: red
}

.admissionformWrapper .mainBody.form .body .redboxheader {
	border: 1px solid red;
	background: #ed1d24;
	margin-top: 15px;
	padding: 5px;
	font-size: 14px
}

.admissionformWrapper .mainBody.form .body .redbox {
	border: 1px solid #ed1d24;
	padding: 0 10px 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.admissionformWrapper .mainBody.form .footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff
}

.admissionformWrapper .mainBody.form .footer .disclaimer {
	display: -ms-flexbox;
	display: flex;
	color: #000;
	padding: 12px 20px 0
}

.admissionformWrapper .mainBody.form .footer .disclaimer .checkbox {
	color: #000;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px
}

.admissionformWrapper .mainBody.form .footer .disclaimer .checkbox .text
	{
	padding: 5px;
	width: 100%;
	text-align: left;
	font-size: 12px
}

.admissionformWrapper .mainBody.form .footer .disclaimer .text {
	padding-bottom: 0;
	font-size: 8px;
	text-align: left
}

.admissionformWrapper .mainBody.form .footer .disclaimer .text a {
	text-decoration: none
}

.admissionformWrapper .mainBody.form .footer .button {
	width: 262px;
	height: 45px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 23px;
	margin: 20px auto 30px;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.admissionformWrapper .mainBody.ticket {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000
}

.admissionformWrapper .mainBody.ticket a:active, .admissionformWrapper .mainBody.ticket a:hover,
	.admissionformWrapper .mainBody.ticket a:link, .admissionformWrapper .mainBody.ticket a:visited
	{
	text-decoration: none
}

.admissionformWrapper .mainBody.ticket .text1 {
	margin-top: 20px;
	font-size: 14px;
	background: #fff
}

.admissionformWrapper .mainBody.ticket .text2 {
	font-size: 10px;
	margin-bottom: 10px
}

.admissionformWrapper .mainBody.ticket .text3 {
	font-size: 9px;
	margin-bottom: 14px
}

.admissionformWrapper .mainBody.ticket .text3 a {
	text-decoration: underline;
	color: blue;
	cursor: pointer
}

.admissionformWrapper .mainBody.ticket .text4 {
	font-size: 14px;
	font-weight: 400;
	background: #ff001e;
	height: 30px;
	color: #fff;
	width: 320px;
	margin: 5px auto;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.admissionformWrapper .mainBody.ticket .text4 .hand {
	background-image: url("../static/hand.png");
	background-size: contain;
	width: 80px;
	height: 80px;
	position: relative;
	top: -30px;
	left: -5px
}

.admissionformWrapper .mainBody.ticket .text5 {
	font-size: 12px;
	text-align: left;
	padding: 10px 30px;
	background: #fff
}

.admissionformWrapper .mainBody.ticket .ticket img {
	width: 320px
}

.admissionformWrapper .mainBody.button {
	width: 100%;
	max-width: 765px;
	background-size: cover;
	background-position: 50%;
	background-position-y: bottom;
	background-image: url("../static/background.jpg");
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff
}

.admissionformWrapper .mainBody.button .logo {
	background-image: url("../static/logo.png");
	background-size: contain;
	width: 180px;
	height: 30px;
	background-repeat: no-repeat;
	margin-top: 30px
}

.admissionformWrapper .mainBody.button .banner {
	background-image: url("../static/u6.png");
	background-size: contain;
	width: 320px;
	height: 130px;
	background-repeat: no-repeat;
	margin-top: 10px
}

.admissionformWrapper .mainBody.button .lab {
	background-image: url("../static/banner1.png");
	background-size: contain;
	width: 320px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 10px
}

.admissionformWrapper .mainBody.button .text {
	font-family: Noto Sans;
	font-weight: 400;
	word-wrap: break-word;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .65);
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 0 10px
}

.admissionformWrapper .mainBody.button .text .underline {
	text-decoration: underline
}

.admissionformWrapper .mainBody.button .text1 {
	font-family: Noto Sans;
	font-weight: 400;
	word-wrap: break-word;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .65);
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	margin: 10px
}

.admissionformWrapper .mainBody.button .button {
	width: 160px;
	height: 60px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	border: 2px solid #fff;
	margin: 20px auto;
	font-weight: 700;
	font-size: 16px;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	-webkit-box-shadow: 1px 1px 1px hsla(0, 0%, 100%, .35);
	box-shadow: 1px 1px 1px hsla(0, 0%, 100%, .35)
}

.admissionformWrapper .mainBody.button .button, .admissionformWrapper .modal
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.admissionformWrapper .modal {
	height: 100vh;
	width: 100vw;
	position: absolute;
	background: rgba(0, 0, 0, .5)
}

.admissionformWrapper .modal .box {
	max-width: 600px;
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #797979;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	margin: 30vh 20px;
	background: #fff;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.admissionformWrapper .modal .box .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 10px auto 0
}

.admissionformWrapper .modal .box .text {
	font-size: 14px
}

.admissionformWrapper .modal .box .button {
	width: 100px;
	height: 28px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 19px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff
}

.salesformWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Noto Sans;
	color: #fff;
	text-align: center;
	background: #ed1d24
}

.salesformWrapper.alert {
	overflow: hidden
}

.salesformWrapper .mainBody {
	width: 100%;
	max-width: 765px
}

.salesformWrapper .mainBody.form {
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #f2f2f2
}

.salesformWrapper .mainBody.form, .salesformWrapper .mainBody.form .header
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.salesformWrapper .mainBody.form .header {
	background: #ed1d24
}

.salesformWrapper .mainBody.form .header .logo {
	background-image: url("../static/logo.png");
	background-size: cover;
	width: 242px;
	height: 43px;
	margin: 24px auto 0
}

.salesformWrapper .mainBody.form .header .banner {
	background-image: url("../static/banner.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 12px auto
}

.salesformWrapper .mainBody.form .header .title {
	margin-bottom: 24px
}

.salesformWrapper .mainBody.form .header .title .title1 {
	font-weight: 700;
	font-size: 25px;
	line-height: 25px
}

.salesformWrapper .mainBody.form .header .title .title2 {
	font-weight: 400;
	font-size: 19px;
	line-height: 19px
}

.salesformWrapper .mainBody.form .body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	padding: 12px 24px
}

.salesformWrapper .mainBody.form .body .input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 12px
}

.salesformWrapper .mainBody.form .body .input .label {
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px;
	color: #ed1d24;
	text-align: left
}

.salesformWrapper .mainBody.form .body .input .label .underline {
	text-decoration: underline
}

.salesformWrapper .mainBody.form .body .input .checkbox {
	color: #000;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px
}

.salesformWrapper .mainBody.form .body .input .checkbox .text {
	padding: 5px;
	width: 100%;
	text-align: left
}

.salesformWrapper .mainBody.form .body .input .checkbox .text textarea {
	width: 100%
}

.salesformWrapper .mainBody.form .body .input input {
	height: 20px;
	margin: 2px 0
}

.salesformWrapper .mainBody.form .body .input select {
	height: 28px;
	margin: 4px 0
}

.salesformWrapper .mainBody.form .body .input .withButton {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.salesformWrapper .mainBody.form .body .input .withButton input {
	width: calc(100% - 120px)
}

.salesformWrapper .mainBody.form .body .input .verifyButton {
	width: 92px;
	height: 25px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 13px;
	font-weight: 700;
	font-size: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.salesformWrapper .mainBody.form .body .hints {
	color: #000;
	text-align: left;
	font-size: 10px;
	margin-top: 7px
}

.salesformWrapper .mainBody.form .body .hints .mask {
	color: red
}

.salesformWrapper .mainBody.form .footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 15px;
	background: #fff
}

.salesformWrapper .mainBody.form .footer .button {
	width: 262px;
	height: 45px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 23px;
	margin: 0 auto 30px;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.salesformWrapper .mainBody.ticket {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000
}

.salesformWrapper .mainBody.ticket a:active, .salesformWrapper .mainBody.ticket a:hover,
	.salesformWrapper .mainBody.ticket a:link, .salesformWrapper .mainBody.ticket a:visited
	{
	text-decoration: none
}

.salesformWrapper .mainBody.ticket .text1 {
	margin-top: 20px;
	font-size: 14px;
	background: #fff
}

.salesformWrapper .mainBody.ticket .text2 {
	font-size: 10px
}

.salesformWrapper .mainBody.ticket .text3 {
	font-size: 9px;
	margin-bottom: 14px
}

.salesformWrapper .mainBody.ticket .text3 a {
	text-decoration: underline;
	color: blue;
	cursor: pointer
}

.salesformWrapper .mainBody.ticket .text4 {
	font-size: 14px;
	font-weight: 400;
	background: #ff001e;
	height: 30px;
	color: #fff;
	width: 320px;
	margin: 5px auto;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.salesformWrapper .mainBody.ticket .text4 .hand {
	background-image: url("../static/hand.png");
	background-size: contain;
	width: 80px;
	height: 80px;
	position: relative;
	top: -30px;
	left: -5px
}

.salesformWrapper .mainBody.ticket .text5 {
	font-size: 12px;
	text-align: left;
	padding: 10px 30px;
	background: #fff
}

.salesformWrapper .mainBody.ticket .ticket img {
	width: 320px
}

.salesformWrapper .mainBody.loggedin {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 100px;
	color: #000
}

.salesformWrapper .mainBody.loggedin .logo {
	background-image: url("../static/u102.png");
	background-size: cover;
	width: 121px;
	height: 21px;
	margin: 0 auto
}

.salesformWrapper .mainBody.loggedin .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 10px auto 0
}

.salesformWrapper .mainBody.loggedin .text {
	font-size: 14px
}

.salesformWrapper .mainBody.loggedin .button {
	width: 100px;
	height: 28px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #ed1d24;
	text-decoration: underline
}

.salesformWrapper .mainBody.loggedin .button, .salesformWrapper .modal {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.salesformWrapper .modal {
	height: 100vh;
	width: 100vw;
	position: absolute;
	background: rgba(0, 0, 0, .5)
}

.salesformWrapper .modal .box {
	max-width: 600px;
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #797979;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	margin: 30vh 20px;
	background: #fff;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.salesformWrapper .modal .box .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 10px auto 0
}

.salesformWrapper .modal .box .text {
	font-size: 14px
}

.salesformWrapper .modal .box .button {
	width: 100px;
	height: 28px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 19px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff
}

.helperformWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Noto Sans;
	color: #fff;
	text-align: center;
	background: #ed1d24
}

.helperformWrapper.alert {
	overflow: hidden
}

.helperformWrapper .mainBody {
	width: 100%;
	max-width: 765px
}

.helperformWrapper .mainBody.form {
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #f2f2f2
}

.helperformWrapper .mainBody.form, .helperformWrapper .mainBody.form .header
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.helperformWrapper .mainBody.form .header {
	background: #ed1d24
}

.helperformWrapper .mainBody.form .header .logo {
	background-image: url("../static/logo.png");
	background-size: cover;
	width: 242px;
	height: 43px;
	margin: 24px auto 0
}

.helperformWrapper .mainBody.form .header .banner {
	background-image: url("../static/banner.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 12px auto
}

.helperformWrapper .mainBody.form .header .title {
	margin-bottom: 24px
}

.helperformWrapper .mainBody.form .header .title .title1 {
	font-weight: 700;
	font-size: 25px;
	line-height: 25px
}

.helperformWrapper .mainBody.form .header .title .title2 {
	font-weight: 400;
	font-size: 19px;
	line-height: 19px
}

.helperformWrapper .mainBody.form .body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	padding: 12px 24px
}

.helperformWrapper .mainBody.form .body .input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 12px
}

.helperformWrapper .mainBody.form .body .input .label {
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px;
	color: #ed1d24;
	text-align: left
}

.helperformWrapper .mainBody.form .body .input .label .underline {
	text-decoration: underline
}

.helperformWrapper .mainBody.form .body .input .checkbox {
	color: #000;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px
}

.helperformWrapper .mainBody.form .body .input .checkbox .text {
	padding: 5px;
	width: 100%;
	text-align: left
}

.helperformWrapper .mainBody.form .body .input .checkbox .text textarea
	{
	width: 100%
}

.helperformWrapper .mainBody.form .body .input input {
	height: 20px;
	margin: 2px 0
}

.helperformWrapper .mainBody.form .body .input select {
	height: 28px;
	margin: 4px 0
}

.helperformWrapper .mainBody.form .body .input .withButton {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.helperformWrapper .mainBody.form .body .input .withButton input {
	width: calc(100% - 120px)
}

.helperformWrapper .mainBody.form .body .input .verifyButton {
	width: 92px;
	height: 25px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 13px;
	font-weight: 700;
	font-size: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.helperformWrapper .mainBody.form .body .hints {
	color: #000;
	text-align: left;
	font-size: 10px;
	margin-top: 7px
}

.helperformWrapper .mainBody.form .body .hints .mask {
	color: red
}

.helperformWrapper .mainBody.form .footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 15px;
	background: #fff
}

.helperformWrapper .mainBody.form .footer .button {
	width: 262px;
	height: 45px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 23px;
	margin: 0 auto 30px;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.helperformWrapper .mainBody.ticket {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000
}

.helperformWrapper .mainBody.ticket a:active, .helperformWrapper .mainBody.ticket a:hover,
	.helperformWrapper .mainBody.ticket a:link, .helperformWrapper .mainBody.ticket a:visited
	{
	text-decoration: none
}

.helperformWrapper .mainBody.ticket .text1 {
	margin-top: 20px;
	font-size: 14px;
	background: #fff
}

.helperformWrapper .mainBody.ticket .text2 {
	font-size: 10px
}

.helperformWrapper .mainBody.ticket .text3 {
	font-size: 9px;
	margin-bottom: 14px
}

.helperformWrapper .mainBody.ticket .text3 a {
	text-decoration: underline;
	color: blue;
	cursor: pointer
}

.helperformWrapper .mainBody.ticket .text4 {
	font-size: 14px;
	font-weight: 400;
	background: #ff001e;
	height: 30px;
	color: #fff;
	width: 320px;
	margin: 5px auto;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.helperformWrapper .mainBody.ticket .text4 .hand {
	background-image: url("../static/hand.png");
	background-size: contain;
	width: 80px;
	height: 80px;
	position: relative;
	top: -30px;
	left: -5px
}

.helperformWrapper .mainBody.ticket .text5 {
	font-size: 12px;
	text-align: left;
	padding: 10px 30px;
	background: #fff
}

.helperformWrapper .mainBody.ticket .ticket img {
	width: 320px
}

.helperformWrapper .mainBody.loggedin {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 100px;
	color: #000
}

.helperformWrapper .mainBody.loggedin .logo {
	background-image: url("../static/u102.png");
	background-size: cover;
	width: 121px;
	height: 21px;
	margin: 0 auto
}

.helperformWrapper .mainBody.loggedin .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 10px auto 0
}

.helperformWrapper .mainBody.loggedin .text {
	font-size: 14px
}

.helperformWrapper .mainBody.loggedin .button {
	width: 100px;
	height: 28px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #ed1d24;
	text-decoration: underline
}

.helperformWrapper .mainBody.loggedin .button, .helperformWrapper .modal
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.helperformWrapper .modal {
	height: 100vh;
	width: 100vw;
	position: absolute;
	background: rgba(0, 0, 0, .5)
}

.helperformWrapper .modal .box {
	max-width: 600px;
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #797979;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	margin: 30vh 20px;
	background: #fff;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.helperformWrapper .modal .box .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 10px auto 0
}

.helperformWrapper .modal .box .text {
	font-size: 14px
}

.helperformWrapper .modal .box .button {
	width: 100px;
	height: 28px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 19px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff
}

.sqrcodeWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Noto Sans;
	color: #fff;
	text-align: center;
	background: #ed1d24
}

.sqrcodeWrapper.alert {
	overflow: hidden
}

.sqrcodeWrapper .mainBody {
	width: 100%;
	max-width: 765px
}

.sqrcodeWrapper .mainBody.ticket {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000
}

.sqrcodeWrapper .mainBody.ticket a:active, .sqrcodeWrapper .mainBody.ticket a:hover,
	.sqrcodeWrapper .mainBody.ticket a:link, .sqrcodeWrapper .mainBody.ticket a:visited
	{
	text-decoration: none
}

.sqrcodeWrapper .mainBody.ticket .text1 {
	margin-top: 20px;
	font-size: 14px;
	background: #fff
}

.sqrcodeWrapper .mainBody.ticket .text2 {
	font-size: 10px;
	margin-bottom: 10px
}

.sqrcodeWrapper .mainBody.ticket .text3 {
	font-size: 9px;
	margin-bottom: 14px
}

.sqrcodeWrapper .mainBody.ticket .text3 a {
	text-decoration: underline;
	color: blue;
	cursor: pointer
}

.sqrcodeWrapper .mainBody.ticket .text4 {
	font-size: 14px;
	font-weight: 400;
	background: #ff001e;
	height: 30px;
	color: #fff;
	width: 320px;
	margin: 5px auto;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sqrcodeWrapper .mainBody.ticket .text4 .hand {
	background-image: url("../static/hand.png");
	background-size: contain;
	width: 80px;
	height: 80px;
	position: relative;
	top: -30px;
	left: -5px
}

.sqrcodeWrapper .mainBody.ticket .text5 {
	font-size: 12px;
	text-align: left;
	padding: 10px 30px;
	background: #fff
}

.sqrcodeWrapper .mainBody.ticket .ticket img {
	width: 320px
}

.sqrcodeWrapper .mainBody.loggedin {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 100px;
	color: #000
}

.sqrcodeWrapper .mainBody.loggedin .header {
	background: #ed1d24;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px
}

.sqrcodeWrapper .mainBody.loggedin .header .logo {
	background-image: url("../static/logo.png");
	background-size: cover;
	width: 121px;
	height: 21px
}

.sqrcodeWrapper .mainBody.loggedin .header .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 100px;
	height: 50px
}

.sqrcodeWrapper .mainBody.loggedin .body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	padding: 12px 24px
}

.sqrcodeWrapper .mainBody.loggedin .body .title {
	color: #ed1d24;
	font-family: Noto Sans;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	padding-bottom: 5px
}

.sqrcodeWrapper .mainBody.loggedin .body .info {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px
}

.sqrcodeWrapper .mainBody.loggedin .body .info .label {
	color: #ed1d24;
	width: 124px;
	text-align: left;
	padding-right: 5px
}

.sqrcodeWrapper .mainBody.loggedin .footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff
}

.sqrcodeWrapper .mainBody.loggedin .footer .text {
	padding: 5px 15px;
	font-weight: 700;
	text-align: left
}

.sqrcodeWrapper .mainBody.loggedin .footer .input {
	display: -ms-flexbox;
	display: flex;
	padding: 5px 15px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #ed1d24;
	margin-bottom: 5px
}

.sqrcodeWrapper .mainBody.loggedin .footer .input .label {
	color: #ed1d24;
	font-family: Noto Sans;
	width: 200px;
	text-align: left;
	font-weight: 700
}

.sqrcodeWrapper .mainBody.loggedin .footer .button {
	width: 262px;
	height: 45px;
	color: #fff;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 23px;
	margin: 30px auto;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.sqrcodeWrapper .mainBody.logout {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 100px;
	color: #000
}

.sqrcodeWrapper .mainBody.logout .logo {
	background-image: url("../static/u102.png");
	background-size: cover;
	width: 121px;
	height: 21px;
	margin: 0 auto
}

.sqrcodeWrapper .mainBody.logout .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 10px auto 0
}

.sqrcodeWrapper .mainBody.logout .text {
	font-size: 14px
}

.sqrcodeWrapper .mainBody.logout .button {
	width: 100px;
	height: 28px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #ed1d24;
	text-decoration: underline
}

.sqrcodeWrapper .mainBody.logout .button, .sqrcodeWrapper .modal {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.sqrcodeWrapper .modal {
	height: 100vh;
	width: 100vw;
	position: absolute;
	background: rgba(0, 0, 0, .5)
}

.sqrcodeWrapper .modal .box {
	max-width: 600px;
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #797979;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	margin: 30vh 20px;
	background: #fff;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.sqrcodeWrapper .modal .box .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 10px auto 0
}

.sqrcodeWrapper .modal .box .text {
	font-size: 14px
}

.sqrcodeWrapper .modal .box .button {
	width: 100px;
	height: 28px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 19px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff
}

.smssurveyWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Noto Sans;
	color: #fff;
	text-align: center;
	background: #ed1d24
}

.smssurveyWrapper.alert {
	overflow: hidden
}

.smssurveyWrapper .mainBody {
	width: 100%;
	max-width: 765px
}

.smssurveyWrapper .mainBody.form {
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #f2f2f2
}

.smssurveyWrapper .mainBody.form, .smssurveyWrapper .mainBody.form .header
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.smssurveyWrapper .mainBody.form .header {
	background: #ed1d24
}

.smssurveyWrapper .mainBody.form .header .banner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 30px auto 10px
}

.smssurveyWrapper .mainBody.form .header .banner .logo {
	background-image: url("../static/logo.png");
	background-size: cover;
	width: 147px;
	height: 26px;
	margin: 10px
}

.smssurveyWrapper .mainBody.form .header .banner .logo5G {
	background-image: url("../static/u255.png");
	background-size: cover;
	width: 40px;
	height: 40px
}

.smssurveyWrapper .mainBody.form .header .title {
	margin-bottom: 24px
}

.smssurveyWrapper .mainBody.form .header .title .title1 {
	font-weight: 700;
	font-size: 25px;
	line-height: 25px
}

.smssurveyWrapper .mainBody.form .header .title .title2 {
	font-weight: 400;
	font-size: 19px;
	line-height: 19px
}

.smssurveyWrapper .mainBody.form .body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	padding: 12px 24px
}

.smssurveyWrapper .mainBody.form .body .title {
	color: #ed1d24;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px
}

.smssurveyWrapper .mainBody.form .body .title1 {
	color: #ed1d24;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	margin-top: 10px
}

.smssurveyWrapper .mainBody.form .body .title11 {
	color: #ed1d24;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px
}

.smssurveyWrapper .mainBody.form .body .title12 {
	color: #ed1d24;
	font-size: 12px
}

.smssurveyWrapper .mainBody.form .body .title14 {
	color: #ed1d24;
	font-size: 14px
}

.smssurveyWrapper .mainBody.form .body .text {
	margin-top: 5px;
	color: #000;
	font-size: 10px;
	text-align: left
}

.smssurveyWrapper .mainBody.form .body .input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 5px
}

.smssurveyWrapper .mainBody.form .body .input .label {
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 12px;
	color: #ed1d24;
	text-align: left
}

.smssurveyWrapper .mainBody.form .body .input .label .underline {
	text-decoration: underline
}

.smssurveyWrapper .mainBody.form .body .input input {
	height: 20px;
	margin: 2px 0
}

.smssurveyWrapper .mainBody.form .body .input select {
	height: 28px;
	margin: 4px 0
}

.smssurveyWrapper .mainBody.form .body .input .withButton {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.smssurveyWrapper .mainBody.form .body .input .withButton input {
	width: calc(100% - 120px)
}

.smssurveyWrapper .mainBody.form .body .input .verifyButton {
	width: 92px;
	height: 25px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 13px;
	font-weight: 700;
	font-size: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.smssurveyWrapper .mainBody.form .body .hints {
	color: #000;
	text-align: left;
	font-size: 10px;
	margin-top: 7px
}

.smssurveyWrapper .mainBody.form .body .hints .mask {
	color: red
}

.smssurveyWrapper .mainBody.form .body .button {
	width: 262px;
	height: 45px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 23px;
	border: 1px solid;
	border-color: #ed1c22;
	color: #ed1c22;
	margin: 10px auto 0;
	padding-left: 25px;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.smssurveyWrapper .mainBody.form .body .button b {
	margin-right: 5px
}

.smssurveyWrapper .mainBody.form .body .button.red, .smssurveyWrapper .mainBody.form .body .button:hover
	{
	background-color: #ed1c22;
	color: #fff
}

.smssurveyWrapper .mainBody.form .body .left {
	text-align: left
}

.smssurveyWrapper .mainBody.form .body input {
	height: 20px;
	margin: 2px 0
}

.smssurveyWrapper .mainBody.form .body .button-green {
	width: 165px;
	height: 45px;
	background-image: url("../static/u324.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position-x: 10px;
	background-position-y: 2px;
	background-color: #00a82d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: 4px solid;
	border-color: #fff;
	color: #fff;
	margin: 10px 0 0;
	padding-left: 50px;
	font-weight: 700;
	font-size: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.smssurveyWrapper .mainBody.form .body .button-green b {
	margin-right: 5px
}

.smssurveyWrapper .mainBody.form .body .button-green.red,
	.smssurveyWrapper .mainBody.form .body .button-green:hover {
	background-color: #ed1c22;
	color: #fff
}

.smssurveyWrapper .mainBody.form .footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 15px;
	background-color: #f2f2f2
}

.smssurveyWrapper .mainBody.form .footer .button {
	width: 262px;
	height: 45px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 23px;
	margin: 0 auto 30px;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.smssurveyWrapper .mainBody.form .footer .text {
	margin-top: 5px;
	color: #000;
	font-size: 10px;
	text-align: center
}

.smssurveyWrapper .mainBody.form .footer .disclaimer {
	display: -ms-flexbox;
	display: flex;
	color: #000;
	padding: 12px 20px
}

.smssurveyWrapper .mainBody.form .footer .disclaimer .checkbox {
	margin-right: 8px
}

.smssurveyWrapper .mainBody.form .footer .disclaimer .text {
	font-size: 8px;
	text-align: left
}

.smssurveyWrapper .mainBody.form .footer .disclaimer .text a {
	text-decoration: none
}

.smssurveyWrapper .mainBody.form .footer .disclaimer .text .underline {
	text-decoration: underline
}

.smssurveyWrapper .mainBody.form .footer.white {
	background-color: #fff
}

.smssurveyWrapper .modal {
	height: 100vh;
	width: 100vw;
	position: absolute;
	background: rgba(0, 0, 0, .5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.smssurveyWrapper .modal .box {
	max-width: 600px;
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #797979;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	margin: 30vh 20px;
	background: #fff;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.smssurveyWrapper .modal .box .banner {
	background-image: url("../static/banner1.png");
	background-size: cover;
	width: 156px;
	height: 75px;
	margin: 10px auto 0
}

.smssurveyWrapper .modal .box .text {
	font-size: 14px
}

.smssurveyWrapper .modal .box .button {
	width: 100px;
	height: 28px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 19px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff
}

.luckydrawWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Noto Sans;
	color: #fff;
	text-align: center;
	background: #ed1d24
}

.luckydrawWrapper .mainBody {
	width: 100%;
	max-width: 765px;
	background-size: cover;
	background-position: 50%;
	background-position-y: bottom;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #6b2f29),
		color-stop(50%, rgba(194, 41, 36, 0)),
		color-stop(90%, rgba(194, 41, 36, 0)), to(#ad3129));
	background: -webkit-linear-gradient(bottom, #6b2f29 10%, rgba(194, 41, 36, 0)
		50%, rgba(194, 41, 36, 0) 90%, #ad3129);
	background: -o-linear-gradient(bottom, #6b2f29 10%, rgba(194, 41, 36, 0)
		50%, rgba(194, 41, 36, 0) 90%, #ad3129 100%);
	background: linear-gradient(0deg, #6b2f29 10%, rgba(194, 41, 36, 0) 50%,
		rgba(194, 41, 36, 0) 90%, #ad3129);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff
}

.luckydrawWrapper .mainBody .logo {
	background-image: url("../static/logo.png");
	background-size: contain;
	width: 180px;
	height: 30px;
	background-repeat: no-repeat;
	margin-top: 30px
}

.luckydrawWrapper .mainBody .banner {
	background-image: url("../static/u6.png")
}

.luckydrawWrapper .mainBody .banner, .luckydrawWrapper .mainBody .lab {
	background-size: contain;
	width: 320px;
	height: 130px;
	background-repeat: no-repeat;
	margin-top: 10px
}

.luckydrawWrapper .mainBody .lab {
	background-image: url("../static/banner1.png");
	background-position: 50%
}

.luckydrawWrapper .mainBody .text {
	font-family: Noto Sans;
	font-weight: 400;
	word-wrap: break-word;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .65);
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding: 0 10px
}

.luckydrawWrapper .mainBody .text a {
	text-decoration: underline;
	color: #ec808d;
	text-shadow: none
}

.luckydrawWrapper .mainBody .tbl {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	padding: 10px
}

.luckydrawWrapper .mainBody .tbl .tbl-row {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	border: .5px solid #f0909a;
	font-size: 90%;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.luckydrawWrapper .mainBody .tbl .tbl-row .col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: left;
	justify-content: left;
	-ms-flex-align: left;
	align-items: left;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.luckydrawWrapper .mainBody .tbl .tbl-row .col .td {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
	border: .5px solid #f0909a;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-size: 10px;
	padding: 5px 2px;
	-ms-flex-direction: column;
	flex-direction: column
}

.luckydrawWrapper .mainBody .tbl .tbl-row .col .td.th {
	background-color: #be2c23;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .65);
	color: #fff;
	height: 40px
}

.luckydrawWrapper .mainBody .tbl .tbl-row .col .td.red {
	font-family: Noto Sans;
	font-weight: 700;
	color: #d9001b
}

.luckydrawWrapper .mainBody .tbl .tbl-row .col .td.small {
	font-size: 8px
}

.luckydrawWrapper .mainBody .bottom {
	background-image: url("../static/u86.png");
	background-size: contain;
	background-position: 50%;
	background-position-y: bottom;
	background-repeat: no-repeat;
	padding: 10px 10px 100px;
	font-family: Noto Sans;
	font-weight: 400;
	word-wrap: break-word;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .65);
	font-size: 14px;
	color: #fff;
	text-align: left
}

.luckydrawWrapper .mainBody .bottom a {
	text-decoration: underline;
	color: #ec808d;
	text-shadow: none
}

@media only screen and (min-width:700px) and
	(-webkit-min-device-pixel-ratio:0) {
	.luckydrawWrapper .mainBody .tbl .tbl-row .col .td {
		font-size: 16px;
		height: 145px
	}
	.luckydrawWrapper .mainBody .tbl .tbl-row .col .td.small {
		font-size: 90%
	}
	.luckydrawWrapper .mainBody .bottom {
		padding: 10px 10px 200px
	}
}

.pubgWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Noto Sans;
	color: #fff;
	text-align: center;
	background: #f2f2f2 237, 29, 36, 1
}

.pubgWrapper.ticket {
	background-image: url("../static/pubg.u45.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-color: #f2f2f2
}

.pubgWrapper.alert {
	overflow: hidden
}

.pubgWrapper .mainBody {
	width: 100%;
	max-width: 765px
}

.pubgWrapper .mainBody.form {
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #f2f2f2
}

.pubgWrapper .mainBody.form, .pubgWrapper .mainBody.form .header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.pubgWrapper .mainBody.form .header {
	background-image: url("../static/banner_kids_care_update_tc.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	/* background: #63bdff; */
}

.pubgWrapper .mainBody.form .header_head {
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: center;
    padding: 0.5em;
}

.pubgWrapper .mainBody.form .header .header_bg {
	margin-top: 40%;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #f2f2f2),
		to(hsla(0, 0%, 100%, 0)));
	background: -webkit-linear-gradient(bottom, #f2f2f2 80%, hsla(0, 0%, 100%, 0));
	background: -o-linear-gradient(bottom, #f2f2f2 80%, hsla(0, 0%, 100%, 0)
		100%);
	background: linear-gradient(0deg, #f2f2f2 80%, hsla(0, 0%, 100%, 0))
}

.pubgWrapper .mainBody.form .header .header_bg .logo {
	background-image: url("../static/pubg.u36.png");
	background-size: cover;
	width: 174px;
	height: 31px;
	margin: 25px auto 0 12px
}

.pubgWrapper .mainBody.form .header .header_bg .title {
	margin-bottom: 24px
}

.pubgWrapper .mainBody.form .header .header_bg .title .title1 {
	text-align: left;
	margin-left: 17.5px;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	color: #ed1d24;
	margin: 25px auto 75 12px
}

.pubgWrapper .mainBody.form .header .header_bg .title .title2 {
	text-align: left;
	margin-left: 17.5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000
}

.pubgWrapper .mainBody.form .body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	padding: 0 17.5px;
	margin-top: 0px
}

.pubgWrapper .mainBody.form .body .tbl {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	padding: 0;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 10px;
	border: 1px solid #ed1d24;
	overflow: hidden
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: auto;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: left;
	justify-content: left;
	-ms-flex-align: left;
	align-items: left;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	color: #fc0000;
	border: .75px solid #ed1d24;
	-ms-flex-direction: center;
	flex-direction: center;
	overflow: hidden;
	font-size: 14px
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td.th {
	background-color: #000;
	color: #fff;
	height: 40px
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td.red {
	font-family: Noto Sans;
	font-weight: 700;
	color: #fc0000;
	height: 100%
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td.grey {
	font-family: Noto Sans;
	font-weight: 700;
	color: #333;
	height: 100%
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td.small {
	font-size: 8px
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td.cell {
	-ms-flex-pack: inherit;
	justify-content: inherit;
	text-align: left;
	-ms-flex-direction: column;
	flex-direction: column
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .gridcontainer
	{
	display: grid;
	grid-template-columns: auto
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .gift
	{
	background-image: url("../static/pubg.u96.png");
	width: 51px;
	height: 51px;
	margin: 7.5px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .gift1
	{
	background-image: url("../static/pubg.u97.png");
	width: 51px;
	height: 51px;
	margin: 7.5px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .gift2
	{
	background-image: url("../static/pubg.u213.svg");
	width: 51px;
	height: 51px;
	margin: 7.5px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .giftcontent
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 5px;
	-ms-flex-pack: center;
	justify-content: center
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .giftcontent .gifttitle
	{
	font-weight: 700;
	font-size: 14px;
	color: #ed1d24
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .giftcontent .gifttitle.grey
	{
	color: #333
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .giftcontent .giftblurb
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .giftcontent .giftblurb .giftsubtitle
	{
	font-weight: 400;
	font-size: 10px;
	color: #333
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .giftcontent .giftblurb .giftsubtitle .underline
	{
	text-decoration: underline
}

.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .giftcontent .giftblurb .box
	{
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
	border: 1px dotted #fc0000;
	border-radius: 10px;
	padding: 2px;
	font-weight: 700;
	font-size: 7.5px
}

.pubgWrapper .mainBody.form .body .title2 {
	text-align: left;
	margin-left: 17.5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #000
}

.pubgWrapper .mainBody.form .body .title3 {
	text-align: left;
	margin-left: 5px;
	font-weight: 400;
	font-size: 10px;
	line-height: 19px;
	color: #333
}

.pubgWrapper .mainBody.form .body .input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 12px
}

.pubgWrapper .mainBody.form .body .input .label {
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 14px;
	color: #2f2f2f;
	text-align: left
}

.pubgWrapper .mainBody.form .body .input .label .underline {
	text-decoration: underline
}

.pubgWrapper .mainBody.form .body .input input {
	height: 20px;
	margin: 2px 0;
	font-size: 16px
}

.pubgWrapper .mainBody.form .body .input select {
	height: 28px;
	margin: 0
}

.pubgWrapper .mainBody.form .body .input .withButton {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%
}

.pubgWrapper .mainBody.form .body .input .withButton input {
	width: 50%;
	font-size: 16px
}

.pubgWrapper .mainBody.form .body .input .verifyButton {
	width: 130px;
	height: 25px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7.5px;
	font-weight: 700;
	font-size: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

#verifyButton {
    width: 130px;
    height: 25px;
    background-color: #ed1c22;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7.5px;
    font-weight: 700;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.pubgWrapper .mainBody.form .body .hints {
	color: #000;
	text-align: left;
	font-size: 10px;
	margin-top: 7px
}

.pubgWrapper .mainBody.form .body .hints .mask {
	color: red
}

.pubgWrapper .mainBody.form .footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2
}

.pubgWrapper .mainBody.form .footer .disclaimer {
	display: -ms-flexbox;
	display: flex;
	color: #000;
	margin-top: 22px;
	margin-bottom: 7.5px;
	padding: 5px 20px
}

.pubgWrapper .mainBody.form .footer .disclaimer .checkbox {
	margin-right: 8px
}

.pubgWrapper .mainBody.form .footer .disclaimer .text {
	font-size: 10px;
	text-align: left
}

.pubgWrapper .mainBody.form .footer .disclaimer .text a {
	text-decoration: none
}

.pubgWrapper .mainBody.form .footer .button {
	width: 262px;
	height: 45px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 23px;
	margin: 0 auto 30px;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

#submit {
    width: 240px;
    height: 46px;
    background-color: #ed1c22;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 23px;
    margin: 22px auto 30px;
    font-weight: 700;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.pubgWrapper .mainBody.ticket {
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: hsla(0, 0%, 95%, .6);
	overflow: hidden
}

.pubgWrapper .mainBody.ticket, .pubgWrapper .mainBody.ticket .header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.pubgWrapper .mainBody.ticket .header {
	background-image: url("../static/pubg.u0.png");
	background-size: contain;
	background-repeat: no-repeat
}

.pubgWrapper .mainBody.ticket .header .header_bg {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f2f2f2),
		color-stop(60%, hsla(0, 0%, 95%, 0)));
	background: -webkit-linear-gradient(bottom, #f2f2f2 40%, hsla(0, 0%, 95%, 0)
		60%);
	background: -o-linear-gradient(bottom, #f2f2f2 40%, hsla(0, 0%, 95%, 0)
		60%);
	background: linear-gradient(0deg, #f2f2f2 40%, hsla(0, 0%, 95%, 0) 60%);
	height: 450px
}

.pubgWrapper .mainBody.ticket .header .header_bg .logo {
	background-image: url("../static/pubg.u108.png");
	background-size: contain;
	width: 282.5px;
	height: 66.5px;
	margin: 165px auto
}

.pubgWrapper .mainBody.ticket .header .header_bg .title {
	margin-bottom: 24px
}

.pubgWrapper .mainBody.ticket .header .header_bg .title .title1 {
	text-align: left;
	margin-left: 17.5px;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	color: #ed1d24;
	margin: 25px auto 75 12px
}

.pubgWrapper .mainBody.ticket .header .header_bg .title .title2 {
	text-align: left;
	margin-left: 17.5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #000
}

.pubgWrapper .mainBody.ticket .body .row {
	margin: -150px auto 0
}

.pubgWrapper .mainBody.ticket .body .row .giftbox {
	display: -ms-flexbox;
	display: flex;
	width: 82%;
	margin: 0 auto
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .gift {
	background-image: url("../static/pubg.u96.png")
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .gift, .pubgWrapper .mainBody.ticket .body .row .giftbox .gift1
	{
	width: 62.5px;
	height: 62.5px;
	margin: 7.5px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .gift1 {
	background-image: url("../static/pubg.u97.png")
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .gift2 {
	background-image: url("../static/pubg.u213.svg");
	width: 62.5px;
	height: 62.5px;
	margin: 7.5px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 10px 8px
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent.wide {
	margin: 10px 0
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .gifttitle
	{
	font-weight: 700;
	font-size: 18px;
	color: #1c0f00
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .gift2text
	{
	display: -ms-flexbox;
	display: flex;
	margin-left: -7.5px
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .gift2text .gifttitle
	{
	font-weight: 700;
	font-size: 16px;
	color: #1c0f00
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .gift2text .gifttitle2
	{
	font-size: 14px;
	color: #1c0f00;
	text-align: left;
	margin: 0 5px
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .giftblurb
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .giftblurb .giftsubtitle
	{
	font-weight: 400;
	font-size: 12px;
	color: #333
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .giftblurb .giftsubtitle .underline
	{
	text-decoration: underline
}

.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .giftblurb .box
	{
	border: 1px dotted #fc0000;
	border-radius: 2.5px;
	width: 50%;
	padding: 2.5px;
	font-weight: 700;
	font-size: 7.5px;
	color: #fc0000;
	margin: 2.5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.pubgWrapper .mainBody.ticket .footer .code {
	text-align: center;
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #ed1b23
}

.pubgWrapper .mainBody.ticket .footer .tbl {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	width: 50%;
	border-radius: 10px;
	border: 1px solid #797979;
	overflow: hidden
}

.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: auto;
	font-size: 90%
}

.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: left;
	justify-content: left;
	-ms-flex-align: left;
	align-items: left;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-size: 10px;
	-ms-flex-direction: center;
	flex-direction: center;
	overflow: hidden
}

.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.th {
	background-color: #fff;
	color: #333;
	font-size: 14px;
	height: 30px
}

.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.th1 {
	background-color: #ed1b23;
	color: #fff;
	font-size: 14px;
	height: 30px;
	cursor: pointer
}

.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.red {
	font-family: Noto Sans;
	font-weight: 700;
	color: #fc0000;
	height: 100%
}

.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.grey {
	font-family: Noto Sans;
	font-weight: 700;
	color: #333;
	height: 100%
}

.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.small {
	font-size: 8px
}

.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.cell {
	-ms-flex-pack: inherit;
	justify-content: inherit;
	text-align: left;
	-ms-flex-direction: column;
	flex-direction: column
}

.pubgWrapper .mainBody.ticket .footer .button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	width: 35%;
	border-radius: 5px;
	overflow: hidden;
	font-size: 14px;
	background-color: #fc0000
}

.pubgWrapper .mainBody.ticket .footer .button a {
	color: #fff;
	-webkit-text-decoration: auto;
	text-decoration: auto
}

.pubgWrapper .mainBody.ticket .footer .tos {
	text-align: center;
	padding: 10px;
	font-weight: 400;
	font-size: 8px;
	line-height: 19px;
	color: #333
}

.pubgWrapper .mainBody.ticket .text1 {
	margin-top: 20px;
	font-size: 14px;
	background: #fff
}

.pubgWrapper .mainBody.ticket .text2 {
	font-size: 10px
}

.pubgWrapper .mainBody.ticket .text3 {
	font-size: 9px;
	margin-bottom: 14px
}

.pubgWrapper .mainBody.ticket .text3 a {
	text-decoration: underline;
	color: blue;
	cursor: pointer
}

.pubgWrapper .mainBody.ticket .text4 {
	font-size: 14px;
	font-weight: 400;
	background: #ff001e;
	height: 30px;
	color: #fff;
	width: 320px;
	margin: 5px auto;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.pubgWrapper .mainBody.ticket .text4 .hand {
	background-image: url("../static/hand.png");
	background-size: contain;
	width: 80px;
	height: 80px;
	position: relative;
	top: -30px;
	left: -5px
}

.pubgWrapper .mainBody.ticket .text5 {
	font-size: 12px;
	text-align: left;
	padding: 10px 30px;
	background: #fff
}

.pubgWrapper .mainBody.ticket .ticket img {
	width: 320px
}

.pubgWrapper .modal {
	height: 100vh;
	width: 100vw;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.pubgWrapper .modal .box {
	max-width: 260px;
	width: 100%;
	height: 175px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #797979;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .35);
	margin: 30vh 20px;
	background: #fff;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.pubgWrapper .modal .box .banner {
	background-image: url("../static/u102.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	margin: 10px auto 0
}

.pubgWrapper .modal .box .text {
	font-size: 14px
}

.pubgWrapper .modal .box .button {
	width: 100px;
	height: 28px;
	background-color: #ed1c22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 19px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff
}

@media only screen and (min-width:700px) and
	(-webkit-min-device-pixel-ratio:0) {
	.pubgWrapper {
		background-color: #f2f2f2
	}
	.pubgWrapper .mainBody.form .header .header_bg {
		margin-top: 40%
	}
	.pubgWrapper .mainBody.form .header .header_bg .logo {
		background-size: contain;
		background-repeat: no-repeat;
		margin: 50px auto 0 12px;
		width: 250px;
		height: 50px
	}
	.pubgWrapper .mainBody.form .header .header_bg .title .title1 {
		font-size: 32px
	}
	.pubgWrapper .mainBody.form .header .header_bg .title .title2 {
		font-size: 16px;
		padding: 5px
	}
	.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td {
		font-size: 16px
	}
	.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .gift,
		.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .gift1,
		.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .gift2
		{
		width: 100px !important;
		height: 100px !important
	}
	.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .giftcontent .gifttitle
		{
		font-size: 24px
	}
	.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .giftcontent .giftblurb .giftsubtitle
		{
		font-size: 16px
	}
	.pubgWrapper .mainBody.form .body .tbl .tbl-row .col .td .giftbox .giftcontent .giftblurb .box
		{
		font-size: 14px;
		padding: 2.5px 20px;
		margin-left: 25px
	}
	.pubgWrapper .mainBody.form .body .title .title3, .pubgWrapper .mainBody.form .footer .disclaimer .text
		{
		font-size: 12px
	}
	.pubgWrapper .mainBody.ticket .header .header_bg {
		margin-top: 380px
	}
	.pubgWrapper .mainBody.ticket .header .header_bg .logo {
		background-image: url("../static/pubg.u108.png");
		background-size: contain;
		width: 424px;
		height: 100px;
		margin: 50px 165px
	}
	.pubgWrapper .mainBody.ticket .body {
		background: #f2f2f2
	}
	.pubgWrapper .mainBody.ticket .body .row {
		margin: -150px auto 0
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox {
		display: -ms-flexbox;
		display: flex;
		margin-left: 200px;
		width: 100%
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox .gift, .pubgWrapper .mainBody.ticket .body .row .giftbox .gift1,
		.pubgWrapper .mainBody.ticket .body .row .giftbox .gift2 {
		width: 100px !important;
		height: 100px !important
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 10px
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .gifttitle
		{
		font-weight: 700;
		font-size: 24px;
		color: #1c0f00
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .gift2text
		{
		display: -ms-flexbox;
		display: flex;
		margin-left: -7.5px
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .gift2text .gifttitle
		{
		font-weight: 700;
		font-size: 24px;
		color: #1c0f00
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .gift2text .gifttitle2
		{
		font-weight: 700;
		font-size: 16px;
		color: #1c0f00;
		text-align: left;
		margin: 5px
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .giftblurb
		{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .giftblurb .giftsubtitle
		{
		font-weight: 400;
		font-size: 16px;
		color: #333
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .giftblurb .giftsubtitle .underline
		{
		text-decoration: underline
	}
	.pubgWrapper .mainBody.ticket .body .row .giftbox .giftcontent .giftblurb .box
		{
		border: 1px dotted #fc0000;
		border-radius: 2.5px;
		padding: 2.5px;
		font-weight: 700;
		font-size: 14px;
		color: #fc0000;
		margin: 2.5px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center
	}
	.pubgWrapper .mainBody.ticket .footer {
		background: #f2f2f2
	}
	.pubgWrapper .mainBody.ticket .footer .code {
		text-align: center;
		padding: 10px;
		font-weight: 400;
		font-size: 20px;
		line-height: 19px;
		color: #ed1b23
	}
	.pubgWrapper .mainBody.ticket .footer .tbl {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: auto;
		width: 35%;
		border-radius: 10px;
		border: 1px solid #797979;
		overflow: hidden
	}
	.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin: auto;
		font-size: 90%
	}
	.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-ms-flex-pack: left;
		justify-content: left;
		-ms-flex-align: left;
		align-items: left;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		background-color: #fff;
		color: #000;
		font-size: 14px;
		-ms-flex-direction: center;
		flex-direction: center;
		overflow: hidden
	}
	.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.th {
		background-color: #fff;
		color: #333;
		height: 50px;
		font-size: 18px
	}
	.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.th1 {
		background-color: #ed1b23;
		color: #fff;
		font-size: 18px;
		height: 50px
	}
	.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.red {
		font-family: Noto Sans;
		font-weight: 700;
		color: #fc0000;
		height: 100%
	}
	.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.grey {
		font-family: Noto Sans;
		font-weight: 700;
		color: #333;
		height: 100%
	}
	.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.small {
		font-size: 8px
	}
	.pubgWrapper .mainBody.ticket .footer .tbl .tbl-row .col .td.cell {
		-ms-flex-pack: inherit;
		justify-content: inherit;
		text-align: left;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.pubgWrapper .mainBody.ticket .footer .tos {
		text-align: center;
		padding: 10px;
		font-weight: 400;
		font-size: 10px;
		line-height: 19px;
		color: #333
	}
	.pubgWrapper .mainBody .title .title3 {
		font-size: 14px;
		padding: 5px
	}
	.pubgWrapper .mainBody .input .label {
		font-size: 16px !important
	}
	.pubgWrapper .mainBody .input .verifyButton {
		font-size: 14px !important;
		margin: 2.5px
	}
	.pubgWrapper .mainBody .footer .disclaimer .text {
		font-size: 12px
	}
}

body {
	margin: 0;
	background: #ed1d24
}

#root {
	width: 100%
}
/*# sourceMappingURL=main.2d21328e.css.map*/