body {

	--color-title-bar: #fff;
	--color-normal-text: #4e4e4e;
	--color-normal-text-active: #4e4e4e;
	--color-theme-text:#6699FF;
	--color-theme-background:rgb(179, 203, 250);
	--color-theme-background2:rgb(237, 242, 252);
}
[v-cloak] {
	display: none;
}

@media only screen and (min-width: 270px) {
	html {
		font-size: 12px !important;
	}
}

@media only screen and (min-width: 320px) {
	html {
		font-size: 14.2px !important;
	}
}

@media only screen and (min-width: 360px) {
	html {
		font-size: 16px !important;
	}
}

@media only screen and (min-width: 375px) {
	html {
		font-size: 16.6px !important;
	}
}

@media only screen and (min-width: 414px) {
	html {
		font-size: 18.4px !important;
	}
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 5px; /*滚动条宽度*/
	height: 5px; /*滚动条高度*/
	background-color: transparent !important;
	color: transparent !important;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px; /*滚动条的背景区域的圆角*/
    background-color: transparent; /*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 2px; /*滚动条的圆角*/
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #d1d1d1; /*滚动条的背景颜色*/
}

#content{
	background-color: #ffffff;
	padding-bottom: 10px;
}

#loadingT
{
	width: 100%;
	height: 100%;
	/* background-color:black;  */
	background: white;
    /* opacity:0.5;  */
    position:absolute; 
    top:0; 
    left:0;
    z-index:3; 
    color: rgb(185, 185, 185);
}
#loadingT::-webkit-scrollbar{
	display: none;
}
#loadingT img,#loadingT div{
	position: absolute;
	top: 5rem;
	right: 0;
	left: -5.3rem;
    bottom: 0;
	margin: auto;
}
#loadingT div{
	width: 38px;
    height: 38px;
}
#loadingT img{
	width: 100px;
    /* height: 50px; */
}
#loadingT div{
	width: 100px;
	left: 4.2rem;
	top: 6.1rem;
}

.mui-bar {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	height: 2.75rem;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	border-bottom: 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, .85);
	box-shadow: 0 0 0.0625rem rgba(0, 0, 0, .85);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mui-bar>a {
	color: var(--color-normal-text);
}

.mui-title {
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 2.75rem;
	position: absolute;
	display: block;
	width: 100%;
	margin: 0 -10px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	color: var(--color-normal-text);
}
.cpl-taskPeriods{
	padding-left: 51px;
}
.cpl-taskPeriods p{
	margin: 0;
}

.moku-price {
	color: red;
	position: absolute;
	top: 10px;
	right: 15px;
}

.moku-price-nowrap {
	width: 5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cpl-remainingDays{
	position: absolute;
	right: 15px;
	top: 32px;
	font-size: 14px;
}
h4 {
	font-size: 1rem;
	line-height: 1.3125rem;
	font-weight: 500;
}

/* 详情页卡片 */
.mui-card {
	font-size: 0.875rem;
	position: relative;
	overflow: hidden;
	margin: 0.5rem 1.125rem 0%;
	border-radius: 0.625rem;
	background-clip: padding-box;
}
/* 详情页卡片-头部 */
.moku-card-title {
	line-height: inherit;
}

.moku-card-title > h4 {
	padding-left: 0.625rem;
	margin: 0;
	font-size: 1rem;
}

.moku-card-title>h5 {
	padding-left: 0.625rem;
	margin: 0 0 0 2.5rem;
}

.moku-card-title>img {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 100%;
	float: left;
}

#moku-task-instruction{
	background: #f5d5cd;
	margin: 6px 15px 0 15px;
	border-radius: 20px;
}
#moku-task-instruction .task-instruction-content{
	min-height: 20px;
	line-height: 20px;
	padding: 2px 10px 2px 0;
}

.task-instruction-content img{
	height: 25px;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}
