@charset "utf-8";
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.text-l {
	text-align: left;
}
.text-c {
	text-align: center;
}
.text-r {
	text-align: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mg10 {
	margin: 10px;
}
.mg20 {
	margin: 20px;
}
.mg30 {
	margin: 30px;
}
.mg50 {
	margin: 50px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pd5 {
	padding: 5px;
}
.pd10 {
	padding: 10px;
}
.pd15 {
	padding: 15px;
}
.pd20 {
	padding: 20px;
}
.pd30 {
	padding: 30px;
}
.pd50 {
	padding: 50px;
}
.font10 {
	font-size: 10px;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.cl-black {
	color: black;
}
.cl-white {
	color: white;
}
.cl-gray {
	color: gray;
}
.cl-red {
	color: red;
}
.cl-red2 {
	color: #FF5722;
}
.cl-green {
	color: green;
}
.cl-green2 {
	color: #5FB878;
}
.cl-purple {
	color: purple;
}
.cl-ea {
	color: #EAEAEA;
}
.cl-f60, .cl-f60 a, a.cl-f60 {
	color: #f60;
}
.cl-999, .cl-999 a, a.cl-999 {
	color: #999;
}
.cl-666, .cl-666 a, a.cl-666 {
	color: #666;
}
.cl-333, .cl-333 a, a.cl-333 {
	color: #333;
}
.cl-blue, .cl-blue a, a.cl-blue {
	color: blue;
}
.cl-blue1, .cl-blue1 a, a.cl-blue1 {
	color: #0c3d86;
}
.cl-blue2, .cl-blue2 a, a.cl-blue2 {
	color: #5a7ef8;
}
.layui-bg-black {
    background-color: #393D49 !important;
}
.layui-bg-green {
    background-color: #009688 !important;
}
.layui-bg-blue {
    background-color: #1E9FFF !important;
}
.layui-bg-red {
    background-color: #FF5722 !important;
}
.layui-bg-orange {
    background-color: #FFB800 !important;
}
.layui-bg-cyan {
    background-color: #2F4056 !important;
}
.layui-bg-black, .layui-bg-blue, .layui-bg-cyan, .layui-bg-green, .layui-bg-orange, .layui-bg-red {
    color: #fff !important;
}
.layui-progress {
	position: relative;
	height: 6px;
	border-radius: 10px;
	background-color: #eee;
}
.layui-progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	max-width: 100%;
	height: 6px;
	border-radius: 10px;
	text-align: right;
	background-color: #5FB878;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.layui-progress-big, .layui-progress-big .layui-progress-bar {
	height: 18px;
	line-height: 18px;
}
.layui-progress-text {
	position: relative;
	top: -20px;
	line-height: 18px;
	font-size: 12px;
	color: #666;
}
.layui-progress-big .layui-progress-text {
	position: static;
	padding: 0 5px;
	color: #333;
}
.mui-badge-success2 {
    color: #fff;
    background-color: #0ab2c7;
}
.mui-btn-success2 {
    color: #fff;
    border: 1px solid #0ab2c7;
    background-color: #0ab2c7;
}
.mui-btn-success2.mui-active:enabled,
.mui-btn-success2:enabled:active {
    color: #fff;
    border: 1px solid #09a0b3;
    background-color: #09a0b3;
}
.mui-btn-primary2 {
    color: #fff;
    border: 1px solid #6a8cfa;
    background-color: #6a8cfa;
}
.mui-btn-primary2.mui-active:enabled,
.mui-btn-primary2:enabled:active {
    color: #fff;
    border: 1px solid #5a7ef8;
    background-color: #5a7ef8;
}
.mui-segmented-control-positive {
    border:1px solid #09a0b3;
}
.mui-segmented-control-positive .mui-control-item {
    color:#09a0b3;
    border-color:inherit;
}
.mui-segmented-control-positive .mui-control-item.mui-active {
    color:#fff;
    background-color:#09a0b3;
}
.mui-segmented-control-positive.mui-segmented-control-inverted .mui-control-item.mui-active {
    color:#09a0b3;
    border-bottom:2px solid #09a0b3;
    background:0 0;
}
.mui-segmented-control-positive.mui-segmented-control-inverted~.mui-slider-progress-bar {
    background-color:#09a0b3;
}
.mui-card.noshadow {
    box-shadow: 0 0px 0px rgba(0,0,0,.3);
    border-radius: 6px;
}
.mui-table {
	border: 1px solid #cad9ea;
	color: #666;
}
.mui-table th {
	background-color: #f5fafe;
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
}
.mui-table td, .mui-table th {
	height: 30px;
	font-size: 12px;
	border: 1px solid #cad9ea;
	padding: 2px 5px;
}
.mui-table tr.after {
	background-color: #f5fafe;
}
.mui-tab {
    margin: 10px 0;
    text-align: left !important;
}
.mui-tab-title {
    position: relative;
    list-style: none;
    left: 0;
    padding-left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e6e6e6;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.mui-tab-title li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	font-size:14px;
	transition:all .2s;
	-webkit-transition:all .2s;
	position:relative;
	line-height:38px;
	min-width:65px;
	padding:0 15px;
	text-align:center;
	cursor:pointer;
}
.mui-tab-title li a {
	display: block;
}
.mui-tab-title .mui-active {
	color: #dd524d;
	border-bottom: 2px solid #dd524d;
}
.mui-bar-tab .mui-tab-item {
    color: #666;
}
.mui-bar-tab .mui-tab-item.mui-active {
    color: #f60;
}
.mui-tab-item {
	display: none;
}
.mui-show {
	display: block !important;
}
.popover-box {
	background-color: #FFF;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 360px;
	overflow-y: auto;
}
.popover-box .popover-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px;
	background-color: #FFF;
	z-index: 999;
}
.popover-box .close-popover {
	position: absolute;
	right: 10px;
	top: 10px;
}
.popover-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 0px solid #CCC;
	background-color: #FFF;
	text-align: center;
}
.popover-fixed a, .popover-fixed button {
	margin: 5px;
	width: 80%;
	padding: 10px;
	border-radius: 20px;
}
.station {
	height: 50px;
}
.priceF {
    /*font-family:cursive,serif,sans-serif,monospace,fantasy;*/
    font-family:Times,Georgia,"Times New Roman",sans-serif;
}
.priceL em {
    font-size: 80%;
    font-style: normal;
    margin-right: 3px;
}
.priceR em {
    font-size: 80%;
    font-style: normal;
    margin-left: 3px;
}
.coins {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url('../../res/images/coin.svg');
	vertical-align: text-top;
	background-size: contain;
}
.free_fee {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-image: url('../../index/images/user/free_fee.png');
    background-size: contain;
}
.diamond {
	/*margin-right: 5px;*/
}
.diamond-1{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-1.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-2{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-2.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-3{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-3.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-4{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-4.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-5{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-5.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-6{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-6.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-7{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-7.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-8{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-8.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-9{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-9.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-10{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-10.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-11{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-11.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.diamond-12{width:25px;height:25px;display:inline-block;background-image:url('../../res/images/diamond/diamond-12.png');background-repeat:no-repeat;background-position:center center;background-size:contain;vertical-align:middle;}
.lcgloading-mask {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 19999999;
}
.lcgloading-square {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.lcgloading-square .container-title {
    min-width: 100px;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(0,0,0, 0.7);
}
.lcgloading-square .container-title .sign-icon {
    margin-top: 0px;
    color: #FFF;
    text-align: center;
}
.lcgloading-square .container-title .sign-title {
    margin-top: 15px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
}
.lcgloading-square .container-title .anima {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.lcgloading-square .container-notitle {
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(0,0,0, 0.7);
}
.lcgloading-square .container-notitle .anima {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lcgloading-rectangle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.lcgloading-rectangle .container-title {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: rgba(0,0,0, 0.7);
}
.lcgloading-rectangle .container-title .anima {
    display: inline-block;
}
.lcgloading-rectangle .container-title .sign-title {
    display: inline-block;
    margin-left: 10px;
    color: #FFF;
    font-size: 14px;
}
.loading1 {
	display: inline-block;
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
.loading1 span {
	width: 2px;
	height: 100%;
	margin-right: 2px;
	display: inline-block;
	background: #0175fd;
	animation: loadone 1.2s infinite ease-in-out;
	-webkit-animation: loadone 1.2s infinite ease-in-out;
	/*
	mymove代表动画名字
	1.2s代表执行时间
	infinite表示一直循环执行
	ease-in-out表示先慢后快的缓动
	*/
}
.loading1 > span:nth-child(2) {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.loading1 > span:nth-child(3) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.loading1 > span:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.loading1 > span:nth-child(5) {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
@keyframes loadone {
	0%{transform:scaleY(0.4);}
	25%{transform:scaleY(1.0);}
	50%{transform:scaleY(0.4);}
	75%{transform:scaleY(0.4);}
	100%{transform:scaleY(0.4);}
}
@-webkit-keyframes loadone {
	0%{transform:scaleY(0.4);}
	25%{transform:scaleY(1.0);}
	50%{transform:scaleY(0.4);}
	75%{transform:scaleY(0.4);}
	100%{transform:scaleY(0.4);}
}
/* login */
.link-area {
	display: block;
	margin-top: 25px;
	text-align: center;
}
.spliter {
	color: #bbb;
	padding: 0px 10px;
}
.oauth-area {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
}
.oauth-area .oauth-btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 20px;
	/*-webkit-filter: grayscale(100%); */
	border: solid 1px #ddd;
	border-radius: 25px;
}
.oauth-area .oauth-btn:active {
	border: solid 1px #aaa;
}
.oauth-area .oauth-btn.disabled {
	background-color: #ddd;
}
/* ad-experience */
.one-promote .game-type {
    display: block;
    width: 36px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    background: url(../../index/images/ad_experience/game_type_icon.png) no-repeat 0 0;
    position: absolute;
    top: 10px;
    left: 10px;
}
.one-promote .game-type.type2 {
    background-position: -36px 0;
    left: auto;
    right: 0px;
}
.one-promote .game-type.type3 {
    background-position: -72px 0;
}
.one-promote .game-type.type4 {
    background-position: -108px 0;
}
.one-promote .game-type.type5 {
    background-position: -144px 0;
}
.one-promote .game-type.type6 {
    background-position: -180px 0;
}
.one-promote .game-type.type7 {
    background-position: -216px 0;
}
.one-promote .game-type > i {
    display: block;
    width: 36px;
    height: 28px;
    background: url(../../index/images/ad_experience/game_type_icon.png) no-repeat 0 -28px;
}
.one-promote .game-type > i.android {
    background-position: 0 -28px;
}
.one-promote .game-type > i.ios {
    background-position: -36px -28px;
}
.one-promote .mui-badge {
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
    margin-left: 2px;
}
.one-promote .percentage {
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	color: #519bff;
	background: #f4f9ff;
	border: 1px solid #519bff;
	border-radius: 2px;
	padding: 1px 2px;
}
/* activity */
.at-content{
	padding-left: 5px;
	position: relative;
}
.at-content p {
	color: #333;
	font-size: 12px;
	margin-bottom: 0px;
}
.at-img {
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.at-content .mark {
    position: absolute;
    width: 60px;
    height: 60px;
    right: -5px;
    top: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.at-content .mark-1 {
    background-image: url('../../index/images/activity/mark-1.png');
}
.at-content .mark-2 {
    background-image: url('../../index/images/activity/mark-2.png');
}
.at-content .mark-3 {
    background-image: url('../../index/images/activity/mark-3.png');
}
/* ranking */
.ranking-icon {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	/*background-color: #BBBBBB;*/
	color: #f88707;
	border: 1px solid #DDD;
	text-align: center;
}
.ranking-icon.mk1 {
	/*background-color: rgb(0, 127, 255);*/
	border-width: 0px;
    background-image: url('../../index/images/ranking/ranking-1.png');
    background-repeat: no-repeat;
}
.ranking-icon.mk2 {
	/*background-color: rgb(123, 0, 0);*/
	border-width: 0px;
    background-image: url('../../index/images/ranking/ranking-2.png');
    background-repeat: no-repeat;
}
.ranking-icon.mk3 {
	/*background-color: rgb(187, 145, 0);*/
	border-width: 0px;
    background-image: url('../../index/images/ranking/ranking-3.png');
    background-repeat: no-repeat;
}
.ranking-icon.mk4 {
	/*background-color: rgb(85, 85, 85);*/
	color: #FFF;
    border-color: #FD8403;
    background-color: #FD8403;
}
.ranking-icon.mk5 {
	/*background-color: rgb(0, 166, 0);*/
	color: #FFF;
    border-color: #FD8403;
    background-color: #FD8403;
}
.ranking-icon.mk6 {
	/*background-color: rgb(152, 85, 3);*/
	color: #FFF;
    border-color: #FD8403;
    background-color: #FD8403;
}
.ranking-icon.mk7 {
	/*background-color: rgb(242, 0, 0);*/
	color: #FFF;
    border-color: #FD8403;
    background-color: #FD8403;
}
.ranking-icon.mk8 {
	/*background-color: rgb(32, 141, 116);*/
	color: #FFF;
    border-color: #FD8403;
    background-color: #FD8403;
}
.ranking-icon.mk9 {
	/*background-color: rgb(139, 139, 139);*/
	color: #FFF;
    border-color: #FD8403;
    background-color: #FD8403;
}
.ranking-icon.mk10 {
    /*background-color: rgb(31, 55, 114);*/
    color: #FFF;
    border-color: #FD8403;
    background-color: #FD8403;
}
.ranking-reward {
	color: red;
	font-size: 12px;
}
.ranking-gain strong {
	color: #333;
}
.ranking-gain i {
	color: #F60;
}
/* agent */
.agent-brief span {
	color: #FFF;
	font-size: 10px;
	padding: 3px 6px;
	margin-right: 3px;
}
.agent-brief .brief-1 {
	background-color: #007aff;
}
.agent-brief .brief-2 {
	background-color: #dd524d;
}
.agent-brief .brief-3 {
	background-color: #4cd964;
}
.agent-brief .brief-4 {
	background-color: #8a6de9;
}
.agent-brief .brief-5 {
	background-color: #f0ad4e;
}
.agent {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 95%;
	height: 150px;
	background-image: url('../../index/images/agent/style-1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
}
.agent.style-2 {
	background-image: url('../../index/images/agent/style-2.jpg');
}
.agentbk {
	padding: 10px;
	text-align: center;
}
.agentbk h3 {
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000;
	font-size: 16px;
}
.agentbk h4 {
	color: #000;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 300;
}
.agentbk p {
	color: #fff;
	font-weight: 300;
	margin-top: 5px;
	text-align: center;
	position: relative;
	padding: 3px 0;
	border-radius: 5px;
	font-size: 11px;
	cursor: pointer;
	background: rgba(0,0,0,.5);
}
.agentbk p:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 3px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .7;
}
.agentbk p.qq:before {
	background-image: url('../../index/images/qq.png');
}
.agentbk p.wechat:before {
	background-image: url('../../index/images/wechat.png');
}
.agent.style-2 .agentbk h3,.agent.style-2 .agentbk h4 {
	color: #fff;
}
.agent.style-2 .agentbk p {
	background: rgba(255,255,255,.2);
}
.agentbk .avatar {
	position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
/* shop */
.membership-card .mui-media-object.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.membership-card .mui-media-object.bg1 {
	background: #EAEAEA;
}
.membership-card .mui-media-object.bg2 {
	background: #DBF4C1;
}
.membership-card .mui-media-object.bg3 {
	background: #D1E5F7;
}
.membership-card .mui-media-object.bg4 {
	background: #E6DBF9;
}
.membership-card .mui-media-object.bg5 {
	background: #FFECB4;
}
.membership-card .mui-media-object.bg6 {
	background: #FFD4D4;
}
.membership-card .mui-media-object.bg7 {
	background: #C9F1ED;
}
.membership-card .mui-media-object.bg8 {
	background: #FFE2D0;
}
/* footer */
.copyright {
	text-align: center;
	font-size: 12px;
}
.split-line {
	text-align: center;
}
.split-line .line {
	width: 30%;
	display: inline-block;
	border: 0.4px solid #ddd;
	vertical-align: middle;
}
.split-line .content {
	color: #ccc;
	font-size: 12px;
}
.mui-pagination>li>a,
.mui-pagination>li>span {
    color:#f60;
}
.mui-pagination>li.mui-active>a,
.mui-pagination>li.mui-active>a:active,
.mui-pagination>li.mui-active>span,
.mui-pagination>li.mui-active>span:active,
.mui-pagination>li:active>a,
.mui-pagination>li:active>a:active,
.mui-pagination>li:active>span,
.mui-pagination>li:active>span:active {
    border-color:#f60;
    background-color:#f60;
}