@font-face {
    font-family: 'HanYi'; /* 自定义字体名称 */
    src: url('./font/HanYiZongYiTiJian.ttf') format('truetype'); /* 字体文件路径 */
}
@font-face {
    font-family: 'hansan'; 
    src: url('./font/SourceHanSansCN-Regular.woff2') format('woff2'); 
}
/* 遮罩 */
.mask{
    position: fixed;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
	width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0,0,0,0.65);
    display: none;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'hansan';
}

html,body {
	height: 100%;
	width: 100%;
}

li {
	list-style: none;
	cursor: pointer;
}

/* 右菜单 */
.menu-list-right {
	position: fixed;
	right: 0;
	width: 9.6rem;
	height: 100%;
	z-index: 2;
}

.menu-right-line {
	width: 1px;
	height: 100%;
	background-color: #000000;
	opacity: 0.15;
	position: fixed;
	right: 9.6rem;
	z-index: 2;
}

.menu-list-right-page {
	position: absolute;
	right: 12.4rem;
	top: 4.8rem;
	width: 20rem;
	text-align: right;
	letter-spacing: 1px;
}

.menu-list-right-page span {
	font-size: 1.6rem;
	color: black;
	font-weight: bold;
	display: inline-block;
}

.menu-list-right-share {
	position: relative;
	top: 4.6rem;
	width: 3.8rem;
	margin: 0 auto;
	overflow: hidden;
}
.menu-list-right-share li{
	width: 3.2rem;
	height: 3.2rem;
	padding-bottom:3rem;
    margin: 0 auto;
}

.menu-list-right-share li.public{
	width: 3.6rem;
	height: 3.6rem;
}

.menu-list-right-share .icon:hover .share-filter-shadow{
	transform: scale(0.95);
}
.menu-list-right-share-type-1{
	position: absolute;
    width: 36.2rem;
    right: 9.6rem;
    top: 11rem;
	background-color: rgb(0,0,0,0.55);
    outline: 1px solid #969696;
	padding-bottom: 2.5rem;
	z-index: 100;
	display: none;
}
.menu-list-right-share-type-1-list{
	width: 100%;
	color: white;
	display: flex;
    justify-content: space-around;
	align-items: center;
	padding-top: 2.5rem;
	font-size: 1.6rem;
}
.menu-list-right-share-type-1-list input{
	background-color: black;
    outline: unset;
    border: none;
	font-size: 1.6rem;
	color: white;
	cursor: pointer;
	width: 8rem;
}
.menu-list-right-share-type-2{
	width: 12rem;
	height: 13.3rem;
	position: absolute;
    right: 9.6rem;
    top: 11rem;
	display: none;
}
.share-code-show{
	width: 10rem;
	height: 10rem;
	position: absolute;
    top: 1rem;
    left: 1rem;
}

.menu-list-right-content {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -2px;
}

.menu-list-right-content li {
	border-left: 3px solid #252525;
	margin-bottom: 2rem;
	padding-left: 1rem;
}

.menu-list-right-content span {
	display: inline-block;
	font-size: 1.2rem;
	height: 3rem;
	line-height: 3rem;
	opacity: 0;
	cursor: unset;
}

.menu-list-right-content .right-check {
	color: #1657d9;
	border-color: #1657d9;
}

.menu-list-right-content .check {
	opacity: 0;
	animation-name: check;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}