.task-instruction-content p{
	color: #e63002;
	font-weight: bold;
	font-size: 15px;
	word-break: break-all;
	/* margin-left: 5px; */
}

.moku-card-p {
	padding-left: 1.1rem;
	margin: 0.25rem 0;
}

.moku-bottom-div {
	width: 100%;
	text-align: center;
	align-items: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: rgba(0,0,0,0.1);
	position: fixed;
	bottom: 0px;
}
.moku-start-btn {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.42;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
	min-width: 92%;
	max-width: 92%;
    cursor: pointer;
    transition: all;
    transition-duration: .2s;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    border-radius: 0.1875rem;
    background-clip: padding-box;
    color: #fff;
    border: 0.0625rem solid var(--color-normal-text);
    background-color: var(--color-normal-text);
}

.moku-start-btn:enabled:active {
    background-color: var(--color-normal-text-active) !important;
    color: #FFFFFF !important;
}

.moku-start-btn-green{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.42;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	min-width: 92%;
	max-width: 92%;
	cursor: pointer;
	transition: all;
	transition-duration: .2s;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 0.1875rem;
	background-clip: padding-box;
	color: #fff;
	border: 0.0625rem solid #2DAE75;
	background-color: #2DAE75;
}

.moku-start-btn-green:enabled:active {
	background-color: #1C9D64 !important;
	color: #FFFFFF !important;
}

.moku-zero-btn {
	border: 0.0625rem solid #999999;
	background-color: #999999;
}

.moku-zero-btn:enabled:active {
	background-color: #888888 !important;
	color: #FFFFFF !important;
}

.moku-continue-btn {
	min-width: 16rem;
	border-radius: 1rem;
	color: #fff;
	background-color: var(--color-normal-text);
	border: 1px solid var(--color-normal-text) !important;
}

.moku-continue-btn:enabled:active {
    background-color: var(--color-normal-text) !important;
    color: #FFFFFF !important;
}

.moku-small-btn {
    line-height: 0.8rem;
    min-width: 5.2rem;
    margin: 0 1rem;
    color: var(--color-normal-text) !important;
    border: 1px solid var(--color-normal-text) !important;
}

.moku-small-btn:enabled:active {
    background-color: var(--color-normal-text) !important;
	color: #FFFFFF !important;
}
.moku-tips-card {
	width: 80%;
	max-width: 360px;
	margin: 1rem auto;
}
.mui-table-view {
	background-color: #EFEFF4;
}
.mui-media {
	background-color: #FFFFFF;
}
.mui-table-view-cell>a:not(.mui-btn) {
	position: relative;
	display: block;
	overflow: hidden;
	margin: -0.3125rem -0.9375rem;
	padding: inherit;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: inherit;
}
.mui-table-view-cell:after {
    background-color: transparent;
}
.moku-divider-small {
	position: absolute;
	right: 0.9375rem;
	bottom: 0;
	left: 0.9375rem;
	height: 0.0625rem;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
}
.moku-text-error {
	color: #ff0000;
}
.moku-doing {
	color: #4CD964;
	font-size: 0.9375rem;
}
.moku-divider {
	height: 0.6rem;
}

.moku-remaining {
    color: var(--color-normal-text);
}

h5 {
	font-size: 0.875rem;
}

