@font-face {
    font-family: 'HanYi'; /* 自定义字体名称 */
    src: url('./font/HanYiZongYiTiJian.ttf') format('truetype'); /* 字体文件路径 */
}
@font-face {
    font-family: 'korean'; /* 自定义字体名称 */
    src: url('./font/KoreanGWS-B.woff2') format('woff2'); /* 字体文件路径 */
}
@font-face {
    font-family: 'hansan'; 
    src: url('./font/SourceHanSansCN-Regular.woff2') format('woff2'); 
}
html, body {
    font-size: 12px;
}

ul li {
    list-style: none;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'hansan';
}

.mask-reg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(9px);
    background-color: rgba(0, 0, 0, .8);
    z-index: -99;
    transition: all .0s;
    -webkit-transition: all .0s;
    opacity: 0;
}

.mask-reg.active {
    opacity: 1;
    z-index: 2;
}

.reg-wrap, .reg-success {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
}

.reg-wrap.active, .reg-success.active {
    z-index: 2;
}

.reg-wrap .container {
    position: absolute;
    width: 489px;
    height: 443px;
    left: 50%;
    top: 50%;
    background: url(../images/cbt/p1/reg_bg_cbt.png) top center/cover no-repeat;
    /* background-size: 100% 100%; */
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.reg-privacy {
    position: absolute;
    width: 107px;
    height: 16px;
    top: 254px;
    left: 206px;
    cursor: pointer;
    user-select: none;
    /* background: rgba(0, 0, 0, .7); */
}

.reg-user { 
    position: absolute;
    width: 93px;
    height: 16px;
    top: 254px;
    left: 340px;
    cursor: pointer;
    user-select: none;
    /* background: rgba(0, 0, 0, .7); */
}

.reg-wrap .container .must {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 255px;
    left: 32px;
    cursor: pointer;
    user-select: none;
    /* background: rgba(0, 0, 0, .7); */
}
.must img{
    width: 100%;
    display: none;
}
.must.active img{
    width: 100%;
    display: block;
}

.reg-success .container {
    position: absolute;
    width: 537px;
    height: 488px;
    left: 50%;
    top: 50%; 
    background: url(../images/cbt/p1/reg_success_cbt.png) top center/cover no-repeat;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.reg-wrap.active .container {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.75);
}

.reg-success.active .container  {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.68);
}

 /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
@media screen and (max-width: 380px) {
    .reg-wrap.active .container  {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.62);
    }

    .reg-success.active .container  {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.58);
    }
}
  

.reg-wrap .container input {
    background: transparent !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    height: 56px;
    line-height: 56px;
    width: 420px;
    border: none;
    outline: none;
    margin: 0;
    color: #000000;
    font-size: 18px;
    position: absolute;
    top: 172px;
    left: 36px;
    text-align: center;
    font-family: "hansan";
}

.rs-icon-wrap {
    width: 448px;
    height: 265px;
    position: absolute;
    top: 120px;
    left: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rs-icon-wrap span {
    width: 120px;
    height: 120px;
    /* background: rgba(0,0,0,0.75); */
    margin-bottom: 17px;
    user-select: none;
    cursor: pointer;
}

input::input-placeholder {
    color:  #666666 !important;
}

::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #666666 !important; 
} 

.reg-submit {
    position: absolute;
    top: 330px;
    left: 55px;
    height: 60px;
    width: 380px;
    cursor: pointer;
}

/* nav */
.nav{
	position: fixed;
    z-index: 1000;
	width: 35%;
	height: max-content;
    top: 5rem;
	right: 6rem;
}

.nav-ul{
	display: flex;
    justify-content: center;
	align-items: center;
	flex-direction: column;
    height: 60%;
	position: relative;
    background: #fff !important;
    display: none;
}
.nav-ul-li{
	cursor: pointer;
	width: 100%;
    text-align: center;
	padding: 2.4rem 0;
	font-size: 3.2rem;
}
.nav-ul a{
	color: black;
    text-decoration: unset;
}
.nav-li-img{
	width: 5.2rem;
	height: 5.2rem;
	display: inline-block;
}
.nav-li-border{
	border-bottom: 1px solid #ceaeae;
    background: #fff !important;
}
.menu {
    display: flex;
    justify-content: right;
    margin-bottom: 3rem;
}
.menu-list-right-h5 {
	width: 6.8rem;
	height: 6.6rem;
	background: url(../images/v4/menu.png) no-repeat;
	background-size: 100% 100%;
}

.body, .content{
	width: 100%;
	height: 100%;
	position: relative;
}

/* 首页 */
.index{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/cbt/mobile/p1/bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 0;
}

.index .logo, .menu-list .logo{
	position: absolute;
	left: 5rem;
	top: 4rem;
	width: 32rem;  
	height: 11.8rem;  
}

.main {
    width: 100%;
    position: absolute;
    bottom: 12rem;
    left: 0;
}

.main .main-title {
    display: block;
    width: 100%;
}

.main .reg_btn{
    display: block;
    width: 71.6rem;
    height: 11.6rem;
    margin: -5rem auto 0;
}

.main .reg_cbt {
    display: block;
    width: 71.5rem;
    height: 11.6rem;
    margin: 3rem auto 0;
}

.main .main-dec {
    display: block;
    width: 100%;
    height: 100%;
}