@keyframes check {
	0% {
		opacity: 0;
	}
	18%,82% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.body {
    width: 100%;
    height: 100%;
    position: relative;
}

.index {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/cbt/p1/bg2.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 0;
}

/* home */
.main {
    position: absolute;
    left: 50%;
    bottom: 7rem;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    justify-content: center;
}

.main img {
    display: block;
    width: 40.6rem;
    height: 6.6rem;
    cursor: pointer;
}

.main img:nth-child(2) {
    margin-left: 5rem;
}

.content {
    width: 100%;
	height: 100%;
	position: relative;
}

.award {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/cbt/p2/bg1.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 0;
}

.award_content {
    width: 167rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.title {
    width: 125rem;
    height: 7.6rem;
    margin: 0 auto;
}

.title img {
    width: 100%;
    height: 100%;
}

.award_main {
    margin-top: 6rem;
    position: relative;
}

.award_wrap {
    width: 62rem;
    display: flex;
    flex-wrap: wrap;
    float: left;
}

.common_item, .award_center {
    width: 18rem;
    height: 18rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
}

.common_item img {
    width: 100%;
    height: 100%;
}

.award_center {
    color: #ffffff;
    font-size: 1.6rem;
}

.count_text {
    text-align: center;
}

.award_center img {
    display: block;
    width: 14rem;
    height: 14rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
    cursor: pointer;
}

.task_wrap {
    width: 105rem; 
    float: left;
    color: #fff;
    font-size: 2rem;
}

.task_time {
    width: 104rem; 
    height: 8.4rem;
    background: url(../images/cbt/p2/blue_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0.6rem;
}

.task_time p {
    text-align: center;
}

.task_time p:first-child {
    font-size: 2.6rem;
    margin-bottom: 0.6rem;
}

.t-height {
    width: 104rem; 
    height: 8.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.4rem;
    padding-left: 1.8rem;
    box-sizing: border-box;
}

.task_2, .task_4 {
    background: url(../images/cbt/p2/white_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.task_btn {
    width: 104rem; 
    height: 7.3rem;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.task_btn img {
    display: block;
    width: 37rem; 
    height: 7.3rem;
    cursor: pointer;
}

.task_btn img:nth-child(2) {
    margin-left: 5rem;
}

.task_go {
    display: inline-block;
    width: 12rem; 
    height: 4rem;
    cursor: pointer;
    display: none;
}

.task_down {
    display: inline-block;
    width: 12rem; 
    height: 4rem;
    display: none;
}

.rule {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, .6);
}

.rule.active {
    z-index: 1;
}

.rule .container {
    position: absolute;
    width: 113.7rem;
    height: 70rem;
    left: 50%;
    top: 50%;
    background: url(../images/cbt/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: 2.2rem;
    width: 98%;
    height: 59rem;
    margin: 0 auto;
    overflow: auto;
}

.d_title {
    font-size: 2.7rem;
    font-weight: bolder;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.d_title img {
    margin-right: 6px;
}

.details p {
    margin-bottom: 12px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0, .18);
    background-clip: padding-box;
    border-radius: 2em;
}

.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, .5);
}

.award_dialog.active {
    z-index: 1;
}

.award_dialog .container {
    position: absolute;
    width: 71.7rem;
    height: 65rem;
    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: 10rem;
    line-height: 10rem;
    text-align: center;
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
}

.tips_content {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55rem;
}

.tips_content .wrap {
    width: 100%;
}

.tips_content p.p_b {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 4rem;
    font-weight: bold;
}

.tips_content img.award_back {
    width: 50rem;
    height: 9.8rem;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    margin-top: 3rem;
}

.tips_content img.award_back.top8 {
    margin-top: 8rem;
}

.tips_awardimg {
    margin: 2rem auto;
    display: flex;
    justify-content: center;
}

.tips_awardimg img {
    width: 17rem;
    height: 17rem;
    margin-right: 1.6rem;
}

.tips_awardimg img:last-child {
    margin-right: 0;
}

.link_us {
    font-size: 1.8rem; 
    width: 70%;
    margin: 0 auto;
    /* text-align: center; */
}

.own_tip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.85);
    color: #fff;
    padding: 20px 22px;
    z-index: 999999;
    font-size: 20px;
    border-radius: 10px;
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.own_tip.show {
    opacity: 1;
}

.common_tips_wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}
.tips_text{
   min-width: 100px;
   filter: alpha(opacity=60);
   background-color: rgba(0, 0, 0, .85);
   position: absolute;
   line-height: 24px;
   padding: 22px 24px;
   text-align: center;
   color: #fff;
   transition: all .3s;
   -moz-transition: all .3s;
   -webkit-transition: all .3s;
   -o-transition: all .3s;
   font-size: 20px;
   border-radius: 10px;
   overflow: auto;
   left:50%;
   top:50%;
   transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   opacity: 0;
}
.tips_text.show{
    opacity: 1;
}

.mask-reg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(9px);
    background-color: rgba(0, 0, 0, .7);
    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.6);
    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.6);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.reg-wrap.active .container, .reg-success.active .container  {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.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;
}

/* 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;
}