@-webkit-keyframes rotate {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  50% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  50% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateContrary {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotateContrary {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*init attr*/
body,ul,ol,li,dl,dt,dd,input,button,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	list-style: none;
}
input,button{
	border: none;
	outline: none;
}
a {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent; 
}
.green {
	color: #00f100 !important;
}
.red {
	color: #ff6161 !important;
}
.gray {
	color: gray !important;
}
.orange {
    color: orange !important;
}
.select {
	line-height: 40px;
	height: 40px;
	background-color: rgba(190,190,190,0.1);
	display: block;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	outline: none;
}
/*copy element*/
.copy-element {
	display: flex;
	display: -webkit-flex;
}
.copy-element .copy {
    color: #ffff;
    margin-right: 4px;
}
/*copy element*/
.clearfix{
	*+height: 1%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.none {
	height: 150px;
	line-height: 150px;
}
.none .none_box {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.none .none_box .tips {
	font-size: 16px;
	color: #545454;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	margin: 0;
}
.none .none_box .iconfont {
	font-size: 22px;
	margin-right: 10px;
	color: #545454;
}
.mui-content-padded {
    text-align: center;
}
.mui-btn-orange {
    color: #e0b100;
    border-color: #e0b100;
}
.mui-btn-pink {
    color: #ff4c96;
    border-color: #ff4c96;
}
.mui-btn-purple {
    color: #8a6ff0;
    border-color: #8a6ff0;
}
.mui-btn-blue {
    color: #55bffb;
    border-color: #55bffb;
}
.tips {
	margin-top: 10px;
    background-color: rgba(195,195,195,0.1);
    padding: 10px 15px;
    border-radius: 8px;
    overflow: hidden;
}
.icon-level:before {
    font-size: 22px;
    margin-right: -6px;
}
.level-1 {
    color: #666;
    border-color: #666;
}
.level-2 {
    color: #cead65;
    border-color: #cead65;
}
.level-3 {
    color: #00ffa1;
    border-color: #00ffa1;
}
.level-4 {
    color: #ffe000;
    border-color: #ffe000;
}
.level-5 {
    color: red;
    border-color: red;
}
.level-6 {
    color: #b1bfe4;
    border-color: #b1bfe4;
}
.level-7 {
    color: blue;
    border-color: blue;
}
.mui-content .icon-level {
    font-size: 12px;
}
/*main*/
.mui-content {
	background-color: #27282c;
}
.mui-bar-nav .header-nav {
    height: 44px;
    line-height: 44px;
    margin: 0 5px;
}
.mui-bar-nav .icon-xiaoxi {
    font-size: 18px;
}
.mui-bar-nav .currency-select-menu {
	font-size: 14px;
    height: inherit;
    margin: 0 5px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
}
.mui-bar-nav .currency-select-menu .submenu {
	position: absolute;
    top: 45px;
    right: 0;
    width: 110px;
    background-color: #37383c;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.mui-bar-nav .currency-select-menu .submenu ul {
	display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.mui-bar-nav .currency-select-menu .submenu li {
	line-height: 22px;
	padding: 5px 10px;
    border-bottom: 1px solid #484848;
}
.mui-bar-nav .currency-select-menu .submenu li.active {
    background-color: #424242;
}
.mui-bar-nav .currency-select-menu .submenu li .item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: flex-start;
    align-items: center;
}
.mui-bar-nav .currency-select-menu .submenu li .item span {
    margin-left: 10px;
    font-size: 13px;
}
.mui-bar-nav .currency-select-menu img {
	width: 30px;
    height: auto;
}

/*nav footer*/
.mui-bar {
	background-color: #27282c;
	box-shadow:none;
}
.mui-bar-nav {
	box-shadow:none;
	background-color: #27282c;
}
.mui-title {
	color: #fff;
}

/*home*/
.home .slider {
	width: auto;
    margin: 0 15px;
}
.home .slider .slider-inner {
	border-radius: 8px;
    box-shadow: 5px 7px 0px #303136;
    background-color: #303136;
    overflow: hidden;
}
.home .slider .slider-inner .item {
    width: 100%;
	height: 180px;
	text-align: center;
}
.home .slider .slider-inner .item img {
	width: 100%;
	height: auto;
}
.home .qk-link {
	padding:15px;
}
.qk-link .qk-link-inner {
	display: flex;
    display: -webkit-flex;
    height: 80px;
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
}
.qk-link-inner .item {
	flex-basis: 25%;
}
.qk-link-inner .item a {
	display: flex;
    display: -webkit-flex;
    flex-direction: column;
    text-align: center;
}
.qk-link-inner .item a .iconfont {
	font-size: 22px;
}
.qk-link-inner .item a span {
	font-size: 12px;
    line-height: 25px;
}

.home .home-tasks {
	padding: 0 15px;
}
.home .home-tasks .layui-tab {
    background-color: transparent;
    border-radius: 0;
}
.home .home-tasks .layui-tab-title {
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.home .home-tasks .layui-tab-title li {
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    flex-basis: 48%;
    font-size: 15px;
    display: flex;
    display: -webkit-flex;
}
.home .home-tasks .layui-tab-title li .iconfont {
	font-size: 22px;
}
.home .home-tasks .layui-tab-brief>.layui-tab-title .layui-this {
    color: #fff;
    background-color: #1fc78f;
}
.home-tasks .item {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #313238;
}
.home-tasks .item a {
	display: flex;
    display: -webkit-flex;
    align-items: center;
}
.home-tasks .item a .level {
	flex-basis: 10%;
}
.home-tasks .item a .level .icon-level {
    font-size: 12px;
}
.home-tasks .item a .level .icon-level:before {
    font-size: 22px;
}
.home-tasks .item a .body {
	flex-basis: 90%;
	position: relative;
}
.home-tasks .item a .body p {
	margin-bottom: 0;
    font-size: 12px;
    line-height: 25px;
}
.home-tasks .item a .body .name {
	color: #989898;
    font-size: 13px;
    line-height: 25px;
}
.home-tasks .item a .body .price {
	position: absolute;
    right: 0;
    top: 35%;
    color: #f15959;
    font-size: 12px;
}
.home-tasks .body .status {
    background-color: #0cc5a7;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}
.home-tasks .body .time {
    color: #fff;
    padding: 5px;
    font-size: 12px;
    background-color: rgba(195,195,195,0.1);
}
.home-tasks .body .Expired, 
.home-tasks .body .Finished, 
.home-tasks .body .Received {
    background-color: rgba(195,195,195,0.1);
}
/*home*/

/*task page*/
.task_page {
    padding:15px;
}
.task_page .task_panel {
	border-radius: 8px;
    color: #fff;
    background-color: rgba(195,195,195,0.1);
    padding: 15px;
    margin-bottom: 15px;
}
.task_panel .title {
    font-size: 16px;
    color: #fff;
}
.task_page .task_panel .box {
	padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.task_page .task_panel .box .col {
	flex-basis: 50%;
    padding:10px 0;
}
.task_panel .box .col .col-name {
    color: #6c6f76;
}
.task_panel .box .col .col-val {
    color: #5effc9;
    font-size: 16px;
    line-height: 30px;
}
.task_page .tasks-cate .title {
    line-height: 30px;
    font-size: 16px;
}
.tasks-cate .layui-tab {
    background-color: transparent;
    border-radius: 0;
}
.tasks-cate .layui-tab-title {
    margin: 0;
    margin-bottom: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.tasks-cate .layui-tab-title li {
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    flex-basis: 48%;
    font-size: 15px;
    display: flex;
    display: -webkit-flex;
}
.tasks-cate .layui-tab-title li .iconfont {
	font-size: 22px;
}
.tasks-cate .layui-tab-brief>.layui-tab-title .layui-this {
    color: #fff;
    background-color: #1fc78f;
}
.tasks-cate .box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tasks-cate .box .tasks-level {
    margin-bottom: 10px;
}
.tasks-cate .box .tasks-level a {
    width: 80px;
    height: 80px;
    display: block;
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.tasks-cate .box .tasks-level .border {
    width: 50%;
    height: 50%;
    border: 2px solid;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.tasks-cate .box .tasks-level .icon-level {
    font-size: 12px;
}
.tasks-cate .box .tasks-level .icon-level:before {
    font-size: 22px;
}
/*task page*/

/* login */
.login {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
/* Animation bg*/
.lg-bg {
    background: linear-gradient(60deg, #3ddef0 0%, #60ffc2 100%);
}
.lg-bg .inner {
    min-height: 100px;
    padding: 30px 0;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.logo {
    text-align: center;
}
.logo .name {
    color: #ffffff;
    line-height: 30px;
}
.logo .icon-logo {
    font-size: 50px;
    color: #ffffff;
    line-height: 45px;
}
.waves {
    position: relative;
    width: 100%;
    margin-bottom: -7px;
    min-height: 80px;
    max-height: 100px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/* Animation bg*/
.layui-tab {
	text-align: left!important;
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
}
.layui-tab-title {
	position: relative;
	left: 0;
	height: 40px;
	white-space: nowrap;
	font-size: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
	margin: 0 15px 20px;
}
.layui-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: 40px;
	min-width: 65px;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
}
.layui-tab-brief>.layui-tab-title .layui-this {
	color: #5effc9;
}
.layui-tab-content {

}
.layui-tab-item {
	display: none;
}
.layui-show {
	display: block!important;
}
.login .main-login {
    padding: 25px 15px
}
.login .link-area {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	padding: 10px 0;
}
.login .link-area span {
    padding: 0 10px;
}
.country-phone {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.country-phone .country {
	flex-basis: 35%;
}
.country-phone .phone {
    flex-basis: 60%;
}
.g-recaptcha {
	margin: 0 auto;
}
.grecaptcha-badge {
	display: none !important;
}
.login .mui-input-group:after {
	height: 0;
}
.login .mui-input-group:before {
	height: 0;
}
.input-flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
    margin-bottom: 15px;
}
.input-flex input {
    margin-bottom: 0;
}
.verify-code {
	flex-basis: 70%;
	position: relative;
}
.send-input {
	display: flex;
	display: -webkit-flex;
}
.send-input .mui-btn {
	float: none;
	width: auto;
}
.mui-btn-block {
	outline: none;
    padding: 10px 0;
}
/* login */

/*forget_password*/
.forget_password .main {
	padding: 25px 15px;
}
.forget_password .tips {
    margin-bottom: 15px;
}
.forget_password .tips p {
    font-size: 12px;
    color: #c1c1c1;
}
/*forget_password*/

/*reset_password*/
.reset_password .main {
	padding: 25px 15px;
}
.reset_password .tips {
    margin-bottom: 15px;
}
.reset_password .tips p {
    font-size: 12px;
    color: #c1c1c1;
}
/*reset_password*/


/*member*/
.member-page {
    padding: 0 15px;
}
.member-page .user-info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 10px 0;
}
.user-info .box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.user-info .box .user-avatar {
    width: 60px;
    height: 60px;
    border: 1px solid #505050;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.user-info .box .user-avatar a {
    display: block;
    width: inherit;
    height: inherit;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.user-info .box .user-avatar img {
    width: 100%;
    height: 100%;
}
.user-info .box .user-avatar .icon-logo {
    font-size: 80px;
    color: #ffffff;
}
.user-info .box .account-info {
    padding-left: 10px;
}
.user-info .box .account-info h6 {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    display: flex;
    display: -webkit-flex;
}
.user-info .box .account-info h6 .icon-level {
    font-size: 12px;
    padding-left: 5px;
}
.user-info .box .account-info h6 .icon-level:before {
    font-size: 20px;
}
.user-info .box .account-info .userId {
    font-size: 12px;
    display: flex;
    display: -webkit-flex;
}
.user-info .box .account-info .userId .id {
    padding-right: 5px;
}
.user-info .upgrade {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.user-info .upgrade a {
    font-size: 12px;
    color: #ffc800;
}
.member-page .member_sale {
    padding: 15px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.member_sale .item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    text-align: center;
    flex-basis: 33.33333%;
}
.member_sale .item .val {
    font-size: 14px;
    color: #fff;
}
.member_sale .item span {
    font-size: 12px;
    color: #5d5d5d;
}
.action_area {
    width: 100%;
    padding: 10px 0;
}
.action_area .box {
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 15px 0;
}
.action_area .box .item {
    flex-basis: 25%;
}
.action_area .box .item a {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.action_area .box .item a span {
    font-size: 12px;
    line-height: 30px;
}
.action_area .box .item a .iconfont {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 30px;
    font-size: 20px;
    border: 1px solid;
}
.action_area .box .item a .icon-team {
    color: #ff4c96;
    border-color: #ff4c96;
}
.action_area .box .item a .icon-balance {
    color: #8a6ff0;
    border-color: #8a6ff0;
}
.action_area .box .item a .icon-wallet {
    color: #55bffb;
    border-color: #55bffb;
}
.action_area .box .item a .icon-coupon {
    color: #e0b100;
    border-color: #e0b100;
}
.member-page .stats {
    padding: 15px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.member-page .stats .box {
    flex-basis: 48%;
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding: 10px;
}
.member-page .stats .box .stats-title {
    position: relative;
    font-size: 15px;
    color: #fff;
    line-height: 35px;
}
.member-page .stats .box .stats-title a {
    display: block;
}
.member-page .stats .box .stats-title .iconfont {
    font-size: 12px;
}
.member-page .stats .box .col-name {
    font-size: 12px;
    color: #6f6f6f;
    line-height: 20px;
}
.member-page .stats .box .col-val {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.member-page .member_nav {
    width: 100%;
    padding: 10px 0;
}
.dd-table-view {
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    overflow: hidden;
}
.dd-table-view .dd-table-view-cell {
    position: relative;
    line-height: 40px;
    padding: 0 15px;
}
.dd-table-view .dd-table-view-cell a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dd-table-view .dd-table-view-cell .mui-navigate-right {
    margin-right: 25px;
}
.dd-table-view .dd-table-view-cell .mui-badge {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dd-table-view .dd-table-view-cell .mui-navigate-right>.mui-badge {
    right: 35px;
}
.dd-table-view .dd-table-view-cell:focus,
.dd-table-view .dd-table-view-cell:active {
    background-color: rgba(195,195,195,0.2);
}
.dd-table-view .dd-table-view-cell .iconfont {
    font-size: 14px;
    padding-right: 5px;
}
/*member*/


/*sale*/
.sale {
    padding: 15px;
}
.sale .total {
	height: 150px;
	line-height: 150px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
}
.sale .mui-table {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.sale .mui-table-view-cell {
    padding: 10px 0;
}
.sale .total h6 {
	font-size: 20px;
    color: #fff;
    line-height: 25px;
}
.sale .total p {
	line-height: 25px;
    margin-bottom: 0;
    color: #797979;
    font-size: 12px;
}
.sale .money {
    font-size: 12px;
	color: #11dc11;
}
/*sale*/

/*vip*/
.vip {
    padding:0 15px;
}
.vip .mui-table-view {
	margin-top: 10px;
}
.vip .mui-table-view img {
	width: 18px;
    vertical-align: middle;
}
.vip .mui-table-view p {
	padding: 10px;
}
.vip .offer,
.vip .charge {
	color: #f15959;
	padding-left: 5px;
}
.vip .currency {
	font-size: 12px;
	color: #8e8e8e;
	margin-right: -10px;
}
.vip .list {
	padding: 15px 0;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.vip .list .item {
    flex-basis: 32%;
}
.vip .list .sub {
    width: 100%;
    padding: 15px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(195,195,195,0.2);
}
.vip .list .sub .level {
    height: 30px;
    line-height: 30px;
}
.vip .list .sub .icon-level {
    font-size: 12px;
}
.vip .list .sub .icon-level:before {
    font-size: 22px;
}
.vip .list .sub .price {
	color: #d1d1d1;
    font-size: 12px;
}
.vip .list .sub.lv {
	background-color: rgba(195,195,195,0.1);
}
.vip .list .sub.lv.active {
	background-color: #000000;
}
.vip .list .sub.lv .price {
	color: #ffffff;
    font-size: 12px;
}
.vip .pay_for_friends {
	text-align: center;
	padding: 5px 0;
    margin-bottom: 10px;
}
.vip .pay_for_friends a {
    color: #0cc5a7;
}
.vip .payment-type {
    color: #ffffff;
	margin-bottom: 10px;
}
.vip .my_level {
    padding: 10px 0;
}
.vip .my_level .box {
    background-color: rgba(195,195,195,0.1);
    padding: 10px;
    border-radius: 5px;
}
.vip .my_level .title {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.vip .my_level .info {
    line-height: 25px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    padding: 0;
    font-size: 12px;
}
.vip .my_level .info .icon-level {
    font-size: 12px;
}
.vip .my_level .nickname {
    padding-right: 5px;
}
.vip .my_level .wallet_balance {
    color: #fff;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    font-size: 12px;
    line-height: 25px;
}
.vip .my_level .wallet_balance .name {}
.vip .my_level .wallet_balance .val {
    margin-left: 6px;
}
.vip .crypto_trade {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.vip .crypto_trade .item {
    height: 40px;
    line-height: 40px;
}
.vip .crypto_trade .item a {
    display: flex;
    align-items: center;
    height: inherit;
    overflow: hidden;
}
.vip .crypto_trade .item a .iconfont {
    font-size: 20px;
}
/*vip*/

/*pay_for_friends*/
.pay_for_friends .for_who {
	padding: 25px 0 15px;
}
.pay_for_friends .for_who .input-flex {
	justify-content:space-between;
	margin-bottom: 15px;
}
.pay_for_friends .for_who .input-flex .mui-input-row {
	flex-basis: 78%;
}
.pay_for_friends .for_who input {
	margin:0;
}
.pay_for_friends .for_who .send-input {
	flex-basis: 20%;
}
.pay_for_friends .for_who .send-input button {
	height: 40px;
}
.pay_for_friends .for_who .user_info {
	margin-top: 15px;
	display: none;
}
.pay_for_friends .for_who .user_info .insert {
	background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
}
.pay_for_friends .for_who .user_info .insert .val {
    color: #5effc9;
    padding-left: 5px;
}
.pay_for_friends .for_who .user_info .insert p {
	color: #c3c3c3;
	margin: 0;
}
.pay_for_friends .for_who .user_info .icon-level {
    font-size: 12px;
}
.pay_for_friends .for_who .select_level {
	margin-top: 15px;
}
/*pay_for_friends*/

/*pay order*/
.order .mui-table-view {
	margin-top: 15px;
}
.order .mui-table-view .mui-table-view-cell label {
	color:#cccccc;
}
.order .icon-level {
    font-size: 12px;
}
.order .select_wrap {
	padding: 20px;
}
/*pay order*/

/*team*/
.team .team_tab {

}
.team .team_tab ul {
	overflow: hidden;
}
.team .team_tab ul li {
	width: 33.333%;
	float: left;
	text-align: center;
	line-height: 40px;
	position: relative;
	border-bottom: 1px #5f5f5f solid;
}
.team .team_tab ul li.current {
	border-bottom: 2px #5effc9 solid;
}
.team .team_tab li a {
	display: block;
	color: #ffffff;
}
.team .team_tab li.current a {
    color: #5effc9;
}
.team .mui-table-view .mui-pull-left {
	color: #c1c1c1;
}
.team .mui-table-view .mui-pull-left .icon-level:before {
    font-size: 20px;
}
/*team*/

/*balance_page*/
.balance_page {
    padding: 0 15px;
}
.balance_page .dash-box {
	padding: 25px;
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.balance_page .dash-box .outer-border {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px outset #68febe;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: rotate linear 3s infinite;
    animation: rotate linear 3s infinite;
}
.balance_page .dash-box .inner-border {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px dotted #69febe;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.balance_page .dash-box .content {
    text-align: center;
    -webkit-animation: rotateContrary linear 3s infinite;
    animation: rotateContrary linear 3s infinite;
}
.balance_page .dash-box p {
    margin:0;
}
.balance_page .dash-box p.amount {
	line-height: 20px;
	font-size: 16px;
	color: #ffffff;
}
.balance_page .dash-box p.currency {
    font-size: 12px;
    color: #9e9e9e;
}
.balance_page .link-area {
	text-align: center;
	position: fixed;
	bottom: 0;
	line-height: 80px;
	width: 100%;
	color: #ccc;
}
/*balance_page*/

/*withdrawal*/
.withdrawal .box {
	padding:15px;
	margin-top: 10px;
}
.withdrawal .box h5 {
	font-size: 14px;
	padding-bottom: 10px;
	color: #ffffff;
}
.withdrawal .box .account-info {
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    color: #ffffff;
    border-top: 1px solid #313238;
    border-bottom: 1px solid #313238;
    padding: 10px 0;
}
.withdrawal .box .tips p {
	font-size: 12px;
    margin: 0;
    color: #c3c3c3;
}
/*withdrawal*/

/*withdrawal_log*/
.withdrawal_log .mui-table-view li {
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.withdrawal_log .mui-table-view li .withdrawal-info .amount {
	font-size: 14px;
	margin-bottom: 5px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
    color: #fff;
}
.withdrawal_log .mui-table-view li .withdrawal-info .amount .type {
	font-size: 12px;
    color: #6f6f6f;
    padding-left: 10px;
}
.withdrawal_log .mui-table-view li .withdrawal-info .charge, 
.withdrawal_log .mui-table-view li .withdrawal-info .actual_receipt {
	font-size: 12px;
	color: #6f6f6f;
}
.withdrawal_log .mui-table-view li .withdrawal-info .charge .rate {
	color: #ff6161;
}
.withdrawal_log .mui-table-view li .withdrawal-info .actual_receipt .num {
	color: #5effc9;
}
.withdrawal_log .mui-table-view li .state {
	color: gray;
}
.withdrawal_log .mui-table-view li .state[data-status="1"] {
	color: #1cfd1c;
}
.withdrawal_log .mui-table-view li .state[data-status="-1"] {
	color: #ff6161;
}
/*withdrawal_log*/

/*bill*/
.bill .mui-table-view li {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.bill .mui-table-view li .info {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-basis: 75%;
}
.bill .mui-table-view li .info .time {
	color: #b1b1b1;
}
.bill .mui-table-view li .info .remark {
	flex-basis: 70%;
	padding-left: 15px;
	color: #cecece;
}
.bill .mui-table-view li .amount {
	font-size: 12px;
}
/*bill*/

/*info*/
.info {
    padding: 15px 0;
}
.info .mui-table-view {
	margin-top: 10px;
}
.info .mui-table-view p {
	color: #ffffff;
}
.info .mui-pull-right {
	font-style: normal;
	color: #999999;
	margin-right: -25px;
	font-size: 13px;
}
.info #avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.info .icon-logo {
    color: #ffffff;
    font-size: 25px;
}
.info_edit {
    padding: 15px;
}
.info_edit .upload_avatar {
    margin-bottom: 20px;
}
.info_edit .uploader-list {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #444;
    overflow: hidden;
    border-radius: 50%;
}
.info_edit .uploader-list img {
    width: 100%;
    height: 100%;
}
.info_edit .uploader-list .file-item .info,
.info_edit .uploader-list .file-item .progress {
    display: none;
}
.info_edit #filePicker {
    margin-top: 10px;
    text-align: center;
}
.info_edit .webuploader-container .webuploader-pick {

}
.info_edit .webuploader-container input[name="file"] {
    display: none;
}
.info_edit .row {
	margin-bottom: 15px;
}
.info_edit .country label {
	height: 40px;
	padding: 0 5px;
	color: #b1b1b1;
}
/*info*/

/*settings*/
.settings .mui-table-view {
	margin-top: 15px;
}
.settings .update {
	font-style: normal;
	color: #999999;
	margin-right: -25px;
	font-size: 15px;
}
.about {
    padding: 0 15px;
}
.about .logo {
	text-align: center;
	padding: 25px 0;
}
/*settings*/

/*count_down*/
#count_down {
	margin-bottom: 15px;
    background-color: #e0b100;
    border-radius: 8px;
}
#count_down .insert {
	display: flex;
    display: -webkit-flex;
    color: #fff;
    justify-content: space-around;
    padding: 10px 0;
}
#count_down .insert .time {
	display: flex;
    display: -webkit-flex;
    flex-basis: 90%;
    justify-content: space-evenly;
}
#count_down .insert .time .num {
	font-size: 16px;
	color: #fff;
}
#count_down .insert .time .text {
	font-size: 12px;
	color: #f3f3f3;
    line-height: 18px;
}
#count_down .insert .time>div {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#count_down .insert .expirte {
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
}
#count_down .insert .link {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-direction: column;
    padding: 0 10px;
}
#count_down .insert .link .iconfont {
	color: #fff;
	font-size: 22px;
}
/*count_down*/

/*wallet*/
.wallet {
    padding: 15px;
}
.wallet .assets_list .item {
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.wallet .item .symbol_info {
	display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.wallet .symbol_info .name {
	font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 10px;
}
.wallet .symbol_info .balance {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.wallet .symbol_info .balance .box {
    text-align: center;
}
.wallet .symbol_info .balance .box span {
    font-size: 12px;
    color: #ffffff;
}
.wallet .symbol_info .balance .box .normal_balance {
    color: #5effc9;
}
.wallet .symbol_info .balance .box .lock_balance {
    color: #f15959;
}
.wallet .symbol_info .balance .box .title {
    font-size: 12px;
    color: #777777;
}
.wallet .wallet-action {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bind-wallet {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.bind-wallet .tips {
    margin-bottom: 15px;
}
.bind-wallet .use-tit {
    font-size: 12px;
}
.bind-wallet .iconfont {
	font-size: 15px;
}
.bind-wallet .assets_balance {
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
    font-size: 12px;
}
.bind-wallet .crypto_address {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.bind-wallet .crypto_address .title {
	margin-bottom: 10px;
}
.bind-wallet .crypto_address .address {
	margin-bottom: 15px;
	color: #5effc9;
	font-size: 13px;
}
.bind-wallet .crypto_address .address_btn {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.bind-wallet .notes {
    padding: 10px 0;
}
.bind-wallet .notes .title {
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 5px;
}
.bind-wallet .notes p {
    font-size: 12px;
    color: #b3b3b3;
    margin-bottom: 5px;
}
.bind-wallet .notes .import {
    color: #ff7676;
}
.bind-wallet .input_wrap label {

}
.wallet .not-activate-wallet {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	padding: 20px 0;
}
.wallet .not-activate-wallet .tips_icon {
	text-align: center;
	margin-bottom: 10px;
}
.wallet .not-activate-wallet .tips_icon .iconfont {
	font-size: 70px;
	line-height: 70px;
	color: #ff6868;
}
.wallet .not-activate-wallet .msg {
	text-align: center;
}
.wallet .input_wrap_flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.wallet .input_wrap_flex .mui-btn {
	height: 40px;
	margin-left: 10px;
}
.popup {
	box-sizing: border-box;
	min-width: 0px;
	display: flex;
	display: -webkit-flex;
	align-content: center;
	margin: 0px;
	display: none;
}
.popup-mask {
	box-sizing: border-box;
	min-width: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	margin: 0px;
}
.popup-wrap {
	box-sizing: border-box;
	width: 80%;
	min-width: 0px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px);
	box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 40px;
	z-index: 1200;
	margin: 0px;
	background: rgb(255, 255, 255);
	border-radius: 4px;
}
.popup-container {
	box-sizing: border-box;
	min-width: 0px;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
.popup-close {
	box-sizing: border-box;
	min-width: 0px;
	position: absolute;
	top: -3px;
	right: -25px;
	cursor: pointer;
	margin: 0px;
}
.popup-close span {
	box-sizing: border-box;
	min-width: 0px;
	color: rgb(255, 255, 255);
	font-size: 24px;
	width: 1em;
	height: 1em;
	margin: 0px;
}
.popup-content {
	box-sizing: border-box;
	min-width: 0px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	margin: 0px;
	flex: 1 1 0%;
	-webkit-flex: 1 1 0%;
	padding: 10px;
}
.popup-content p {
	width: 100%;
	text-align: left;
	color: #666666;
}
.popup-title {
	box-sizing: border-box;
	min-width: 0px;
	font-size: 14px;
	color: rgb(30, 32, 38);
	margin: 0px;
}
.popup-qrcode {
	box-sizing: border-box;
	min-width: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 48px;
	padding-right: 48px;
	margin: 0px;
}
.popup-address {
	box-sizing: border-box;
	min-width: 0px;
	max-width: 300px;
	word-break: break-all;
	font-size: 14px;
	color: rgb(47, 100, 252);
	margin: 0px;
}
/*wallet*/

/*apply*/
.apply {
    padding: 15px;
}
.apply .mui-table-view {
    margin-bottom: 10px;
}
.apply .mui-table-view-cell {
    padding: 10px 0;
}
.apply-list .mui-table-view-cell>a:not(.mui-btn) {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	white-space: normal;
}
.apply-list {

}
.apply-list .task-info {
	flex-basis: 55%;
}
.apply-list .task-info .title {
	font-size: 14px;
	color: #ccc;
}
.apply-list .task-info .price {
	font-size: 12px;
	color: red;
}
.apply-list .task-info .time {
	font-size: 12px;
	color: #989898;
}
.apply .mui-table-view .remark {
	font-size: 12px;
	margin-top: 5px;
	color: #1da1f2;
}
.apply .mui-table-view .status {
	font-size: 14px;
}
.apply-list .mui-table-view .status[data-status="1"],
.apply .mui-table-view .status[data-status="1"] {
	color: orange;
}
.apply-list .mui-table-view .status[data-status="-1"],
.apply .mui-table-view .status[data-status="-1"] {
	color: red;
}
.apply-list .mui-table-view .status[data-status="-2"],
.apply .mui-table-view .status[data-status="-2"] {
	color: gray;
}
.apply-list .mui-table-view .status[data-status="2"],
.apply .mui-table-view .status[data-status="2"] {
	color: green;
}
.apply p {
    color: #dddddd;
    font-size: 14px;
}
.apply p.title {
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
}
/*apply*/

/*submit task do*/
.task_do {
	padding: 10px 15px;
}
.task_do .submit_box {
	position: relative;
    margin: 25px 0;
}
.task_do .submit_box .limit_submit {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: rgb(0 0 0 / 0.67);
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	text-align: center;
}
.task_do .submit_box .limit_submit .icon-mima {
	color: #ffffff;
	font-size: 55px;
	line-height: 55px;
}
.task_do .submit_box .limit_submit p {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
}
.task_do .upload_box {
	margin-top: 15px;
    margin-bottom: 15px;
}
.task_do .t {
    line-height: 25px;
	color: #ffffff;
}
.task_do .tips p {
	color: #cacaca;
    font-size: 12px;
}
/*submit task do*/

/*messages*/
.messages #system_list {
	margin-bottom: 15px;
}
.messages .mui-media .mui-badge {
	position: unset;
	transform: unset;
}
.messages .icon-delete {
    font-size: 22px;
}
.messages .mui-table-view-cell {

}
.messages .content {
	font-size: 14px;
	color: #c1c1c1;
	line-height: 22px;
}
.messages .time {
	font-size: 12px;
	color: #777777;
	line-height: 22px;
	margin-top: 2px;
}
/*messages*/

/*invite*/
.invite {
	padding: 15px;
}
.invite .invite_text {
	margin-bottom: 20px;
	color: #a7a7a7;
	font-size: 14px;
}
.invite .invite_code_link .box {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 20px;
	flex-direction: column;
	border-bottom: 1px solid #3a3a3a;
	padding-bottom: 20px;
}
.invite .invite_code_link .box .title {
	margin-bottom: 10px;
}
.invite .target_link {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.invite .target_link a {
	padding: 0 15px;
	color: #0cc5a7;
}
/*invite*/

/*community*/
.community {
	
}
.community .community-content {
	padding: 15px;
}
.community h6 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	color: #ffffff;
}
.community ul {
	border-bottom: 1px solid #383838;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.community ul li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	line-height: 32px;
}
.community ul .iconfont {
	color: #ffffff;
    font-size: 18px;
    margin-right: 5px;
}
.community a {
	color: #5effc9;
	text-decoration: underline;
}
.community .icon-copy {
	margin-left: 5px;
}
/*community*/

/*page*/
.page {
    padding: 0 15px;
}
.page .cate {
	display: flex;
    display: -webkit-flex;
    font-size: 12px;
    padding: 10px 0;
}
.page .cate a {
	padding: 0 15px;
    margin-right: 10px;
    line-height: 30px;
    display: block;
    color: #fff;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    text-align: center;
    background-color: rgba(195,195,195,0.1);
    border-radius: 99999px;
    overflow: hidden;
}
.page .cate a.active {
	color: #000000;
    background-color: #5effc9;
}
.page .page-list {}
.page .page-list-li {
    padding: 10px 0;
    border-bottom: 1px solid #313131;
}
.page .page-list-li a {
    font-size: 14px;
    color: #e0e0e0;
}
.page .page-list-li .time {
    margin-top: 5px;
}
.page .page-list-li .time p {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 25px;
}
.page .title {
	border-bottom: solid 1px rgb(64 64 64);
	padding: 10px 0;
}
.page .title h1 {
	font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #ffffff;
}
.page .title p {
	color: #9a9a9a;
	font-size: 12px;
	margin:0;
}
.page .content {
    font-size: 14px;
	padding: 10px 0;
    color: #a7a7a7;
}
.page .content .insert {
	overflow: hidden;
}
.page .content p {
	line-height: 22px;
	color: #a7a7a7;
	padding-bottom: 8px;
}
.page .content img {
	max-width: 100%;
}
.page .content h4 {
	margin: 8px 0;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
    line-height: 25px;
}
.page .content strong {
	color: #ffffff;
}
/*page*/

/*app*/
.app {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.app .app-main {
	margin-top: 30px;
}
.app .app-main .app-icon {
    padding: 25px 0;
}
.app .app-download-btn {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
	height: 80px;
	align-items: center;
}
.app .download{
	width: 200px;
	line-height: 40px;
	color: #fff;
	font-size: 22px;
	border-radius: 9999px;
	outline: none;
}
.app .ios {
	background-image: url(../../static/images/ios.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 20px center;
}
.app .android {
	background-image: url(../../static/images/android.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 20px center;
}
.app .page-tips {
	padding: 0 25px;
	margin-bottom: 20px;
	text-align: center;
}
.app .page-tips p {
	font-size: 16px;
	color: #adadad;
	line-height: 27px;
}
.app .page-title {
	font-size: 27px;
	color: #ffffff;
    line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
/*app*/

/*submission_task*/
.submission_task {
    padding: 15px 0;
}
.submission_task .mui-table-view-cell {
    background-color: rgba(195,195,195,0.1);
}
.submission_task .icon-time {
    font-size: 20px;
    color: #b5b5b5;
}
.submission_task .title {
    font-size: 12px;
	white-space: normal;
}
/*submission_task*/

/*.task_list*/
.task_list .mui-table-view-cell>a:not(.mui-btn) {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.task_list .mui-table-view .mui-media-object {
	line-height: 30px;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.task_list .mui-table-view .mui-media-body {
	flex-basis: 80%;
}
.task_list .mui-media-body .name {
	font-size: 14px;
	color: #ffffff;
	white-space: normal;
}
.task_list .mui-table-view-cell p {
	font-size: 12px;
}
.task_list .status-and-price {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-direction: column;
}
.task_list .status-and-price .price {
	font-size: 12px;
	color: #f15959;
	flex-basis: 20%;
	text-align: center;
}
.task_list .status-and-price .status {
	font-size: 12px;
    padding: 5px;
	color: #ffffff;
	overflow: hidden;
	line-height: 120%;
    background-color: #0cc5a7;
}
.task_list .status-and-price .Expired,
.task_list .status-and-price .Finished,
.task_list .status-and-price .Received {
	background-color: rgba(195,195,195,0.1);
}
/*task_list*/

/*task_show*/
.task_show {
	padding: 10px 15px;
}
.task_show .tip_box {
	margin-bottom: 20px;
}
.task_show .tip_box .t1 {
	padding: 9px 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 10px;
}
.task_show .tip_box .t2 {
	padding: 10px;
    color: #ababab;
    font-size: 12px;
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
}
.task_show .tip_box .t3 {
	padding: 10px;
    border-top: 1px solid #4a4a4a;
    margin-top: 10px;
    color: #ffffff;
}
.task_show .tip_box .t3 p {
    color: #ffffff;
}
.task_show .tip_box .content {
	padding: 10px;
}
.task_show .tip_box .content img {
	max-width: 100%;
}
/*task_show*/

/*locked*/
.locked {
	height: calc(100vh - 45px);
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}
.locked .mui-card {
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    margin: 15px;
}
.locked .mui-card-header {
	justify-content: center;
}
.locked .mui-card-content p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
}
.locked .mui-card-footer .mui-btn {
	margin: 0 auto;
}
/*locked*/

/*maintain*/
.maintain {
	height: calc(100vh - 45px);
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}
.maintain .mui-card {
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    margin: 15px;
}
.maintain .mui-card-header {
	justify-content: center;
}
.maintain .mui-card-content p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
}
/*maintain*/


/*otc*/
.otc .filter .filter-tab {
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 16px;
}
.otc .filter-tab .side-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.otc .filter-tab .side-box .item {
	height: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #545454;
	line-height: 20px;
}
.otc .filter-tab .side-box .item:first-child {
	margin-right: 18px;
}
.otc .filter-tab .side-box .item.side-active {
	font-size: 24px;
	line-height: 28px;
}
.otc .filter-tab .side-box .item.buy.side-active {
	color: #2ead65;
}
.otc .filter-tab .side-box .item.sell.side-active {
	color: #e35e5e;
}
.otc .filter-tab .icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.otc .filter-tab .icon-box .iconfont {
	font-size: 20px;
	margin-left: 12px;
}
.otc .filter-base {
	border-top: thin solid #3e3e3e;
	border-bottom: thin solid #3e3e3e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.otc .filter-base .base-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 16px;
	width: 100%;
	overflow-x: scroll;
}
.otc .filter-base .base-item {
	font-size: 14px;
	font-weight: 500;
	color: #545454;
	margin-right: 24px;
	padding: 7px 0;
	line-height: 20px;
}
.otc .filter-base .base-item.base-active {
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
}
.otc .adv-list .merchant {
	margin-bottom: 5px;
	line-height: 25px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.otc .adv-list .merchant .icon-verified-2 {
    color: #f5d700;
    font-size: 20px;
    margin-left: 2px;
}
.otc .adv-list .merchant .name {
    font-weight: 600;
    color: #fff;
}
.otc .adv-list .other-info .mui-pull-right {
	color: #fff;
}
.otc .adv-list .other-info p {
	margin-bottom: 5px;
}
.otc.buy .adv-list .other-info p .unit-price {
	color: #00f100;
}
.otc.sell .adv-list .other-info p .unit-price {
	color: #ff6161;
}
.otc .adv-list .action button {
	text-transform: capitalize;
}
.otc.buy .adv-list .action button {
	background-color: #2ead65;
	border: 1px solid #2ead65;
}
.otc.sell .adv-list .action button {
	background-color: #e35e5e;
	border: 1px solid #e35e5e;
}
.otc .icon-box .more-icon {
	position: relative;
	margin-right: 0;
	vertical-align: bottom;
    color: #fff;
}
.otc .icon-box .more-menus {
	padding: 12px 24px 12px 12px;
    position: absolute;
    z-index: 999;
    right: 0;
    margin-top: 2px;
    background: #35363a;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    white-space: nowrap;
}
.otc .icon-box .more-menus .iconfont {
	margin-left: 0;
	margin-right: 6px;
	font-size: 17px;
}
.otc .icon-box .more-menus .item {
	margin-right: 0;
	line-height: 30px;
	font-weight: 400;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: 2px solid transparent;
	font-size: 14px;
	display: flex;
	display: -webkit-flex;
}
.otc .icon-box .more-menus-hidden {
	display: none;
}
/*otc*/

/*merchant*/
.merchant_page .conditions {
	padding: 20px 15px;
    color: #fff;
}
.merchant_page .conditions h3 {
	margin-bottom: 15px;
	line-height: 40px;
    color: #fff;
}
.merchant_page .conditions ul {}
.merchant_page .conditions ul li {
	margin-bottom: 15px;
}
.merchant_page .conditions ul li h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
    color: #fff;
}
.merchant_page .conditions ul li small {
	color: #a0a0a0;
}
/*merchant*/


/*publish_adv*/
.publish_adv {
	height: calc(100vh - 94px);
    overflow: auto;
}
.publish_adv .head {
	padding: 15px;
}
.publish_adv .head h3 {
	line-height: 35px;
}
.publish_adv .price_reference {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	height: 25px;
}
.publish_adv .head small {
	padding: 5px 0;
}
.publish_adv .form_box {
	padding: 0 15px;
}
.publish_adv .input-flex {
    align-items: center;
}
.publish_adv .input-flex span {
    font-size: 20px;
    padding: 0 10px;
}
/*publish_adv*/


/*my_adv*/
.my_adv {
	overflow: auto;
	padding-bottom: 20px;
}
.my_adv .merchant_info {
	padding:15px;
}
.my_adv .merchant_info .mer_name {
	display: flex;
    display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
}
.my_adv .merchant_info .mer_name h4 {
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}
.my_adv .merchant_info .mer_name .icon-verified-2 {
	color: #f5d700;
    font-size: 20px;
    margin-left: 2px;
}
.my_adv .merchant_info .tx {
	color: #7b7b7b;
}
.my_adv .mer_stat_data {
	display: flex;
    display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
}
.my_adv .mer_stat_data .item {
	flex-basis: 50%;
    text-align: center;
}
.my_adv .mer_stat_data .item .val {
	font-size: 15px;
	line-height: 30px;
    color: #ffffff;
}
.my_adv .mer_stat_data .item .text {
	font-size: 12px;
	color: #7b7b7b;
}
.my_adv .mer_adv_list {
	padding: 10px 0;
}
.my_adv .mer_adv_list .inner .col {
	line-height: 25px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.my_adv .mer_adv_list .inner .col .order-type {
    color: #ffffff;
}
.my_adv .mer_adv_list .inner .col .order-status {
	line-height: 20px;
    font-size: 12px;
    display: inline-block;
    padding: 3px 6px;
    color: #ffffff;
    background-color: rgba(190,190,190,0.1);
}
.my_adv .mer_adv_list .inner .col .waiting-payment {
    background-color:#f0ad4e;
}
.my_adv .mer_adv_list .inner .col .waiting-released {
    background-color:#dd524d;
}
.my_adv .mer_adv_list .inner .col .completed {
    background-color:#4cd964;
}
.my_adv .mer_adv_list .inner .col .type {
	text-transform: capitalize;
	font-weight: 600;
}
.my_adv .mer_adv_list .inner .col .order-amount {
    color: #5effc9;
}
.my_adv .mer_adv_list .inner .col .col-name {
	font-size: 13px;
	color: #7d7d7d;
}
.my_adv .mer_adv_list .inner .col .col-val {
	font-size: 13px;
}
.my_adv .mer_adv_list .inner .col-btn {
	margin: 10px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.my_adv .mer_adv_list .inner .buy {
	color: #00f100;
}
.my_adv .mer_adv_list .inner .sell {
	color: #ff6161;
}
/*my_adv*/

/*trade*/
.trade {
	height: 100vh;
}
.trade .inner {
	padding:20px 15px;
}
/*trade*/

/*paid*/
.paid {
    padding: 15px;
}
.paid .upload_screenshot {
    margin-bottom: 20px;
}
.paid .uploader-list {
    width: 100%;
    min-height: 360px;
    border: 1px solid #444;
}
.paid .uploader-list img {
    width: 100%;
    height: 100%;
}
.paid #filePicker {
    margin-top: 10px;
    text-align: center;
}
.paid .webuploader-container input[name="file"]{
    display: none;
}
/*paid*/

/*order-details*/
.order-details .order-status {
	height: 120px;
	padding: 15px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}
.order-details .order-status.buy {
	background-color: #4ac780;
}
.order-details .order-status.sell {
	background-color: #dd524d;
}
.order-details .order-status .text {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}
.order-details .order-status small {
	line-height: 15px;
}
.order-details .order-status .end-time {
    font-size: 15px;
    color: #000000;
    padding: 5px 0;
}
.order-details .order-status.sell .end-time {
    color:#00f96b;
}
.order-details .order-status.buy .end-time {
    color:#ff0000;
}
.order-details .details {
	padding: 20px 15px;
}
.order-details .details .order-type {
	line-height: 35px;
	font-size: 16px;
}
.order-details .details .order-type .type {
	text-transform: capitalize;
}
.order-details .details .order-type .buy {
	color: #00f100;
}
.order-details .details .order-type .sell {
	color: #ff6161;
}
.order-details .details .order-type span {
	font-weight: 600;
    color: #fff;
}
.order-details .details .order-info {
	padding-bottom: 15px;
	border-bottom: 1px solid #313238;
}
.order-details .details .col {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	line-height: 35px;
}
.order-details .details .col-name {
	color: #7d7d7d;
}
.order-details .details .col-val {
	font-size: 12px;
    color: #fff;
}
.order-details .details .col .total_price {
	font-size: 15px;
    color: #00d68e;
}
.order-details .details .extends-info {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #313238;
}
.order-details .details .adv_explain {
	padding: 15px 0;
	font-size: 12px;
}
.order-details .screenshot {
    padding: 0 15px;
    margin-bottom: 15px;
}
.order-details .screenshot .screenshot_inner {
    width: 150px;
    height: 150px;
    border: 1px dashed #ffffff;
    padding: 2px;
}
.order-details .screenshot .screenshot_inner img {
    width: 100%;
    height: 100%;
}
.order-details .order-action {
	padding: 0 15px 25px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.order-details .note {
	padding: 0 15px 15px;
}
.order-details .note p {
	font-size: 12px;
	margin-bottom: 5px;
}
.talk {
    padding: 10px 15px;
}
.talk .inner {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-around;
    height: calc(100vh - 20px);
}
.talk .inner .talk-content {
    flex-basis: 90%;
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 15px;
    overflow: auto;
    overflow-y: scroll;
}
.talk .inner .talk-content .loading {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.talk .inner .talk-content .loading .icon-jiazai1 {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.talk .inner .talk-content .loading .icon-jiazai1:before {
    -webkit-animation: rotate linear 2s infinite;
    animation: rotate linear 2s infinite;
}
.talk .inner .talk-content .loading span {
    font-size: 12px;
    color: #777;
}
.talk .inner .talk-content .sysMsg {
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
}
.talk .inner .talk-content .MeMsg {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.talk .inner .talk-content .MeMsg .in_cont {
    max-width: 100%;
    word-break: break-word;
    font-size: 14px;
    border-radius: 8px 8px 0;
    background: rgb(42 200 69);
    padding: 10px 16px;
    color: #ffffff;
}
.talk .inner .talk-content .OtherMsg {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.talk .inner .talk-content .OtherMsg .in_cont {
    max-width: 100%;
    word-break: break-word;
    font-size: 14px;
    border-radius: 8px 8px 8px 0;
    background: rgb(255 255 255);
    padding: 10px 16px;
    color: #000000;
}
.talk .inner .send-box {
    display: flex;
    display: -webkit-flex;
}
.talk .inner .send-box input {
    margin-bottom: 0;
}
.talk .inner .send-box button {
    font-size: 20px;
    height: 40px;
}
/*order-details*/

/* dapp*/
.dapp {
    padding: 10px 15px;
}
.dapp-icon-box {
    margin-bottom: 20px;
}
.dapp-icon-box .title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 32px;
}
.dapp-icon-box .icon-list {
    padding-bottom: 15px;
    position: relative;
}
.dapp-icon-box .icon-list .item {
    width: 20%;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.dapp-icon-box .icon-list .item a {
    width: 60px;
    display: block;
}
.dapp-icon-box .icon-list .item a .icon-img {
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: rgba(195,195,195,0.1);
    border-radius: 8px;
}
.dapp-icon-box .icon-list .icon-img .icon-logo {
    font-size: 35px;
    color: #797979;
    line-height: 30px;
}
.dapp-icon-box .icon-list .item a .icon-img img {
    width: 100%;
    height: auto;
}
.dapp-icon-box .icon-list .item a .icon-name {
    font-size: 13px;
    color: #cccccc;
    text-align: center;
    line-height: 25px;
}
.dapp-icon-box .icon-list .banner-item {
    width: 45%;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.dapp-icon-box .icon-list .banner-item a {
    display: flex;
    display: -webkit-flex;
    background-color: rgba(195,195,195,0.1);
    padding: 5px;
    overflow: hidden;
    border-radius: 8px;
    align-items: center;
    width: 100%;
}
.dapp-icon-box .icon-list .banner-item a .icon-img {
    padding: 8px;
    flex-basis: 30%;
}
.dapp-icon-box .icon-list .banner-item a .icon-img img {
    width: 100%;
    height: auto;
}
.dapp-icon-box .icon-list .banner-item a .text {
    flex-basis: 70%;
}
.dapp-icon-box .icon-list .banner-item a .text .icon-name {
    font-size: 13px;
    color: #ffffff;
}
.dapp-icon-box .icon-list .banner-item a .text .details {
    font-size: 12px;
    color: #6f6f6f;
    line-height: 15px;
}
/* dapp*/

/*coupon*/
.coupon {
    padding: 15px;
}
.coupon .coupon-list {}
.coupon .coupon-list .coupon-item {
    margin-bottom: 15px;
}
.coupon .coupon-list .coupon-item .flex-box {
    position: relative;
    display: flex;
    display: -webkit-flex;
    border-radius: 8px;
    overflow: hidden;
}
.coupon-list .coupon-item .flex-box:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #27282c;
    border-radius: 50%;
    position: absolute;
    right: calc(25% - 8px);
    top: -7px;
    z-index: 9;
    overflow: hidden;
}
.coupon-list .coupon-item .flex-box:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #27282c;
    border-radius: 50%;
    position: absolute;
    right: calc(25% - 8px);
    bottom: -7px;
    z-index: 9;
    overflow: hidden;
}
.coupon-list .coupon-item .details {
    display: flex;
    display: -webkit-flex;
    flex-basis: 75%;
    padding: 15px 0;
    position: relative;
    min-height: 120px;
    background-color: #ffffff;
    color: #000000;
}
.coupon-item .details .discount {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    color: #ff4646;
    width: 30%;
}
.coupon-item .details .discount h2 {
    font-size: 25px;
}
.coupon-item .details .discount small {
    font-size: 12px;
}
.coupon-item .details .text {
    width: 70%;
    padding-right: 10px;
}
.coupon-item .details .text .name {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}
.coupon-item .details .text .other {
    color: #a2a2a2;
    font-size: 12px;
}
.coupon-item .details .text .other p {
    font-size: 80%;
}
.coupon-item .details .text .rule {
    display: none;
}
.coupon-item .progress {
    width: 120px;
    height: 15px;
    line-height: 15px;
    background-color: #dedede;
    position: relative;
    z-index: 1;
}
.coupon-item .progress .progress_bar {
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
    border: 1px solid #dedede;
    background-color: #f44336;
    z-index: 2;
}
.coupon-item .progress .progress_text {
    width: 100%;
    height: inherit;
    line-height: inherit;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
}
.coupon-item .details .price {
    width: 70px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #ff4646;
}
.coupon-item .details .code_sn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.coupon-item .details .code_sn .copy-element {
    width: max-content;
}
.coupon-item .details .code_sn .copy-element .copy {
    font-size: 12px;
    color: #000;
    margin-right: 3px;
}
.coupon-item .details .show-rule {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 25px;
    line-height: 25px;
}
.coupon-item .details .show-rule .iconfont {
    font-size: 22px;
}
.coupon-list .coupon-item .status {
    flex-basis: 25%;
    border-left-width: 3px;
    border-left-style: dotted;
    border-left-color: #ececec;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.coupon-list .coupon-item .status[data-status="normal"],
.coupon-list .coupon-item .status[data-status="1"] {
    background-color: #8BC34A;
}
.coupon-list .coupon-item .status[data-status="finished"],
.coupon-list .coupon-item .status[data-status="expirte"],
.coupon-list .coupon-item .status[data-status="2"] {
    background-color: #9E9E9E;
}
.coupon-list .coupon-item .status[data-status="not_active"],
.coupon-list .coupon-item .status[data-status="3"] {
    background-color: #FFC107;
}
.coupon-item .status .btn {
    line-height: 45px;
    height: 45px;
}
.coupon-item .status .iconfont {
    font-size: 45px;
    color: #fff;
}
.coupon-item .status-text-action {
    display: none;
    padding: 10px 0;
}
.coupon-item .status-text-action .status-action {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.coupon-item .status-text-action .status-text {
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: #0cc5a7;
}
.transfer_coupon {
    padding: 10px 15px;
}
.transfer_coupon .tips {
    margin-bottom: 15px;
}
.transfer_coupon p {
    color: #fff;
    margin-bottom: 5px;
}
/*coupon*/

/*quick_trade*/
.quick_trade {
    padding: 25px 15px;
}
.quick_trade .inner {
    background-color: rgba(195,195,195,0.1);
    padding: 25px 15px;
    overflow: hidden;
}
.quick_trade .inner .quick-market-price {
    margin-bottom: 15px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-between;
}
.quick_trade .inner .quick-market-price p {
    color: #d0d0d0;
}
.quick_trade .inner .quick-market-price .icon-yiwen {
    color: #ffffff;
    font-size: 20px;
}
.quick_trade .inner .quick-market-price .symbol {
    font-size: 12px;
}
.quick_trade .inner .quick-market-price .value {
    font-size: 16px;
    color: #0cc5a7;
    margin: 0 5px;
}
.quick_trade .inner .quick-market-price .quote {
    font-size: 12px;
    color: #fff;
}
.quick_trade .inner .quick-input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: thin solid #313238;
    line-height: 28px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-radius: 2px;
    background-color: rgba(195,195,195,0.1);
}
.quick_trade .inner .quick-input-group .label {
    position: absolute;
    left: 12px;
    top: 8px;
    font-size: 12px;
    color: #dedede;
    line-height: 14px;
}
.quick_trade .inner .quick-input-group input {
    color: #ffffff;
    padding-top: 24px;
    padding-bottom: 8px;
    height: auto;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}
.quick_trade .inner .quick-input-group .input-error {
    position: absolute;
    font-size: 12px;
    color: #ee6560;
    line-height: 24px;
    white-space: nowrap;
    visibility: hidden;
    bottom: -25px;
    left: auto;
    right: 0;
}
.quick_trade .inner .error .input-error {
    visibility: visible;
}
.quick_trade .inner .quick-currency-select {
    border: 0;
    width: auto;
    padding: 4px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.quick_trade .inner .icon-link {
    margin-left: 5px;
    line-height: 30px;
    color: #bbbbbb;
    font-size: 30px;
}
.quick_trade .inner .quick-crypto-select {
    border: 0;
    width: auto;
    padding: 4px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.quick_trade .inner .quick-payment {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #dedede;
    line-height: 14px;
}
.quick_trade .inner .quick-payment-select {
    margin-bottom: 25px;
    background-color: rgba(195,195,195,0.1);
}
.custom-select {
    padding: 0 12px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-radius: 2px;
    border: thin solid #313238;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.custom-select .selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    padding: 13px 0;
}
.option-value {
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    white-space: nowrap;
}
.option-value .img {
    margin-right: 5px;
    min-width: 20px;
    width: 30px;
    height: auto;
    line-height: 0;
}
.option-value .value {
    color: #fff;
    font-size: 12px;
}
.custom-select .selected .iconfont {
    margin-left: auto;
    font-size: 20px;
    color: #d0d0d0;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
}
.custom-select .selected .icon-down-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.custom-select-mask {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    z-index: 999;
}
.custom-select-option {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow: auto;
    background-color: rgb(39 40 44 / 96%);
    will-change: transform;
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 9999;
}
.custom-select-option.custom-select-option-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.custom-select-option .custom-select-head {
    padding: 0 15px;
    line-height: 45px;
    border-bottom: thin solid rgb(68 68 68 / 65%);
    color: #ffffff;
    background-color: #252527;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.custom-select-option .custom-select-head .title {
    font-size: 15px;
    font-weight: 600;
}
.custom-select-option .custom-select-head .icon-guanbi {
    font-size: 14px;
    width: 30px;
    text-align: center;
}
.custom-select-option .custom-select-body {}
.custom-select-option .custom-select-body .custom-option-object {
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 15px;
    border-bottom: thin solid #424242;
    padding: 15px 0;
    font-size: 14px;
    color: #ffffff;
}
.custom-select-option .custom-select-body .custom-option-object .icon-yes {
    color: #0cc5a7;
    padding-right: 10px;
    font-size: 16px;
    display: none;
}
.custom-select-option .custom-select-body .custom-option-object-active .icon-yes {
    display: inline-block;
}
/*quick_trade*/


/* server */
.didi-server-online {
    top: 22%;
    position: fixed;
    transition: all 0.5s;
    z-index: 999999;
    width: 200px;
    background-color: #f5fffb;
    border: 2px solid #1fc78f;
}
.didi-server-online.open {
    left: 1px;
}
.didi-server-online.close {
    left: -200px;
}
.didi-server-online .console {
    top: 45%;
    width: 100px;
    height: 35px;
    line-height: 35px;
    left: 167px;
    position: absolute;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #1fc78f;
    text-align: center;
    color: #fff;
}
.didi-server-online .insert {}
.didi-server-online .insert .title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #1fc78f;
    color: #fff;
    font-size: 14px;
}
.didi-server-online .insert .group-list {
    padding: 10px;
}
.didi-server-online .insert .group-list .group-list-item {
    margin-bottom: 5px;
}
.didi-server-online .insert .group-list .group-list-item .sub-title {
    font-size: 12px;
    color: #1fc78f;
    line-height: 23px;
    border-bottom: 0.5px solid #1fc78f;
}
.didi-server-online .insert .group-list .group-list-item ul {
    padding: 8px;
}
.didi-server-online .insert .group-list .group-list-item ul li {
    line-height: 25px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.didi-server-online .insert .group-list .group-list-item ul li .icon-whatsapp {
    font-size: 20px;
    color: #39c130;
}
.didi-server-online .insert .group-list .group-list-item ul li .icon-telegram {
    font-size: 20px;
    color: #1790da;
}
.didi-server-online .insert .group-list .group-list-item ul li a {
    color: #1fc78f;
    text-decoration: underline;
    margin-left: 2px;
    font-size: 12px;
    display: block;
    width: 100%;
}
.didi-server-online .insert .link-list {
    overflow: hidden;
}
.didi-server-online .insert .link-list .link-area {
    position: relative;
    line-height: 30px;
    padding: 0 10px;
    background-color: #1fc78f;
    border-bottom: 1px solid #3dd09f;
}
.didi-server-online .insert .link-list .link-area:last-child {
    border-bottom: none;
}
.didi-server-online .insert .link-list .link-area:focus,
.didi-server-online .insert .link-list .link-area:active {
    background-color: #16e8a2;
}
.didi-server-online .insert .link-list .link-area a {
    font-size: 12px;
    margin-right: 20px;
    color: #ffffff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.didi-server-online .insert .link-list .link-area .mui-navigate-right:after, 
.didi-server-online .insert .link-list .link-area .mui-push-right:after {
    color: #ffffff;
}
/* server */