.rule {
    display: none;
}

/* p2 */
.award {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/cbt/mobile/p2/bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 0;
}

.awrad_container{
	width: 100%;
	position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 9;
}

 /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
 @media screen and (max-width: 380px) {
    .awrad_container{
        transform: translate(-50%, -50%) scale(0.94);
    }
}

.award_title img {
    display: block;
    width: 96.4rem;
    height: 15.6rem;
    margin: 0 auto;
}

.award_wrap {
    width: 90rem;
    display: flex;
    flex-wrap: wrap;
    margin: 7rem auto 6.5rem;
}

.common_item, .award_center {
    width: 28rem;
    height: 28rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    position: relative;
}

.c3, .c5, .c8 {
    margin-right: 0;
}

.common_item img {
    width: 100%;
    height: 100%;
}

.common_item .award_name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 2rem;
    box-sizing: border-box;
    font-size: 2.4rem;
    color: #ffffff;
}

.award_center {
    color: #ffffff;
    font-size: 2.4rem; 
}

.count_text {
    text-align: center;
}

.award_center img {
    display: block;
    width: 22rem;
    height: 22rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
    cursor: pointer;
}

.award_btn img.quest_btn {
    display: block;
    width: 54.7rem;
    height: 10.8rem;
    margin: 0 auto;
    margin-top: 4rem;
}

.award_btn img.rule_btn {
    display: block;
    width: 54.7rem;
    height: 10.8rem;
    margin: 0 auto;
    margin-top: 4rem;
}

.award_btn img.inventory_btn {
    display: block;
    width: 54.7rem;
    height: 10.9rem;
    margin: 0 auto;
    margin-top: 4rem;
}

.rule {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, .8);
}

.rule.active {
    z-index: 1;
}

.rule .container {
    position: absolute;
    width: 95.3rem;
    height: 106.5rem;
    left: 50%;
    top: 50%;
    background: url(../images/cbt/mobile/p2/rule_bg.png) top center/cover no-repeat;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.rule.active .container  {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.rule .details {
    padding: 1.5rem 1rem;
    box-sizing: border-box;
    color: #000000;
    font-size: 3.3rem;
    width: 98%;
    height: 91rem;
    margin: 0 auto;
    overflow: scroll;
}

.d_title {
    font-size: 4.3rem;
    font-weight: bolder;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.d_title img {
    width: 5rem;
    height: 5rem;
    margin-right: 6px;
}

.details p {
    margin-bottom: 1.3rem;
}

.quests {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.quests.active {
    z-index: 1;
}

.quests .container {
    position: absolute;
    width: 95.3rem;
    height: 77rem;
    left: 50%;
    top: 50%;
    background: url(../images/cbt/mobile/p2/quest_bg.png) top center/cover no-repeat;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.quests.active .container  {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.t-height {
    width: 89rem; 
    height: 11.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.6rem;
    box-sizing: border-box;
    border-bottom: 1px dashed #000000;
}

.task {
    margin-top: 3rem;
}

.task_5 {
    border-bottom: none
}

.task_go, .task_down {
    display: inline-block;
    width: 12rem; 
    height: 4rem;
    display: none;
}

.award_dialog {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.award_dialog.active {
    z-index: 1;
}

.award_dialog .container {
    position: absolute;
    width: 91rem;  
    height: 82.5rem;
    left: 50%;
    top: 50%;
    background: url(../images/cbt/p2/public_tips_bg.png) top center/cover no-repeat;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.award_dialog.active .container  {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.tips_title {
    width: 100%;
    height: 13rem;
    line-height: 13rem;
    text-align: center;
    color: #fff;
    font-size: 5rem;
    font-weight: bold;
}

.tips_content {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68rem;
}

.tips_content .wrap {
    width: 100%;
}

.tips_content p.p_b {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 4.6rem;
    font-weight: bold;
}

.tips_content img.award_back {
    width: 55rem; 
    height: 10.8rem;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    margin-top: 3rem;
}

.tips_content img.award_back.top8 {
    margin-top: 8rem;
}

.tips_awardimg {
    margin: 3rem auto;
    display: flex;
    justify-content: center;
}

.tips_awardimg img {
    width: 20rem;
    height: 20rem;
    margin-right: 2rem;
}

.tips_awardimg img:last-child {
    margin-right: 0;
}

.link_us {
    font-size: 3.4rem; 
    width: 86%;
    margin: 0 auto;
    word-break: break-all;
}

.common_tips_wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}
.tips_text{
   min-width: 300px;
   filter: alpha(opacity=60);
   background-color: rgba(0, 0, 0, .85);
   position: absolute;
   line-height: 14px;
   padding: 14px 14px;
   text-align: center;
   color: #fff;
   transition: all .3s;
   -moz-transition: all .3s;
   -webkit-transition: all .3s;
   -o-transition: all .3s;
   font-size: 14px;
   border-radius: 8px;
   overflow: auto;
   left:50%;
   top:50%;
   transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   opacity: 0;
   line-height: 1.7;
}
.tips_text.show{
    opacity: 1;
}

/* loading */
.loading_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0);
    display: none;
}

.loading_begin {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: #0b1830;
}

.loading_wrap {
    position: absolute;
    padding: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
}

.loading_wrap img{
    width: 34px;
    height: 34px;
    display: block;
}