.moku-max-text {
	max-width: 11.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.moku-col-8 {
    width: 7.5%;
}

.moku-col-4 {
    width: 9rem;
}

.moku-left {
	float: left;
	clear: both;
}

.moku-right {
    float: right;
}

.moku-top-bg {
    min-height: 4.25rem;
    width: 100%;
    position: absolute;
	top: 0;
	background-color:#6699FF;
    background-color:var(--color-theme-text);
}
.moku-input-text {
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.moku-input-text::-webkit-input-placeholder {
    color: #999;
}

.moku-btn-disabled {
    background-color: #999;
    border-color: #999;
}

.moku-failed-card {
    padding-bottom: 1rem;
    width: 100%;
    background-color: #ffffff;
}

.moku-failed-title {
	padding: 1.5rem 1.5rem 0 1rem;
	position: relative;
}

.moku-failed-text {
	width: 32%;
	display: inline-flex;
	color: #333;
}

.moku-failed-reason {
	width: 65%;
	word-break: break-word;
	display: inline-flex;
	color: #333;
}

.moku-failed-img {
	width: 40%;
	display: inline-block;
}

.moku-screenshot-border {
	border: 0.125rem solid #98D966;
	border-radius: 0.3125rem;
}

.moku-progressbar {
	background-color: #C7C7CC !important;
	overflow: hidden;
}

.moku-progressbar span {
	position: inherit;
}

.moku-progress-bar {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #2DAE75;
	border: 1px solid #2DAE75;
	/*transform: translate3d(-69%, 0px, 0px);*/
}

.moku-card-hr:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	width: 100%;
	content: '';
	-webkit-transform: scaleY(.3);
	transform: scaleY(.3);
	background-color: #c8c7cc;
}

.moku-submit-btn {
	padding: 0;
	width: 70%;
	font-size: 0.7rem;
	line-height: 1rem;
	background-color: #2DAE75;
	border-color: #2DAE75;
}

.moku-submit-btn:enabled:active {
	background-color: #1C9D64;
}

.moku-download-btn {
	width: 70%;
	background-color: #2DAE75;
	border-color: #2DAE75;
}

.moku-download-btn:enabled:active {
	background-color: #1C9D64;
}

.moku-little-icon {
	border: 1px solid #98D966;
	font-size: 12px;
	color: #98D966;
	/*font-weight: bolder;*/
	padding: 1px 6px;
	border-radius: 14px;
}

.moku-tips-task {
	max-width: 11rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: auto;
	padding: 2% 5%;
	border: 1px solid #eeeeee;
	border-radius: 3px;
}

.moku-tips-task > p {
	max-width: 11rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.moku-upload-icon {
    position: absolute;
    top: 33%;
    width: 1.6rem;
    height: 1.6rem;
    left: 3.2rem;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 0.8rem;
}

.moku-upload-text {
	position: absolute;
	color: #6699FF;
	color: var(--color-theme-text);
	top: 46%;
	width: 4rem;
	left: 2rem;
	font-weight: bolder;
}

.moku-little-icon-div {
	width: 11rem;
	padding: 0 0 0 2rem;
}

/* mui点击查看图片 - start */
.mui-preview-image.mui-fullscreen {
	position: fixed;
	z-index: 20;
	background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
}

.mui-preview-header {
	height: 44px;
	top: 0;
}

.mui-preview-footer {
	height: 50px;
	bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
	display: block;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 15px auto 4;
	width: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	font-size: 16px;
}

.mui-preview-image {
	display: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
	background: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
	display: none;
}

.mui-zoom-scroller {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.mui-zoom {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
	width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
	display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
	display: table-cell;
	vertical-align: middle;
}

.mui-preview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.mui-preview-loading.mui-active {
	display: block;
}

.mui-preview-loading .mui-spinner-white {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
}

.mui-preview-image img.mui-transitioning {
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

p img {
	max-width: 100%;
	height: auto;
}

/* mui点击查看图片 - end */

.moku-toast {
	line-height: 17px;
	width: 60%;
	position: fixed;
	z-index: 100;
	bottom: 50px;
	left: 50%;

	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.moku-confirm-p {
	width: 100%;
	text-align: left;
	margin: 1rem 0 0 0
}

.moku-confirm-check {
    position: absolute;
    margin: 0.05rem;
}

.moku-confirm-span {
    margin-left: 1.3rem;
    height: 1rem;
    line-height: 1rem;
}

.mui-card-header:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    content: '';
    -webkit-transform: scaleY(.3);
    transform: scaleY(.3);
    background-color: #c8c7cc;
}

.mui-card-footer:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 4%;
    height: 1px;
    width: 92%;
    content: '';
    -webkit-transform: scaleY(.3);
    transform: scaleY(.3);
    background-color: #c8c7cc;
}

.mui-card-footer > span {
    color: #8f8f94;
}
.mui-card-footer img{
	width: 15px;
}

.mui-popup-button {
    color: #999;
}

.mui-popup-button-bold {
    color: #007aff;
}


.moku-cpa-img {
	width: 6rem;
	height: 6rem;
}

.moku-cpa-img-h {
	width: 8rem;
}

.moku-task-question{
	text-align: center;
	line-height: 20px;
	width: 38px;
	height: 22px;
	font-size: 14px;
	background: #6699FF;
	background: var(--color-theme-text);
	color: white;
	margin-bottom: 10px;
}


.moku-cpa-center-div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-items: center;
}

.moku-cpa-input{
	outline-style: none ;
	border: 1px solid #ccc;
	border-radius: 6px;
}
input::-webkit-input-placeholder {
	/* placeholder颜色 */
	color: #aab2bd;
	/* placeholder字体大小 */
	font-size: 12px;
	padding-left: 10px;
}

.link-class{
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-top: 20px;

}
.link-class .link-class-but-left{
	width: 100px;
	height: 30px;
	border-radius: 5px;
	color: white;
	text-align: center;
	line-height: 30px;
	background-color: #aec7b1;

}
.link-class .link-class-but-right{
	width: 100px;
	height: 30px;
	color: white;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background-color: #aec7b1;
}


.link-class .txt-class-but-left{
	width: 200px;
	height: 30px;
	border-radius: 5px;
	color: rgba(0, 0, 0, 0.76);
	text-align: center;
	line-height: 30px;
	margin-left: 20px;
	background-color: #f2f2f2;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}
.link-class .txt-class-but-right{
	width: 50px;
	height: 30px;
	color: white;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background-color: #aec7b1;
}




/* ------------------------- */
/* 账号信息 未绑定前 */
.account-infor{
	margin-left: 15px;
	padding: 10px 0;
}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
.account-infor-title{
	width: 180px;
	height: 25px;
	background: #6699FF;
	background:var(--color-theme-text);
	border-radius: 5px;
	line-height: 25px;
}
.account-infor-title img{
	height: 19px;
	margin: 3px 3px;
	float: left;
}
.account-infor-content{
	position: relative;
}
.account-infor .line{
	height: 100px;
	width: 1.5px;
	background: #6699FF;
	background: var(--color-theme-text);
	margin-left: 12px;
	position: absolute;
	top: 33px;
}
.account-infor-content .Binding-num{
	float: left;
}
.account-infor-content .Binding-num li{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #6699FF;
	background: var(--color-theme-text);
	line-height: 25px;
	text-align: center;
	color: #ffffff;
}
.account-infor-content .Binding-num li:nth-last-child(-n+2){
	margin-top: 10px;
}
.account-infor-content .Binding-steps{
	width: 200px;
	margin-left: 35px;
}
.account-infor-content .Binding-steps li{
	height: 25px;
	background:#F2F2F2;
	border-radius: 5px;
	line-height: 25px;
	padding-left:10px;
	margin-top: 10px;
}
.f{
	float: left;
}
.clear{
	content:"";
	display:block;
	clear:both;
}
.updataMask{
	background: #98D966;
	width: 50px;
	height: 20px;
	/* z-index: 1; */
	display:block;
}
.account-updata-before,.account-updata-after,.customer-before,.customer-after{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
	padding-right: 5px;
}
.customer-before{
	right: 45px;
}
.customer-after{
	left: 85px;
	top: 0;
}
.account-updata-after{
	top: 0;
}
.account-updata img{
	height: 12px;
	float: left;
}

/* 账号信息 绑定后 */
.mukuai-title1{
	background: #6699FF;
    background:var(--color-theme-text);
	width: 74px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	color: #ffffff;
	font-size: 16px;
}
.account-infor-yes{
	margin: 5px 15px;
}
.account-infor-yes .basic-info,.BindingNo-infor{
	position: relative;
}
.BindingNo-infor{
	margin-top: 10px;
}
.account-infor-yes .basic-info p,.BindingNo-infor p{
	width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
}
.account-infor-yes .basic-info p,.BindingNo-infor p{
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	border-radius: 5px;
	font-weight: none;
	float: left;
	padding: 0 2px;
	color: var(--color-normal-text);
	margin: 5px 0 5px 2px;
}
.account-infor-yes .basic-info button{
	position: absolute;
	left: 185px;
	top: 0px;
	border: none;
	color: #6699FF;
	color: var(--color-theme-text);
	font-size: 12px;
}
.BindingNo-infor button{
	position: absolute;
	left: 173px;
	top: 0px;
	border: none;
	color: #6699FF;
	color: var(--color-theme-text);
	font-size: 12px;
}
h2{
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	border-bottom: 1.5px rgb(179, 203, 250) solid;
	border-bottom:1.5px var(--color-theme-background) solid;
	font-weight: normal;
	float: left;
	padding: 0 2px;
	color:var(--color-normal-text);
	font-weight: bold;
}

.game-info{
	min-height: 50px;
	width: 100%;
	font-size: 12px;
	color: var(--color-normal-text);
}
.game-info div{
	width: 50%;
	height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	line-height: 28px;
}
.game-info div span:nth-of-type(1){
	border-bottom: 1.5px rgb(179, 203, 250) solid;
	border-bottom:1.5px var(--color-theme-background) solid;
	margin: 5px 0;
	padding: 0 2px;
	font-weight: bold;
}

/* 试玩奖励 */
.steps-title{
    overflow-x: auto;
    white-space: nowrap;
	font-size: 16px;
}
.steps-title a{
    display: inline-block;
    width: 77px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #6699FF;
	color:var(--color-theme-text);
}
.steps-title .active{
	color: rgb(237, 242, 252);
    color:var(--color-theme-background2);
	background: #6699FF;
    background: var(--color-theme-text);
}
.steps-title::-webkit-scrollbar{
    display: none;
} 
.Try-steps{
	width: 100%;
	display:none;
}
.show{
	display:block;
}
.Try-steps .complete,.Try-steps .rankingList {
	width: 100%-30px;
	margin: 5px 10px 0 10px;
	border-radius: 5px;
	background: rgb(237, 242, 252);
	background: var(--color-theme-background2);
	border: 2px rgb(179, 203, 250) solid;
	border: 2px var(--color-theme-background) solid;
	overflow: hidden;
}
.Try-steps .rankingList {
	background: #fff;
}
.Try-steps .rankingList {
	padding: 5px 10px 10px 10px;
}
.Try-steps .rankingList h3,.checkMore h3{
	color: #6699FF;
	color: var(--color-theme-text);
	font-size: 15px;
}
.checkMore h3{
	text-align: center;
}
.Try-steps .complete li,.Try-steps .rankingList{
	position: relative;
}
.Try-steps .complete li .step_task_index{
	width: 25px;
	height: 15px;
	line-height: 15px;
	background: #6699FF;
	background: var(--color-theme-text);
	border-radius: 2px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	margin: 10px 10px 0 10px;
}
.step_task_price_container{
	margin-top: 5px;
	display: flex;
}
.Try-steps .complete li .step_task_price{
	color: #6699FF;
	color: var(--color-theme-text);
	font-size: 16px;
}
.Try-steps .complete li .step_task_ticket{
	background: #F6D5CE;
	color: #CF381C;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
}
.Try-steps .complete li .step_task_content{
	font-size: 13px;
	color: var(--color-normal-text);
	word-break: break-all;
}
.step_task_status_container{
	width: 80px;
	position: relative;
}
.Try-steps .complete li .step_task_status{
	width: 60px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: white;
	text-align: center;
	border-radius: 20px;
	background: #6699FF;
	background: var(--color-theme-text);

	position: absolute;
	margin: auto;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
}
.Try-steps .nocomplete {
	width: 100%-30px;
	margin: 5px 10px 0 10px;
	border-radius: 5px;
	background: #ececec;
	border: 2px #dad8d8 solid;
	overflow: hidden;
}
.Try-steps .nocomplete li{
	position: relative;
}
.Try-steps .nocomplete li .step_task_index{
	width: 25px;
	height: 15px;
	line-height: 15px;
	background: #c9c8c8;
	border-radius: 2px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	margin: 10px 10px 0 10px;
}
.Try-steps .nocomplete li .step_task_price{
	color: #c9c8c8;
	font-size: 16px;
}
.Try-steps .nocomplete li .step_task_ticket{
	background: #CCCCCC;
	color: #999999;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
}
.Try-steps .nocomplete li .step_task_content{
	font-size: 13px;
	color: #c9c8c8;
	word-break: break-all;
}
.Try-steps .nocomplete li .step_task_status{
	width: 60px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: white;;
	text-align: center;
	border-radius: 20px;
	background: #c9c8c8;

	position: absolute;
	margin: auto;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
}
.diamondTask_tag{
	width: 26px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background: #6699FF;
	background: var(--color-theme-text);
	position: relative;
}
.diamondTask_text{
	position:absolute;
    top:50%;
    left:50%;
	margin-left:-6px;
	margin-top:-29px;
}
.disable {
    pointer-events: none;
}
table {
    margin: auto;
    border-collapse: collapse;
    background: #fff;
}
table tr th, table tr td { 
    border:1px solid rgb(236, 236, 236);
    height: 30px;
	line-height: 30px;
    max-width: 110px;
    font-size: 13px;
    text-align: center;
    padding: 0 5px 0 5px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkMore table tr th,.checkMore table tr td { 
	max-width: 90px;
}
.checkMoreBtn{
	background: #6699FF;
	background: var(--color-theme-text);
	width: 90px;
	height: 25px;
	line-height: 25px;
    text-align: center;
	margin:10px auto 0 auto;
    font-size: 13px;
	color: white;
	border-radius: 5px;
}
#fullbg { 
    background-color:black; 
    opacity:0.6; 
    /* filter:alpha(opacity=80); 
    -moz-opacity:0.5; 
    -khtml-opacity:0.5; */

    position:absolute; 
    top:0; 
    left:0;
    z-index:3; 
} 
.checkMore{
    background: white;
    border-radius: 5px;
    width: 300px;
    padding: 15px 0 15px 0;

    position:fixed !important; /* 浮动对话框 */ 
    position: absolute;
    top: 15%; 
    left: 0; 
    right: 0;
    margin: auto;
    z-index: 10;

    display: none;
}
.checkMore img{
    width: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.checkMore div{
    width: 280px;
    margin: auto;
}
.checkMore h2{
    text-align: center;
    font-size: 16px;
}
.checkMore p{
    font-size: 14px;
}
.checkMore p:nth-of-type(2n+1){
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
    color: rgb(167, 166, 166);
}
.rankingList .oRanking,.checkMore .oRanking{
	font-size: 13px;
	color: rgb(104, 104, 104);
	float: left;
}
.rankingList .rankingReward,.checkMore .rankingReward{
	margin-left: 15px;
	width: 60px;
	text-align: center;
	color: #6699FF;
	color: var(--color-theme-text);
	font-size: 13px;
}
#tableDIV{
	max-height:370px;
	overflow:auto;
}
#ocheckJSall{
	/* border: #000 1px solid; */
	position: absolute;
	bottom: 0;
	font-size: 7px;
	color: #d8d6d6;
}
.ocheckJS{
	display: none;
}
.openQQDialogs{
	background: white;
    border-radius: 5px;
    width: 230px;
    padding: 15px;
	text-align: center;

    position:fixed !important; /* 浮动对话框 */ 
    position: absolute;
    top: 25%; 
    left: 0; 
    right: 0;
    margin: auto;
    z-index: 10;

	display: none;
}
.openQQDialogs img{
	width: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.openQQDialogs p{
	text-align: center;
}
.openQQDialogs button{
	width: 100px;
    height: 32px;
    background: #437dca;
	background: var(--color-theme-text);
    border: none;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
}

/* 各类优惠券 */
.moku-task-ticket{
	display: flex;
	margin: 0.5rem 1.125rem;
}
.moku-task-ticket .ticket_container{
	margin-left: 8px;
	flex: 1;
}
.moku-task-ticket .ticket_container:first-child{
	margin-left: 0px;
}
.ticket_container{
	background: #6699FF;
	background: radial-gradient(circle at 100% 50%,#6699FF,#98b6f1 100%);
	background: radial-gradient(circle at 100% 50%,var(--color-theme-text),var(--color-theme-background) 100%);

	border-radius: 5px;
	position: relative;
	padding: 6px;
}
.ticket_bg_white{
	height: 48px;
	background-size: 100% 100%;
	background-image: url('../img/ticket_bg.png');
	color: #437dca;
	color: var(--color-theme-text);

	display: flex;
}
.ticket_bg_white .ticket_one_part{
	top:0; 
	bottom:0; 
	left:0; 
	right:0; 
	margin:auto;
}
.ticket_bg_white .ticket_one_part span:first-child{
	font-size: 11px;
}
.ticket_bg_white .ticket_one_part span:nth-child(2){
	font-size: 18px;
	font-weight: bold;
}
.ticket_bg_white .ticket_two_part{
	font-size: 11px;
	padding-left: 4px;
	line-height: 15px;

	top:0; 
	bottom:0; 
	left:0; 
	right:0; 
	margin:auto;
}
.ticket_bg_white .ticket_three_part{
	font-size: 12px;

	top:0; 
	bottom:0; 
	left:0; 
	right:0; 
	margin:auto;
}
.ticket_bg_white .ticket_three_part .ticket_three_part_text{
	background: radial-gradient(circle at 100% 50%,#6699FF,#98b6f1 80%);
	background: radial-gradient(circle at 100% 50%,var(--color-theme-text),var(--color-theme-background) 80%);
	text-align: center;
	border-radius: 5px;
	line-height: 14px;
	color: #fff;
	margin-right: 6px;
	font-size: 11px;
}
/* 


.ticket_bg_white .ticket_three_part{
	padding-top: 12px;
	padding-right: 4px;
}
.ticket_bg_white .ticket_three_part .ticket_three_part_text{
	background: radial-gradient(circle at 100% 50%,#6699FF,#98b6f1 80%);
	background: radial-gradient(circle at 100% 50%,var(--color-theme-text),var(--color-theme-background) 80%);
	width: 40px;
	line-height: 24px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 12px;
} */

/* 角标 */
.superscript {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 130px;
	overflow: hidden;
}
/* 使用矩形旋转, 和父节点的 overflow:hidden 配合 */
.superscript .rect {
	width: 50px;
	height: 65px;
	margin: -35px 0 0 -25px;
	background: #98b6f1;
	background: var(--color-theme-background);
	transform: rotateZ(45deg);
}
.superscript .desc {
	position: absolute;
	top: 1px;
	left: 2px;
	z-index: 1;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

/* 任务攻略 */
#taskStrategy_container{
	position: absolute;
	top:200px;
	right: 0;
	width: 55px;
	/* height: 30px; */
	line-height: 22px;
	font-size: 14px;
	background: #6699FF;
	background: var(--color-theme-text);
	border-radius: 20px 0 0 20px;
	padding-left: 16px;
	z-index: 2;
}