*{padding:0;margin: 0;min-height: 0;min-width: 0;box-sizing: border-box;}
html{font-size: 10px;}
.body{position: fixed;left: 0;top: 0;right: 0;bottom: 0;background-color: #000000;}
input{background-color: rgba(255, 255, 255, 0);border: none;color:#fff}
input:focus{outline: none;}
input:-webkit-autofill {box-shadow: 0 0 0 1000px #fff inset;}
input::-webkit-input-placeholder{color:#B2B3B2 !important;font-size:1.4rem !important;}
input::-moz-placeholder{color:#B2B3B2 !important;font-size:1.4rem !important;}
input:-moz-placeholder{color:#B2B3B2 !important;font-size:1.4rem !important;}
input:-ms-input-placeholder{color:#B2B3B2 !important;font-size:1.4rem !important;}
.op{opacity: 0;}
.rx-cc{display:flex;flex-flow: row nowrap;justify-content: center;align-items:center;}
.rx-sc{display:flex;flex-flow: row nowrap;justify-content: flex-start;align-items:center;}
.rx-bc{display:flex;flex-flow: row nowrap;justify-content: space-between;align-items:center;}
.cx-cc{display:flex;flex-flow: column nowrap;justify-content: center;align-items:center;}
.cx-bc{display:flex;flex-flow: column nowrap;justify-content: space-between;align-items:center;}
.ww100{width: 100%;}
.hh100{height: 100%;}
.box{position: absolute;left: 0;top: 0;right: 0;padding: 2rem;}
.w20{width: 1.5rem;}.w40{width: 4rem;}
.h30{height: 3rem;}.h35{height: 3.5rem;}.h40{height: 4rem;}.h80{height: 8rem;}
.bdr4{border-radius: 0.4rem;}.bdr100{border-radius: 10rem;}
.bg-fff05{background-color: rgba(255, 255, 255, 0.5);}.bg-FB0050{background-color:#FB0050;}
.pl5{padding-left: 0.5rem;}.pl10{padding-left: 1rem;}.pl15{padding-left: 1.5rem;}.pl20{padding-left: 2rem;}
.pr5{padding-right: 0.5rem;}.pr10{padding-right: 1rem;}.pr15{padding-right: 1.5rem;}.pr20{padding-right: 2rem;}
.pt5{padding-top: 0.5rem;}.pt10{padding-top: 1rem;}.pt20{padding-top: 2rem;}
.pb5{padding-bottom: 0.5rem;}.pb10{padding-bottom: 1rem;}.pb20{padding-bottom: 2rem;}
.ml15{margin-left: 1.5rem;}
.mr5{margin-right: 0.5rem;}.mr10{margin-right: 1rem;}.mr15{margin-right: 1.5rem;}
.mb10{margin-bottom: 1rem;}.mb15{margin-bottom: 1.5rem;}.mb20{margin-bottom: 2rem;}.mb25{margin-bottom: 2.5rem;}.mb35{margin-bottom: 3.5rem;}.mb40{margin-bottom: 4rem;}.mb80{margin-bottom: 8rem;}
.color-fff{color: #ffffff;}.color-666{color: #666666;}.color-999{color: #999999;}.color-B3B3B3{color:#B3B3B3;}.color-red{color: red;}.color-red{color: red;}.color-e83c58{color:#e83c58;}.color-d8929e{color:#d8929e;}.color-ccc{color:#cccccc;}
.ft12{font-size: 1.2rem;}.ft14{font-size: 1.4rem;}.ft16{font-size: 1.6rem;}.ft18{font-size: 1.8rem;}.ft24{font-size: 2.4rem;}.ft50{font-size: 5rem;}
.fwb{font-weight: bold;}
.w100{width:10rem;}.w250{width:25rem;}
.flex1{flex: 1;}
.t_a_c{text-align: center;}
.bottom{width: 50rem;}
.area{width: 30rem;}
@media screen and (max-width: 750px) {
	.ft24{font-size: 1.5rem;}
	.ft50{font-size: 2rem;}
	.bottom{width: 100%;}
	.area{width: 25rem;}
}
.jump{text-decoration: underline;cursor: pointer;}
.jump:hover{color: #ffffff;}
.bg-333132{background-color: #333132;}.bg-EBEBEB{background-color: rgba(235, 235, 235, 0.15)}
.bgRight{background: linear-gradient(to right,#FC8434,#FD3546)}
.bgRight2{background: linear-gradient(to right,#EB7632,#FB0050)}